ngx-axis-appforge 0.0.21 → 0.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -68,7 +68,7 @@ declare class TableFieldOptions {
|
|
|
68
68
|
readonly filterAble: _angular_core.WritableSignal<boolean>;
|
|
69
69
|
readonly filterMultiple: _angular_core.WritableSignal<boolean>;
|
|
70
70
|
readonly width: _angular_core.WritableSignal<number | null>;
|
|
71
|
-
readonly align: _angular_core.WritableSignal<"
|
|
71
|
+
readonly align: _angular_core.WritableSignal<"left" | "right" | "center">;
|
|
72
72
|
readonly freezeMode: _angular_core.WritableSignal<"left" | "right" | "none">;
|
|
73
73
|
readonly groupLevel: _angular_core.WritableSignal<number | null>;
|
|
74
74
|
readonly totalAble: _angular_core.WritableSignal<boolean>;
|
|
@@ -25,6 +25,7 @@ const cmpMap = {
|
|
|
25
25
|
"axis-components/form-item/design": () => import('ngx-axis-appforge/axis-components/form-item/design'),
|
|
26
26
|
"axis-components/table": () => import('ngx-axis-appforge/axis-components/table'),
|
|
27
27
|
"axis-components/table/design": () => import('ngx-axis-appforge/axis-components/table/design'),
|
|
28
|
+
"axis-components/single-selector": () => import('ngx-axis-appforge/axis-components/single-selector'),
|
|
28
29
|
"axis-components/select": () => import('ngx-axis-appforge/axis-components/select'),
|
|
29
30
|
"axis-components/select/design": () => import('ngx-axis-appforge/axis-components/select/design'),
|
|
30
31
|
"axis-components/tree-selector": () => import('ngx-axis-appforge/axis-components/tree-selector'),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ngx-axis-appforge-axis-components.mjs","sources":["../../../axis-components/cmp-map.ts","../../../axis-components/examples/examples/button.ts","../../../axis-components/examples/examples/form.ts","../../../axis-components/examples/examples/form-item.ts","../../../axis-components/examples/examples/flex.ts","../../../axis-components/examples/examples/input.ts","../../../axis-components/examples/examples/table.ts","../../../axis-components/examples/examples/design.ts","../../../axis-components/examples/examples/text.ts","../../../axis-components/examples/examples/tree-selector.ts","../../../axis-components/examples/examples/splitter.ts","../../../axis-components/examples/examples/modal.ts","../../../axis-components/examples/examples/desc.ts","../../../axis-components/examples/examples/badge.ts","../../../axis-components/examples/examples/image.ts","../../../axis-components/examples/examples/icon.ts","../../../axis-components/examples/examples/input-icon.ts","../../../axis-components/examples/examples/input-number.ts","../../../axis-components/examples/examples/upload.ts","../../../axis-components/examples/examples/textarea.ts","../../../axis-components/examples/examples/dynamic-container.ts","../../../axis-components/examples/examples/scope.ts","../../../axis-components/examples/examples/input-component.ts","../../../axis-components/examples/examples/input-json.ts","../../../axis-components/examples/examples/date-picker.ts","../../../axis-components/examples/examples/steps.ts","../../../axis-components/examples/examples/editor.ts","../../../axis-components/examples/examples/tabs.ts","../../../axis-components/examples/examples/dynamic-value.ts","../../../axis-components/examples/examples/edit-table.ts","../../../axis-components/examples/examples/color-picker.ts","../../../axis-components/examples/examples/select.ts","../../../axis-components/examples/examples.ts","../../../axis-components/cmplib.ts","../../../axis-components/ngx-axis-appforge-axis-components.ts"],"sourcesContent":["export const cmpMap: { [component: string]: () => Promise<any> } = {\n \"axis-components/button\": () => import(\"ngx-axis-appforge/axis-components/button\"),\n \"axis-components/button/design\": () => import(\"ngx-axis-appforge/axis-components/button/design\"),\n \"axis-components/design\": () => import(\"ngx-axis-appforge/axis-components/design\"),\n \"axis-components/design/design\": () => import(\"ngx-axis-appforge/axis-components/design/design\"),\n \"axis-components/editor\": () => import(\"ngx-axis-appforge/axis-components/editor\"),\n \"axis-components/editor/design\": () => import(\"ngx-axis-appforge/axis-components/editor/design\"),\n \"axis-components/flex\": () => import(\"ngx-axis-appforge/axis-components/flex\"),\n \"axis-components/flex/design\": () => import(\"ngx-axis-appforge/axis-components/flex/design\"),\n \"axis-components/icon\": () => import(\"ngx-axis-appforge/axis-components/icon\"),\n \"axis-components/icon/design\": () => import(\"ngx-axis-appforge/axis-components/icon/design\"),\n \"axis-components/input\": () => import(\"ngx-axis-appforge/axis-components/input\"),\n \"axis-components/input/design\": () => import(\"ngx-axis-appforge/axis-components/input/design\"),\n \"axis-components/input-icon\": () => import(\"ngx-axis-appforge/axis-components/input-icon\"),\n \"axis-components/input-icon/design\": () => import(\"ngx-axis-appforge/axis-components/input-icon/design\"),\n \"axis-components/input-json\": () => import(\"ngx-axis-appforge/axis-components/input-json\"),\n \"axis-components/input-json/design\": () => import(\"ngx-axis-appforge/axis-components/input-json/design\"),\n \"axis-components/scope\": () => import(\"ngx-axis-appforge/axis-components/scope\"),\n \"axis-components/scope/design\": () => import(\"ngx-axis-appforge/axis-components/scope/design\"),\n \"axis-components/text\": () => import(\"ngx-axis-appforge/axis-components/text\"),\n \"axis-components/text/design\": () => import(\"ngx-axis-appforge/axis-components/text/design\"),\n \"axis-components/form\": () => import(\"ngx-axis-appforge/axis-components/form\"),\n \"axis-components/form/design\": () => import(\"ngx-axis-appforge/axis-components/form/design\"),\n \"axis-components/form-item\": () => import(\"ngx-axis-appforge/axis-components/form-item\"),\n \"axis-components/form-item/design\": () => import(\"ngx-axis-appforge/axis-components/form-item/design\"),\n \"axis-components/table\": () => import(\"ngx-axis-appforge/axis-components/table\"),\n \"axis-components/table/design\": () => import(\"ngx-axis-appforge/axis-components/table/design\"),\n \"axis-components/select\": () => import(\"ngx-axis-appforge/axis-components/select\"),\n \"axis-components/select/design\": () => import(\"ngx-axis-appforge/axis-components/select/design\"),\n \"axis-components/tree-selector\": () => import(\"ngx-axis-appforge/axis-components/tree-selector\"),\n \"axis-components/tree-selector/design\": () => import(\"ngx-axis-appforge/axis-components/tree-selector/design\"),\n \"axis-components/splitter\": () => import(\"ngx-axis-appforge/axis-components/splitter\"),\n \"axis-components/splitter/design\": () => import(\"ngx-axis-appforge/axis-components/splitter/design\"),\n \"axis-components/modal\": () => import(\"ngx-axis-appforge/axis-components/modal\"),\n \"axis-components/modal/design\": () => import(\"ngx-axis-appforge/axis-components/modal/design\"),\n \"axis-components/desc\": () => import(\"ngx-axis-appforge/axis-components/desc\"),\n \"axis-components/desc/design\": () => import(\"ngx-axis-appforge/axis-components/desc/design\"),\n \"axis-components/badge\": () => import(\"ngx-axis-appforge/axis-components/badge\"),\n \"axis-components/badge/design\": () => import(\"ngx-axis-appforge/axis-components/badge/design\"),\n \"axis-components/image\": () => import(\"ngx-axis-appforge/axis-components/image\"),\n \"axis-components/image/design\": () => import(\"ngx-axis-appforge/axis-components/image/design\"),\n \"axis-components/input-number\": () => import(\"ngx-axis-appforge/axis-components/input-number\"),\n \"axis-components/input-number/design\": () => import(\"ngx-axis-appforge/axis-components/input-number/design\"),\n \"axis-components/upload\": () => import(\"ngx-axis-appforge/axis-components/upload\"),\n \"axis-components/upload/design\": () => import(\"ngx-axis-appforge/axis-components/upload/design\"),\n \"axis-components/textarea\": () => import(\"ngx-axis-appforge/axis-components/textarea\"),\n \"axis-components/textarea/design\": () => import(\"ngx-axis-appforge/axis-components/textarea/design\"),\n \"axis-components/dynamic-container\": () => import(\"ngx-axis-appforge/axis-components/dynamic-container\"),\n \"axis-components/dynamic-container/design\": () => import(\"ngx-axis-appforge/axis-components/dynamic-container/design\"),\n \"axis-components/input-component\": () => import(\"ngx-axis-appforge/axis-components/input-component\"),\n \"axis-components/input-component/design\": () => import(\"ngx-axis-appforge/axis-components/input-component/design\"),\n \"axis-components/date-picker\": () => import(\"ngx-axis-appforge/axis-components/date-picker\"),\n \"axis-components/date-picker/design\": () => import(\"ngx-axis-appforge/axis-components/date-picker/design\"),\n \"axis-components/steps\": () => import(\"ngx-axis-appforge/axis-components/steps\"),\n \"axis-components/steps/design\": () => import(\"ngx-axis-appforge/axis-components/steps/design\"),\n \"axis-components/tabs\": () => import(\"ngx-axis-appforge/axis-components/tabs\"),\n \"axis-components/tabs/design\": () => import(\"ngx-axis-appforge/axis-components/tabs/design\"),\n \"axis-components/dynamic-value\": () => import(\"ngx-axis-appforge/axis-components/dynamic-value\"),\n \"axis-components/dynamic-value/design\": () => import(\"ngx-axis-appforge/axis-components/dynamic-value/design\"),\n \"axis-components/edit-table\": () => import(\"ngx-axis-appforge/axis-components/edit-table\"),\n \"axis-components/edit-table/design\": () => import(\"ngx-axis-appforge/axis-components/edit-table/design\"),\n \"axis-components/color-picker\": () => import(\"ngx-axis-appforge/axis-components/color-picker\"),\n \"axis-components/color-picker/design\": () => import(\"ngx-axis-appforge/axis-components/color-picker/design\"),\n}","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const buttonExampleDesc: ExampleDesc = {\n component: \"按钮\",\n coverImg: \"assets/axis-components-covers/button.svg\",\n span: 12,\n height: 78,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/button\",\n id: componentIdBuilder?.(\"axis-components/button\"),\n inuse: true,\n title: \"未命名按钮\",\n confirm: false,\n confirmText: \"是否确认?\",\n confirmType: \"modal\",\n disabledBtn: false,\n styleType: \"primary\",\n block: false,\n danger: false,\n ghost: false,\n size: \"default\",\n shape: \"\"\n }),\n },\n moreExamples: [\n {\n name: \"链接按钮\",\n builder: (componentIdBuilder) => ({\n component: \"axis-components/button\",\n id: componentIdBuilder?.(\"axis-components/button\"),\n inuse: true,\n title: \"未命名按钮\",\n styleType: \"link\"\n }),\n }\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const formExampleDesc: ExampleDesc = {\n component: \"表单\",\n coverImg: \"assets/axis-components-covers/form.svg\",\n span: 24,\n height: 120,\n tags: [\"wrap\"],\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/form\",\n id: componentIdBuilder?.(\"axis-components/form\"),\n inuse: true,\n submitConfirm: true,\n leaveConfirm: true,\n child: {\n component: \"axis-components/flex\",\n id: componentIdBuilder?.(\"axis-components/flex\"),\n inuse: true,\n direction: \"vertical\",\n align: \"center\",\n gap: \"20px\",\n style: {\n padding: \"20px\"\n },\n children: [\n {\n component: \"axis-components/flex\",\n inuse: true,\n id: componentIdBuilder?.(\"axis-components/flex\", 2),\n direction: \"horizontal\",\n justify: \"end\",\n gap: \"6px\",\n children: [\n {\n component: \"axis-components/button\",\n id: componentIdBuilder?.(\"axis-components/button\"),\n inuse: true,\n title: \"重置\",\n styleType: \"default\",\n icon: {\n component: \"axis-components/icon\",\n inuse: true,\n lib: \"antdesign\",\n theme: \"outline\",\n icon: \"redo\"\n },\n triggeEvents: {\n buttonClick: [\n {\n name: \"resetForm\",\n disabled: false,\n id: componentIdBuilder?.(\"axis-components/form\"),\n target: \"component\"\n }\n ]\n }\n },\n {\n component: \"axis-components/button\",\n id: componentIdBuilder?.(\"axis-components/button\", 2),\n inuse: true,\n title: \"提交\",\n icon: {\n component: \"axis-components/icon\",\n inuse: true,\n lib: \"antdesign\",\n theme: \"outline\",\n icon: \"save\"\n },\n triggeEvents: {\n buttonClick: [\n {\n name: \"validForm\",\n disabled: false,\n id: componentIdBuilder?.(\"axis-components/form\"),\n target: \"component\"\n }\n ]\n }\n },\n ]\n },\n {\n component: \"axis-components/flex\",\n inuse: true,\n id: componentIdBuilder?.(\"axis-components/flex\", 3),\n direction: \"vertical\",\n align: \"center\",\n style: {\n width: \"400px\"\n },\n children: [\n {\n component: \"axis-components/form-item\",\n id: componentIdBuilder?.(\"axis-components/form-item\"),\n inuse: true,\n name: \"field1\",\n label: \"字段1\",\n validators: [],\n child: {\n component: \"axis-components/input\",\n id: componentIdBuilder?.(\"axis-components/input\"),\n inuse: true\n }\n },\n {\n component: \"axis-components/form-item\",\n id: componentIdBuilder?.(\"axis-components/form-item\", 2),\n inuse: true,\n name: \"field2\",\n label: \"字段2\",\n validators: [],\n child: {\n component: \"axis-components/input\",\n id: componentIdBuilder?.(\"axis-components/input\", 2),\n inuse: true\n }\n },\n ]\n }\n ]\n }\n }),\n },\n moreExamples: [\n {\n name: \"空表单\",\n builder: (componentIdBuilder) => ({\n component: \"axis-components/form\",\n id: componentIdBuilder?.(\"axis-components/form\"),\n inuse: true,\n submitConfirm: true,\n leaveConfirm: true\n }),\n },\n {\n name: \"查询表单\",\n builder: (componentIdBuilder) => ({\n component: \"axis-components/form\",\n id: componentIdBuilder?.(\"axis-components/form\"),\n inuse: true,\n submitConfirm: true,\n leaveConfirm: true,\n style: {\n width: \"100%\"\n },\n child: {\n component: \"axis-components/flex\",\n id: componentIdBuilder?.(\"axis-components/flex\"),\n direction: \"horizontal\",\n children: [\n {\n component: \"axis-components/flex\",\n id: componentIdBuilder?.(\"axis-components/flex\", 2),\n direction: \"horizontal\",\n children: [\n {\n component: \"axis-components/form-item\",\n id: componentIdBuilder?.(\"axis-components/form-item\"),\n validators: [],\n child: {\n component: \"axis-components/input\",\n id: componentIdBuilder?.(\"axis-components/input\"),\n requiredPermissions: null,\n triggeEvents: null,\n inuse: true,\n disabled: false,\n readonly: false,\n type: \"text\",\n placeholder: \"输入关键字搜索\",\n maxlength: \"\",\n debounceTime: 300,\n autofocus: false\n },\n requiredPermissions: null,\n triggeEvents: null,\n inuse: true,\n style: {\n width: \"250px\",\n height: \"35px\"\n },\n name: \"keywords\",\n label: \"搜索\",\n labelWidth: \"40px\"\n }, {\n component: \"axis-components/button\",\n id: componentIdBuilder?.(\"axis-components/button\"),\n requiredPermissions: null,\n triggeEvents: {\n buttonClick: [\n {\n name: \"resetForm\",\n disabled: false,\n id: componentIdBuilder?.(\"axis-components/form\"),\n data: null,\n target: \"component\"\n }\n ]\n },\n inuse: true,\n title: \"\",\n icon: {\n component: \"axis-components/icon\",\n inuse: true,\n lib: \"antdesign\",\n theme: \"outline\",\n icon: \"delete\"\n },\n confirm: false,\n confirmText: \"是否确认?\",\n confirmType: \"modal\",\n disabledBtn: false,\n styleType: \"default\",\n block: false,\n danger: true,\n ghost: false,\n size: \"default\",\n shape: \"circle\"\n }\n ],\n requiredPermissions: null,\n triggeEvents: null,\n inuse: true,\n style: {\n flex: 1\n },\n justify: \"start\",\n align: \"start\",\n wrap: \"wrap\",\n gap: \"20px\"\n },\n {\n component: \"axis-components/flex\",\n id: componentIdBuilder?.(\"axis-components/flex\", 3),\n direction: \"horizontal\",\n children: [\n {\n component: \"axis-components/button\",\n id: componentIdBuilder?.(\"axis-components/button\", 2),\n inuse: true,\n requiredPermissions: null,\n triggeEvents: null,\n title: \"刷新\",\n icon: {\n component: \"axis-components/icon\",\n inuse: true,\n lib: \"antdesign\",\n theme: \"outline\",\n icon: \"reload\"\n },\n confirm: false,\n confirmText: \"是否确认?\",\n confirmType: \"modal\",\n disabledBtn: false,\n styleType: \"default\",\n block: false,\n danger: false,\n ghost: false,\n size: \"default\",\n shape: \"\"\n },\n {\n component: \"axis-components/button\",\n id: componentIdBuilder?.(\"axis-components/button\", 3),\n inuse: true,\n requiredPermissions: null,\n triggeEvents: null,\n title: \"新增\",\n icon: {\n component: \"axis-components/icon\",\n inuse: true,\n lib: \"antdesign\",\n theme: \"outline\",\n icon: \"plus\"\n },\n confirm: false,\n confirmText: \"是否确认?\",\n confirmType: \"modal\",\n disabledBtn: false,\n styleType: \"dashed\",\n block: false,\n danger: false,\n ghost: false,\n size: \"default\",\n shape: \"\"\n }\n ],\n inuse: true,\n requiredPermissions: null,\n style: {\n width: \"fit-content\"\n },\n triggeEvents: null,\n justify: \"start\",\n align: \"start\",\n wrap: \"nowrap\",\n gap: \"4px\"\n }\n ],\n inuse: true,\n requiredPermissions: null,\n style: {\n padding: \"10px\"\n },\n triggeEvents: null,\n justify: \"start\",\n align: \"center\",\n wrap: \"nowrap\",\n gap: \"20px\"\n }\n })\n }\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const formItemExampleDesc: ExampleDesc = {\n component: \"表单项\",\n coverImg: \"assets/axis-components-covers/form-item.svg\",\n span: 24,\n height: 60,\n tags: [\"wrap\"],\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/form-item\",\n id: componentIdBuilder?.(\"axis-components/form-item\"),\n inuse: true,\n name: \"field\",\n label: \"字段\",\n labelWidth: \"120px\",\n validators: [],\n child: {\n component: \"axis-components/input\",\n inuse: true,\n id: componentIdBuilder?.(\"axis-components/input\"),\n }\n }),\n },\n moreExamples: [\n {\n name: \"空表单项\",\n builder: (componentIdBuilder) => ({\n component: \"axis-components/form-item\",\n id: componentIdBuilder?.(\"axis-components/form-item\"),\n inuse: true,\n name: \"field\",\n label: \"\",\n labelWidth: \"\",\n validators: [],\n }),\n }\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const flexExampleDesc: ExampleDesc = {\n component: \"响应布局\",\n coverImg: \"assets/axis-components-covers/flex.svg\",\n span: 24,\n height: 120,\n tags: [\"wrap\"],\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/flex\",\n id: componentIdBuilder?.(\"axis-components/flex\"),\n inuse: true,\n direction: \"horizontal\",\n children: []\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const inputExampleDesc: ExampleDesc = {\n component: \"文本输入框\",\n coverImg: \"assets/axis-components-covers/input.svg\",\n span: 12,\n height: 60,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/input\",\n id: componentIdBuilder?.(\"axis-components/input\"),\n inuse: true\n }),\n },\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const tableExampleDesc: ExampleDesc = {\n component: \"表格\",\n coverImg: \"assets/axis-components-covers/table.svg\",\n span: 24,\n height: 120,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/table\",\n id: componentIdBuilder?.(\"axis-components/table\"),\n inuse: true,\n keyField: \"id\",\n fields: [\n {\n field: \"id\",\n exportFn: null,\n groupLevel: null,\n totalAble: false,\n totalFn: null,\n titleGroup: null,\n inuse: true,\n title: \"编码\",\n export: false,\n exportFlowChild: true,\n import: false,\n importRequired: false,\n importCellType: \"text\",\n sortAble: true,\n sortOrder: null,\n filterAble: false,\n filterMultiple: false,\n width: 150,\n align: \"left\",\n freezeMode: \"none\"\n },\n {\n field: \"name\",\n exportFn: null,\n groupLevel: null,\n totalAble: false,\n totalFn: null,\n titleGroup: null,\n inuse: true,\n title: \"名字\",\n export: false,\n exportFlowChild: true,\n import: false,\n importRequired: false,\n importCellType: \"text\",\n sortAble: true,\n sortOrder: null,\n filterAble: false,\n filterMultiple: false,\n width: null,\n align: \"left\",\n freezeMode: \"none\"\n }\n ],\n rowActions: [\n {\n component: \"axis-components/button\",\n id: componentIdBuilder?.(\"axis-components/button\"),\n inuse: true,\n requiredPermissions: null,\n triggeEvents: null,\n title: \"详情\",\n confirm: false,\n confirmText: \"是否确认?\",\n confirmType: \"modal\",\n disabledBtn: false,\n styleType: \"link\",\n block: false,\n danger: false,\n ghost: false,\n size: \"small\",\n shape: \"\"\n },\n {\n component: \"axis-components/button\",\n id: componentIdBuilder?.(\"axis-components/button\", 2),\n requiredPermissions: null,\n triggeEvents: null,\n inuse: true,\n title: \"删除\",\n confirm: true,\n confirmText: \"确认删除?\",\n confirmType: \"pop\",\n disabledBtn: false,\n styleType: \"link\",\n block: false,\n danger: true,\n ghost: false,\n size: \"small\",\n shape: \"\"\n }\n ],\n data: [\n {\n id: \"001\",\n name: \"小王\",\n },\n {\n id: \"002\",\n name: \"小张\",\n },\n ],\n }),\n },\n moreExamples: [\n {\n name: \"空表格\",\n builder: (componentIdBuilder) => ({\n component: \"axis-components/table\",\n id: componentIdBuilder?.(\"axis-components/table\"),\n inuse: true,\n fields: [],\n rowActions: [],\n data: [],\n showOrder: false,\n }),\n }\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const designExampleDesc: ExampleDesc = {\n component: \"低代码设计器\",\n coverImg: \"assets/axis-components-covers/design.jpg\",\n span: 24,\n height: 120,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/design\",\n id: componentIdBuilder?.(\"axis-components/design\"),\n inuse: true\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const textExampleDesc: ExampleDesc = {\n component: \"文本\",\n coverImg: \"assets/axis-components-covers/text.svg\",\n span: 12,\n height: 80,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/text\",\n id: componentIdBuilder?.(\"axis-components/text\"),\n inuse: true\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const treeSelectorExampleDesc: ExampleDesc = {\n component: \"树选择器\",\n coverImg: \"assets/axis-components-covers/tree-selector.svg\",\n span: 12,\n height: 70,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/tree-selector\",\n id: componentIdBuilder?.(\"axis-components/tree-selector\"),\n inuse: true,\n menus: [],\n data: [{\n title: \"节点1\",\n key: \"1\",\n children: [\n {\n title: \"节点1-1\",\n key: \"1-1\"\n }, {\n title: \"节点1-2\",\n key: \"1-2\",\n children: [\n {\n title: \"节点1-2-1\",\n key: \"1-2-1\"\n }\n ]\n }\n ]\n }]\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const splitterExampleDesc: ExampleDesc = {\n component: \"分隔面板\",\n coverImg: \"assets/axis-components-covers/splitter.svg\",\n span: 24,\n height: 120,\n tags: [\"wrap\"],\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/splitter\",\n id: componentIdBuilder?.(\"axis-components/splitter\"),\n inuse: true,\n direction: \"horizontal\",\n panels: [\n {\n inuse: true,\n child: {\n component: \"axis-components/text\",\n id: componentIdBuilder?.(\"axis-components/text\"),\n inuse: true,\n data: \"左面板\"\n }\n }, {\n inuse: true,\n child: {\n component: \"axis-components/text\",\n id: componentIdBuilder?.(\"axis-components/text\", 2),\n inuse: true,\n data: \"右边面板\"\n }\n }\n ]\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const modalExampleDesc: ExampleDesc = {\n component: \"对话框\",\n coverImg: \"assets/axis-components-covers/modal.svg\",\n span: 24,\n height: 120,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/modal\",\n id: componentIdBuilder?.(\"axis-components/modal\"),\n inuse: true\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const descExampleDesc: ExampleDesc = {\n component: \"描述\",\n coverImg: \"assets/axis-components-covers/desc.svg\",\n span: 24,\n height: 90,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/desc\",\n id: componentIdBuilder?.(\"axis-components/desc\"),\n inuse: true,\n title: \"未命名\",\n data: {\n field1: \"字段1\",\n field2: \"字段2\"\n },\n items: [\n {\n inuse: true,\n title: \"字段1\",\n field: \"field1\"\n }, {\n inuse: true,\n title: \"字段2\",\n field: \"field2\"\n }\n ]\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const badgeExampleDesc: ExampleDesc = {\n component: \"徽标\",\n coverImg: \"assets/axis-components-covers/badge.svg\",\n span: 14,\n height: 70,\n tags: [\"wrap\"],\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/badge\",\n id: componentIdBuilder?.(\"axis-components/badge\"),\n inuse: true,\n standalone: true,\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const imageExampleDesc: ExampleDesc = {\n component: \"图片\",\n coverImg: \"assets/axis-components-covers/image.svg\",\n span: 10,\n height: 70,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/image\",\n id: componentIdBuilder?.(\"axis-components/image\"),\n inuse: true,\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const iconExampleDesc: ExampleDesc = {\n component: \"图标\",\n coverImg: \"assets/axis-components-covers/icon.svg\",\n span: 12,\n height: 80,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/icon\",\n id: componentIdBuilder?.(\"axis-components/icon\"),\n inuse: true,\n icon: \"ant-design\"\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const inputIconExampleDesc: ExampleDesc = {\n component: \"图标输入框\",\n coverImg: \"assets/axis-components-covers/input-icon.svg\",\n span: 12,\n height: 70,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/input-icon\",\n id: componentIdBuilder?.(\"axis-components/input-icon\"),\n inuse: true,\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const inputNumberExampleDesc: ExampleDesc = {\n component: \"数值输入框\",\n coverImg: \"assets/axis-components-covers/input-number.svg\",\n span: 12,\n height: 60,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/input-number\",\n id: componentIdBuilder?.(\"axis-components/input-number\"),\n inuse: true\n }),\n },\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const uploadExampleDesc: ExampleDesc = {\n component: \"文件上传\",\n coverImg: \"assets/axis-components-covers/upload.svg\",\n span: 12,\n height: 70,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/upload\",\n id: componentIdBuilder?.(\"axis-components/upload\"),\n inuse: true,\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const textareaExampleDesc: ExampleDesc = {\n component: \"文本输入框\",\n coverImg: \"assets/axis-components-covers/textarea.svg\",\n span: 12,\n height: 70,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/textarea\",\n id: componentIdBuilder?.(\"axis-components/textarea\"),\n inuse: true\n }),\n },\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const dynamicContainerExampleDesc: ExampleDesc = {\n component: \"动态容器\",\n coverImg: \"assets/axis-components-covers/dynamic-container.svg\",\n span: 24,\n height: 120,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/dynamic-container\",\n id: componentIdBuilder?.(\"axis-components/dynamic-container\"),\n inuse: true,\n child: {\n component: \"axis-components/text\",\n id: componentIdBuilder?.(\"axis-components/text\"),\n inuse: true,\n data: \"动态容器中的文本\"\n }\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const scopeExampleDesc: ExampleDesc = {\n component: \"组件域\",\n coverImg: \"assets/axis-components-covers/scope.svg\",\n span: 12,\n height: 80,\n tags: [\"wrap\"],\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/scope\",\n id: componentIdBuilder?.(\"axis-components/scope\"),\n inuse: true,\n scopeName: \"根\"\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const inputComponentExampleDesc: ExampleDesc = {\n component: \"组件输入框\",\n coverImg: \"assets/axis-components-covers/input-component.svg\",\n span: 12,\n height: 70,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/input-component\",\n id: componentIdBuilder?.(\"axis-components/input-component\"),\n inuse: true\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const inputJsonExampleDesc: ExampleDesc = {\n component: \"JSON输入框\",\n coverImg: \"assets/axis-components-covers/input-json.svg\",\n span: 12,\n height: 70,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/input-json\",\n id: componentIdBuilder?.(\"axis-components/input-json\"),\n inuse: true,\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const datePickerExampleDesc: ExampleDesc = {\n component: \"日期选择器\",\n coverImg: \"assets/axis-components-covers/date-picker.svg\",\n span: 12,\n height: 70,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/date-picker\",\n id: componentIdBuilder?.(\"axis-components/date-picker\"),\n inuse: true\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const stepsExampleDesc: ExampleDesc = {\n component: \"步骤条\",\n coverImg: \"assets/axis-components-covers/steps.svg\",\n span: 12,\n height: 90,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/steps\",\n id: componentIdBuilder?.(\"axis-components/steps\"),\n inuse: true,\n steps: [\n {\n inuse: true,\n name: \"step1\",\n title: \"步骤一\",\n status: \"finish\",\n desc: \"已完成\"\n }, {\n inuse: true,\n name: \"step2\",\n title: \"步骤二\",\n desc: \"进行中\",\n status: \"process\"\n }, {\n inuse: true,\n name: \"step3\",\n title: \"步骤三\"\n }\n ]\n }),\n },\n moreExamples: [\n {\n name: \"空步骤条\",\n builder: (componentIdBuilder) => ({\n component: \"axis-components/steps\",\n id: componentIdBuilder?.(\"axis-components/steps\"),\n inuse: true,\n steps: []\n }),\n },\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const editorExampleDesc: ExampleDesc = {\n component: \"编辑器\",\n coverImg: \"assets/axis-components-covers/editor.png\",\n span: 24,\n height: 120,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/editor\",\n id: componentIdBuilder?.(\"axis-components/editor\"),\n inuse: true,\n mode: \"plain_text\",\n style: {\n height: \"300px\"\n }\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const tabsExampleDesc: ExampleDesc = {\n component: \"标签页\",\n coverImg: \"assets/axis-components-covers/tabs.svg\",\n span: 24,\n height: 120,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/tabs\",\n id: componentIdBuilder?.(\"axis-components/tabs\"),\n inuse: true,\n tabs: [\n {\n inuse: true,\n name: \"tab1\",\n title: \"标签1\",\n child: {\n component: \"axis-components/text\",\n id: componentIdBuilder?.(\"axis-components/text\"),\n inuse: true,\n data: \"标签1的内容\"\n }\n }, {\n inuse: true,\n name: \"tab2\",\n title: \"标签2\",\n child: {\n component: \"axis-components/text\",\n id: componentIdBuilder?.(\"axis-components/text\", 2),\n inuse: true,\n data: \"标签2的内容\"\n }\n }\n ]\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const dynamicValueExampleDesc: ExampleDesc = {\n component: \"动态值\",\n coverImg: \"assets/axis-components-covers/dynamic-value.svg\",\n span: 12,\n height: 80,\n tags: [\"wrap\"],\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/dynamic-value\",\n id: componentIdBuilder?.(\"axis-components/dynamic-value\"),\n inuse: true,\n child: {\n component: \"axis-components/input\",\n id: componentIdBuilder?.(\"axis-components/input\"),\n inuse: true,\n }\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const editTableExampleDesc: ExampleDesc = {\n component: \"可编辑表格\",\n coverImg: \"assets/axis-components-covers/edit-table.png\",\n span: 24,\n height: 80,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/edit-table\",\n id: componentIdBuilder?.(\"axis-components/edit-table\"),\n inuse: true,\n fields: [\n {\n field: \"id\",\n inuse: true,\n title: \"编码\",\n sortAble: true,\n sortOrder: null,\n filterAble: false,\n filterMultiple: false,\n width: 150,\n align: \"left\",\n freezeMode: \"none\",\n child: {\n component: \"axis-components/input\",\n id: componentIdBuilder?.(\"axis-components/input\"),\n inuse: true,\n }\n },\n {\n field: \"name\",\n inuse: true,\n title: \"名称\",\n sortAble: true,\n sortOrder: null,\n filterAble: false,\n filterMultiple: false,\n width: 150,\n align: \"left\",\n freezeMode: \"none\",\n child: {\n component: \"axis-components/input\",\n id: componentIdBuilder?.(\"axis-components/input\", 2),\n inuse: true,\n }\n }\n ]\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const colorPickerExampleDesc: ExampleDesc = {\n component: \"颜色选择器\",\n coverImg: \"assets/axis-components-covers/color-picker.svg\",\n span: 12,\n height: 80,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/color-picker\",\n id: componentIdBuilder?.(\"axis-components/color-picker\"),\n inuse: true\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const selectExampleDesc: ExampleDesc = {\n component: \"选择器\",\n coverImg: \"assets/axis-components-covers/select.svg\",\n span: 12,\n height: 60,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/select\",\n id: componentIdBuilder?.(\"axis-components/select\"),\n inuse: true,\n data: [\n {\n title: \"选项1\",\n key: \"1\"\n },\n {\n title: \"选项2\",\n key: \"2\"\n }\n ]\n }),\n }\n};","import { ExampleGroup } from \"ngx-axis-appforge/core\";\nimport { buttonExampleDesc } from \"./examples/button\";\nimport { formExampleDesc } from \"./examples/form\";\nimport { formItemExampleDesc } from \"./examples/form-item\";\nimport { flexExampleDesc } from \"./examples/flex\";\nimport { inputExampleDesc } from \"./examples/input\";\nimport { tableExampleDesc } from \"./examples/table\";\nimport { designExampleDesc } from \"./examples/design\";\nimport { textExampleDesc } from \"./examples/text\";\nimport { treeSelectorExampleDesc } from \"./examples/tree-selector\";\nimport { splitterExampleDesc } from \"./examples/splitter\";\nimport { modalExampleDesc } from \"./examples/modal\";\nimport { descExampleDesc } from \"./examples/desc\";\nimport { badgeExampleDesc } from \"./examples/badge\";\nimport { imageExampleDesc } from \"./examples/image\";\nimport { iconExampleDesc } from \"./examples/icon\";\nimport { inputIconExampleDesc } from \"./examples/input-icon\";\nimport { inputNumberExampleDesc } from \"./examples/input-number\";\nimport { uploadExampleDesc } from \"./examples/upload\";\nimport { textareaExampleDesc } from \"./examples/textarea\";\nimport { dynamicContainerExampleDesc } from \"./examples/dynamic-container\";\nimport { scopeExampleDesc } from \"./examples/scope\";\nimport { inputComponentExampleDesc } from \"./examples/input-component\";\nimport { inputJsonExampleDesc } from \"./examples/input-json\";\nimport { datePickerExampleDesc } from \"./examples/date-picker\";\nimport { stepsExampleDesc } from \"./examples/steps\";\nimport { editorExampleDesc } from \"./examples/editor\";\nimport { tabsExampleDesc } from \"./examples/tabs\";\nimport { dynamicValueExampleDesc } from \"./examples/dynamic-value\";\nimport { editTableExampleDesc } from \"./examples/edit-table\";\nimport { colorPickerExampleDesc } from \"./examples/color-picker\";\nimport { selectExampleDesc } from \"./examples/select\";\n\nexport const examples: ExampleGroup[] = [\n {\n groupName: \"通用\",\n children: [\n scopeExampleDesc,\n buttonExampleDesc,\n textExampleDesc,\n iconExampleDesc,\n modalExampleDesc,\n ]\n }, {\n groupName: \"布局\",\n children: [\n flexExampleDesc,\n splitterExampleDesc,\n tabsExampleDesc,\n ]\n }, {\n groupName: \"录入\",\n children: [\n formExampleDesc,\n formItemExampleDesc,\n inputExampleDesc,\n inputNumberExampleDesc,\n selectExampleDesc,\n treeSelectorExampleDesc,\n inputIconExampleDesc,\n textareaExampleDesc,\n uploadExampleDesc,\n inputComponentExampleDesc,\n inputJsonExampleDesc,\n datePickerExampleDesc,\n editorExampleDesc,\n dynamicValueExampleDesc,\n colorPickerExampleDesc,\n editTableExampleDesc,\n ]\n }, {\n groupName: \"数据\",\n children: [\n tableExampleDesc,\n descExampleDesc,\n badgeExampleDesc,\n imageExampleDesc,\n stepsExampleDesc,\n ]\n }, {\n groupName: \"其他\",\n children: [\n designExampleDesc,\n dynamicContainerExampleDesc,\n ]\n }\n];","import { Cmplib } from \"ngx-axis-appforge/core\";\nimport { cmpMap } from \"./cmp-map\";\nimport { examples } from \"./examples/examples\";\n\nexport const axisCmplib: Cmplib = {\n name: \"标准组件库\",\n cmpMap: cmpMap,\n examples: examples\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './cmplib';\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ngx-axis-appforge-axis-components.mjs","sources":["../../../axis-components/cmp-map.ts","../../../axis-components/examples/examples/button.ts","../../../axis-components/examples/examples/form.ts","../../../axis-components/examples/examples/form-item.ts","../../../axis-components/examples/examples/flex.ts","../../../axis-components/examples/examples/input.ts","../../../axis-components/examples/examples/table.ts","../../../axis-components/examples/examples/design.ts","../../../axis-components/examples/examples/text.ts","../../../axis-components/examples/examples/tree-selector.ts","../../../axis-components/examples/examples/splitter.ts","../../../axis-components/examples/examples/modal.ts","../../../axis-components/examples/examples/desc.ts","../../../axis-components/examples/examples/badge.ts","../../../axis-components/examples/examples/image.ts","../../../axis-components/examples/examples/icon.ts","../../../axis-components/examples/examples/input-icon.ts","../../../axis-components/examples/examples/input-number.ts","../../../axis-components/examples/examples/upload.ts","../../../axis-components/examples/examples/textarea.ts","../../../axis-components/examples/examples/dynamic-container.ts","../../../axis-components/examples/examples/scope.ts","../../../axis-components/examples/examples/input-component.ts","../../../axis-components/examples/examples/input-json.ts","../../../axis-components/examples/examples/date-picker.ts","../../../axis-components/examples/examples/steps.ts","../../../axis-components/examples/examples/editor.ts","../../../axis-components/examples/examples/tabs.ts","../../../axis-components/examples/examples/dynamic-value.ts","../../../axis-components/examples/examples/edit-table.ts","../../../axis-components/examples/examples/color-picker.ts","../../../axis-components/examples/examples/select.ts","../../../axis-components/examples/examples.ts","../../../axis-components/cmplib.ts","../../../axis-components/ngx-axis-appforge-axis-components.ts"],"sourcesContent":["export const cmpMap: { [component: string]: () => Promise<any> } = {\n \"axis-components/button\": () => import(\"ngx-axis-appforge/axis-components/button\"),\n \"axis-components/button/design\": () => import(\"ngx-axis-appforge/axis-components/button/design\"),\n \"axis-components/design\": () => import(\"ngx-axis-appforge/axis-components/design\"),\n \"axis-components/design/design\": () => import(\"ngx-axis-appforge/axis-components/design/design\"),\n \"axis-components/editor\": () => import(\"ngx-axis-appforge/axis-components/editor\"),\n \"axis-components/editor/design\": () => import(\"ngx-axis-appforge/axis-components/editor/design\"),\n \"axis-components/flex\": () => import(\"ngx-axis-appforge/axis-components/flex\"),\n \"axis-components/flex/design\": () => import(\"ngx-axis-appforge/axis-components/flex/design\"),\n \"axis-components/icon\": () => import(\"ngx-axis-appforge/axis-components/icon\"),\n \"axis-components/icon/design\": () => import(\"ngx-axis-appforge/axis-components/icon/design\"),\n \"axis-components/input\": () => import(\"ngx-axis-appforge/axis-components/input\"),\n \"axis-components/input/design\": () => import(\"ngx-axis-appforge/axis-components/input/design\"),\n \"axis-components/input-icon\": () => import(\"ngx-axis-appforge/axis-components/input-icon\"),\n \"axis-components/input-icon/design\": () => import(\"ngx-axis-appforge/axis-components/input-icon/design\"),\n \"axis-components/input-json\": () => import(\"ngx-axis-appforge/axis-components/input-json\"),\n \"axis-components/input-json/design\": () => import(\"ngx-axis-appforge/axis-components/input-json/design\"),\n \"axis-components/scope\": () => import(\"ngx-axis-appforge/axis-components/scope\"),\n \"axis-components/scope/design\": () => import(\"ngx-axis-appforge/axis-components/scope/design\"),\n \"axis-components/text\": () => import(\"ngx-axis-appforge/axis-components/text\"),\n \"axis-components/text/design\": () => import(\"ngx-axis-appforge/axis-components/text/design\"),\n \"axis-components/form\": () => import(\"ngx-axis-appforge/axis-components/form\"),\n \"axis-components/form/design\": () => import(\"ngx-axis-appforge/axis-components/form/design\"),\n \"axis-components/form-item\": () => import(\"ngx-axis-appforge/axis-components/form-item\"),\n \"axis-components/form-item/design\": () => import(\"ngx-axis-appforge/axis-components/form-item/design\"),\n \"axis-components/table\": () => import(\"ngx-axis-appforge/axis-components/table\"),\n \"axis-components/table/design\": () => import(\"ngx-axis-appforge/axis-components/table/design\"),\n \"axis-components/single-selector\": () => import(\"ngx-axis-appforge/axis-components/single-selector\"),\n \"axis-components/select\": () => import(\"ngx-axis-appforge/axis-components/select\"),\n \"axis-components/select/design\": () => import(\"ngx-axis-appforge/axis-components/select/design\"),\n \"axis-components/tree-selector\": () => import(\"ngx-axis-appforge/axis-components/tree-selector\"),\n \"axis-components/tree-selector/design\": () => import(\"ngx-axis-appforge/axis-components/tree-selector/design\"),\n \"axis-components/splitter\": () => import(\"ngx-axis-appforge/axis-components/splitter\"),\n \"axis-components/splitter/design\": () => import(\"ngx-axis-appforge/axis-components/splitter/design\"),\n \"axis-components/modal\": () => import(\"ngx-axis-appforge/axis-components/modal\"),\n \"axis-components/modal/design\": () => import(\"ngx-axis-appforge/axis-components/modal/design\"),\n \"axis-components/desc\": () => import(\"ngx-axis-appforge/axis-components/desc\"),\n \"axis-components/desc/design\": () => import(\"ngx-axis-appforge/axis-components/desc/design\"),\n \"axis-components/badge\": () => import(\"ngx-axis-appforge/axis-components/badge\"),\n \"axis-components/badge/design\": () => import(\"ngx-axis-appforge/axis-components/badge/design\"),\n \"axis-components/image\": () => import(\"ngx-axis-appforge/axis-components/image\"),\n \"axis-components/image/design\": () => import(\"ngx-axis-appforge/axis-components/image/design\"),\n \"axis-components/input-number\": () => import(\"ngx-axis-appforge/axis-components/input-number\"),\n \"axis-components/input-number/design\": () => import(\"ngx-axis-appforge/axis-components/input-number/design\"),\n \"axis-components/upload\": () => import(\"ngx-axis-appforge/axis-components/upload\"),\n \"axis-components/upload/design\": () => import(\"ngx-axis-appforge/axis-components/upload/design\"),\n \"axis-components/textarea\": () => import(\"ngx-axis-appforge/axis-components/textarea\"),\n \"axis-components/textarea/design\": () => import(\"ngx-axis-appforge/axis-components/textarea/design\"),\n \"axis-components/dynamic-container\": () => import(\"ngx-axis-appforge/axis-components/dynamic-container\"),\n \"axis-components/dynamic-container/design\": () => import(\"ngx-axis-appforge/axis-components/dynamic-container/design\"),\n \"axis-components/input-component\": () => import(\"ngx-axis-appforge/axis-components/input-component\"),\n \"axis-components/input-component/design\": () => import(\"ngx-axis-appforge/axis-components/input-component/design\"),\n \"axis-components/date-picker\": () => import(\"ngx-axis-appforge/axis-components/date-picker\"),\n \"axis-components/date-picker/design\": () => import(\"ngx-axis-appforge/axis-components/date-picker/design\"),\n \"axis-components/steps\": () => import(\"ngx-axis-appforge/axis-components/steps\"),\n \"axis-components/steps/design\": () => import(\"ngx-axis-appforge/axis-components/steps/design\"),\n \"axis-components/tabs\": () => import(\"ngx-axis-appforge/axis-components/tabs\"),\n \"axis-components/tabs/design\": () => import(\"ngx-axis-appforge/axis-components/tabs/design\"),\n \"axis-components/dynamic-value\": () => import(\"ngx-axis-appforge/axis-components/dynamic-value\"),\n \"axis-components/dynamic-value/design\": () => import(\"ngx-axis-appforge/axis-components/dynamic-value/design\"),\n \"axis-components/edit-table\": () => import(\"ngx-axis-appforge/axis-components/edit-table\"),\n \"axis-components/edit-table/design\": () => import(\"ngx-axis-appforge/axis-components/edit-table/design\"),\n \"axis-components/color-picker\": () => import(\"ngx-axis-appforge/axis-components/color-picker\"),\n \"axis-components/color-picker/design\": () => import(\"ngx-axis-appforge/axis-components/color-picker/design\"),\n}","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const buttonExampleDesc: ExampleDesc = {\n component: \"按钮\",\n coverImg: \"assets/axis-components-covers/button.svg\",\n span: 12,\n height: 78,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/button\",\n id: componentIdBuilder?.(\"axis-components/button\"),\n inuse: true,\n title: \"未命名按钮\",\n confirm: false,\n confirmText: \"是否确认?\",\n confirmType: \"modal\",\n disabledBtn: false,\n styleType: \"primary\",\n block: false,\n danger: false,\n ghost: false,\n size: \"default\",\n shape: \"\"\n }),\n },\n moreExamples: [\n {\n name: \"链接按钮\",\n builder: (componentIdBuilder) => ({\n component: \"axis-components/button\",\n id: componentIdBuilder?.(\"axis-components/button\"),\n inuse: true,\n title: \"未命名按钮\",\n styleType: \"link\"\n }),\n }\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const formExampleDesc: ExampleDesc = {\n component: \"表单\",\n coverImg: \"assets/axis-components-covers/form.svg\",\n span: 24,\n height: 120,\n tags: [\"wrap\"],\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/form\",\n id: componentIdBuilder?.(\"axis-components/form\"),\n inuse: true,\n submitConfirm: true,\n leaveConfirm: true,\n child: {\n component: \"axis-components/flex\",\n id: componentIdBuilder?.(\"axis-components/flex\"),\n inuse: true,\n direction: \"vertical\",\n align: \"center\",\n gap: \"20px\",\n style: {\n padding: \"20px\"\n },\n children: [\n {\n component: \"axis-components/flex\",\n inuse: true,\n id: componentIdBuilder?.(\"axis-components/flex\", 2),\n direction: \"horizontal\",\n justify: \"end\",\n gap: \"6px\",\n children: [\n {\n component: \"axis-components/button\",\n id: componentIdBuilder?.(\"axis-components/button\"),\n inuse: true,\n title: \"重置\",\n styleType: \"default\",\n icon: {\n component: \"axis-components/icon\",\n inuse: true,\n lib: \"antdesign\",\n theme: \"outline\",\n icon: \"redo\"\n },\n triggeEvents: {\n buttonClick: [\n {\n name: \"resetForm\",\n disabled: false,\n id: componentIdBuilder?.(\"axis-components/form\"),\n target: \"component\"\n }\n ]\n }\n },\n {\n component: \"axis-components/button\",\n id: componentIdBuilder?.(\"axis-components/button\", 2),\n inuse: true,\n title: \"提交\",\n icon: {\n component: \"axis-components/icon\",\n inuse: true,\n lib: \"antdesign\",\n theme: \"outline\",\n icon: \"save\"\n },\n triggeEvents: {\n buttonClick: [\n {\n name: \"validForm\",\n disabled: false,\n id: componentIdBuilder?.(\"axis-components/form\"),\n target: \"component\"\n }\n ]\n }\n },\n ]\n },\n {\n component: \"axis-components/flex\",\n inuse: true,\n id: componentIdBuilder?.(\"axis-components/flex\", 3),\n direction: \"vertical\",\n align: \"center\",\n style: {\n width: \"400px\"\n },\n children: [\n {\n component: \"axis-components/form-item\",\n id: componentIdBuilder?.(\"axis-components/form-item\"),\n inuse: true,\n name: \"field1\",\n label: \"字段1\",\n validators: [],\n child: {\n component: \"axis-components/input\",\n id: componentIdBuilder?.(\"axis-components/input\"),\n inuse: true\n }\n },\n {\n component: \"axis-components/form-item\",\n id: componentIdBuilder?.(\"axis-components/form-item\", 2),\n inuse: true,\n name: \"field2\",\n label: \"字段2\",\n validators: [],\n child: {\n component: \"axis-components/input\",\n id: componentIdBuilder?.(\"axis-components/input\", 2),\n inuse: true\n }\n },\n ]\n }\n ]\n }\n }),\n },\n moreExamples: [\n {\n name: \"空表单\",\n builder: (componentIdBuilder) => ({\n component: \"axis-components/form\",\n id: componentIdBuilder?.(\"axis-components/form\"),\n inuse: true,\n submitConfirm: true,\n leaveConfirm: true\n }),\n },\n {\n name: \"查询表单\",\n builder: (componentIdBuilder) => ({\n component: \"axis-components/form\",\n id: componentIdBuilder?.(\"axis-components/form\"),\n inuse: true,\n submitConfirm: true,\n leaveConfirm: true,\n style: {\n width: \"100%\"\n },\n child: {\n component: \"axis-components/flex\",\n id: componentIdBuilder?.(\"axis-components/flex\"),\n direction: \"horizontal\",\n children: [\n {\n component: \"axis-components/flex\",\n id: componentIdBuilder?.(\"axis-components/flex\", 2),\n direction: \"horizontal\",\n children: [\n {\n component: \"axis-components/form-item\",\n id: componentIdBuilder?.(\"axis-components/form-item\"),\n validators: [],\n child: {\n component: \"axis-components/input\",\n id: componentIdBuilder?.(\"axis-components/input\"),\n requiredPermissions: null,\n triggeEvents: null,\n inuse: true,\n disabled: false,\n readonly: false,\n type: \"text\",\n placeholder: \"输入关键字搜索\",\n maxlength: \"\",\n debounceTime: 300,\n autofocus: false\n },\n requiredPermissions: null,\n triggeEvents: null,\n inuse: true,\n style: {\n width: \"250px\",\n height: \"35px\"\n },\n name: \"keywords\",\n label: \"搜索\",\n labelWidth: \"40px\"\n }, {\n component: \"axis-components/button\",\n id: componentIdBuilder?.(\"axis-components/button\"),\n requiredPermissions: null,\n triggeEvents: {\n buttonClick: [\n {\n name: \"resetForm\",\n disabled: false,\n id: componentIdBuilder?.(\"axis-components/form\"),\n data: null,\n target: \"component\"\n }\n ]\n },\n inuse: true,\n title: \"\",\n icon: {\n component: \"axis-components/icon\",\n inuse: true,\n lib: \"antdesign\",\n theme: \"outline\",\n icon: \"delete\"\n },\n confirm: false,\n confirmText: \"是否确认?\",\n confirmType: \"modal\",\n disabledBtn: false,\n styleType: \"default\",\n block: false,\n danger: true,\n ghost: false,\n size: \"default\",\n shape: \"circle\"\n }\n ],\n requiredPermissions: null,\n triggeEvents: null,\n inuse: true,\n style: {\n flex: 1\n },\n justify: \"start\",\n align: \"start\",\n wrap: \"wrap\",\n gap: \"20px\"\n },\n {\n component: \"axis-components/flex\",\n id: componentIdBuilder?.(\"axis-components/flex\", 3),\n direction: \"horizontal\",\n children: [\n {\n component: \"axis-components/button\",\n id: componentIdBuilder?.(\"axis-components/button\", 2),\n inuse: true,\n requiredPermissions: null,\n triggeEvents: null,\n title: \"刷新\",\n icon: {\n component: \"axis-components/icon\",\n inuse: true,\n lib: \"antdesign\",\n theme: \"outline\",\n icon: \"reload\"\n },\n confirm: false,\n confirmText: \"是否确认?\",\n confirmType: \"modal\",\n disabledBtn: false,\n styleType: \"default\",\n block: false,\n danger: false,\n ghost: false,\n size: \"default\",\n shape: \"\"\n },\n {\n component: \"axis-components/button\",\n id: componentIdBuilder?.(\"axis-components/button\", 3),\n inuse: true,\n requiredPermissions: null,\n triggeEvents: null,\n title: \"新增\",\n icon: {\n component: \"axis-components/icon\",\n inuse: true,\n lib: \"antdesign\",\n theme: \"outline\",\n icon: \"plus\"\n },\n confirm: false,\n confirmText: \"是否确认?\",\n confirmType: \"modal\",\n disabledBtn: false,\n styleType: \"dashed\",\n block: false,\n danger: false,\n ghost: false,\n size: \"default\",\n shape: \"\"\n }\n ],\n inuse: true,\n requiredPermissions: null,\n style: {\n width: \"fit-content\"\n },\n triggeEvents: null,\n justify: \"start\",\n align: \"start\",\n wrap: \"nowrap\",\n gap: \"4px\"\n }\n ],\n inuse: true,\n requiredPermissions: null,\n style: {\n padding: \"10px\"\n },\n triggeEvents: null,\n justify: \"start\",\n align: \"center\",\n wrap: \"nowrap\",\n gap: \"20px\"\n }\n })\n }\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const formItemExampleDesc: ExampleDesc = {\n component: \"表单项\",\n coverImg: \"assets/axis-components-covers/form-item.svg\",\n span: 24,\n height: 60,\n tags: [\"wrap\"],\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/form-item\",\n id: componentIdBuilder?.(\"axis-components/form-item\"),\n inuse: true,\n name: \"field\",\n label: \"字段\",\n labelWidth: \"120px\",\n validators: [],\n child: {\n component: \"axis-components/input\",\n inuse: true,\n id: componentIdBuilder?.(\"axis-components/input\"),\n }\n }),\n },\n moreExamples: [\n {\n name: \"空表单项\",\n builder: (componentIdBuilder) => ({\n component: \"axis-components/form-item\",\n id: componentIdBuilder?.(\"axis-components/form-item\"),\n inuse: true,\n name: \"field\",\n label: \"\",\n labelWidth: \"\",\n validators: [],\n }),\n }\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const flexExampleDesc: ExampleDesc = {\n component: \"响应布局\",\n coverImg: \"assets/axis-components-covers/flex.svg\",\n span: 24,\n height: 120,\n tags: [\"wrap\"],\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/flex\",\n id: componentIdBuilder?.(\"axis-components/flex\"),\n inuse: true,\n direction: \"horizontal\",\n children: []\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const inputExampleDesc: ExampleDesc = {\n component: \"文本输入框\",\n coverImg: \"assets/axis-components-covers/input.svg\",\n span: 12,\n height: 60,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/input\",\n id: componentIdBuilder?.(\"axis-components/input\"),\n inuse: true\n }),\n },\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const tableExampleDesc: ExampleDesc = {\n component: \"表格\",\n coverImg: \"assets/axis-components-covers/table.svg\",\n span: 24,\n height: 120,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/table\",\n id: componentIdBuilder?.(\"axis-components/table\"),\n inuse: true,\n keyField: \"id\",\n fields: [\n {\n field: \"id\",\n exportFn: null,\n groupLevel: null,\n totalAble: false,\n totalFn: null,\n titleGroup: null,\n inuse: true,\n title: \"编码\",\n export: false,\n exportFlowChild: true,\n import: false,\n importRequired: false,\n importCellType: \"text\",\n sortAble: true,\n sortOrder: null,\n filterAble: false,\n filterMultiple: false,\n width: 150,\n align: \"left\",\n freezeMode: \"none\"\n },\n {\n field: \"name\",\n exportFn: null,\n groupLevel: null,\n totalAble: false,\n totalFn: null,\n titleGroup: null,\n inuse: true,\n title: \"名字\",\n export: false,\n exportFlowChild: true,\n import: false,\n importRequired: false,\n importCellType: \"text\",\n sortAble: true,\n sortOrder: null,\n filterAble: false,\n filterMultiple: false,\n width: null,\n align: \"left\",\n freezeMode: \"none\"\n }\n ],\n rowActions: [\n {\n component: \"axis-components/button\",\n id: componentIdBuilder?.(\"axis-components/button\"),\n inuse: true,\n requiredPermissions: null,\n triggeEvents: null,\n title: \"详情\",\n confirm: false,\n confirmText: \"是否确认?\",\n confirmType: \"modal\",\n disabledBtn: false,\n styleType: \"link\",\n block: false,\n danger: false,\n ghost: false,\n size: \"small\",\n shape: \"\"\n },\n {\n component: \"axis-components/button\",\n id: componentIdBuilder?.(\"axis-components/button\", 2),\n requiredPermissions: null,\n triggeEvents: null,\n inuse: true,\n title: \"删除\",\n confirm: true,\n confirmText: \"确认删除?\",\n confirmType: \"pop\",\n disabledBtn: false,\n styleType: \"link\",\n block: false,\n danger: true,\n ghost: false,\n size: \"small\",\n shape: \"\"\n }\n ],\n data: [\n {\n id: \"001\",\n name: \"小王\",\n },\n {\n id: \"002\",\n name: \"小张\",\n },\n ],\n }),\n },\n moreExamples: [\n {\n name: \"空表格\",\n builder: (componentIdBuilder) => ({\n component: \"axis-components/table\",\n id: componentIdBuilder?.(\"axis-components/table\"),\n inuse: true,\n fields: [],\n rowActions: [],\n data: [],\n showOrder: false,\n }),\n }\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const designExampleDesc: ExampleDesc = {\n component: \"低代码设计器\",\n coverImg: \"assets/axis-components-covers/design.jpg\",\n span: 24,\n height: 120,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/design\",\n id: componentIdBuilder?.(\"axis-components/design\"),\n inuse: true\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const textExampleDesc: ExampleDesc = {\n component: \"文本\",\n coverImg: \"assets/axis-components-covers/text.svg\",\n span: 12,\n height: 80,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/text\",\n id: componentIdBuilder?.(\"axis-components/text\"),\n inuse: true\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const treeSelectorExampleDesc: ExampleDesc = {\n component: \"树选择器\",\n coverImg: \"assets/axis-components-covers/tree-selector.svg\",\n span: 12,\n height: 70,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/tree-selector\",\n id: componentIdBuilder?.(\"axis-components/tree-selector\"),\n inuse: true,\n menus: [],\n data: [{\n title: \"节点1\",\n key: \"1\",\n children: [\n {\n title: \"节点1-1\",\n key: \"1-1\"\n }, {\n title: \"节点1-2\",\n key: \"1-2\",\n children: [\n {\n title: \"节点1-2-1\",\n key: \"1-2-1\"\n }\n ]\n }\n ]\n }]\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const splitterExampleDesc: ExampleDesc = {\n component: \"分隔面板\",\n coverImg: \"assets/axis-components-covers/splitter.svg\",\n span: 24,\n height: 120,\n tags: [\"wrap\"],\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/splitter\",\n id: componentIdBuilder?.(\"axis-components/splitter\"),\n inuse: true,\n direction: \"horizontal\",\n panels: [\n {\n inuse: true,\n child: {\n component: \"axis-components/text\",\n id: componentIdBuilder?.(\"axis-components/text\"),\n inuse: true,\n data: \"左面板\"\n }\n }, {\n inuse: true,\n child: {\n component: \"axis-components/text\",\n id: componentIdBuilder?.(\"axis-components/text\", 2),\n inuse: true,\n data: \"右边面板\"\n }\n }\n ]\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const modalExampleDesc: ExampleDesc = {\n component: \"对话框\",\n coverImg: \"assets/axis-components-covers/modal.svg\",\n span: 24,\n height: 120,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/modal\",\n id: componentIdBuilder?.(\"axis-components/modal\"),\n inuse: true\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const descExampleDesc: ExampleDesc = {\n component: \"描述\",\n coverImg: \"assets/axis-components-covers/desc.svg\",\n span: 24,\n height: 90,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/desc\",\n id: componentIdBuilder?.(\"axis-components/desc\"),\n inuse: true,\n title: \"未命名\",\n data: {\n field1: \"字段1\",\n field2: \"字段2\"\n },\n items: [\n {\n inuse: true,\n title: \"字段1\",\n field: \"field1\"\n }, {\n inuse: true,\n title: \"字段2\",\n field: \"field2\"\n }\n ]\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const badgeExampleDesc: ExampleDesc = {\n component: \"徽标\",\n coverImg: \"assets/axis-components-covers/badge.svg\",\n span: 14,\n height: 70,\n tags: [\"wrap\"],\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/badge\",\n id: componentIdBuilder?.(\"axis-components/badge\"),\n inuse: true,\n standalone: true,\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const imageExampleDesc: ExampleDesc = {\n component: \"图片\",\n coverImg: \"assets/axis-components-covers/image.svg\",\n span: 10,\n height: 70,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/image\",\n id: componentIdBuilder?.(\"axis-components/image\"),\n inuse: true,\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const iconExampleDesc: ExampleDesc = {\n component: \"图标\",\n coverImg: \"assets/axis-components-covers/icon.svg\",\n span: 12,\n height: 80,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/icon\",\n id: componentIdBuilder?.(\"axis-components/icon\"),\n inuse: true,\n icon: \"ant-design\"\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const inputIconExampleDesc: ExampleDesc = {\n component: \"图标输入框\",\n coverImg: \"assets/axis-components-covers/input-icon.svg\",\n span: 12,\n height: 70,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/input-icon\",\n id: componentIdBuilder?.(\"axis-components/input-icon\"),\n inuse: true,\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const inputNumberExampleDesc: ExampleDesc = {\n component: \"数值输入框\",\n coverImg: \"assets/axis-components-covers/input-number.svg\",\n span: 12,\n height: 60,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/input-number\",\n id: componentIdBuilder?.(\"axis-components/input-number\"),\n inuse: true\n }),\n },\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const uploadExampleDesc: ExampleDesc = {\n component: \"文件上传\",\n coverImg: \"assets/axis-components-covers/upload.svg\",\n span: 12,\n height: 70,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/upload\",\n id: componentIdBuilder?.(\"axis-components/upload\"),\n inuse: true,\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const textareaExampleDesc: ExampleDesc = {\n component: \"文本输入框\",\n coverImg: \"assets/axis-components-covers/textarea.svg\",\n span: 12,\n height: 70,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/textarea\",\n id: componentIdBuilder?.(\"axis-components/textarea\"),\n inuse: true\n }),\n },\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const dynamicContainerExampleDesc: ExampleDesc = {\n component: \"动态容器\",\n coverImg: \"assets/axis-components-covers/dynamic-container.svg\",\n span: 24,\n height: 120,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/dynamic-container\",\n id: componentIdBuilder?.(\"axis-components/dynamic-container\"),\n inuse: true,\n child: {\n component: \"axis-components/text\",\n id: componentIdBuilder?.(\"axis-components/text\"),\n inuse: true,\n data: \"动态容器中的文本\"\n }\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const scopeExampleDesc: ExampleDesc = {\n component: \"组件域\",\n coverImg: \"assets/axis-components-covers/scope.svg\",\n span: 12,\n height: 80,\n tags: [\"wrap\"],\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/scope\",\n id: componentIdBuilder?.(\"axis-components/scope\"),\n inuse: true,\n scopeName: \"根\"\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const inputComponentExampleDesc: ExampleDesc = {\n component: \"组件输入框\",\n coverImg: \"assets/axis-components-covers/input-component.svg\",\n span: 12,\n height: 70,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/input-component\",\n id: componentIdBuilder?.(\"axis-components/input-component\"),\n inuse: true\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const inputJsonExampleDesc: ExampleDesc = {\n component: \"JSON输入框\",\n coverImg: \"assets/axis-components-covers/input-json.svg\",\n span: 12,\n height: 70,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/input-json\",\n id: componentIdBuilder?.(\"axis-components/input-json\"),\n inuse: true,\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const datePickerExampleDesc: ExampleDesc = {\n component: \"日期选择器\",\n coverImg: \"assets/axis-components-covers/date-picker.svg\",\n span: 12,\n height: 70,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/date-picker\",\n id: componentIdBuilder?.(\"axis-components/date-picker\"),\n inuse: true\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const stepsExampleDesc: ExampleDesc = {\n component: \"步骤条\",\n coverImg: \"assets/axis-components-covers/steps.svg\",\n span: 12,\n height: 90,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/steps\",\n id: componentIdBuilder?.(\"axis-components/steps\"),\n inuse: true,\n steps: [\n {\n inuse: true,\n name: \"step1\",\n title: \"步骤一\",\n status: \"finish\",\n desc: \"已完成\"\n }, {\n inuse: true,\n name: \"step2\",\n title: \"步骤二\",\n desc: \"进行中\",\n status: \"process\"\n }, {\n inuse: true,\n name: \"step3\",\n title: \"步骤三\"\n }\n ]\n }),\n },\n moreExamples: [\n {\n name: \"空步骤条\",\n builder: (componentIdBuilder) => ({\n component: \"axis-components/steps\",\n id: componentIdBuilder?.(\"axis-components/steps\"),\n inuse: true,\n steps: []\n }),\n },\n ]\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const editorExampleDesc: ExampleDesc = {\n component: \"编辑器\",\n coverImg: \"assets/axis-components-covers/editor.png\",\n span: 24,\n height: 120,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/editor\",\n id: componentIdBuilder?.(\"axis-components/editor\"),\n inuse: true,\n mode: \"plain_text\",\n style: {\n height: \"300px\"\n }\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const tabsExampleDesc: ExampleDesc = {\n component: \"标签页\",\n coverImg: \"assets/axis-components-covers/tabs.svg\",\n span: 24,\n height: 120,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/tabs\",\n id: componentIdBuilder?.(\"axis-components/tabs\"),\n inuse: true,\n tabs: [\n {\n inuse: true,\n name: \"tab1\",\n title: \"标签1\",\n child: {\n component: \"axis-components/text\",\n id: componentIdBuilder?.(\"axis-components/text\"),\n inuse: true,\n data: \"标签1的内容\"\n }\n }, {\n inuse: true,\n name: \"tab2\",\n title: \"标签2\",\n child: {\n component: \"axis-components/text\",\n id: componentIdBuilder?.(\"axis-components/text\", 2),\n inuse: true,\n data: \"标签2的内容\"\n }\n }\n ]\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const dynamicValueExampleDesc: ExampleDesc = {\n component: \"动态值\",\n coverImg: \"assets/axis-components-covers/dynamic-value.svg\",\n span: 12,\n height: 80,\n tags: [\"wrap\"],\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/dynamic-value\",\n id: componentIdBuilder?.(\"axis-components/dynamic-value\"),\n inuse: true,\n child: {\n component: \"axis-components/input\",\n id: componentIdBuilder?.(\"axis-components/input\"),\n inuse: true,\n }\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const editTableExampleDesc: ExampleDesc = {\n component: \"可编辑表格\",\n coverImg: \"assets/axis-components-covers/edit-table.png\",\n span: 24,\n height: 80,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/edit-table\",\n id: componentIdBuilder?.(\"axis-components/edit-table\"),\n inuse: true,\n fields: [\n {\n field: \"id\",\n inuse: true,\n title: \"编码\",\n sortAble: true,\n sortOrder: null,\n filterAble: false,\n filterMultiple: false,\n width: 150,\n align: \"left\",\n freezeMode: \"none\",\n child: {\n component: \"axis-components/input\",\n id: componentIdBuilder?.(\"axis-components/input\"),\n inuse: true,\n }\n },\n {\n field: \"name\",\n inuse: true,\n title: \"名称\",\n sortAble: true,\n sortOrder: null,\n filterAble: false,\n filterMultiple: false,\n width: 150,\n align: \"left\",\n freezeMode: \"none\",\n child: {\n component: \"axis-components/input\",\n id: componentIdBuilder?.(\"axis-components/input\", 2),\n inuse: true,\n }\n }\n ]\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const colorPickerExampleDesc: ExampleDesc = {\n component: \"颜色选择器\",\n coverImg: \"assets/axis-components-covers/color-picker.svg\",\n span: 12,\n height: 80,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/color-picker\",\n id: componentIdBuilder?.(\"axis-components/color-picker\"),\n inuse: true\n }),\n }\n};","import { ExampleDesc } from \"ngx-axis-appforge/core\";\n\nexport const selectExampleDesc: ExampleDesc = {\n component: \"选择器\",\n coverImg: \"assets/axis-components-covers/select.svg\",\n span: 12,\n height: 60,\n example: {\n builder: (componentIdBuilder) => ({\n component: \"axis-components/select\",\n id: componentIdBuilder?.(\"axis-components/select\"),\n inuse: true,\n data: [\n {\n title: \"选项1\",\n key: \"1\"\n },\n {\n title: \"选项2\",\n key: \"2\"\n }\n ]\n }),\n }\n};","import { ExampleGroup } from \"ngx-axis-appforge/core\";\nimport { buttonExampleDesc } from \"./examples/button\";\nimport { formExampleDesc } from \"./examples/form\";\nimport { formItemExampleDesc } from \"./examples/form-item\";\nimport { flexExampleDesc } from \"./examples/flex\";\nimport { inputExampleDesc } from \"./examples/input\";\nimport { tableExampleDesc } from \"./examples/table\";\nimport { designExampleDesc } from \"./examples/design\";\nimport { textExampleDesc } from \"./examples/text\";\nimport { treeSelectorExampleDesc } from \"./examples/tree-selector\";\nimport { splitterExampleDesc } from \"./examples/splitter\";\nimport { modalExampleDesc } from \"./examples/modal\";\nimport { descExampleDesc } from \"./examples/desc\";\nimport { badgeExampleDesc } from \"./examples/badge\";\nimport { imageExampleDesc } from \"./examples/image\";\nimport { iconExampleDesc } from \"./examples/icon\";\nimport { inputIconExampleDesc } from \"./examples/input-icon\";\nimport { inputNumberExampleDesc } from \"./examples/input-number\";\nimport { uploadExampleDesc } from \"./examples/upload\";\nimport { textareaExampleDesc } from \"./examples/textarea\";\nimport { dynamicContainerExampleDesc } from \"./examples/dynamic-container\";\nimport { scopeExampleDesc } from \"./examples/scope\";\nimport { inputComponentExampleDesc } from \"./examples/input-component\";\nimport { inputJsonExampleDesc } from \"./examples/input-json\";\nimport { datePickerExampleDesc } from \"./examples/date-picker\";\nimport { stepsExampleDesc } from \"./examples/steps\";\nimport { editorExampleDesc } from \"./examples/editor\";\nimport { tabsExampleDesc } from \"./examples/tabs\";\nimport { dynamicValueExampleDesc } from \"./examples/dynamic-value\";\nimport { editTableExampleDesc } from \"./examples/edit-table\";\nimport { colorPickerExampleDesc } from \"./examples/color-picker\";\nimport { selectExampleDesc } from \"./examples/select\";\n\nexport const examples: ExampleGroup[] = [\n {\n groupName: \"通用\",\n children: [\n scopeExampleDesc,\n buttonExampleDesc,\n textExampleDesc,\n iconExampleDesc,\n modalExampleDesc,\n ]\n }, {\n groupName: \"布局\",\n children: [\n flexExampleDesc,\n splitterExampleDesc,\n tabsExampleDesc,\n ]\n }, {\n groupName: \"录入\",\n children: [\n formExampleDesc,\n formItemExampleDesc,\n inputExampleDesc,\n inputNumberExampleDesc,\n selectExampleDesc,\n treeSelectorExampleDesc,\n inputIconExampleDesc,\n textareaExampleDesc,\n uploadExampleDesc,\n inputComponentExampleDesc,\n inputJsonExampleDesc,\n datePickerExampleDesc,\n editorExampleDesc,\n dynamicValueExampleDesc,\n colorPickerExampleDesc,\n editTableExampleDesc,\n ]\n }, {\n groupName: \"数据\",\n children: [\n tableExampleDesc,\n descExampleDesc,\n badgeExampleDesc,\n imageExampleDesc,\n stepsExampleDesc,\n ]\n }, {\n groupName: \"其他\",\n children: [\n designExampleDesc,\n dynamicContainerExampleDesc,\n ]\n }\n];","import { Cmplib } from \"ngx-axis-appforge/core\";\nimport { cmpMap } from \"./cmp-map\";\nimport { examples } from \"./examples/examples\";\n\nexport const axisCmplib: Cmplib = {\n name: \"标准组件库\",\n cmpMap: cmpMap,\n examples: examples\n}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './cmplib';\n"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-axis-appforge",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.22",
|
|
4
4
|
"author": "ZengCheng <zengc694623467@gmail.com>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"dependencies": {
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"types": "./providers/index.d.ts",
|
|
40
40
|
"default": "./fesm2022/ngx-axis-appforge-providers.mjs"
|
|
41
41
|
},
|
|
42
|
-
"./axis-components/button": {
|
|
43
|
-
"types": "./axis-components/button/index.d.ts",
|
|
44
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-button.mjs"
|
|
45
|
-
},
|
|
46
42
|
"./axis-components/badge": {
|
|
47
43
|
"types": "./axis-components/badge/index.d.ts",
|
|
48
44
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-badge.mjs"
|
|
49
45
|
},
|
|
46
|
+
"./axis-components/button": {
|
|
47
|
+
"types": "./axis-components/button/index.d.ts",
|
|
48
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-button.mjs"
|
|
49
|
+
},
|
|
50
50
|
"./axis-components/color-picker": {
|
|
51
51
|
"types": "./axis-components/color-picker/index.d.ts",
|
|
52
52
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-color-picker.mjs"
|
|
@@ -55,6 +55,10 @@
|
|
|
55
55
|
"types": "./axis-components/date-picker/index.d.ts",
|
|
56
56
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-date-picker.mjs"
|
|
57
57
|
},
|
|
58
|
+
"./axis-components/design": {
|
|
59
|
+
"types": "./axis-components/design/index.d.ts",
|
|
60
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-design.mjs"
|
|
61
|
+
},
|
|
58
62
|
"./axis-components/desc": {
|
|
59
63
|
"types": "./axis-components/desc/index.d.ts",
|
|
60
64
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-desc.mjs"
|
|
@@ -67,10 +71,6 @@
|
|
|
67
71
|
"types": "./axis-components/dynamic-value/index.d.ts",
|
|
68
72
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-dynamic-value.mjs"
|
|
69
73
|
},
|
|
70
|
-
"./axis-components/editor": {
|
|
71
|
-
"types": "./axis-components/editor/index.d.ts",
|
|
72
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-editor.mjs"
|
|
73
|
-
},
|
|
74
74
|
"./axis-components/edit-table": {
|
|
75
75
|
"types": "./axis-components/edit-table/index.d.ts",
|
|
76
76
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-edit-table.mjs"
|
|
@@ -79,21 +79,21 @@
|
|
|
79
79
|
"types": "./axis-components/flex/index.d.ts",
|
|
80
80
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-flex.mjs"
|
|
81
81
|
},
|
|
82
|
+
"./axis-components/editor": {
|
|
83
|
+
"types": "./axis-components/editor/index.d.ts",
|
|
84
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-editor.mjs"
|
|
85
|
+
},
|
|
82
86
|
"./axis-components/form": {
|
|
83
87
|
"types": "./axis-components/form/index.d.ts",
|
|
84
88
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-form.mjs"
|
|
85
89
|
},
|
|
86
|
-
"./axis-components/icon": {
|
|
87
|
-
"types": "./axis-components/icon/index.d.ts",
|
|
88
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-icon.mjs"
|
|
89
|
-
},
|
|
90
90
|
"./axis-components/form-item": {
|
|
91
91
|
"types": "./axis-components/form-item/index.d.ts",
|
|
92
92
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-form-item.mjs"
|
|
93
93
|
},
|
|
94
|
-
"./axis-components/
|
|
95
|
-
"types": "./axis-components/
|
|
96
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-
|
|
94
|
+
"./axis-components/icon": {
|
|
95
|
+
"types": "./axis-components/icon/index.d.ts",
|
|
96
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-icon.mjs"
|
|
97
97
|
},
|
|
98
98
|
"./axis-components/input": {
|
|
99
99
|
"types": "./axis-components/input/index.d.ts",
|
|
@@ -103,6 +103,10 @@
|
|
|
103
103
|
"types": "./axis-components/image/index.d.ts",
|
|
104
104
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-image.mjs"
|
|
105
105
|
},
|
|
106
|
+
"./axis-components/input-component": {
|
|
107
|
+
"types": "./axis-components/input-component/index.d.ts",
|
|
108
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-input-component.mjs"
|
|
109
|
+
},
|
|
106
110
|
"./axis-components/input-icon": {
|
|
107
111
|
"types": "./axis-components/input-icon/index.d.ts",
|
|
108
112
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-input-icon.mjs"
|
|
@@ -119,18 +123,14 @@
|
|
|
119
123
|
"types": "./axis-components/modal/index.d.ts",
|
|
120
124
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-modal.mjs"
|
|
121
125
|
},
|
|
122
|
-
"./axis-components/
|
|
123
|
-
"types": "./axis-components/
|
|
124
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-
|
|
126
|
+
"./axis-components/select": {
|
|
127
|
+
"types": "./axis-components/select/index.d.ts",
|
|
128
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-select.mjs"
|
|
125
129
|
},
|
|
126
130
|
"./axis-components/scope": {
|
|
127
131
|
"types": "./axis-components/scope/index.d.ts",
|
|
128
132
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-scope.mjs"
|
|
129
133
|
},
|
|
130
|
-
"./axis-components/select": {
|
|
131
|
-
"types": "./axis-components/select/index.d.ts",
|
|
132
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-select.mjs"
|
|
133
|
-
},
|
|
134
134
|
"./axis-components/single-selector": {
|
|
135
135
|
"types": "./axis-components/single-selector/index.d.ts",
|
|
136
136
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-single-selector.mjs"
|
|
@@ -139,6 +139,10 @@
|
|
|
139
139
|
"types": "./axis-components/splitter/index.d.ts",
|
|
140
140
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-splitter.mjs"
|
|
141
141
|
},
|
|
142
|
+
"./axis-components/tabs": {
|
|
143
|
+
"types": "./axis-components/tabs/index.d.ts",
|
|
144
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-tabs.mjs"
|
|
145
|
+
},
|
|
142
146
|
"./axis-components/steps": {
|
|
143
147
|
"types": "./axis-components/steps/index.d.ts",
|
|
144
148
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-steps.mjs"
|
|
@@ -147,10 +151,6 @@
|
|
|
147
151
|
"types": "./axis-components/table/index.d.ts",
|
|
148
152
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-table.mjs"
|
|
149
153
|
},
|
|
150
|
-
"./axis-components/tabs": {
|
|
151
|
-
"types": "./axis-components/tabs/index.d.ts",
|
|
152
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-tabs.mjs"
|
|
153
|
-
},
|
|
154
154
|
"./axis-components/text": {
|
|
155
155
|
"types": "./axis-components/text/index.d.ts",
|
|
156
156
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-text.mjs"
|
|
@@ -167,14 +167,14 @@
|
|
|
167
167
|
"types": "./axis-components/upload/index.d.ts",
|
|
168
168
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-upload.mjs"
|
|
169
169
|
},
|
|
170
|
-
"./axis-components/button/design": {
|
|
171
|
-
"types": "./axis-components/button/design/index.d.ts",
|
|
172
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-button-design.mjs"
|
|
173
|
-
},
|
|
174
170
|
"./axis-components/badge/design": {
|
|
175
171
|
"types": "./axis-components/badge/design/index.d.ts",
|
|
176
172
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-badge-design.mjs"
|
|
177
173
|
},
|
|
174
|
+
"./axis-components/button/design": {
|
|
175
|
+
"types": "./axis-components/button/design/index.d.ts",
|
|
176
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-button-design.mjs"
|
|
177
|
+
},
|
|
178
178
|
"./axis-components/color-picker/design": {
|
|
179
179
|
"types": "./axis-components/color-picker/design/index.d.ts",
|
|
180
180
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-color-picker-design.mjs"
|
|
@@ -183,6 +183,14 @@
|
|
|
183
183
|
"types": "./axis-components/date-picker/design/index.d.ts",
|
|
184
184
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-date-picker-design.mjs"
|
|
185
185
|
},
|
|
186
|
+
"./axis-components/design/design": {
|
|
187
|
+
"types": "./axis-components/design/design/index.d.ts",
|
|
188
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-design-design.mjs"
|
|
189
|
+
},
|
|
190
|
+
"./axis-components/dynamic-container/design": {
|
|
191
|
+
"types": "./axis-components/dynamic-container/design/index.d.ts",
|
|
192
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-dynamic-container-design.mjs"
|
|
193
|
+
},
|
|
186
194
|
"./axis-components/desc/design": {
|
|
187
195
|
"types": "./axis-components/desc/design/index.d.ts",
|
|
188
196
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-desc-design.mjs"
|
|
@@ -191,90 +199,86 @@
|
|
|
191
199
|
"types": "./axis-components/dynamic-value/design/index.d.ts",
|
|
192
200
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-dynamic-value-design.mjs"
|
|
193
201
|
},
|
|
194
|
-
"./axis-components/
|
|
195
|
-
"types": "./axis-components/
|
|
196
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-
|
|
202
|
+
"./axis-components/edit-table/design": {
|
|
203
|
+
"types": "./axis-components/edit-table/design/index.d.ts",
|
|
204
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-edit-table-design.mjs"
|
|
197
205
|
},
|
|
198
206
|
"./axis-components/flex/design": {
|
|
199
207
|
"types": "./axis-components/flex/design/index.d.ts",
|
|
200
208
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-flex-design.mjs"
|
|
201
209
|
},
|
|
202
|
-
"./axis-components/
|
|
203
|
-
"types": "./axis-components/
|
|
204
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-
|
|
210
|
+
"./axis-components/editor/design": {
|
|
211
|
+
"types": "./axis-components/editor/design/index.d.ts",
|
|
212
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-editor-design.mjs"
|
|
205
213
|
},
|
|
206
214
|
"./axis-components/form/design": {
|
|
207
215
|
"types": "./axis-components/form/design/index.d.ts",
|
|
208
216
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-form-design.mjs"
|
|
209
217
|
},
|
|
210
|
-
"./axis-components/icon/design": {
|
|
211
|
-
"types": "./axis-components/icon/design/index.d.ts",
|
|
212
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-icon-design.mjs"
|
|
213
|
-
},
|
|
214
|
-
"./axis-components/design/design": {
|
|
215
|
-
"types": "./axis-components/design/design/index.d.ts",
|
|
216
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-design-design.mjs"
|
|
217
|
-
},
|
|
218
|
-
"./axis-components/edit-table/design": {
|
|
219
|
-
"types": "./axis-components/edit-table/design/index.d.ts",
|
|
220
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-edit-table-design.mjs"
|
|
221
|
-
},
|
|
222
218
|
"./axis-components/form-item/design": {
|
|
223
219
|
"types": "./axis-components/form-item/design/index.d.ts",
|
|
224
220
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-form-item-design.mjs"
|
|
225
221
|
},
|
|
222
|
+
"./axis-components/icon/design": {
|
|
223
|
+
"types": "./axis-components/icon/design/index.d.ts",
|
|
224
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-icon-design.mjs"
|
|
225
|
+
},
|
|
226
226
|
"./axis-components/input/design": {
|
|
227
227
|
"types": "./axis-components/input/design/index.d.ts",
|
|
228
228
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-input-design.mjs"
|
|
229
229
|
},
|
|
230
|
-
"./axis-components/input-json/design": {
|
|
231
|
-
"types": "./axis-components/input-json/design/index.d.ts",
|
|
232
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-input-json-design.mjs"
|
|
233
|
-
},
|
|
234
230
|
"./axis-components/image/design": {
|
|
235
231
|
"types": "./axis-components/image/design/index.d.ts",
|
|
236
232
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-image-design.mjs"
|
|
237
233
|
},
|
|
238
|
-
"./axis-components/
|
|
239
|
-
"types": "./axis-components/
|
|
240
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-
|
|
241
|
-
},
|
|
242
|
-
"./axis-components/scope/design": {
|
|
243
|
-
"types": "./axis-components/scope/design/index.d.ts",
|
|
244
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-scope-design.mjs"
|
|
234
|
+
"./axis-components/input-component/design": {
|
|
235
|
+
"types": "./axis-components/input-component/design/index.d.ts",
|
|
236
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-input-component-design.mjs"
|
|
245
237
|
},
|
|
246
238
|
"./axis-components/input-icon/design": {
|
|
247
239
|
"types": "./axis-components/input-icon/design/index.d.ts",
|
|
248
240
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-input-icon-design.mjs"
|
|
249
241
|
},
|
|
250
|
-
"./axis-components/input-
|
|
251
|
-
"types": "./axis-components/input-
|
|
252
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-input-
|
|
242
|
+
"./axis-components/input-json/design": {
|
|
243
|
+
"types": "./axis-components/input-json/design/index.d.ts",
|
|
244
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-input-json-design.mjs"
|
|
245
|
+
},
|
|
246
|
+
"./axis-components/input-number/design": {
|
|
247
|
+
"types": "./axis-components/input-number/design/index.d.ts",
|
|
248
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-input-number-design.mjs"
|
|
249
|
+
},
|
|
250
|
+
"./axis-components/modal/design": {
|
|
251
|
+
"types": "./axis-components/modal/design/index.d.ts",
|
|
252
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-modal-design.mjs"
|
|
253
253
|
},
|
|
254
254
|
"./axis-components/select/design": {
|
|
255
255
|
"types": "./axis-components/select/design/index.d.ts",
|
|
256
256
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-select-design.mjs"
|
|
257
257
|
},
|
|
258
|
-
"./axis-components/
|
|
259
|
-
"types": "./axis-components/
|
|
260
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-
|
|
261
|
-
},
|
|
262
|
-
"./axis-components/steps/design": {
|
|
263
|
-
"types": "./axis-components/steps/design/index.d.ts",
|
|
264
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-steps-design.mjs"
|
|
258
|
+
"./axis-components/scope/design": {
|
|
259
|
+
"types": "./axis-components/scope/design/index.d.ts",
|
|
260
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-scope-design.mjs"
|
|
265
261
|
},
|
|
266
262
|
"./axis-components/single-selector/design": {
|
|
267
263
|
"types": "./axis-components/single-selector/design/index.d.ts",
|
|
268
264
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-single-selector-design.mjs"
|
|
269
265
|
},
|
|
270
|
-
"./axis-components/
|
|
271
|
-
"types": "./axis-components/
|
|
272
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-
|
|
266
|
+
"./axis-components/splitter/design": {
|
|
267
|
+
"types": "./axis-components/splitter/design/index.d.ts",
|
|
268
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-splitter-design.mjs"
|
|
273
269
|
},
|
|
274
270
|
"./axis-components/tabs/design": {
|
|
275
271
|
"types": "./axis-components/tabs/design/index.d.ts",
|
|
276
272
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-tabs-design.mjs"
|
|
277
273
|
},
|
|
274
|
+
"./axis-components/steps/design": {
|
|
275
|
+
"types": "./axis-components/steps/design/index.d.ts",
|
|
276
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-steps-design.mjs"
|
|
277
|
+
},
|
|
278
|
+
"./axis-components/table/design": {
|
|
279
|
+
"types": "./axis-components/table/design/index.d.ts",
|
|
280
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-table-design.mjs"
|
|
281
|
+
},
|
|
278
282
|
"./axis-components/text/design": {
|
|
279
283
|
"types": "./axis-components/text/design/index.d.ts",
|
|
280
284
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-text-design.mjs"
|
|
@@ -283,17 +287,13 @@
|
|
|
283
287
|
"types": "./axis-components/textarea/design/index.d.ts",
|
|
284
288
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-textarea-design.mjs"
|
|
285
289
|
},
|
|
286
|
-
"./axis-components/
|
|
287
|
-
"types": "./axis-components/
|
|
288
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-
|
|
290
|
+
"./axis-components/tree-selector/design": {
|
|
291
|
+
"types": "./axis-components/tree-selector/design/index.d.ts",
|
|
292
|
+
"default": "./fesm2022/ngx-axis-appforge-axis-components-tree-selector-design.mjs"
|
|
289
293
|
},
|
|
290
294
|
"./axis-components/upload/design": {
|
|
291
295
|
"types": "./axis-components/upload/design/index.d.ts",
|
|
292
296
|
"default": "./fesm2022/ngx-axis-appforge-axis-components-upload-design.mjs"
|
|
293
|
-
},
|
|
294
|
-
"./axis-components/tree-selector/design": {
|
|
295
|
-
"types": "./axis-components/tree-selector/design/index.d.ts",
|
|
296
|
-
"default": "./fesm2022/ngx-axis-appforge-axis-components-tree-selector-design.mjs"
|
|
297
297
|
}
|
|
298
298
|
},
|
|
299
299
|
"module": "fesm2022/ngx-axis-appforge.mjs",
|