ngx-axis-appforge 1.0.4 → 1.0.6

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.
@@ -93,6 +93,8 @@ const cmpMap = {
93
93
  "axis-components/time-line/design": () => import('ngx-axis-appforge/axis-components/time-line/design'),
94
94
  "axis-components/input-list": () => import('ngx-axis-appforge/axis-components/input-list'),
95
95
  "axis-components/input-list/design": () => import('ngx-axis-appforge/axis-components/input-list/design'),
96
+ "axis-components/loop-task": () => import('ngx-axis-appforge/axis-components/loop-task'),
97
+ "axis-components/loop-task/design": () => import('ngx-axis-appforge/axis-components/loop-task/design'),
96
98
  };
97
99
 
98
100
  const buttonExampleDesc = {
@@ -1728,6 +1730,21 @@ const inputListExampleDesc = {
1728
1730
  },
1729
1731
  };
1730
1732
 
1733
+ const loopTaskExampleDesc = {
1734
+ component: "循环任务",
1735
+ coverImg: "assets/axis-components-covers/loop-task.svg",
1736
+ span: 24,
1737
+ height: 120,
1738
+ tags: ["wrap"],
1739
+ example: {
1740
+ options: {
1741
+ component: "axis-components/loop-task",
1742
+ id: "axis-components/loop-task#1",
1743
+ inuse: true
1744
+ },
1745
+ }
1746
+ };
1747
+
1731
1748
  const examples = [
1732
1749
  {
1733
1750
  groupName: "通用",
@@ -1741,6 +1758,7 @@ const examples = [
1741
1758
  dropdownExampleDesc,
1742
1759
  menuExampleDesc,
1743
1760
  drawerExampleDesc,
1761
+ loopTaskExampleDesc,
1744
1762
  ]
1745
1763
  }, {
1746
1764
  groupName: "布局",