提交 36db3b29 编写于 作者: C Catouse

* change package.json.

上级 768ff3bf
...@@ -522,17 +522,32 @@ ...@@ -522,17 +522,32 @@
"name": "面板类型", "name": "面板类型",
"dpds": ["panels.basic", "panels.types", "panels.group", "panels.fix"] "dpds": ["panels.basic", "panels.types", "panels.group", "panels.fix"]
}, },
"alerts.basic": "alerts.style":
{ {
"name": "基本消息框", "name": "基本消息框基本样式",
"src":
{
"less": ["src/less/components/alerts.less"]
},
"ver": "1.0.0",
"dpds": ["basic"]
},
"alerts.dismiss":
{
"name": "可关闭的消息框",
"src": "src":
{ {
"less": ["src/less/components/alerts.less"],
"js": ["src/js/alert.js"] "js": ["src/js/alert.js"]
}, },
"ver": "1.0.0", "ver": "1.0.0",
"dpds": ["basic"] "dpds": ["basic"]
}, },
"alerts.basic":
{
"name": "基本消息框",
"ver": "1.0.0",
"dpds": ["alerts.style", "alerts.basic"]
},
"alerts.inverse": "alerts.inverse":
{ {
"name": "消息框增强样式", "name": "消息框增强样式",
...@@ -703,16 +718,26 @@ ...@@ -703,16 +718,26 @@
"name": "导航条", "name": "导航条",
"dpds": ["navbars.basic", "navbars.form", "navbars.fixedleft"] "dpds": ["navbars.basic", "navbars.form", "navbars.fixedleft"]
}, },
"animations.style":
{
"name": "过度动画",
"src":
{
"less": ["src/less/modules/animations.less"]
},
"ver": "1.0.0",
"dpds": ["mixins"],
"require": ["jquery"]
},
"animations": "animations":
{ {
"name": "过度动画", "name": "过度动画",
"src": "src":
{ {
"less": ["src/less/modules/animations.less"],
"js": ["src/js/transition.js"] "js": ["src/js/transition.js"]
}, },
"ver": "1.0.0", "ver": "1.0.0",
"dpds": ["mixins"], "dpds": ["animations.style"],
"require": ["jquery"] "require": ["jquery"]
}, },
"collapse": "collapse":
...@@ -1405,6 +1430,24 @@ ...@@ -1405,6 +1430,24 @@
"bootstrapStatement": true, "bootstrapStatement": true,
"includes": ["jqueryex", "basic", "utilities", "scaffolding", "grid", "typography.basic", "header", "button.basic", "image.group", "divider", "labels.basic", "breadcrumbs", "icons", "close", "table.basic", "table.colors", "listgroup", "panels.basic", "alerts.basic", "inputgroups", "forms.basic", "code", "pager.basic", "navs.basic", "navs.tab", "navbars.basic", "animations", "collapse", "device", "browser", "date", "string", "resize", "store", "tab", "modals", "modaltrigger", "tooltip", "popovers", "dropdowns", "carousel", "article", "comment", "list", "card.basic"] "includes": ["jqueryex", "basic", "utilities", "scaffolding", "grid", "typography.basic", "header", "button.basic", "image.group", "divider", "labels.basic", "breadcrumbs", "icons", "close", "table.basic", "table.colors", "listgroup", "panels.basic", "alerts.basic", "inputgroups", "forms.basic", "code", "pager.basic", "navs.basic", "navs.tab", "navbars.basic", "animations", "collapse", "device", "browser", "date", "string", "resize", "store", "tab", "modals", "modaltrigger", "tooltip", "popovers", "dropdowns", "carousel", "article", "comment", "list", "card.basic"]
}, },
"app":
{
"title": "Mobile app edition",
"dest": "dist/",
"filename": "zui.app",
"subdirectories": true,
"bootstrapStatement": true,
"includes": ["jqueryex", "basic", "utilities", "scaffolding", "grid", "typography.basic", "header", "button.basic", "image.group", "divider", "labels.basic", "breadcrumbs", "icons", "close", "table.basic", "table.colors", "listgroup", "panels.basic", "alerts.style", "inputgroups", "forms.basic", "pager.basic", "navs.basic", "navs.tab", "navbars.basic", "animations.style", "collapse", "store", "tab", "modals", "tooltip", "popovers", "dropdowns", "carousel", "article", "comment", "list", "card"]
},
"app.lite":
{
"title": "Mobile app lite edition",
"dest": "dist/",
"filename": "zui.app.lite",
"subdirectories": true,
"bootstrapStatement": true,
"includes": ["basic", "utilities", "scaffolding", "grid", "typography.basic", "header", "button.basic", "image.group", "divider", "labels.basic", "breadcrumbs", "icons", "close", "table.basic", "table.colors", "listgroup", "panels.basic", "inputgroups", "forms.basic", "pager.basic", "navs.basic", "navs.tab", "navbars.basic", "animations.style", "alerts.style", "article", "comment", "list", "card"]
},
"theme": "theme":
{ {
"title": "Theme", "title": "Theme",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册