Socket
Socket
Sign inDemoInstall

saaf-common

Package Overview
Dependencies
Maintainers
1
Versions
168
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

saaf-common - npm Package Compare versions

Comparing version 1.0.34 to 1.0.35

components/Table/SaafSimpleTable.vue

8

components/requireComponent.js
import Vue from 'vue'
import SaafListPageHeader from './SaafListPageHeader'
import SaafParamForm from './SaafParamForm'
import SaafSuperTable from './SaafSuperTable'
import SaafTable from './SaafTable'
import SaafSuperTable from './Table/SaafSuperTable'
import SaafTable from './Table/SaafTable'
import SaafDelModal from './SaafDelModal'

@@ -24,2 +24,3 @@ import SaafLookupSelect from './SaafLookupSelect'

import SaafAutoScroll from './SaafAutoScroll'
import SaafSimpleTable from './Table/SaafSimpleTable'

@@ -49,2 +50,3 @@

Vue.component('SaafImportExcel', SaafImportExcel)
Vue.component('SaafAutoScroll', SaafAutoScroll)
Vue.component('SaafAutoScroll', SaafAutoScroll)
Vue.component('SaafSimpleTable', SaafSimpleTable)

@@ -5,3 +5,3 @@ /*

* @Last Modified by: zhengxiaowen
* @Last Modified time: 2019-11-22 14:00:26
* @Last Modified time: 2019-11-27 14:17:59
*/

@@ -29,6 +29,12 @@

url: 'SuperTableDemo?menuId=1872&respId=390006',
urlName: '列表页大组件<br/>SaafSuperTableDemo',
urlName: '超级列表组件<br/>SaafSuperTableDemo',
component: () => import('../SuperTableDemo.vue'),
},
{
path: 'SimpleTableDemo',
url: 'SimpleTableDemo',
urlName: 'table组件<br/>SaafSimpleTable',
component: () => import('../SimpleTableDemo.vue'),
},
{
path: 'ParamFormDemo',

@@ -35,0 +41,0 @@ urlName: '查询表单组件<br/>ParamFormDemo',

@@ -5,3 +5,3 @@ /*

* @Last Modified by: zhengxiaowen
* @Last Modified time: 2019-11-22 14:21:08
* @Last Modified time: 2019-11-27 11:22:10
*/

@@ -24,2 +24,3 @@

import SaafEN from './language/SaafEN'
import iframeTool from './tool/iframeTool'

@@ -41,2 +42,3 @@ export {

onresizeTool,
iframeTool,
// 工具 end

@@ -43,0 +45,0 @@

@@ -5,3 +5,3 @@ /*

* @Last Modified by: zhengxiaowen
* @Last Modified time: 2019-11-20 10:16:55
* @Last Modified time: 2019-11-27 11:30:11
*/

@@ -8,0 +8,0 @@

@@ -5,3 +5,3 @@ /*

* @Last Modified by: zhengxiaowen
* @Last Modified time: 2019-11-22 14:21:21
* @Last Modified time: 2019-11-27 11:31:01
*/

@@ -15,2 +15,6 @@

window.iframeService = {
list:{}
}
onresizeTool.initOnresize()
{
"name": "saaf-common",
"version": "1.0.34",
"version": "1.0.35",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc