@sme.up/ketchup 5.0.0 → 5.2.1-SNAPSHOT
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/README.md +1 -1
- package/dist/cjs/{cell-utils-720be0c8.js → cell-utils-d96b2993.js} +4 -4
- package/dist/cjs/{f-button-dbf3cd3a.js → f-button-2b9b99b1.js} +2 -2
- package/dist/cjs/{f-cell-93d984ad.js → f-cell-8351cb84.js} +8 -96
- package/dist/cjs/{f-chip-438213eb.js → f-chip-df59e1b0.js} +3 -3
- package/dist/cjs/{f-image-21865ab7.js → f-image-12bab3b5.js} +2 -2
- package/dist/cjs/f-text-field-e7c35b5b.js +94 -0
- package/dist/cjs/f-text-field-mdc-a67f5dfe.js +2852 -0
- package/dist/cjs/{index-ab119fad.js → index-eb556444.js} +6 -1
- package/dist/cjs/ketchup.cjs.js +3 -3
- package/dist/cjs/kup-accordion.cjs.entry.js +5 -5
- package/dist/cjs/kup-autocomplete_27.cjs.entry.js +641 -3331
- package/dist/cjs/kup-calendar.cjs.entry.js +8 -8
- package/dist/cjs/kup-cell.cjs.entry.js +9 -8
- package/dist/cjs/kup-dash-list.cjs.entry.js +5 -5
- package/dist/cjs/kup-dash_2.cjs.entry.js +5 -5
- package/dist/cjs/kup-drawer.cjs.entry.js +8 -5
- package/dist/cjs/kup-echart.cjs.entry.js +210 -60
- package/dist/cjs/kup-field.cjs.entry.js +3 -3
- package/dist/cjs/kup-iframe.cjs.entry.js +4 -4
- package/dist/cjs/kup-lazy.cjs.entry.js +4 -4
- package/dist/cjs/kup-magic-box.cjs.entry.js +7 -7
- package/dist/cjs/{kup-manager-09c0c1fc.js → kup-manager-5c03da64.js} +3061 -2642
- package/dist/cjs/kup-nav-bar.cjs.entry.js +6 -6
- package/dist/cjs/kup-numeric-picker.cjs.entry.js +423 -0
- package/dist/cjs/kup-photo-frame.cjs.entry.js +179 -0
- package/dist/cjs/kup-probe.cjs.entry.js +3 -3
- package/dist/cjs/kup-qlik.cjs.entry.js +3 -3
- package/dist/cjs/kup-snackbar.cjs.entry.js +6 -6
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/{utils-a60ab5fa.js → utils-e99921c1.js} +4 -38
- package/dist/collection/assets/card.js +30 -30
- package/dist/collection/assets/data-table.js +24 -74
- package/dist/collection/assets/echart.js +481 -0
- package/dist/collection/assets/index.js +87 -79
- package/dist/collection/assets/kupdata.js +29 -41
- package/dist/collection/assets/kuptooltip.js +608 -0
- package/dist/collection/assets/list.js +6 -6
- package/dist/collection/assets/nav-bar.js +4 -4
- package/dist/collection/assets/probe.js +18 -18
- package/dist/collection/collection-manifest.json +3 -1
- package/dist/collection/components/kup-autocomplete/kup-autocomplete.js +4 -4
- package/dist/collection/components/kup-box/kup-box.js +9 -9
- package/dist/collection/components/kup-button-list/kup-button-list.js +4 -4
- package/dist/collection/components/kup-card/built-in/kup-card-built-in.js +10 -0
- package/dist/collection/components/kup-card/built-in/kup-card-column-drop-menu.js +20 -20
- package/dist/collection/components/kup-card/built-in/kup-card-numeric.js +153 -0
- package/dist/collection/components/kup-card/kup-card.css +35 -0
- package/dist/collection/components/kup-card/kup-card.js +1 -0
- package/dist/collection/components/kup-chip/kup-chip.js +4 -4
- package/dist/collection/components/kup-combobox/kup-combobox.js +5 -5
- package/dist/collection/components/kup-data-table/kup-data-table-declarations.js +0 -2
- package/dist/collection/components/kup-data-table/kup-data-table-helper.js +31 -32
- package/dist/collection/components/kup-data-table/kup-data-table-state.js +1 -1
- package/dist/collection/components/kup-data-table/kup-data-table.js +112 -159
- package/dist/collection/components/kup-date-picker/kup-date-picker.js +1 -1
- package/dist/collection/components/kup-drawer/kup-drawer.js +4 -1
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.css +3 -3
- package/dist/collection/components/kup-dropdown-button/kup-dropdown-button.js +14 -14
- package/dist/collection/components/kup-echart/kup-echart-declarations.js +3 -0
- package/dist/collection/components/kup-echart/kup-echart.js +246 -58
- package/dist/collection/components/kup-image/assets/svg/instagram.svg +1 -0
- package/dist/collection/components/kup-image/assets/svg/pinterest.svg +1 -0
- package/dist/collection/components/kup-image/assets/svg/reddit.svg +1 -0
- package/dist/collection/components/kup-list/kup-list-helper.js +26 -26
- package/dist/collection/components/kup-list/kup-list.css +35 -3
- package/dist/collection/components/kup-list/kup-list.js +52 -44
- package/dist/collection/components/kup-magic-box/kup-magic-box.js +3 -3
- package/dist/collection/components/kup-nav-bar/kup-nav-bar.js +2 -2
- package/dist/collection/components/kup-numeric-picker/kup-numeric-picker-declarations.js +16 -0
- package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.css +50 -0
- package/dist/collection/components/kup-numeric-picker/kup-numeric-picker.js +895 -0
- package/dist/collection/components/kup-photo-frame/kup-photo-frame-declarations.js +10 -0
- package/dist/collection/components/kup-photo-frame/kup-photo-frame.css +70 -0
- package/dist/collection/components/kup-photo-frame/kup-photo-frame.js +382 -0
- package/dist/collection/components/kup-tab-bar/kup-tab-bar.css +1 -1
- package/dist/collection/components/kup-time-picker/kup-time-picker.js +8 -8
- package/dist/collection/components/kup-tree/kup-tree.js +25 -38
- package/dist/collection/f-components/f-paginator/f-paginator.js +6 -6
- package/dist/collection/managers/kup-data/kup-data-cell-helper.js +2 -2
- package/dist/collection/managers/kup-data/kup-data-column-helper.js +27 -3
- package/dist/collection/managers/kup-data/kup-data-declarations.js +2 -1
- package/dist/collection/managers/kup-data/kup-data-node-helper.js +1 -1
- package/dist/collection/managers/kup-data/kup-data-row-helper.js +2 -2
- package/dist/collection/managers/kup-data/kup-data.js +337 -155
- package/dist/collection/managers/kup-dates/kup-dates.js +2 -2
- package/dist/collection/managers/kup-debug/kup-debug.js +7 -6
- package/dist/collection/managers/kup-dynamic-position/kup-dynamic-position.js +1 -1
- package/dist/collection/managers/kup-language/kup-language.js +2 -2
- package/dist/collection/managers/kup-manager/kup-manager.js +25 -1
- package/dist/collection/managers/kup-math/kup-math-declarations.js +13 -0
- package/dist/collection/managers/kup-math/kup-math-helper.js +39 -0
- package/dist/collection/managers/kup-math/kup-math.js +161 -0
- package/dist/collection/managers/kup-objects/kup-objects.js +48 -1
- package/dist/collection/managers/kup-theme/kup-theme-declarations.js +1 -0
- package/dist/collection/managers/kup-theme/kup-theme.js +2 -2
- package/dist/collection/managers/kup-tooltip/kup-tooltip-declarations.js +1 -0
- package/dist/collection/managers/kup-tooltip/kup-tooltip.js +191 -0
- package/dist/collection/types/GenericTypes.js +1 -0
- package/dist/collection/utils/cell-utils.js +2 -3
- package/dist/collection/utils/kup-column-menu/kup-column-menu.js +1 -1
- package/dist/collection/utils/utils.js +3 -74
- package/dist/esm/{cell-utils-b80ccb8c.js → cell-utils-f4bdbbc8.js} +4 -4
- package/dist/esm/{f-button-9e835467.js → f-button-54a49fd8.js} +2 -2
- package/dist/esm/{f-cell-f8bb2e04.js → f-cell-d5dac50b.js} +8 -95
- package/dist/esm/{f-chip-953c6915.js → f-chip-a3035b4b.js} +3 -3
- package/dist/esm/{f-image-78c5265e.js → f-image-d32465e3.js} +2 -2
- package/dist/esm/f-text-field-c25cc63f.js +92 -0
- package/dist/esm/f-text-field-mdc-9fbbefc3.js +2850 -0
- package/dist/esm/{index-78f3699d.js → index-baeab1ac.js} +6 -2
- package/dist/esm/ketchup.js +3 -3
- package/dist/esm/kup-accordion.entry.js +5 -5
- package/dist/esm/kup-autocomplete_27.entry.js +625 -3315
- package/dist/esm/kup-calendar.entry.js +8 -8
- package/dist/esm/kup-cell.entry.js +9 -8
- package/dist/esm/kup-dash-list.entry.js +5 -5
- package/dist/esm/kup-dash_2.entry.js +5 -5
- package/dist/esm/kup-drawer.entry.js +8 -5
- package/dist/esm/kup-echart.entry.js +210 -60
- package/dist/esm/kup-field.entry.js +3 -3
- package/dist/esm/kup-iframe.entry.js +4 -4
- package/dist/esm/kup-lazy.entry.js +4 -4
- package/dist/esm/kup-magic-box.entry.js +7 -7
- package/dist/esm/{kup-manager-bba62291.js → kup-manager-9316a184.js} +3062 -2642
- package/dist/esm/kup-nav-bar.entry.js +6 -6
- package/dist/esm/kup-numeric-picker.entry.js +419 -0
- package/dist/esm/kup-photo-frame.entry.js +175 -0
- package/dist/esm/kup-probe.entry.js +3 -3
- package/dist/esm/kup-qlik.entry.js +3 -3
- package/dist/esm/kup-snackbar.entry.js +6 -6
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{utils-d1569956.js → utils-f24319a0.js} +5 -37
- package/dist/ketchup/assets/svg/instagram.svg +1 -0
- package/dist/ketchup/assets/svg/pinterest.svg +1 -0
- package/dist/ketchup/assets/svg/reddit.svg +1 -0
- package/dist/ketchup/ketchup.esm.js +1 -1
- package/dist/ketchup/p-09d708c4.entry.js +1 -0
- package/dist/ketchup/p-11e72a8c.entry.js +1 -0
- package/dist/ketchup/p-12773ca8.js +9 -0
- package/dist/ketchup/p-203d6295.entry.js +1 -0
- package/dist/ketchup/p-34748c91.js +1 -0
- package/dist/ketchup/p-34b74425.js +1 -0
- package/dist/ketchup/p-40f97429.js +1 -0
- package/dist/ketchup/p-4173422f.entry.js +1 -0
- package/dist/ketchup/p-41741c28.entry.js +1 -0
- package/dist/ketchup/p-44192f30.entry.js +1 -0
- package/dist/ketchup/{p-ebf4cf56.js → p-44f8da2a.js} +1 -1
- package/dist/ketchup/{p-fa540f82.js → p-4f56932b.js} +1 -1
- package/dist/ketchup/p-669bde31.js +1 -0
- package/dist/ketchup/p-67842f1e.entry.js +1 -0
- package/dist/ketchup/{p-f993f813.js → p-7a74ad17.js} +1 -1
- package/dist/ketchup/p-7ba8fa4a.entry.js +39 -0
- package/dist/ketchup/p-7de0d7e1.js +1 -0
- package/dist/ketchup/p-8418e8fa.entry.js +1 -0
- package/dist/ketchup/p-96bf19aa.entry.js +1 -0
- package/dist/ketchup/p-9a61d8dc.entry.js +1 -0
- package/dist/ketchup/p-b0ddcce9.entry.js +9 -0
- package/dist/ketchup/{p-aa27f9f7.entry.js → p-b6c21223.entry.js} +2 -2
- package/dist/ketchup/p-bb8844bf.entry.js +1 -0
- package/dist/ketchup/p-c58a2a81.entry.js +1 -0
- package/dist/ketchup/p-ca3d585b.entry.js +1 -0
- package/dist/ketchup/p-e6709c26.entry.js +1 -0
- package/dist/ketchup/p-e8e3c9da.entry.js +1 -0
- package/dist/ketchup/p-ecb7069b.js +135 -0
- package/dist/types/components/kup-button-list/kup-button-list-declarations.d.ts +2 -1
- package/dist/types/components/kup-card/built-in/kup-card-built-in.d.ts +7 -0
- package/dist/types/components/kup-card/built-in/kup-card-numeric.d.ts +2 -0
- package/dist/types/components/kup-card/kup-card-declarations.d.ts +26 -1
- package/dist/types/components/kup-data-table/kup-data-table-declarations.d.ts +2 -2
- package/dist/types/components/kup-data-table/kup-data-table-state.d.ts +1 -1
- package/dist/types/components/kup-data-table/kup-data-table.d.ts +7 -15
- package/dist/types/components/kup-dropdown-button/kup-dropdown-button.d.ts +1 -1
- package/dist/types/components/kup-echart/kup-echart-declarations.d.ts +3 -0
- package/dist/types/components/kup-echart/kup-echart.d.ts +12 -1
- package/dist/types/components/kup-list/kup-list-declarations.d.ts +3 -7
- package/dist/types/components/kup-list/kup-list-helper.d.ts +6 -6
- package/dist/types/components/kup-list/kup-list.d.ts +2 -2
- package/dist/types/components/kup-numeric-picker/kup-numeric-picker-declarations.d.ts +19 -0
- package/dist/types/components/kup-numeric-picker/kup-numeric-picker.d.ts +121 -0
- package/dist/types/components/kup-photo-frame/kup-photo-frame-declarations.d.ts +9 -0
- package/dist/types/components/kup-photo-frame/kup-photo-frame.d.ts +61 -0
- package/dist/types/components.d.ts +249 -28
- package/dist/types/managers/kup-data/kup-data-column-helper.d.ts +9 -1
- package/dist/types/managers/kup-data/kup-data-declarations.d.ts +4 -25
- package/dist/types/managers/kup-data/kup-data-node-helper.d.ts +1 -1
- package/dist/types/managers/kup-data/kup-data.d.ts +63 -27
- package/dist/types/managers/kup-manager/kup-manager-declarations.d.ts +21 -0
- package/dist/types/managers/kup-manager/kup-manager.d.ts +4 -0
- package/dist/types/managers/kup-math/kup-math-declarations.d.ts +27 -0
- package/dist/types/managers/kup-math/kup-math-helper.d.ts +17 -0
- package/dist/types/managers/kup-math/kup-math.d.ts +61 -0
- package/dist/types/managers/kup-objects/kup-objects.d.ts +22 -0
- package/dist/types/managers/kup-tooltip/kup-tooltip-declarations.d.ts +8 -0
- package/dist/types/managers/kup-tooltip/kup-tooltip.d.ts +40 -0
- package/dist/types/types/GenericTypes.d.ts +1 -0
- package/dist/types/utils/utils.d.ts +0 -18
- package/package.json +3 -3
- package/CHANGELOG.md +0 -5
- package/dist/collection/managers/kup-data/kup-data-dataset-helper.js +0 -262
- package/dist/collection/managers/kup-data/kup-data-helper.js +0 -61
- package/dist/collection/utils/state-utils.js +0 -9
- package/dist/ketchup/p-0032a782.entry.js +0 -1
- package/dist/ketchup/p-18c4d083.entry.js +0 -1
- package/dist/ketchup/p-199c972e.entry.js +0 -1
- package/dist/ketchup/p-29800a2e.js +0 -1
- package/dist/ketchup/p-34aa8d8a.entry.js +0 -1
- package/dist/ketchup/p-542279e9.entry.js +0 -1
- package/dist/ketchup/p-5b26a7a8.entry.js +0 -39
- package/dist/ketchup/p-5c97e7ab.js +0 -1
- package/dist/ketchup/p-6817ca85.entry.js +0 -1
- package/dist/ketchup/p-76e674ca.entry.js +0 -1
- package/dist/ketchup/p-78aa6f1b.js +0 -1
- package/dist/ketchup/p-842b66aa.entry.js +0 -1
- package/dist/ketchup/p-894981c0.entry.js +0 -143
- package/dist/ketchup/p-8ac2fa75.entry.js +0 -1
- package/dist/ketchup/p-907c9e11.entry.js +0 -1
- package/dist/ketchup/p-9ae9149b.entry.js +0 -1
- package/dist/ketchup/p-b0d1bdd8.js +0 -9
- package/dist/ketchup/p-e1e4c951.entry.js +0 -1
- package/dist/ketchup/p-eba369d9.entry.js +0 -1
- package/dist/ketchup/p-ed0b8666.js +0 -1
- package/dist/types/managers/kup-data/kup-data-dataset-helper.d.ts +0 -42
- package/dist/types/managers/kup-data/kup-data-helper.d.ts +0 -11
- package/dist/types/utils/state-utils.d.ts +0 -1
|
@@ -0,0 +1,608 @@
|
|
|
1
|
+
const dataTable = document.getElementById('data-table');
|
|
2
|
+
const registerThis = document.getElementById('register-this');
|
|
3
|
+
const registerThisInstead = document.getElementById('register-this-instead');
|
|
4
|
+
const unregisterBoth = document.getElementById('unregister-both');
|
|
5
|
+
|
|
6
|
+
const dataTableTooltip = (e) => {
|
|
7
|
+
const cell = e.detail.details.td;
|
|
8
|
+
if (cell) {
|
|
9
|
+
const column = e.detail.details.column;
|
|
10
|
+
const row = e.detail.details.row;
|
|
11
|
+
const texts = [];
|
|
12
|
+
for (const key in row.cells) {
|
|
13
|
+
const cell = row.cells[key];
|
|
14
|
+
texts.push(cell.value);
|
|
15
|
+
}
|
|
16
|
+
kupManager.tooltip.show(cell, {
|
|
17
|
+
data: {
|
|
18
|
+
text: texts,
|
|
19
|
+
},
|
|
20
|
+
layoutNumber: kupManager.objects.isNumber(column.obj) ? '10' : '15',
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
const registerThisTooltip = (anchor) => {
|
|
26
|
+
anchor.disabled = true;
|
|
27
|
+
kupManager.tooltip.register(
|
|
28
|
+
anchor,
|
|
29
|
+
() => {
|
|
30
|
+
console.log('In callback.');
|
|
31
|
+
kupManager.tooltip.show(anchor, {
|
|
32
|
+
data: {
|
|
33
|
+
text: ['Hi!'],
|
|
34
|
+
},
|
|
35
|
+
layoutNumber: '8',
|
|
36
|
+
});
|
|
37
|
+
},
|
|
38
|
+
(e) => {
|
|
39
|
+
console.log('Hovering.');
|
|
40
|
+
kupManager.tooltip.element.style.setProperty(
|
|
41
|
+
'--kup-background-color',
|
|
42
|
+
kupManager.theme.randomColor(128)
|
|
43
|
+
);
|
|
44
|
+
kupManager.tooltip.show(anchor, {
|
|
45
|
+
data: {
|
|
46
|
+
text: [
|
|
47
|
+
'Coordinates',
|
|
48
|
+
'x:',
|
|
49
|
+
e.x,
|
|
50
|
+
'y:',
|
|
51
|
+
e.y,
|
|
52
|
+
'currentAnchor',
|
|
53
|
+
kupManager.tooltip.currentAnchor
|
|
54
|
+
? kupManager.tooltip.currentAnchor.tagName
|
|
55
|
+
: '',
|
|
56
|
+
],
|
|
57
|
+
},
|
|
58
|
+
layoutNumber: '15',
|
|
59
|
+
});
|
|
60
|
+
},
|
|
61
|
+
() => {
|
|
62
|
+
console.log('Out callback.');
|
|
63
|
+
kupManager.tooltip.hide();
|
|
64
|
+
}
|
|
65
|
+
);
|
|
66
|
+
};
|
|
67
|
+
|
|
68
|
+
const unregister = () => {
|
|
69
|
+
kupManager.tooltip.unregister(registerThis);
|
|
70
|
+
registerThis.disabled = false;
|
|
71
|
+
kupManager.tooltip.unregister(registerThisInstead);
|
|
72
|
+
registerThisInstead.disabled = false;
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
dataTable.addEventListener('kup-datatable-contextmenu', dataTableTooltip);
|
|
76
|
+
registerThis.addEventListener(
|
|
77
|
+
'kup-button-click',
|
|
78
|
+
registerThisTooltip.bind(registerThisTooltip, registerThis)
|
|
79
|
+
);
|
|
80
|
+
registerThisInstead.addEventListener(
|
|
81
|
+
'kup-button-click',
|
|
82
|
+
registerThisTooltip.bind(registerThisTooltip, registerThisInstead)
|
|
83
|
+
);
|
|
84
|
+
unregisterBoth.addEventListener('kup-button-click', unregister);
|
|
85
|
+
|
|
86
|
+
dataTable.data = {
|
|
87
|
+
columns: [
|
|
88
|
+
{
|
|
89
|
+
name: 'FLD1',
|
|
90
|
+
title: 'Software',
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
name: 'FLD2',
|
|
94
|
+
title: 'Working License',
|
|
95
|
+
obj: {
|
|
96
|
+
t: 'NR',
|
|
97
|
+
p: '',
|
|
98
|
+
k: '',
|
|
99
|
+
},
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
name: 'FLD3',
|
|
103
|
+
title: 'Price',
|
|
104
|
+
obj: {
|
|
105
|
+
t: 'NR',
|
|
106
|
+
p: '',
|
|
107
|
+
k: '',
|
|
108
|
+
},
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
name: 'FLD4',
|
|
112
|
+
title: 'Expiring Date',
|
|
113
|
+
icon: 'calendar',
|
|
114
|
+
},
|
|
115
|
+
],
|
|
116
|
+
rows: [
|
|
117
|
+
{
|
|
118
|
+
cells: {
|
|
119
|
+
FLD1: {
|
|
120
|
+
obj: {
|
|
121
|
+
t: 'TA',
|
|
122
|
+
p: 'B£AMO',
|
|
123
|
+
k: 'Shareholders module',
|
|
124
|
+
},
|
|
125
|
+
value: 'Shareholders module',
|
|
126
|
+
title: 'Simple tooltip for cell 1',
|
|
127
|
+
options: true,
|
|
128
|
+
},
|
|
129
|
+
FLD2: {
|
|
130
|
+
obj: {
|
|
131
|
+
t: 'NR',
|
|
132
|
+
p: '',
|
|
133
|
+
k: '1',
|
|
134
|
+
},
|
|
135
|
+
value: '1',
|
|
136
|
+
title: 'Simple tooltip for cell 2',
|
|
137
|
+
displayedValue: '1',
|
|
138
|
+
},
|
|
139
|
+
FLD3: {
|
|
140
|
+
obj: {
|
|
141
|
+
t: 'NR',
|
|
142
|
+
p: '',
|
|
143
|
+
k: '100.60',
|
|
144
|
+
},
|
|
145
|
+
value: '100.60',
|
|
146
|
+
title: 'Simple tooltip for cell 3',
|
|
147
|
+
displayedValue: '100,6',
|
|
148
|
+
},
|
|
149
|
+
FLD4: {
|
|
150
|
+
obj: {
|
|
151
|
+
t: 'D8',
|
|
152
|
+
p: '*YYMD',
|
|
153
|
+
k: '20200101',
|
|
154
|
+
},
|
|
155
|
+
value: '2020-01-01',
|
|
156
|
+
title: 'Simple tooltip for cell 4',
|
|
157
|
+
displayedValue: '01/01/2020',
|
|
158
|
+
},
|
|
159
|
+
},
|
|
160
|
+
id: '0',
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
cells: {
|
|
164
|
+
FLD1: {
|
|
165
|
+
obj: {
|
|
166
|
+
t: 'TA',
|
|
167
|
+
p: 'B£AMO',
|
|
168
|
+
k: 'Sales module',
|
|
169
|
+
},
|
|
170
|
+
value: 'Sales module',
|
|
171
|
+
options: true,
|
|
172
|
+
},
|
|
173
|
+
FLD2: {
|
|
174
|
+
obj: {
|
|
175
|
+
t: 'NR',
|
|
176
|
+
p: '',
|
|
177
|
+
k: '1',
|
|
178
|
+
},
|
|
179
|
+
value: '1',
|
|
180
|
+
displayedValue: '1',
|
|
181
|
+
},
|
|
182
|
+
FLD3: {
|
|
183
|
+
obj: {
|
|
184
|
+
t: 'NR',
|
|
185
|
+
p: '',
|
|
186
|
+
k: '39.5',
|
|
187
|
+
},
|
|
188
|
+
value: '39.5',
|
|
189
|
+
displayedValue: '39,5',
|
|
190
|
+
},
|
|
191
|
+
FLD4: {
|
|
192
|
+
obj: {
|
|
193
|
+
t: 'D8',
|
|
194
|
+
p: '*YYMD',
|
|
195
|
+
k: '20200202',
|
|
196
|
+
},
|
|
197
|
+
value: '2020-02-02',
|
|
198
|
+
displayedValue: '02/02/2020',
|
|
199
|
+
},
|
|
200
|
+
},
|
|
201
|
+
id: '1',
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
cells: {
|
|
205
|
+
FLD1: {
|
|
206
|
+
obj: {
|
|
207
|
+
t: 'TA',
|
|
208
|
+
p: 'B£AMO',
|
|
209
|
+
k: 'Marketing module',
|
|
210
|
+
},
|
|
211
|
+
value: 'Marketing module',
|
|
212
|
+
options: true,
|
|
213
|
+
},
|
|
214
|
+
FLD2: {
|
|
215
|
+
obj: {
|
|
216
|
+
t: 'NR',
|
|
217
|
+
p: '',
|
|
218
|
+
k: '1',
|
|
219
|
+
},
|
|
220
|
+
value: '1',
|
|
221
|
+
displayedValue: '1',
|
|
222
|
+
},
|
|
223
|
+
FLD3: {
|
|
224
|
+
obj: {
|
|
225
|
+
t: 'NR',
|
|
226
|
+
p: '',
|
|
227
|
+
k: '67.8',
|
|
228
|
+
},
|
|
229
|
+
value: '67.8',
|
|
230
|
+
displayedValue: '67,8',
|
|
231
|
+
},
|
|
232
|
+
FLD4: {
|
|
233
|
+
obj: {
|
|
234
|
+
t: 'D8',
|
|
235
|
+
p: '*YYMD',
|
|
236
|
+
k: '20200303',
|
|
237
|
+
},
|
|
238
|
+
value: '2020-03-03',
|
|
239
|
+
displayedValue: '03/03/2020',
|
|
240
|
+
},
|
|
241
|
+
},
|
|
242
|
+
id: '2',
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
cells: {
|
|
246
|
+
FLD1: {
|
|
247
|
+
obj: {
|
|
248
|
+
t: 'TA',
|
|
249
|
+
p: 'B£AMO',
|
|
250
|
+
k: 'Commerce module',
|
|
251
|
+
},
|
|
252
|
+
value: 'Commerce module',
|
|
253
|
+
options: true,
|
|
254
|
+
},
|
|
255
|
+
FLD2: {
|
|
256
|
+
obj: {
|
|
257
|
+
t: 'NR',
|
|
258
|
+
p: '',
|
|
259
|
+
k: '2',
|
|
260
|
+
},
|
|
261
|
+
value: '2',
|
|
262
|
+
displayedValue: '2',
|
|
263
|
+
},
|
|
264
|
+
FLD3: {
|
|
265
|
+
obj: {
|
|
266
|
+
t: 'NR',
|
|
267
|
+
p: '',
|
|
268
|
+
k: '156.7',
|
|
269
|
+
},
|
|
270
|
+
value: '156.7',
|
|
271
|
+
displayedValue: '156,7',
|
|
272
|
+
},
|
|
273
|
+
FLD4: {
|
|
274
|
+
obj: {
|
|
275
|
+
t: 'D8',
|
|
276
|
+
p: '*YYMD',
|
|
277
|
+
k: '20200404',
|
|
278
|
+
},
|
|
279
|
+
value: '2020-04-04',
|
|
280
|
+
displayedValue: '04/04/2020',
|
|
281
|
+
},
|
|
282
|
+
},
|
|
283
|
+
id: '3',
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
cells: {
|
|
287
|
+
FLD1: {
|
|
288
|
+
obj: {
|
|
289
|
+
t: 'TA',
|
|
290
|
+
p: 'B£AMO',
|
|
291
|
+
k: 'Service module',
|
|
292
|
+
},
|
|
293
|
+
value: 'Service module',
|
|
294
|
+
options: true,
|
|
295
|
+
},
|
|
296
|
+
FLD2: {
|
|
297
|
+
obj: {
|
|
298
|
+
t: 'NR',
|
|
299
|
+
p: '',
|
|
300
|
+
k: '2',
|
|
301
|
+
},
|
|
302
|
+
value: '2',
|
|
303
|
+
displayedValue: '2',
|
|
304
|
+
},
|
|
305
|
+
FLD3: {
|
|
306
|
+
obj: {
|
|
307
|
+
t: 'NR',
|
|
308
|
+
p: '',
|
|
309
|
+
k: '256.7',
|
|
310
|
+
},
|
|
311
|
+
value: '256.7',
|
|
312
|
+
displayedValue: '256,7',
|
|
313
|
+
},
|
|
314
|
+
FLD4: {
|
|
315
|
+
obj: {
|
|
316
|
+
t: 'D8',
|
|
317
|
+
p: '*YYMD',
|
|
318
|
+
k: '20200505',
|
|
319
|
+
},
|
|
320
|
+
value: '2020-05-05',
|
|
321
|
+
displayedValue: '05/05/2020',
|
|
322
|
+
},
|
|
323
|
+
},
|
|
324
|
+
id: '4',
|
|
325
|
+
},
|
|
326
|
+
{
|
|
327
|
+
cells: {
|
|
328
|
+
FLD1: {
|
|
329
|
+
obj: {
|
|
330
|
+
t: 'TA',
|
|
331
|
+
p: 'B£AMO',
|
|
332
|
+
k: 'Cloud module',
|
|
333
|
+
},
|
|
334
|
+
value: 'Cloud module',
|
|
335
|
+
options: true,
|
|
336
|
+
},
|
|
337
|
+
FLD2: {
|
|
338
|
+
obj: {
|
|
339
|
+
t: 'NR',
|
|
340
|
+
p: '',
|
|
341
|
+
k: '2',
|
|
342
|
+
},
|
|
343
|
+
value: '2',
|
|
344
|
+
displayedValue: '2',
|
|
345
|
+
},
|
|
346
|
+
FLD3: {
|
|
347
|
+
obj: {
|
|
348
|
+
t: 'NR',
|
|
349
|
+
p: '',
|
|
350
|
+
k: '78.9',
|
|
351
|
+
},
|
|
352
|
+
value: '78.9',
|
|
353
|
+
displayedValue: '78,9',
|
|
354
|
+
},
|
|
355
|
+
FLD4: {
|
|
356
|
+
obj: {
|
|
357
|
+
t: 'D8',
|
|
358
|
+
p: '*YYMD',
|
|
359
|
+
k: '20200606',
|
|
360
|
+
},
|
|
361
|
+
value: '2020-06-06',
|
|
362
|
+
displayedValue: '06/06/2020',
|
|
363
|
+
},
|
|
364
|
+
},
|
|
365
|
+
id: '5',
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
cells: {
|
|
369
|
+
FLD1: {
|
|
370
|
+
obj: {
|
|
371
|
+
t: 'TA',
|
|
372
|
+
p: 'B£AMO',
|
|
373
|
+
k: 'Financial module',
|
|
374
|
+
},
|
|
375
|
+
value: 'Financial module',
|
|
376
|
+
options: true,
|
|
377
|
+
},
|
|
378
|
+
FLD2: {
|
|
379
|
+
obj: {
|
|
380
|
+
t: 'NR',
|
|
381
|
+
p: '',
|
|
382
|
+
k: '3',
|
|
383
|
+
},
|
|
384
|
+
value: '3',
|
|
385
|
+
displayedValue: '3',
|
|
386
|
+
},
|
|
387
|
+
FLD3: {
|
|
388
|
+
obj: {
|
|
389
|
+
t: 'NR',
|
|
390
|
+
p: '',
|
|
391
|
+
k: '145.6',
|
|
392
|
+
},
|
|
393
|
+
value: '145.6',
|
|
394
|
+
displayedValue: '145,6',
|
|
395
|
+
},
|
|
396
|
+
FLD4: {
|
|
397
|
+
obj: {
|
|
398
|
+
t: 'D8',
|
|
399
|
+
p: '*YYMD',
|
|
400
|
+
k: '20200707',
|
|
401
|
+
},
|
|
402
|
+
value: '2020-07-07',
|
|
403
|
+
displayedValue: '07/07/2020',
|
|
404
|
+
},
|
|
405
|
+
},
|
|
406
|
+
id: '6',
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
cells: {
|
|
410
|
+
FLD1: {
|
|
411
|
+
obj: {
|
|
412
|
+
t: 'TA',
|
|
413
|
+
p: 'B£AMO',
|
|
414
|
+
k: 'Delivery module',
|
|
415
|
+
},
|
|
416
|
+
value: 'Delivery module',
|
|
417
|
+
options: true,
|
|
418
|
+
},
|
|
419
|
+
FLD2: {
|
|
420
|
+
obj: {
|
|
421
|
+
t: 'NR',
|
|
422
|
+
p: '',
|
|
423
|
+
k: '3',
|
|
424
|
+
},
|
|
425
|
+
value: '3',
|
|
426
|
+
displayedValue: '3',
|
|
427
|
+
},
|
|
428
|
+
FLD3: {
|
|
429
|
+
obj: {
|
|
430
|
+
t: 'NR',
|
|
431
|
+
p: '',
|
|
432
|
+
k: '278.9',
|
|
433
|
+
},
|
|
434
|
+
value: '278.9',
|
|
435
|
+
displayedValue: '278,9',
|
|
436
|
+
},
|
|
437
|
+
FLD4: {
|
|
438
|
+
obj: {
|
|
439
|
+
t: 'D8',
|
|
440
|
+
p: '*YYMD',
|
|
441
|
+
k: '20200808',
|
|
442
|
+
},
|
|
443
|
+
value: '2020-08-08',
|
|
444
|
+
displayedValue: '08/08/2020',
|
|
445
|
+
},
|
|
446
|
+
},
|
|
447
|
+
id: '7',
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
cells: {
|
|
451
|
+
FLD1: {
|
|
452
|
+
obj: {
|
|
453
|
+
t: 'TA',
|
|
454
|
+
p: 'B£AMO',
|
|
455
|
+
k: 'Web module',
|
|
456
|
+
},
|
|
457
|
+
value: 'Web module',
|
|
458
|
+
options: true,
|
|
459
|
+
},
|
|
460
|
+
FLD2: {
|
|
461
|
+
obj: {
|
|
462
|
+
t: 'NR',
|
|
463
|
+
p: '',
|
|
464
|
+
k: '3',
|
|
465
|
+
},
|
|
466
|
+
value: '3',
|
|
467
|
+
displayedValue: '3',
|
|
468
|
+
},
|
|
469
|
+
FLD3: {
|
|
470
|
+
obj: {
|
|
471
|
+
t: 'NR',
|
|
472
|
+
p: '',
|
|
473
|
+
k: '498.7',
|
|
474
|
+
},
|
|
475
|
+
value: '498.7',
|
|
476
|
+
displayedValue: '498,7',
|
|
477
|
+
},
|
|
478
|
+
FLD4: {
|
|
479
|
+
obj: {
|
|
480
|
+
t: 'D8',
|
|
481
|
+
p: '*YYMD',
|
|
482
|
+
k: '20200909',
|
|
483
|
+
},
|
|
484
|
+
value: '2020-09-09',
|
|
485
|
+
displayedValue: '09/09/2020',
|
|
486
|
+
},
|
|
487
|
+
},
|
|
488
|
+
id: '8',
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
cells: {
|
|
492
|
+
FLD1: {
|
|
493
|
+
obj: {
|
|
494
|
+
t: 'TA',
|
|
495
|
+
p: 'B£AMO',
|
|
496
|
+
k: 'Integration module',
|
|
497
|
+
},
|
|
498
|
+
value: 'Integration module',
|
|
499
|
+
options: true,
|
|
500
|
+
},
|
|
501
|
+
FLD2: {
|
|
502
|
+
obj: {
|
|
503
|
+
t: 'NR',
|
|
504
|
+
p: '',
|
|
505
|
+
k: '4',
|
|
506
|
+
},
|
|
507
|
+
value: '4',
|
|
508
|
+
displayedValue: '4',
|
|
509
|
+
},
|
|
510
|
+
FLD3: {
|
|
511
|
+
obj: {
|
|
512
|
+
t: 'NR',
|
|
513
|
+
p: '',
|
|
514
|
+
k: '99.9',
|
|
515
|
+
},
|
|
516
|
+
value: '99.9',
|
|
517
|
+
displayedValue: '99,9',
|
|
518
|
+
},
|
|
519
|
+
FLD4: {
|
|
520
|
+
obj: {
|
|
521
|
+
t: 'D8',
|
|
522
|
+
p: '*YYMD',
|
|
523
|
+
k: '20201010',
|
|
524
|
+
},
|
|
525
|
+
value: '2020-10-10',
|
|
526
|
+
displayedValue: '10/10/2020',
|
|
527
|
+
},
|
|
528
|
+
},
|
|
529
|
+
id: '9',
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
cells: {
|
|
533
|
+
FLD1: {
|
|
534
|
+
obj: {
|
|
535
|
+
t: 'TA',
|
|
536
|
+
p: 'B£AMO',
|
|
537
|
+
k: 'Banking module',
|
|
538
|
+
},
|
|
539
|
+
value: 'Banking module',
|
|
540
|
+
options: true,
|
|
541
|
+
},
|
|
542
|
+
FLD2: {
|
|
543
|
+
obj: {
|
|
544
|
+
t: 'NR',
|
|
545
|
+
p: '',
|
|
546
|
+
k: '4',
|
|
547
|
+
},
|
|
548
|
+
value: '4',
|
|
549
|
+
},
|
|
550
|
+
FLD3: {
|
|
551
|
+
obj: {
|
|
552
|
+
t: 'NR',
|
|
553
|
+
p: '',
|
|
554
|
+
k: '178.9',
|
|
555
|
+
},
|
|
556
|
+
value: '178.9',
|
|
557
|
+
},
|
|
558
|
+
FLD4: {
|
|
559
|
+
obj: {
|
|
560
|
+
t: 'D8',
|
|
561
|
+
p: '*YYMD',
|
|
562
|
+
k: '20201111',
|
|
563
|
+
},
|
|
564
|
+
value: '2020-11-11',
|
|
565
|
+
},
|
|
566
|
+
},
|
|
567
|
+
id: '10',
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
cells: {
|
|
571
|
+
FLD1: {
|
|
572
|
+
obj: {
|
|
573
|
+
t: 'TA',
|
|
574
|
+
p: 'B£AMO',
|
|
575
|
+
k: 'Analytics module',
|
|
576
|
+
},
|
|
577
|
+
value: 'Analytics module',
|
|
578
|
+
options: true,
|
|
579
|
+
},
|
|
580
|
+
FLD2: {
|
|
581
|
+
obj: {
|
|
582
|
+
t: 'NR',
|
|
583
|
+
p: '',
|
|
584
|
+
k: '4',
|
|
585
|
+
},
|
|
586
|
+
value: '4',
|
|
587
|
+
},
|
|
588
|
+
FLD3: {
|
|
589
|
+
obj: {
|
|
590
|
+
t: 'NR',
|
|
591
|
+
p: '',
|
|
592
|
+
k: '345.6',
|
|
593
|
+
},
|
|
594
|
+
value: '345.6',
|
|
595
|
+
},
|
|
596
|
+
FLD4: {
|
|
597
|
+
obj: {
|
|
598
|
+
t: 'D8',
|
|
599
|
+
p: '*YYMD',
|
|
600
|
+
k: '20201212',
|
|
601
|
+
},
|
|
602
|
+
value: '2020-12-12',
|
|
603
|
+
},
|
|
604
|
+
},
|
|
605
|
+
id: '11',
|
|
606
|
+
},
|
|
607
|
+
],
|
|
608
|
+
};
|
|
@@ -4,23 +4,23 @@ for (let index = 0; index < lists.length; index++) {
|
|
|
4
4
|
const list = lists[index];
|
|
5
5
|
list.data = [
|
|
6
6
|
{
|
|
7
|
-
|
|
7
|
+
value: 'First item',
|
|
8
8
|
secondaryText: 'I am a description',
|
|
9
|
-
|
|
9
|
+
id: '1',
|
|
10
10
|
icon: 'filter_1',
|
|
11
11
|
selected: false,
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
|
-
|
|
14
|
+
value: 'Second item',
|
|
15
15
|
secondaryText: 'I am a description',
|
|
16
|
-
|
|
16
|
+
id: '2',
|
|
17
17
|
icon: 'filter_2',
|
|
18
18
|
selected: false,
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
|
|
21
|
+
value: 'Third item',
|
|
22
22
|
secondaryText: 'I am a description',
|
|
23
|
-
|
|
23
|
+
id: '3',
|
|
24
24
|
icon: 'filter_3',
|
|
25
25
|
selected: false,
|
|
26
26
|
},
|