@dckj-npm/dc-material 0.1.356 → 0.1.357

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.
@@ -78,13 +78,13 @@ const AccordionSelectorItemMeta: IPublicTypeComponentMetadata = {
78
78
  isContainer: true,
79
79
  disableBehaviors: '*',
80
80
  },
81
- // advanced: {
82
- // hideSelectTools: true,
83
- // callbacks: {
84
- // onMouseDownHook: () => false,
85
- // onClickHook: () => false,
86
- // },
87
- // },
81
+ advanced: {
82
+ hideSelectTools: true,
83
+ callbacks: {
84
+ onMouseDownHook: () => false,
85
+ onClickHook: () => false,
86
+ },
87
+ },
88
88
  },
89
89
  }
90
90
 
@@ -1,8 +1,4 @@
1
- import {
2
- IPublicTypeComponentMetadata,
3
- IPublicTypeSnippet,
4
- IPublicTypeConfigure,
5
- } from '@alilc/lowcode-types'
1
+ import { IPublicTypeComponentMetadata, IPublicTypeSnippet } from '@alilc/lowcode-types'
6
2
 
7
3
  const SelectMeta: IPublicTypeComponentMetadata = {
8
4
  group: '低代码组件',
@@ -65,14 +65,18 @@ var AccordionSelectorItemMeta = {
65
65
  component: {
66
66
  isContainer: true,
67
67
  disableBehaviors: '*'
68
+ },
69
+ advanced: {
70
+ hideSelectTools: true,
71
+ callbacks: {
72
+ onMouseDownHook: function onMouseDownHook() {
73
+ return false;
74
+ },
75
+ onClickHook: function onClickHook() {
76
+ return false;
77
+ }
78
+ }
68
79
  }
69
- // advanced: {
70
- // hideSelectTools: true,
71
- // callbacks: {
72
- // onMouseDownHook: () => false,
73
- // onClickHook: () => false,
74
- // },
75
- // },
76
80
  }
77
81
  };
78
82
  var AccordionSelectorMeta = [{
@@ -116,7 +116,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
116
116
  packageName = '@dckj-npm/dc-material';
117
117
  }
118
118
  if (version === void 0) {
119
- version = '0.1.356';
119
+ version = '0.1.357';
120
120
  }
121
121
  if (basicLibraryVersion === void 0) {
122
122
  basicLibraryVersion = {
@@ -1,4 +1,4 @@
1
- import { IPublicTypeSnippet, IPublicTypeConfigure } from '@alilc/lowcode-types';
1
+ import { IPublicTypeSnippet } from '@alilc/lowcode-types';
2
2
  declare const _default: {
3
3
  snippets: IPublicTypeSnippet[];
4
4
  componentName: string;
@@ -12,7 +12,7 @@ declare const _default: {
12
12
  devMode?: "proCode" | "lowCode";
13
13
  npm?: import("@alilc/lowcode-types").IPublicTypeNpmInfo;
14
14
  props?: import("@alilc/lowcode-types").IPublicTypePropConfig[];
15
- configure?: import("@alilc/lowcode-types").IPublicTypeFieldConfig[] | IPublicTypeConfigure;
15
+ configure?: import("@alilc/lowcode-types").IPublicTypeFieldConfig[] | import("@alilc/lowcode-types").IPublicTypeConfigure;
16
16
  experimental?: import("@alilc/lowcode-types").IPublicTypeAdvanced;
17
17
  schema?: import("@alilc/lowcode-types").IPublicTypeComponentSchema;
18
18
  group?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
@@ -70,14 +70,18 @@ var AccordionSelectorItemMeta = {
70
70
  component: {
71
71
  isContainer: true,
72
72
  disableBehaviors: '*'
73
+ },
74
+ advanced: {
75
+ hideSelectTools: true,
76
+ callbacks: {
77
+ onMouseDownHook: function onMouseDownHook() {
78
+ return false;
79
+ },
80
+ onClickHook: function onClickHook() {
81
+ return false;
82
+ }
83
+ }
73
84
  }
74
- // advanced: {
75
- // hideSelectTools: true,
76
- // callbacks: {
77
- // onMouseDownHook: () => false,
78
- // onClickHook: () => false,
79
- // },
80
- // },
81
85
  }
82
86
  };
83
87
  var AccordionSelectorMeta = [{
@@ -121,7 +121,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
121
121
  packageName = '@dckj-npm/dc-material';
122
122
  }
123
123
  if (version === void 0) {
124
- version = '0.1.356';
124
+ version = '0.1.357';
125
125
  }
126
126
  if (basicLibraryVersion === void 0) {
127
127
  basicLibraryVersion = {
@@ -1,4 +1,4 @@
1
- import { IPublicTypeSnippet, IPublicTypeConfigure } from '@alilc/lowcode-types';
1
+ import { IPublicTypeSnippet } from '@alilc/lowcode-types';
2
2
  declare const _default: {
3
3
  snippets: IPublicTypeSnippet[];
4
4
  componentName: string;
@@ -12,7 +12,7 @@ declare const _default: {
12
12
  devMode?: "proCode" | "lowCode";
13
13
  npm?: import("@alilc/lowcode-types").IPublicTypeNpmInfo;
14
14
  props?: import("@alilc/lowcode-types").IPublicTypePropConfig[];
15
- configure?: import("@alilc/lowcode-types").IPublicTypeFieldConfig[] | IPublicTypeConfigure;
15
+ configure?: import("@alilc/lowcode-types").IPublicTypeFieldConfig[] | import("@alilc/lowcode-types").IPublicTypeConfigure;
16
16
  experimental?: import("@alilc/lowcode-types").IPublicTypeAdvanced;
17
17
  schema?: import("@alilc/lowcode-types").IPublicTypeComponentSchema;
18
18
  group?: string | import("@alilc/lowcode-types").IPublicTypeI18nData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/dc-material",
3
- "version": "0.1.356",
3
+ "version": "0.1.357",
4
4
  "description": "dc低代码物料",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -106,7 +106,7 @@
106
106
  },
107
107
  "componentConfig": {
108
108
  "isComponentLibrary": true,
109
- "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.356/build/lowcode/assets-prod.json"
109
+ "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.357/build/lowcode/assets-prod.json"
110
110
  },
111
111
  "lcMeta": {
112
112
  "type": "component"