@dckj-npm/dc-material 0.1.248 → 0.1.250

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.
@@ -757,7 +757,7 @@ const getSnippets = (textLines = 2): IPublicTypeSnippet[] => [
757
757
  popType: 'dialog',
758
758
  selectType: 'number',
759
759
  value: 1,
760
- prefix: '数量',
760
+ prefix: '数量: ',
761
761
  dialogTitle: '选择数量',
762
762
  btnText: '确定',
763
763
  key: 'select-box-1',
@@ -783,7 +783,7 @@ const getSnippets = (textLines = 2): IPublicTypeSnippet[] => [
783
783
  },
784
784
  ],
785
785
  value: 'X',
786
- prefix: '尺码',
786
+ prefix: '尺码: ',
787
787
  dialogTitle: '选择尺码',
788
788
  btnText: '确定',
789
789
  key: 'select-box-2',
@@ -101,7 +101,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
101
101
  packageName = '@dckj-npm/dc-material';
102
102
  }
103
103
  if (version === void 0) {
104
- version = '0.1.248';
104
+ version = '0.1.250';
105
105
  }
106
106
  if (basicLibraryVersion === void 0) {
107
107
  basicLibraryVersion = {
@@ -653,7 +653,7 @@ var getSnippets = function getSnippets(textLines) {
653
653
  popType: 'dialog',
654
654
  selectType: 'number',
655
655
  value: 1,
656
- prefix: '数量',
656
+ prefix: '数量: ',
657
657
  dialogTitle: '选择数量',
658
658
  btnText: '确定',
659
659
  key: 'select-box-1'
@@ -674,7 +674,7 @@ var getSnippets = function getSnippets(textLines) {
674
674
  value: 'XL'
675
675
  }],
676
676
  value: 'X',
677
- prefix: '尺码',
677
+ prefix: '尺码: ',
678
678
  dialogTitle: '选择尺码',
679
679
  btnText: '确定',
680
680
  key: 'select-box-2'
@@ -106,7 +106,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
106
106
  packageName = '@dckj-npm/dc-material';
107
107
  }
108
108
  if (version === void 0) {
109
- version = '0.1.248';
109
+ version = '0.1.250';
110
110
  }
111
111
  if (basicLibraryVersion === void 0) {
112
112
  basicLibraryVersion = {
@@ -658,7 +658,7 @@ var getSnippets = function getSnippets(textLines) {
658
658
  popType: 'dialog',
659
659
  selectType: 'number',
660
660
  value: 1,
661
- prefix: '数量',
661
+ prefix: '数量: ',
662
662
  dialogTitle: '选择数量',
663
663
  btnText: '确定',
664
664
  key: 'select-box-1'
@@ -679,7 +679,7 @@ var getSnippets = function getSnippets(textLines) {
679
679
  value: 'XL'
680
680
  }],
681
681
  value: 'X',
682
- prefix: '尺码',
682
+ prefix: '尺码: ',
683
683
  dialogTitle: '选择尺码',
684
684
  btnText: '确定',
685
685
  key: 'select-box-2'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/dc-material",
3
- "version": "0.1.248",
3
+ "version": "0.1.250",
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.248/build/lowcode/assets-prod.json"
109
+ "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.250/build/lowcode/assets-prod.json"
110
110
  },
111
111
  "lcMeta": {
112
112
  "type": "component"