init
This commit is contained in:
44
unpackage/dist/dev/mp-weixin/uni_modules/nutui-uni/components/grid/grid.js
vendored
Normal file
44
unpackage/dist/dev/mp-weixin/uni_modules/nutui-uni/components/grid/grid.js
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
"use strict";
|
||||
const common_vendor = require("../../../../common/vendor.js");
|
||||
const uni_modules_nutuiUni_components__constants_prefix = require("../_constants/prefix.js");
|
||||
const uni_modules_nutuiUni_components__hooks_useProvide = require("../_hooks/useProvide.js");
|
||||
require("../_utils/env.js");
|
||||
const uni_modules_nutuiUni_components__utils_pxCheck = require("../_utils/pxCheck.js");
|
||||
const uni_modules_nutuiUni_components__utils_style = require("../_utils/style.js");
|
||||
const uni_modules_nutuiUni_components_grid_index = require("./index.js");
|
||||
const __default__ = common_vendor.defineComponent({
|
||||
name: "NutGrid",
|
||||
options: {
|
||||
virtualHost: true,
|
||||
addGlobalClass: true,
|
||||
styleIsolation: "shared"
|
||||
}
|
||||
});
|
||||
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
||||
...__default__,
|
||||
props: uni_modules_nutuiUni_components_grid_index.gridProps,
|
||||
setup(__props) {
|
||||
const props = __props;
|
||||
const componentName = `${uni_modules_nutuiUni_components__constants_prefix.PREFIX}-grid`;
|
||||
uni_modules_nutuiUni_components__hooks_useProvide.useProvide(uni_modules_nutuiUni_components_grid_index.GRID_KEY, `${componentName}-item`)({ props });
|
||||
const classes = common_vendor.computed(() => {
|
||||
return uni_modules_nutuiUni_components__utils_style.getMainClass(props, componentName, {
|
||||
[`${componentName}--border`]: props.border && !props.gutter
|
||||
});
|
||||
});
|
||||
const styles = common_vendor.computed(() => {
|
||||
const style = {};
|
||||
if (props.gutter)
|
||||
style.paddingLeft = uni_modules_nutuiUni_components__utils_pxCheck.pxCheck(props.gutter);
|
||||
return uni_modules_nutuiUni_components__utils_style.getMainStyle(props, style);
|
||||
});
|
||||
return (_ctx, _cache) => {
|
||||
return {
|
||||
a: common_vendor.n(classes.value),
|
||||
b: common_vendor.s(styles.value)
|
||||
};
|
||||
};
|
||||
}
|
||||
});
|
||||
wx.createComponent(_sfc_main);
|
||||
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/uni_modules/nutui-uni/components/grid/grid.js.map
|
||||
4
unpackage/dist/dev/mp-weixin/uni_modules/nutui-uni/components/grid/grid.json
vendored
Normal file
4
unpackage/dist/dev/mp-weixin/uni_modules/nutui-uni/components/grid/grid.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
1
unpackage/dist/dev/mp-weixin/uni_modules/nutui-uni/components/grid/grid.wxml
vendored
Normal file
1
unpackage/dist/dev/mp-weixin/uni_modules/nutui-uni/components/grid/grid.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view class="{{a}}" style="{{b}}"><slot/></view>
|
||||
64
unpackage/dist/dev/mp-weixin/uni_modules/nutui-uni/components/grid/grid.wxss
vendored
Normal file
64
unpackage/dist/dev/mp-weixin/uni_modules/nutui-uni/components/grid/grid.wxss
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
/* 文字基本颜色 */
|
||||
/* 背景颜色 */
|
||||
/* 边框颜色 */
|
||||
/* 尺寸变量 */
|
||||
/* 文字尺寸 */
|
||||
/* 图片尺寸 */
|
||||
/* Border Radius */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
/* 透明度 */
|
||||
/* 文章场景相关 */
|
||||
/**
|
||||
* 这里是uni-app内置的常用样式变量
|
||||
*
|
||||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||||
*
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
/* 文字基本颜色 */
|
||||
/* 背景颜色 */
|
||||
/* 边框颜色 */
|
||||
/* 尺寸变量 */
|
||||
/* 文字尺寸 */
|
||||
/* 图片尺寸 */
|
||||
/* Border Radius */
|
||||
/* 水平间距 */
|
||||
/* 垂直间距 */
|
||||
/* 透明度 */
|
||||
/* 文章场景相关 */
|
||||
.nut-theme-dark .nut-grid {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
border: 0 solid var(--nut-dark-background, #131313);
|
||||
}
|
||||
.nut-grid {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
border: 0 solid var(--nut-grid-border-color, #f5f6f7);
|
||||
}
|
||||
.nut-grid--border {
|
||||
border-top-width: 1px;
|
||||
border-left-width: 1px;
|
||||
}
|
||||
43
unpackage/dist/dev/mp-weixin/uni_modules/nutui-uni/components/grid/index.js
vendored
Normal file
43
unpackage/dist/dev/mp-weixin/uni_modules/nutui-uni/components/grid/index.js
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
"use strict";
|
||||
require("../../../../common/vendor.js");
|
||||
require("../_utils/env.js");
|
||||
const uni_modules_nutuiUni_components__utils_props = require("../_utils/props.js");
|
||||
const GRID_KEY = Symbol("grid");
|
||||
const gridProps = {
|
||||
...uni_modules_nutuiUni_components__utils_props.commonProps,
|
||||
/**
|
||||
* @description 列数
|
||||
*/
|
||||
columnNum: uni_modules_nutuiUni_components__utils_props.makeNumericProp(4),
|
||||
/**
|
||||
* @description 是否显示边框
|
||||
*/
|
||||
border: uni_modules_nutuiUni_components__utils_props.truthProp,
|
||||
/**
|
||||
* @description 格子之间的间距,默认单位为 `px`
|
||||
*/
|
||||
gutter: uni_modules_nutuiUni_components__utils_props.makeNumericProp(0),
|
||||
/**
|
||||
* @description 是否将格子内容居中显示
|
||||
*/
|
||||
center: uni_modules_nutuiUni_components__utils_props.truthProp,
|
||||
/**
|
||||
* @description 是否将格子固定为正方形
|
||||
*/
|
||||
square: Boolean,
|
||||
/**
|
||||
* @description 内容翻转
|
||||
*/
|
||||
reverse: Boolean,
|
||||
/**
|
||||
* @description 格子内容排列的方向,可选值为 `horizontal`
|
||||
*/
|
||||
direction: uni_modules_nutuiUni_components__utils_props.makeStringProp("vertical"),
|
||||
/**
|
||||
* @description 是否开启格子点击反馈
|
||||
*/
|
||||
clickable: Boolean
|
||||
};
|
||||
exports.GRID_KEY = GRID_KEY;
|
||||
exports.gridProps = gridProps;
|
||||
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/uni_modules/nutui-uni/components/grid/index.js.map
|
||||
Reference in New Issue
Block a user