@fecp/mobile 1.0.78 → 1.0.79

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/es/mobile.css CHANGED
@@ -117,18 +117,18 @@
117
117
  :root,:host{--van-sidebar-width: 80px}.van-sidebar{width:var(--van-sidebar-width);overflow-y:auto;-webkit-overflow-scrolling:touch}
118
118
  :root,:host{--van-sidebar-font-size: var(--van-font-size-md);--van-sidebar-line-height: var(--van-line-height-md);--van-sidebar-text-color: var(--van-text-color);--van-sidebar-disabled-text-color: var(--van-text-color-3);--van-sidebar-padding: 20px var(--van-padding-sm);--van-sidebar-active-color: var(--van-active-color);--van-sidebar-background: var(--van-background);--van-sidebar-selected-font-weight: var(--van-font-bold);--van-sidebar-selected-text-color: var(--van-text-color);--van-sidebar-selected-border-width: 4px;--van-sidebar-selected-border-height: 16px;--van-sidebar-selected-border-color: var(--van-primary-color);--van-sidebar-selected-background: var(--van-background-2)}.van-sidebar-item{position:relative;display:block;box-sizing:border-box;padding:var(--van-sidebar-padding);overflow:hidden;color:var(--van-sidebar-text-color);font-size:var(--van-sidebar-font-size);line-height:var(--van-sidebar-line-height);background:var(--van-sidebar-background);cursor:pointer;-webkit-user-select:none;user-select:none}.van-sidebar-item:active{background-color:var(--van-sidebar-active-color)}.van-sidebar-item:not(:last-child):after{border-bottom-width:1px}.van-sidebar-item__text{word-break:break-all}.van-sidebar-item--select{color:var(--van-sidebar-selected-text-color);font-weight:var(--van-sidebar-selected-font-weight)}.van-sidebar-item--select,.van-sidebar-item--select:active{background-color:var(--van-sidebar-selected-background)}.van-sidebar-item--select:before{position:absolute;top:50%;left:0;width:var(--van-sidebar-selected-border-width);height:var(--van-sidebar-selected-border-height);background-color:var(--van-sidebar-selected-border-color);transform:translateY(-50%);content:""}.van-sidebar-item--disabled{color:var(--van-sidebar-disabled-text-color);cursor:not-allowed}.van-sidebar-item--disabled:active{background-color:var(--van-sidebar-background)}
119
119
 
