This commit is contained in:
Wang Kejun 2023-03-27 18:58:46 +08:00
parent 061ebd3b4e
commit be72a45cb4
78 changed files with 468 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"component": true,
"usingComponents": {
"l-dialog": "../../miniprogram_npm/lin-ui/dialog/index",
"l-button": "../../miniprogram_npm/lin-ui/button/index",
"popover": "../../miniprogram_npm/popover/popover",
"popover-item": "../../miniprogram_npm/popover/popover-item"
}
}

View File

@ -0,0 +1,9 @@
{
"component": true,
"usingComponents": {
"l-dialog": "../../miniprogram_npm/lin-ui/dialog/index",
"l-button": "../../miniprogram_npm/lin-ui/button/index",
"popover": "../../miniprogram_npm/popover/popover",
"popover-item": "../../miniprogram_npm/popover/popover-item"
}
}

View File

@ -0,0 +1,7 @@
{
"component": true,
"usingComponents": {
"oak-icon": "../../icon/index",
"l-dialog": "../../miniprogram_npm/lin-ui/dialog/index"
}
}

View File

@ -0,0 +1,10 @@
{
"component": true,
"usingComponents": {
"l-dialog": "../../miniprogram_npm/lin-ui/dialog/index",
"l-button": "../../miniprogram_npm/lin-ui/button/index",
"l-tag": "../../miniprogram_npm/lin-ui/tag/index",
"popover": "../../miniprogram_npm/popover/popover",
"popover-item": "../../miniprogram_npm/popover/popover-item"
}
}

View File

@ -25,6 +25,7 @@
<!-- {{t(entity+':v.' + item.attr + '.' + item.value)}} -->
<!-- </block> -->
<!-- <l-tag shape="circle"> {{t(entity+':v.' + item.attr + '.' + item.value)}}</l-tag> -->
<l-tag bg-color="{{colorDict[entity][item.attr][item.value]}}" shape="circle"> {{t(entity+':v.' + item.attr + '.' + item.value)}}</l-tag>
</view>
</view>
<view class="text-view" wx:if="{{item.type !== 'img' && item.type !== 'enum'}}">

View File

@ -0,0 +1,23 @@
{
"placeholder": {
"input": "请输入",
"select": "请选择"
},
"attr": {
"id": "编号",
"$$createAt$$": "创建时间",
"$$updateAt$$": "更新时间",
"$$deleteAt$$": "删除时间",
"$$seq$$": "序号",
"$text": "全文检索"
},
"tip": {
"yes": "是",
"no": "否",
"unselected": "未选"
},
"op": {
"$includes": "包含"
}
}

View File

@ -0,0 +1,3 @@
{
"component": true
}

View File

@ -0,0 +1,9 @@
{
"component": true,
"usingComponents": {
"l-dialog": "../../miniprogram_npm/lin-ui/dialog/index",
"l-button": "../../miniprogram_npm/lin-ui/button/index",
"popover": "../../miniprogram_npm/popover/popover",
"popover-item": "../../miniprogram_npm/popover/popover-item"
}
}

View File

@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -0,0 +1,8 @@
{
"component": true,
"usingComponents": {
"l-icon":"../icon/index",
"l-popup":"../popup/index",
"l-button":"../button/index"
}
}

View File

@ -0,0 +1,5 @@
{
"component": true,
"usingComponents": {
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"l-popup": "../popup/index"
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"l-icon":"../icon/index"
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"l-icon":"../icon/index"
}
}

View File

@ -0,0 +1,3 @@
{
"component": true
}

View File

@ -0,0 +1,3 @@
{
"component": true
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"day":"../day/index"
}
}

View File

@ -0,0 +1,10 @@
{
"component": true,
"usingComponents": {
"header":"./components/header/index",
"mounth":"./components/mounth/index",
"l-toast": "../toast/index",
"l-popup": "../popup/index",
"l-button": "../button/index"
}
}

View File

@ -0,0 +1,3 @@
{
"component": true
}

View File

