jmash-core-mp 0.1.29 → 0.1.30
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.
- package/lib/api/files/index.js +0 -1
- package/lib/components/cms/jmash-cms-acticle-list.mpx.d.ts +1 -0
- package/lib/components/cms/jmash-cms-activity-page.mpx.d.ts +1 -0
- package/lib/components/cms/jmash-cms-location-page.mpx.d.ts +1 -0
- package/lib/components/common/jmash-none-data.mpx.d.ts +1 -0
- package/lib/packages/pages/cms/cms-info.mpx.d.ts +1 -0
- package/lib/packages/pages/cms/cms-list.mpx.d.ts +1 -0
- package/package.json +1 -1
- package/src/api/files/index.ts +0 -1
- package/src/components/common/jmash-top-navigation.mpx +2 -2
- /package/lib/components/{common/jmash-stepper.mpx.d.ts → cms/cms-channel-list.mpx.d.ts} +0 -0
package/lib/api/files/index.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
package/src/api/files/index.ts
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
<view class="nav-bar-content"
|
|
5
5
|
style="color: {{ currentTitleColor }}; height: {{ style.height }}px;padding-top: {{ style.paddingTop }}px;">
|
|
6
6
|
<!-- 左侧区域 -->
|
|
7
|
-
<view class="nav-bar-left"
|
|
7
|
+
<view class="nav-bar-left">
|
|
8
8
|
<view class="left-icon" wx:if="{{ leftIcon }}"
|
|
9
9
|
bind:tap="{{ leftIcon === 'home' ? 'handleIndex' : 'handleReturn' }}">
|
|
10
10
|
<cube-icon type="{{ leftIcon === 'home' ? 'home' : 'back' }}" size="30rpx"
|
|
11
11
|
color="{{ currentTitleColor }}" />
|
|
12
12
|
</view>
|
|
13
|
-
<slot />
|
|
13
|
+
<slot name="left" />
|
|
14
14
|
</view>
|
|
15
15
|
|
|
16
16
|
<!-- 标题区域 -->
|
|
File without changes
|