120
- .fec-tabs-container[data-v-b016e948] {
120
+ .fec-tabs-container[data-v-6a4c95ec] {
121
121
  display: flex;
122
122
  flex-direction: column;
123
123
  }
124
- .fec-tab-content[data-v-b016e948] {
124
+ .fec-tab-content[data-v-6a4c95ec] {
125
125
  flex: 1;
126
126
  overflow: auto;
127
127
  }
128
- .fec-tabs[data-v-b016e948] .van-tabs__nav {
128
+ .fec-tabs[data-v-6a4c95ec] .van-tabs__nav {
129
129
  padding-bottom: 0;
130
130
  }
131
- .fec-tabs[data-v-b016e948] .van-tabs__line {
131
+ .fec-tabs[data-v-6a4c95ec] .van-tabs__line {
132
132
  bottom: 0;
133
133
  }
134
134
  :root,:host{--van-tabbar-height: 50px;--van-tabbar-z-index: 1;--van-tabbar-background: var(--van-background-2)}.van-tabbar{z-index:var(--van-tabbar-z-index);display:flex;box-sizing:content-box;width:100%;height:var(--van-tabbar-height);background:var(--van-tabbar-background)}.van-tabbar--fixed{position:fixed;bottom:0;left:0}
@@ -15,8 +15,8 @@ const _sfc_main = {
15
15
  __name: "Tabs",
16
16
  props: {
17
17
  modelValue: {
18
- type: Object,
19
- default: {}
18
+ type: String,
19
+ default: ""
20
20
  },
21
21
  options: {
22
22
  type: Array,
@@ -80,7 +80,7 @@ const _sfc_main = {
80
80
  };
81
81
  }
82
82
  };
83
- const _Tabs = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b016e948"]]);
83
+ const _Tabs = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-6a4c95ec"]]);
84
84
  export {
85
85
  _Tabs as default
86
86
  };
package/lib/mobile.css CHANGED
@@ -117,18 +117,18 @@
117
117
  :root,:host{--van-sidebar-width: 80px}.van-sidebar{width:var(--van-sidebar-width);overflow-y:auto;-webkit-overflow-scrolling:touch}
118
118
  :root,:host{--van-sidebar-font-size: var(--van-font-size-md);--van-sidebar-line-height: var(--van-line-height-md);--van-sidebar-text-color: var(--van-text-color);--van-sidebar-disabled-text-color: var(--van-text-color-3);--van-sidebar-padding: 20px var(--van-padding-sm);--van-sidebar-active-color: var(--van-active-color);--van-sidebar-background: var(--van-background);--van-sidebar-selected-font-weight: var(--van-font-bold);--van-sidebar-selected-text-color: var(--van-text-color);--van-sidebar-selected-border-width: 4px;--van-sidebar-selected-border-height: 16px;--van-sidebar-selected-border-color: var(--van-primary-color);--van-sidebar-selected-background: var(--van-background-2)}.van-sidebar-item{position:relative;display:block;box-sizing:border-box;padding:var(--van-sidebar-padding);overflow:hidden;color:var(--van-sidebar-text-color);font-size:var(--van-sidebar-font-size);line-height:var(--van-sidebar-line-height);background:var(--van-sidebar-background);cursor:pointer;-webkit-user-select:none;user-select:none}.van-sidebar-item:active{background-color:var(--van-sidebar-active-color)}.van-sidebar-item:not(:last-child):after{border-bottom-width:1px}.van-sidebar-item__text{word-break:break-all}.van-sidebar-item--select{color:var(--van-sidebar-selected-text-color);font-weight:var(--van-sidebar-selected-font-weight)}.van-sidebar-item--select,.van-sidebar-item--select:active{background-color:var(--van-sidebar-selected-background)}.van-sidebar-item--select:before{position:absolute;top:50%;left:0;width:var(--van-sidebar-selected-border-width);height:var(--van-sidebar-selected-border-height);background-color:var(--van-sidebar-selected-border-color);transform:translateY(-50%);content:""}.van-sidebar-item--disabled{color:var(--van-sidebar-disabled-text-color);cursor:not-allowed}.van-sidebar-item--disabled:active{background-color:var(--van-sidebar-background)}
119
119
 
120
- .fec-tabs-container[data-v-b016e948] {
120
+ .fec-tabs-container[data-v-6a4c95ec] {
121
121
  display: flex;
122
122
  flex-direction: column;
123
123
  }
124
- .fec-tab-content[data-v-b016e948] {
124
+ .fec-tab-content[data-v-6a4c95ec] {
125
125
  flex: 1;
126
126
  overflow: auto;
127
127
  }
128
- .fec-tabs[data-v-b016e948] .van-tabs__nav {
128
+ .fec-tabs[data-v-6a4c95ec] .van-tabs__nav {
129
129
  padding-bottom: 0;
130
130
  }
131
- .fec-tabs[data-v-b016e948] .van-tabs__line {
131
+ .fec-tabs[data-v-6a4c95ec] .van-tabs__line {
132
132
  bottom: 0;
133
133
  }
134
134
  :root,:host{--van-tabbar-height: 50px;--van-tabbar-z-index: 1;--van-tabbar-background: var(--van-background-2)}.van-tabbar{z-index:var(--van-tabbar-z-index);display:flex;box-sizing:content-box;width:100%;height:var(--van-tabbar-height);background:var(--van-tabbar-background)}.van-tabbar--fixed{position:fixed;bottom:0;left:0}
@@ -17,8 +17,8 @@ const _sfc_main = {
17
17
  __name: "Tabs",
18
18
  props: {
19
19
  modelValue: {
20
- type: Object,
21
- default: {}
20
+ type: String,
21
+ default: ""
22
22
  },
23
23
  options: {
24
24
  type: Array,
@@ -82,5 +82,5 @@ const _sfc_main = {
82
82
  };
83
83
  }
84
84
  };
85
- const _Tabs = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-b016e948"]]);
85
+ const _Tabs = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-6a4c95ec"]]);
86
86
  exports.default = _Tabs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fecp/mobile",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "main": "lib/packages/mobile/index.js",
5
5
  "module": "es/packages/mobile/index.mjs",
6
6
  "files": [