@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -0,0 +1,7 @@
{
"component": true,
"usingComponents": {
"l-error-tip":"../error-tip/index",
"l-checkbox": "../checkbox/index"
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"l-button": "../button/index"
}
}

View File

@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -0,0 +1,7 @@
{
"component": true,
"usingComponents": {
"l-list": "../list/index",
"l-icon": "../icon/index"
}
}

View File

@ -0,0 +1,5 @@
{
"component": true,
"usingComponents": {
}
}

View File

@ -0,0 +1,7 @@
{
"component": true,
"usingComponents": {
"l-icon":"../icon/index",
"l-badge":"../badge/index"
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"l-icon":"../icon/index"
}
}

View File

@ -0,0 +1,3 @@
{
"component": true
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"l-popup": "../popup/index"
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"l-error-tip":"../error-tip/index"
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"l-grid-item":"../grid-item/index"
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
}
}

View File

@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -0,0 +1,7 @@
{
"component": true,
"styleIsolation": "apply-shared",
"usingComponents": {
"l-icon": "../icon/index"
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"l-index-list": "../index-list/index"
}
}

View File

@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -0,0 +1,7 @@
{
"component": true,
"usingComponents": {
"l-icon": "../icon/index",
"l-error-tip":"../error-tip/index"
}
}

View File

@ -0,0 +1,8 @@
{
"component": true,
"usingComponents": {
"l-icon": "../icon/index",
"l-badge": "../badge/index",
"l-tag": "../tag/index"
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"l-loading":"../loading/index"
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"l-icon":"../icon/index"
}
}

View File

@ -0,0 +1,8 @@
{
"component": true,
"usingComponents":
{
"l-icon": "../icon/index"
}
}

View File

@ -0,0 +1,7 @@
{
"component": true,
"usingComponents": {
"l-icon": "../icon/index",
"l-error-tip": "../error-tip/index"
}
}

View File

@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -0,0 +1,7 @@
{
"component": true,
"usingComponents": {
"l-error-tip": "../error-tip/index",
"l-radio":"../radio/index"
}
}

View File

@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"l-icon":"../icon/index"
}
}

View File

@ -0,0 +1,7 @@
{
"component": true,
"usingComponents": {
"l-input": "../input/index",
"l-icon": "../icon/index"
}
}

View File

@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -0,0 +1,8 @@
{
"component": true,
"usingComponents": {
"l-icon": "../icon/index",
"l-badge": "../badge/index",
"l-segment-item":"../segment-item/index"
}
}

View File

@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -0,0 +1,5 @@
{
"component": true,
"usingComponents": {
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"l-button":"../button/index"
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"l-icon":"../icon/index"
}
}

View File

@ -0,0 +1,7 @@
{
"component": true,
"usingComponents": {
"l-icon":"../icon/index",
"l-step":"../step/index"
}
}

View File

@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -0,0 +1,7 @@
{
"component": true,
"styleIsolation": "apply-shared",
"usingComponents": {
"l-badge":"../badge/index"
}
}

View File

@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -0,0 +1,8 @@
{
"component": true,
"usingComponents": {
"l-icon":"../icon/index",
"l-badge":"../badge/index",
"l-tabpanel":"../tabpanel/index"
}
}

View File

@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"l-icon":"../icon/index"
}
}

View File

@ -0,0 +1,7 @@
{
"component": true,
"usingComponents": {
"l-icon": "../icon/index",
"l-error-tip":"../error-tip/index"
}
}

View File

@ -0,0 +1,7 @@
{
"component": true,
"usingComponents": {
"l-icon": "../icon/index",
"l-mask": "../mask/index"
}
}

View File

@ -0,0 +1,7 @@
{
"component": true,
"usingComponents": {
"l-icon": "../icon/index",
"l-mask": "../mask/index"
}
}

View File

@ -0,0 +1,7 @@
{
"component": true,
"usingComponents": {},
"componentGenerics": {
"l-water-flow-item": true
}
}

View File

@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}

View File

@ -0,0 +1,4 @@
{
"component": true,
"usingComponents": {}
}