@a2simcode/ui 0.0.117 → 0.0.118
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.
- package/dist/simcode-ui.es.js +499 -498
- package/dist/simcode-ui.umd.js +2 -2
- package/dist/stats.html +1 -1
- package/docs/examples/table/multiple.vue +10 -0
- package/package.json +1 -1
|
@@ -85,6 +85,7 @@ const columns = ref([
|
|
|
85
85
|
|
|
86
86
|
const records = ref([
|
|
87
87
|
{
|
|
88
|
+
id: 'CA-2016-152156',
|
|
88
89
|
'Order ID': 'CA-2016-152156',
|
|
89
90
|
'Customer ID': 'CG-12520',
|
|
90
91
|
'Product Name': 'Canon ImageCLASS 2200 Advanced Copier',
|
|
@@ -94,6 +95,7 @@ const records = ref([
|
|
|
94
95
|
Profit: 400.0,
|
|
95
96
|
},
|
|
96
97
|
{
|
|
98
|
+
id: 'CA-2017-152157',
|
|
97
99
|
'Order ID': 'CA-2017-152157',
|
|
98
100
|
'Customer ID': 'DV-13045',
|
|
99
101
|
'Product Name': 'Logitech Wireless Mouse',
|
|
@@ -103,6 +105,7 @@ const records = ref([
|
|
|
103
105
|
Profit: 25.5,
|
|
104
106
|
},
|
|
105
107
|
{
|
|
108
|
+
id: 'US-2017-108966',
|
|
106
109
|
'Order ID': 'US-2017-108966',
|
|
107
110
|
'Customer ID': 'SO-20335',
|
|
108
111
|
'Product Name': 'HON Mesh Task Chair',
|
|
@@ -112,6 +115,7 @@ const records = ref([
|
|
|
112
115
|
Profit: 120.0,
|
|
113
116
|
},
|
|
114
117
|
{
|
|
118
|
+
id: 'US-2016-108967',
|
|
115
119
|
'Order ID': 'US-2016-108967',
|
|
116
120
|
'Customer ID': 'AB-10015',
|
|
117
121
|
'Product Name': 'Avery Binder Labels',
|
|
@@ -121,6 +125,7 @@ const records = ref([
|
|
|
121
125
|
Profit: 5.2,
|
|
122
126
|
},
|
|
123
127
|
{
|
|
128
|
+
id: 'CA-2015-108968',
|
|
124
129
|
'Order ID': 'CA-2015-108968',
|
|
125
130
|
'Customer ID': 'ML-12515',
|
|
126
131
|
'Product Name': 'Apple iPhone 7',
|
|
@@ -130,6 +135,7 @@ const records = ref([
|
|
|
130
135
|
Profit: 80.0,
|
|
131
136
|
},
|
|
132
137
|
{
|
|
138
|
+
id: 'CA-2016-108969',
|
|
133
139
|
'Order ID': 'CA-2016-108969',
|
|
134
140
|
'Customer ID': 'CG-12520',
|
|
135
141
|
'Product Name': 'Staples Paper',
|
|
@@ -139,6 +145,7 @@ const records = ref([
|
|
|
139
145
|
Profit: 12.0,
|
|
140
146
|
},
|
|
141
147
|
{
|
|
148
|
+
id: 'US-2016-108970',
|
|
142
149
|
'Order ID': 'US-2016-108970',
|
|
143
150
|
'Customer ID': 'DV-13045',
|
|
144
151
|
'Product Name': 'Dell Monitor 24"',
|
|
@@ -148,6 +155,7 @@ const records = ref([
|
|
|
148
155
|
Profit: 60.0,
|
|
149
156
|
},
|
|
150
157
|
{
|
|
158
|
+
id: 'US-2017-108971',
|
|
151
159
|
'Order ID': 'US-2017-108971',
|
|
152
160
|
'Customer ID': 'SO-20335',
|
|
153
161
|
'Product Name': 'Office Chair Ergonomic',
|
|
@@ -157,6 +165,7 @@ const records = ref([
|
|
|
157
165
|
Profit: 35.0,
|
|
158
166
|
},
|
|
159
167
|
{
|
|
168
|
+
id: 'CA-2017-108972',
|
|
160
169
|
'Order ID': 'CA-2017-108972',
|
|
161
170
|
'Customer ID': 'AB-10015',
|
|
162
171
|
'Product Name': 'Notebook Set',
|
|
@@ -166,6 +175,7 @@ const records = ref([
|
|
|
166
175
|
Profit: 18.0,
|
|
167
176
|
},
|
|
168
177
|
{
|
|
178
|
+
id: 'US-2015-108973',
|
|
169
179
|
'Order ID': 'US-2015-108973',
|
|
170
180
|
'Customer ID': 'ML-12515',
|
|
171
181
|
'Product Name': 'Bluetooth Headset',
|