@next-bricks/presentational 1.12.9 → 1.13.0

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.
@@ -64,65 +64,6 @@
64
64
  "description": "通用描述列表构件",
65
65
  "category": "text"
66
66
  },
67
- {
68
- "name": "eo-alert",
69
- "alias": [
70
- "presentational.general-alert"
71
- ],
72
- "properties": [
73
- {
74
- "name": "type",
75
- "description": "警告类型",
76
- "attribute": false,
77
- "type": "AlertType"
78
- },
79
- {
80
- "name": "hasTitle",
81
- "description": "是否显示标题。开启后,可以使用 `title` 插槽",
82
- "type": "boolean"
83
- },
84
- {
85
- "name": "showIcon",
86
- "description": "是否显示提示图标",
87
- "type": "boolean"
88
- },
89
- {
90
- "name": "closable",
91
- "description": "是否显示关闭按钮",
92
- "type": "boolean"
93
- },
94
- {
95
- "name": "localStorageKey",
96
- "description": "以该值和页面 url 作为命名空间,决定是否显示该警告提示",
97
- "type": "string"
98
- },
99
- {
100
- "name": "disableUrlNamespace",
101
- "description": "关闭后仅以 `localStorageKey` 作为命名空间",
102
- "type": "boolean"
103
- },
104
- {
105
- "name": "textContent",
106
- "type": "string",
107
- "description": "文本内容"
108
- }
109
- ],
110
- "events": [],
111
- "slots": [
112
- {
113
- "name": null,
114
- "description": "内容区"
115
- },
116
- {
117
- "name": "title",
118
- "description": "标题"
119
- }
120
- ],
121
- "methods": [],
122
- "parts": [],
123
- "description": "告警提示",
124
- "category": "display-component"
125
- },
126
67
  {
127
68
  "name": "eo-pagination",
128
69
  "properties": [
@@ -187,6 +128,65 @@
187
128
  "description": "分页",
188
129
  "category": "navigation"
189
130
  },
131
+ {
132
+ "name": "eo-alert",
133
+ "alias": [
134
+ "presentational.general-alert"
135
+ ],
136
+ "properties": [
137
+ {
138
+ "name": "type",
139
+ "description": "警告类型",
140
+ "attribute": false,
141
+ "type": "AlertType"
142
+ },
143
+ {
144
+ "name": "hasTitle",
145
+ "description": "是否显示标题。开启后,可以使用 `title` 插槽",
146
+ "type": "boolean"
147
+ },
148
+ {
149
+ "name": "showIcon",
150
+ "description": "是否显示提示图标",
151
+ "type": "boolean"
152
+ },
153
+ {
154
+ "name": "closable",
155
+ "description": "是否显示关闭按钮",
156
+ "type": "boolean"
157
+ },
158
+ {
159
+ "name": "localStorageKey",
160
+ "description": "以该值和页面 url 作为命名空间,决定是否显示该警告提示",
161
+ "type": "string"
162
+ },
163
+ {
164
+ "name": "disableUrlNamespace",
165
+ "description": "关闭后仅以 `localStorageKey` 作为命名空间",
166
+ "type": "boolean"
167
+ },
168
+ {
169
+ "name": "textContent",
170
+ "type": "string",
171
+ "description": "文本内容"
172
+ }
173
+ ],
174
+ "events": [],
175
+ "slots": [
176
+ {
177
+ "name": null,
178
+ "description": "内容区"
179
+ },
180
+ {
181
+ "name": "title",
182
+ "description": "标题"
183
+ }
184
+ ],
185
+ "methods": [],
186
+ "parts": [],
187
+ "description": "告警提示",
188
+ "category": "display-component"
189
+ },
190
190
  {
191
191
  "name": "eo-card-item",
192
192
  "properties": [
@@ -525,92 +525,6 @@
525
525
  "parts": [],
526
526
  "description": "人性化时间展示,可显示完整时间、相对时间、未来时间、耗时等,支持自定义输入值格式和输出格式。"
527
527
  },
528
- {
529
- "name": "eo-loading-step",
530
- "properties": [
531
- {
532
- "name": "visible",
533
- "description": "是否可见",
534
- "type": "boolean"
535
- },
536
- {
537
- "name": "width",
538
- "description": "宽度",
539
- "type": "string"
540
- },
541
- {
542
- "name": "stepTitle",
543
- "description": "步骤标题",
544
- "type": "string"
545
- },
546
- {
547
- "name": "stepList",
548
- "description": "步骤列表",
549
- "attribute": false,
550
- "type": "StepItem[]"
551
- },
552
- {
553
- "name": "curStep",
554
- "description": "当前步骤",
555
- "type": "string"
556
- }
557
- ],
558
- "events": [
559
- {
560
- "name": "open",
561
- "description": "打开事件",
562
- "detail": {
563
- "type": "void"
564
- }
565
- },
566
- {
567
- "name": "close",
568
- "description": "关闭事件",
569
- "detail": {
570
- "type": "void"
571
- }
572
- }
573
- ],
574
- "slots": [],
575
- "methods": [
576
- {
577
- "name": "open",
578
- "params": [],
579
- "description": "打开",
580
- "returns": {}
581
- },
582
- {
583
- "name": "close",
584
- "params": [],
585
- "description": "关闭",
586
- "returns": {}
587
- }
588
- ],
589
- "parts": [],
590
- "description": "加载步骤框"
591
- },
592
- {
593
- "name": "eo-current-time",
594
- "properties": [
595
- {
596
- "name": "format",
597
- "description": "时间格式",
598
- "default": "\"YYYY-MM-DD HH:mm:ss\"",
599
- "type": "string"
600
- },
601
- {
602
- "name": "icon",
603
- "description": "前置图标",
604
- "attribute": false,
605
- "type": "GeneralIconProps"
606
- }
607
- ],
608
- "events": [],
609
- "slots": [],
610
- "methods": [],
611
- "parts": [],
612
- "description": "构件 `eo-current-time`"
613
- },
614
528
  {
615
529
  "name": "eo-statistics-card",
616
530
  "properties": [
@@ -701,6 +615,92 @@
701
615
  "parts": [],
702
616
  "description": "统计卡片"
703
617
  },
618
+ {
619
+ "name": "eo-loading-step",
620
+ "properties": [
621
+ {
622
+ "name": "visible",
623
+ "description": "是否可见",
624
+ "type": "boolean"
625
+ },
626
+ {
627
+ "name": "width",
628
+ "description": "宽度",
629
+ "type": "string"
630
+ },
631
+ {
632
+ "name": "stepTitle",
633
+ "description": "步骤标题",
634
+ "type": "string"
635
+ },
636
+ {
637
+ "name": "stepList",
638
+ "description": "步骤列表",
639
+ "attribute": false,
640
+ "type": "StepItem[]"
641
+ },
642
+ {
643
+ "name": "curStep",
644
+ "description": "当前步骤",
645
+ "type": "string"
646
+ }
647
+ ],
648
+ "events": [
649
+ {
650
+ "name": "open",
651
+ "description": "打开事件",
652
+ "detail": {
653
+ "type": "void"
654
+ }
655
+ },
656
+ {
657
+ "name": "close",
658
+ "description": "关闭事件",
659
+ "detail": {
660
+ "type": "void"
661
+ }
662
+ }
663
+ ],
664
+ "slots": [],
665
+ "methods": [
666
+ {
667
+ "name": "open",
668
+ "params": [],
669
+ "description": "打开",
670
+ "returns": {}
671
+ },
672
+ {
673
+ "name": "close",
674
+ "params": [],
675
+ "description": "关闭",
676
+ "returns": {}
677
+ }
678
+ ],
679
+ "parts": [],
680
+ "description": "加载步骤框"
681
+ },
682
+ {
683
+ "name": "eo-current-time",
684
+ "properties": [
685
+ {
686
+ "name": "format",
687
+ "description": "时间格式",
688
+ "default": "\"YYYY-MM-DD HH:mm:ss\"",
689
+ "type": "string"
690
+ },
691
+ {
692
+ "name": "icon",
693
+ "description": "前置图标",
694
+ "attribute": false,
695
+ "type": "GeneralIconProps"
696
+ }
697
+ ],
698
+ "events": [],
699
+ "slots": [],
700
+ "methods": [],
701
+ "parts": [],
702
+ "description": "构件 `eo-current-time`"
703
+ },
704
704
  {
705
705
  "name": "eo-carousel-text",
706
706
  "properties": [