@dckj-npm/dc-material 0.1.187 → 0.1.188

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.
@@ -592,31 +592,24 @@ const snippets: IPublicTypeSnippet[] = [
592
592
  props: {
593
593
  type: 'h5',
594
594
  children: '标题标题',
595
- key: 'text-1',
595
+ key: 'title',
596
596
  },
597
597
  },
598
598
  {
599
599
  componentName: 'NextText',
600
600
  props: {
601
- type: 'h5',
602
- children: '标题标题',
603
- key: 'text-2',
604
- },
605
- },
606
- {
607
- componentName: 'NextText',
608
- props: {
609
- type: 'h5',
610
- children: '标题标题',
611
- key: 'text-3',
601
+ type: 'inherit',
602
+ children:
603
+ '基于 Ali-Lowcode-Engine 快速打造高生产力的低代码研发平台, 基于自然布局体系快速搭建页面',
604
+ key: 'content',
612
605
  },
613
606
  },
614
607
  {
615
- componentName: 'NextText',
608
+ componentName: 'TagC',
616
609
  props: {
617
- type: 'h5',
618
- children: '标题标题',
619
- key: 'text-4',
610
+ name: '报名火热',
611
+ color: 'orange',
612
+ key: 'teletext-tag-c',
620
613
  },
621
614
  },
622
615
  ],
@@ -99,7 +99,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
99
99
  packageName = '@dckj-npm/dc-material';
100
100
  }
101
101
  if (version === void 0) {
102
- version = '0.1.187';
102
+ version = '0.1.188';
103
103
  }
104
104
  if (basicLibraryVersion === void 0) {
105
105
  basicLibraryVersion = {
@@ -513,28 +513,21 @@ var snippets = [{
513
513
  props: {
514
514
  type: 'h5',
515
515
  children: '标题标题',
516
- key: 'text-1'
516
+ key: 'title'
517
517
  }
518
518
  }, {
519
519
  componentName: 'NextText',
520
520
  props: {
521
- type: 'h5',
522
- children: '标题标题',
523
- key: 'text-2'
521
+ type: 'inherit',
522
+ children: '基于 Ali-Lowcode-Engine 快速打造高生产力的低代码研发平台, 基于自然布局体系快速搭建页面',
523
+ key: 'content'
524
524
  }
525
525
  }, {
526
- componentName: 'NextText',
526
+ componentName: 'TagC',
527
527
  props: {
528
- type: 'h5',
529
- children: '标题标题',
530
- key: 'text-3'
531
- }
532
- }, {
533
- componentName: 'NextText',
534
- props: {
535
- type: 'h5',
536
- children: '标题标题',
537
- key: 'text-4'
528
+ name: '报名火热',
529
+ color: 'orange',
530
+ key: 'teletext-tag-c'
538
531
  }
539
532
  }]
540
533
  }
@@ -104,7 +104,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
104
104
  packageName = '@dckj-npm/dc-material';
105
105
  }
106
106
  if (version === void 0) {
107
- version = '0.1.187';
107
+ version = '0.1.188';
108
108
  }
109
109
  if (basicLibraryVersion === void 0) {
110
110
  basicLibraryVersion = {
@@ -518,28 +518,21 @@ var snippets = [{
518
518
  props: {
519
519
  type: 'h5',
520
520
  children: '标题标题',
521
- key: 'text-1'
521
+ key: 'title'
522
522
  }
523
523
  }, {
524
524
  componentName: 'NextText',
525
525
  props: {
526
- type: 'h5',
527
- children: '标题标题',
528
- key: 'text-2'
526
+ type: 'inherit',
527
+ children: '基于 Ali-Lowcode-Engine 快速打造高生产力的低代码研发平台, 基于自然布局体系快速搭建页面',
528
+ key: 'content'
529
529
  }
530
530
  }, {
531
- componentName: 'NextText',
531
+ componentName: 'TagC',
532
532
  props: {
533
- type: 'h5',
534
- children: '标题标题',
535
- key: 'text-3'
536
- }
537
- }, {
538
- componentName: 'NextText',
539
- props: {
540
- type: 'h5',
541
- children: '标题标题',
542
- key: 'text-4'
533
+ name: '报名火热',
534
+ color: 'orange',
535
+ key: 'teletext-tag-c'
543
536
  }
544
537
  }]
545
538
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/dc-material",
3
- "version": "0.1.187",
3
+ "version": "0.1.188",
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.187/build/lowcode/assets-prod.json"
109
+ "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.188/build/lowcode/assets-prod.json"
110
110
  },
111
111
  "lcMeta": {
112
112
  "type": "component"