@sis-cc/dotstatsuite-components 21.0.1 → 21.1.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.
- package/dist/dotstatsuite-components.js +38112 -0
- package/package.json +4 -1
- package/.editorconfig +0 -19
- package/.gitlab-ci.yml +0 -48
- package/prettier.config.js +0 -13
- package/src/app.js +0 -13
- package/src/bridge-d3-react/README.md +0 -42
- package/src/bridge-d3-react/src/app.js +0 -64
- package/src/bridge-d3-react/src/index.js +0 -17
- package/src/bridge-d3-react/src/mock-choro.js +0 -394
- package/src/bridge-d3-react/src/react-chart-factory.js +0 -65
- package/src/index.js +0 -12
- package/src/rules/README.md +0 -23
- package/src/rules/src/chart/getAxisOptions.js +0 -258
- package/src/rules/src/chart/getBaseOptions.js +0 -84
- package/src/rules/src/chart/getChartOptions.js +0 -118
- package/src/rules/src/chart/getGridOptions.js +0 -52
- package/src/rules/src/chart/getTooltipOptions.js +0 -230
- package/src/rules/src/constants.js +0 -64
- package/src/rules/src/date.js +0 -118
- package/src/rules/src/dimension-utils.js +0 -54
- package/src/rules/src/factories/choro-series.js +0 -65
- package/src/rules/src/factories/sample-focus.js +0 -22
- package/src/rules/src/factories/sample-series.js +0 -51
- package/src/rules/src/factories/scatter-dimension.js +0 -31
- package/src/rules/src/factories/scatter-focus.js +0 -39
- package/src/rules/src/factories/scatter-series.js +0 -94
- package/src/rules/src/factories/stacked-dimension.js +0 -29
- package/src/rules/src/factories/stacked-series.js +0 -185
- package/src/rules/src/factories/symbol-dimension.js +0 -29
- package/src/rules/src/factories/symbol-series.js +0 -62
- package/src/rules/src/factories/timeline-focus.js +0 -18
- package/src/rules/src/factories/timeline-series.js +0 -91
- package/src/rules/src/get-values-enhanced.js +0 -134
- package/src/rules/src/header/getDefaultSubtitle.js +0 -40
- package/src/rules/src/header/getHeaderUnits.js +0 -17
- package/src/rules/src/header/getSubtitleFlags.js +0 -43
- package/src/rules/src/header/getTitleFlags.js +0 -8
- package/src/rules/src/header/index.js +0 -4
- package/src/rules/src/index.js +0 -398
- package/src/rules/src/layout.js +0 -113
- package/src/rules/src/observation-formater.js +0 -83
- package/src/rules/src/preparators/enhanceObservations.js +0 -152
- package/src/rules/src/preparators/formatValue.js +0 -84
- package/src/rules/src/preparators/getObservations.js +0 -19
- package/src/rules/src/preparators/getReportingYearStart.js +0 -16
- package/src/rules/src/properties/errors.js +0 -19
- package/src/rules/src/properties/focus.js +0 -69
- package/src/rules/src/properties/getAvailableChartTypes.js +0 -34
- package/src/rules/src/properties/getHeaderProps.js +0 -74
- package/src/rules/src/properties/getInformationsStateFromNewProps.js +0 -47
- package/src/rules/src/properties/getObservationsType.js +0 -29
- package/src/rules/src/properties/getStringifiedSubtitle.js +0 -6
- package/src/rules/src/properties/index.js +0 -424
- package/src/rules/src/properties/information.js +0 -84
- package/src/rules/src/properties/linear.js +0 -129
- package/src/rules/src/properties/scatter.js +0 -158
- package/src/rules/src/properties/stacked.js +0 -98
- package/src/rules/src/properties/symbol.js +0 -79
- package/src/rules/src/properties/utils.js +0 -110
- package/src/rules/src/sdmx-data/index.js +0 -39
- package/src/rules/src/table/factories/getCellValue.js +0 -50
- package/src/rules/src/table/index.js +0 -1
- package/src/rules/src/v8-transformer.js +0 -176
- package/src/rules/test/extractSdmxArtefacts.js +0 -26
- package/src/rules/test/get-values-enhanced.test.js +0 -127
- package/src/rules/test/oecd-HEALTH_PROT-no-freq.json +0 -2903
- package/src/rules/test/oecd-HEALTH_PROT-parsed.js +0 -398
- package/src/rules/test/oecd-HEALTH_PROT-wrong-freq.json +0 -2913
- package/src/rules/test/oecd-HEALTH_PROT.json +0 -2913
- package/src/rules/test/oecd-KEI.json +0 -372
- package/src/rules/test/scatter-property.js +0 -455
- package/src/rules/test/stacked-property.js +0 -273
- package/src/rules/test/symbol-property.js +0 -262
- package/src/rules/test/v8-transformer.test.js +0 -90
- package/src/rules2/src/applyHierarchicalCodesToDim.js +0 -149
- package/src/rules2/src/combinedValuesDisplay.js +0 -74
- package/src/rules2/src/constants.js +0 -6
- package/src/rules2/src/duplicateObservations.js +0 -35
- package/src/rules2/src/enhanceObservations.js +0 -95
- package/src/rules2/src/getAdvAttrSeriesAtCoordinates.js +0 -29
- package/src/rules2/src/getAttributesSeries.js +0 -36
- package/src/rules2/src/getCombinationDefinitions.js +0 -47
- package/src/rules2/src/getDataflowAttributes.js +0 -23
- package/src/rules2/src/getDataflowTooltipAttributesIds.js +0 -31
- package/src/rules2/src/getDimensionValuesIndexes.js +0 -13
- package/src/rules2/src/getHCodelistsRefsInData.js +0 -32
- package/src/rules2/src/getHeaderCombinations.js +0 -48
- package/src/rules2/src/getHeaderCoordinates.js +0 -7
- package/src/rules2/src/getHeaderSubtitle.js +0 -34
- package/src/rules2/src/getHeaderTitle.js +0 -15
- package/src/rules2/src/getMSDInformations.js +0 -23
- package/src/rules2/src/getManyValuesDimensions.js +0 -34
- package/src/rules2/src/getMetadataCoordinates.js +0 -37
- package/src/rules2/src/getMetadataStructureFromData.js +0 -17
- package/src/rules2/src/getNotDisplayedIds.js +0 -53
- package/src/rules2/src/getOneValueDimensions.js +0 -34
- package/src/rules2/src/getSeriesCombinations.js +0 -24
- package/src/rules2/src/hasCellMetadata.js +0 -14
- package/src/rules2/src/hierarchiseDimensionWithAdvancedHierarchy2.js +0 -57
- package/src/rules2/src/hierarchiseDimensionWithNativeHierarchy2.js +0 -35
- package/src/rules2/src/index.js +0 -50
- package/src/rules2/src/parseAttributes.js +0 -41
- package/src/rules2/src/parseCombinations.js +0 -102
- package/src/rules2/src/parseHierarchicalCodelist.js +0 -48
- package/src/rules2/src/parseMetadataSeries.js +0 -117
- package/src/rules2/src/prepareData.js +0 -73
- package/src/rules2/src/refineAttributes.js +0 -16
- package/src/rules2/src/refineDimensions.js +0 -18
- package/src/rules2/src/refineMetadataCoordinates.js +0 -28
- package/src/rules2/src/refineTimePeriod.js +0 -127
- package/src/rules2/src/sdmx3.0DataFormatPatch.js +0 -9
- package/src/rules2/src/table/declineObservationsOverAttributes.js +0 -32
- package/src/rules2/src/table/getCells.js +0 -93
- package/src/rules2/src/table/getCellsAttributesIds.js +0 -38
- package/src/rules2/src/table/getCellsMetadataCoordinates.js +0 -13
- package/src/rules2/src/table/getCombinationDimensionsData.js +0 -39
- package/src/rules2/src/table/getCuratedCells.js +0 -33
- package/src/rules2/src/table/getFlagsAndNotes.js +0 -23
- package/src/rules2/src/table/getIndexedCombinationsByDisplay.js +0 -16
- package/src/rules2/src/table/getLayout.js +0 -84
- package/src/rules2/src/table/getLayoutData2.js +0 -198
- package/src/rules2/src/table/getSortedLayoutIndexes.js +0 -124
- package/src/rules2/src/table/getTableLabelAccessor.js +0 -9
- package/src/rules2/src/table/getTableLayoutIds.js +0 -314
- package/src/rules2/src/table/getTableProps.js +0 -75
- package/src/rules2/src/table/parseSeriesIndexesHierarchies.js +0 -79
- package/src/rules2/src/table/parseValueHierarchy.js +0 -33
- package/src/rules2/src/table/refineLayoutSize2.js +0 -321
- package/src/rules2/src/utils.js +0 -37
- package/src/viewer/mocks/bar.js +0 -33
- package/src/viewer/mocks/gpp-symbol.js +0 -93
- package/src/viewer/mocks/gpp-time.js +0 -1103
- package/src/viewer/mocks/row.js +0 -39
- package/src/viewer/mocks/scatter.js +0 -93
- package/src/viewer/mocks/stack.js +0 -161
- package/src/viewer/src/app/leg.js +0 -36
- package/src/viewer/src/app/nodata-res.js +0 -22
- package/src/viewer/src/app/nodata-sized.js +0 -23
- package/src/viewer/src/app/one-table-cell.js +0 -70
- package/src/viewer/src/app/table.js +0 -423
- package/src/viewer/src/app/use-case-1.js +0 -33
- package/src/viewer/src/app/use-case-2.js +0 -38
- package/src/viewer/src/app/use-case-3.js +0 -18
- package/src/viewer/src/app.js +0 -116
- package/src/viewer/src/chart.js +0 -52
- package/src/viewer/src/chartUtils/options.js +0 -30
- package/src/viewer/src/chartUtils/series.js +0 -51
- package/src/viewer/src/footer.js +0 -24
- package/src/viewer/src/header.js +0 -10
- package/src/viewer/src/index.js +0 -158
- package/src/viewer/src/legends/AxisLegend.js +0 -41
- package/src/viewer/src/legends/ChartLegends.js +0 -66
- package/src/viewer/src/legends/FocusLegend.js +0 -63
- package/src/viewer/src/legends/Legend.js +0 -46
- package/src/viewer/src/legends/SeriesLegend.js +0 -78
- package/src/viewer/src/utils.js +0 -21
- package/test/applyHierarchicalCodesToDim.test.js +0 -160
- package/test/combinedValuesDisplay.test.js +0 -66
- package/test/duplicateObs.test.js +0 -118
- package/test/enhanceObservations2.test.js +0 -257
- package/test/getAttributesSeries.test.js +0 -66
- package/test/getAxisOptions.test.js +0 -309
- package/test/getBaseOptions.test.js +0 -77
- package/test/getCellValue.test.js +0 -32
- package/test/getCells.test.js +0 -178
- package/test/getCellsMetadataCoordinates.test.js +0 -40
- package/test/getCombinationDefinitions.test.js +0 -104
- package/test/getCombinationDimensionsData.test.js +0 -99
- package/test/getDataflowAttributes.test.js +0 -23
- package/test/getDataflowTooltipAttributesIds.test.js +0 -146
- package/test/getDimensionValuesIndexes.test.js +0 -33
- package/test/getGridOptions.test.js +0 -65
- package/test/getHCodelistsRefs.test.js +0 -23
- package/test/getHeaderCombinations.test.js +0 -62
- package/test/getHeaderTitle.test.js +0 -25
- package/test/getLayout.test.js +0 -54
- package/test/getLayoutData2.test.js +0 -535
- package/test/getMSDInformations.test.js +0 -35
- package/test/getMetadataCoordinates.test.js +0 -0
- package/test/getNotDisplayedIds.test.js +0 -47
- package/test/getObservationsType.test.js +0 -55
- package/test/getOneValueDimensions.test.js +0 -35
- package/test/getReportingYearStart.test.js +0 -59
- package/test/getSeriesCombinations.test.js +0 -29
- package/test/getSortedLayoutIndexes.test.js +0 -1138
- package/test/getTableLabelAccessor.test.js +0 -50
- package/test/getTableLayoutIds.test.js +0 -356
- package/test/hierarchiseDimensionWithNativeHierarchy2.test.js +0 -109
- package/test/isTableLayoutCompatible.test.js +0 -102
- package/test/metadata-parsing-perf.test.js +0 -509
- package/test/mocks/MSD_TEST.json +0 -490
- package/test/mocks/OECD_SNA_TABLE1_1.0_-_AUS_V_metadata.json +0 -152
- package/test/mocks/h-codelist.json +0 -2095
- package/test/mocks/large_metadata_series.json +0 -701
- package/test/mocks/observations-advanced-attributes.json +0 -55382
- package/test/mocks/table-invert-time--data.json +0 -80211
- package/test/mocks/table-invert-time--inverted.json +0 -80076
- package/test/mocks/table-layout-multi-hierarchies--layout.json +0 -621
- package/test/mocks/table-layout-multi-hierarchies--layoutData.json +0 -32411
- package/test/mocks/table-layout-multi-hierarchies--layoutIndexes.json +0 -2760
- package/test/mocks/table-layout-multi-hierarchies--observations.json +0 -30688
- package/test/mocks/table-layout-multi-hierarchies--sizedIndexes.json +0 -2762
- package/test/mocks/table-layout-truncation1--layout.json +0 -27469
- package/test/mocks/table-layout-truncation1--layoutData.json +0 -20358
- package/test/mocks/table-layout-truncation1--layoutIndexes.json +0 -7512
- package/test/mocks/table-layout-truncation1--observations.json +0 -70002
- package/test/mocks/table-layout-truncation1--sizedIndexes.json +0 -3011
- package/test/mocks/table-prep-multi-hierarchies--attributes.json +0 -46
- package/test/mocks/table-prep-multi-hierarchies--dimensions.json +0 -688
- package/test/mocks/table-prep-multi-hierarchies--enhancedObservations.json +0 -19696
- package/test/mocks/table-prep-multi-hierarchies--observations.json +0 -8246
- package/test/mocks/table-prep-multi-hierarchies--sdmxJson.json +0 -2985
- package/test/mocks/table-prep-simple-duplicate--dimensions2.json +0 -858
- package/test/mocks/table-prep-simple-duplicate--duplicated2.json +0 -77502
- package/test/mocks/table-prep-simple-duplicate--observations2.json +0 -60002
- package/test/mocks/table-prep-truncation1--dimensions.json +0 -35057
- package/test/mocks/table-prep-truncation1--enhancedObservations.json +0 -70002
- package/test/mocks/table-prep-truncation1--observations.json +0 -27502
- package/test/mocks/table-prep-truncation1--sdmxJson.json +0 -55103
- package/test/mocks/table-prep-units--observations.json +0 -284286
- package/test/mocks/table-prep-units--unitsSeries.json +0 -41042
- package/test/parseAttributes.test.js +0 -36
- package/test/parseCombinations.test.js +0 -172
- package/test/parseHierarchicalCodelist.test.js +0 -140
- package/test/parseMetadataSeries.test.js +0 -128
- package/test/parseSeriesIndexesHierarchies.test.js +0 -345
- package/test/parseValueHierarchy.test.js +0 -138
- package/test/refineAttributes.test.js +0 -29
- package/test/refineLayoutSize2.test.js +0 -3410
- package/test/refineMetadataCoordinates.test.js +0 -86
- package/test/refineTimePeriod.test.js +0 -580
- package/test/refinedDimensions.test.js +0 -35
- package/vite.config.mjs +0 -51
|
@@ -1,509 +0,0 @@
|
|
|
1
|
-
import { expect } from 'chai';
|
|
2
|
-
import { parseMetadataSeries } from '../src/rules2/src/parseMetadataSeries';
|
|
3
|
-
import metadataMock from './mocks/large_metadata_series.json';
|
|
4
|
-
|
|
5
|
-
describe('metadata parsing performance tests', () => {
|
|
6
|
-
it('20 metadata attributes in 20 series', function() {
|
|
7
|
-
this.timeout(500);
|
|
8
|
-
const dimensions = [
|
|
9
|
-
{
|
|
10
|
-
id: 'LOCATION',
|
|
11
|
-
values: [
|
|
12
|
-
{ id: '0', __index: 0 },
|
|
13
|
-
{ id: '1', __index: 1 },
|
|
14
|
-
{ id: '2', __index: 2 },
|
|
15
|
-
{ id: '3', __index: 3 },
|
|
16
|
-
{ id: '4', __index: 4 },
|
|
17
|
-
{ id: '5', __index: 5 },
|
|
18
|
-
{ id: '6', __index: 6 },
|
|
19
|
-
{ id: '7', __index: 7 },
|
|
20
|
-
{ id: '8', __index: 8 },
|
|
21
|
-
{ id: '9', __index: 9 },
|
|
22
|
-
{ id: '10', __index: 10 },
|
|
23
|
-
{ id: '11', __index: 11 },
|
|
24
|
-
{ id: '12', __index: 12 },
|
|
25
|
-
{ id: '13', __index: 13 },
|
|
26
|
-
{ id: '14', __index: 14 },
|
|
27
|
-
{ id: '15', __index: 15 },
|
|
28
|
-
{ id: '16', __index: 16 },
|
|
29
|
-
{ id: '17', __index: 17 },
|
|
30
|
-
{ id: '18', __index: 18 },
|
|
31
|
-
{ id: '19', __index: 19 },
|
|
32
|
-
]
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
id: 'TRANSACT',
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
id: 'MEASURE',
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
id: 'TIME_PERIOD',
|
|
42
|
-
}
|
|
43
|
-
]
|
|
44
|
-
const attributes = {
|
|
45
|
-
METADATA_ATTR_0: { id: 'METADATA_ATTR_0' },
|
|
46
|
-
METADATA_ATTR_1: { id: 'METADATA_ATTR_1' },
|
|
47
|
-
METADATA_ATTR_2: { id: 'METADATA_ATTR_2' },
|
|
48
|
-
METADATA_ATTR_3: { id: 'METADATA_ATTR_3' },
|
|
49
|
-
METADATA_ATTR_4: { id: 'METADATA_ATTR_4' },
|
|
50
|
-
METADATA_ATTR_5: { id: 'METADATA_ATTR_5' },
|
|
51
|
-
METADATA_ATTR_6: { id: 'METADATA_ATTR_6' },
|
|
52
|
-
METADATA_ATTR_7: { id: 'METADATA_ATTR_7' },
|
|
53
|
-
METADATA_ATTR_8: { id: 'METADATA_ATTR_8' },
|
|
54
|
-
METADATA_ATTR_9: { id: 'METADATA_ATTR_9' },
|
|
55
|
-
METADATA_ATTR_10: { id: 'METADATA_ATTR_10' },
|
|
56
|
-
METADATA_ATTR_11: { id: 'METADATA_ATTR_11' },
|
|
57
|
-
METADATA_ATTR_12: { id: 'METADATA_ATTR_12' },
|
|
58
|
-
METADATA_ATTR_13: { id: 'METADATA_ATTR_13' },
|
|
59
|
-
METADATA_ATTR_14: { id: 'METADATA_ATTR_14' },
|
|
60
|
-
METADATA_ATTR_15: { id: 'METADATA_ATTR_15' },
|
|
61
|
-
METADATA_ATTR_16: { id: 'METADATA_ATTR_16' },
|
|
62
|
-
METADATA_ATTR_17: { id: 'METADATA_ATTR_17' },
|
|
63
|
-
METADATA_ATTR_18: { id: 'METADATA_ATTR_18' },
|
|
64
|
-
METADATA_ATTR_19: { id: 'METADATA_ATTR_19' }
|
|
65
|
-
}
|
|
66
|
-
expect(parseMetadataSeries(metadataMock, { locale: 'en', display: 'both', dimensions, attributes })).to.deep.equal({
|
|
67
|
-
":::": [
|
|
68
|
-
{ id: 'METADATA_ATTR_0', label: 'METADATA_ATTR_0: Metadata Attribute 0', value: 'v0', handlerProps: {} },
|
|
69
|
-
{ id: 'METADATA_ATTR_1', label: 'METADATA_ATTR_1: Metadata Attribute 1', value: 'v0', handlerProps: {} },
|
|
70
|
-
{ id: 'METADATA_ATTR_2', label: 'METADATA_ATTR_2: Metadata Attribute 2', value: 'v0', handlerProps: {} },
|
|
71
|
-
{ id: 'METADATA_ATTR_3', label: 'METADATA_ATTR_3: Metadata Attribute 3', value: 'v0', handlerProps: {} },
|
|
72
|
-
{ id: 'METADATA_ATTR_4', label: 'METADATA_ATTR_4: Metadata Attribute 4', value: 'v0', handlerProps: {} },
|
|
73
|
-
{ id: 'METADATA_ATTR_5', label: 'METADATA_ATTR_5: Metadata Attribute 5', value: 'v0', handlerProps: {} },
|
|
74
|
-
{ id: 'METADATA_ATTR_6', label: 'METADATA_ATTR_6: Metadata Attribute 6', value: 'v0', handlerProps: {} },
|
|
75
|
-
{ id: 'METADATA_ATTR_7', label: 'METADATA_ATTR_7: Metadata Attribute 7', value: 'v0', handlerProps: {} },
|
|
76
|
-
{ id: 'METADATA_ATTR_8', label: 'METADATA_ATTR_8: Metadata Attribute 8', value: 'v0', handlerProps: {} },
|
|
77
|
-
{ id: 'METADATA_ATTR_9', label: 'METADATA_ATTR_9: Metadata Attribute 9', value: 'v0', handlerProps: {} },
|
|
78
|
-
{ id: 'METADATA_ATTR_10', label: 'METADATA_ATTR_10: Metadata Attribute 10', value: 'v0', handlerProps: {} },
|
|
79
|
-
{ id: 'METADATA_ATTR_11', label: 'METADATA_ATTR_11: Metadata Attribute 11', value: 'v0', handlerProps: {} },
|
|
80
|
-
{ id: 'METADATA_ATTR_12', label: 'METADATA_ATTR_12: Metadata Attribute 12', value: 'v0', handlerProps: {} },
|
|
81
|
-
{ id: 'METADATA_ATTR_13', label: 'METADATA_ATTR_13: Metadata Attribute 13', value: 'v0', handlerProps: {} },
|
|
82
|
-
{ id: 'METADATA_ATTR_14', label: 'METADATA_ATTR_14: Metadata Attribute 14', value: 'v0', handlerProps: {} },
|
|
83
|
-
{ id: 'METADATA_ATTR_15', label: 'METADATA_ATTR_15: Metadata Attribute 15', value: 'v0', handlerProps: {} },
|
|
84
|
-
{ id: 'METADATA_ATTR_16', label: 'METADATA_ATTR_16: Metadata Attribute 16', value: 'v0', handlerProps: {} },
|
|
85
|
-
{ id: 'METADATA_ATTR_17', label: 'METADATA_ATTR_17: Metadata Attribute 17', value: 'v0', handlerProps: {} },
|
|
86
|
-
{ id: 'METADATA_ATTR_18', label: 'METADATA_ATTR_18: Metadata Attribute 18', value: 'v0', handlerProps: {} },
|
|
87
|
-
{ id: 'METADATA_ATTR_19', label: 'METADATA_ATTR_19: Metadata Attribute 19', value: 'v0', handlerProps: {} }
|
|
88
|
-
],
|
|
89
|
-
"7:::": [
|
|
90
|
-
{ id: 'METADATA_ATTR_0', label: 'METADATA_ATTR_0: Metadata Attribute 0', value: 'v1', handlerProps: {} },
|
|
91
|
-
{ id: 'METADATA_ATTR_1', label: 'METADATA_ATTR_1: Metadata Attribute 1', value: 'v1', handlerProps: {} },
|
|
92
|
-
{ id: 'METADATA_ATTR_2', label: 'METADATA_ATTR_2: Metadata Attribute 2', value: 'v1', handlerProps: {} },
|
|
93
|
-
{ id: 'METADATA_ATTR_3', label: 'METADATA_ATTR_3: Metadata Attribute 3', value: 'v1', handlerProps: {} },
|
|
94
|
-
{ id: 'METADATA_ATTR_4', label: 'METADATA_ATTR_4: Metadata Attribute 4', value: 'v1', handlerProps: {} },
|
|
95
|
-
{ id: 'METADATA_ATTR_5', label: 'METADATA_ATTR_5: Metadata Attribute 5', value: 'v1', handlerProps: {} },
|
|
96
|
-
{ id: 'METADATA_ATTR_6', label: 'METADATA_ATTR_6: Metadata Attribute 6', value: 'v1', handlerProps: {} },
|
|
97
|
-
{ id: 'METADATA_ATTR_7', label: 'METADATA_ATTR_7: Metadata Attribute 7', value: 'v1', handlerProps: {} },
|
|
98
|
-
{ id: 'METADATA_ATTR_8', label: 'METADATA_ATTR_8: Metadata Attribute 8', value: 'v1', handlerProps: {} },
|
|
99
|
-
{ id: 'METADATA_ATTR_9', label: 'METADATA_ATTR_9: Metadata Attribute 9', value: 'v1', handlerProps: {} },
|
|
100
|
-
{ id: 'METADATA_ATTR_10', label: 'METADATA_ATTR_10: Metadata Attribute 10', value: 'v1', handlerProps: {} },
|
|
101
|
-
{ id: 'METADATA_ATTR_11', label: 'METADATA_ATTR_11: Metadata Attribute 11', value: 'v1', handlerProps: {} },
|
|
102
|
-
{ id: 'METADATA_ATTR_12', label: 'METADATA_ATTR_12: Metadata Attribute 12', value: 'v1', handlerProps: {} },
|
|
103
|
-
{ id: 'METADATA_ATTR_13', label: 'METADATA_ATTR_13: Metadata Attribute 13', value: 'v1', handlerProps: {} },
|
|
104
|
-
{ id: 'METADATA_ATTR_14', label: 'METADATA_ATTR_14: Metadata Attribute 14', value: 'v1', handlerProps: {} },
|
|
105
|
-
{ id: 'METADATA_ATTR_15', label: 'METADATA_ATTR_15: Metadata Attribute 15', value: 'v1', handlerProps: {} },
|
|
106
|
-
{ id: 'METADATA_ATTR_16', label: 'METADATA_ATTR_16: Metadata Attribute 16', value: 'v1', handlerProps: {} },
|
|
107
|
-
{ id: 'METADATA_ATTR_17', label: 'METADATA_ATTR_17: Metadata Attribute 17', value: 'v1', handlerProps: {} },
|
|
108
|
-
{ id: 'METADATA_ATTR_18', label: 'METADATA_ATTR_18: Metadata Attribute 18', value: 'v1', handlerProps: {} },
|
|
109
|
-
{ id: 'METADATA_ATTR_19', label: 'METADATA_ATTR_19: Metadata Attribute 19', value: 'v1', handlerProps: {} }
|
|
110
|
-
],
|
|
111
|
-
"16:::": [
|
|
112
|
-
{ id: 'METADATA_ATTR_0', label: 'METADATA_ATTR_0: Metadata Attribute 0', value: 'v2', handlerProps: {} },
|
|
113
|
-
{ id: 'METADATA_ATTR_1', label: 'METADATA_ATTR_1: Metadata Attribute 1', value: 'v2', handlerProps: {} },
|
|
114
|
-
{ id: 'METADATA_ATTR_2', label: 'METADATA_ATTR_2: Metadata Attribute 2', value: 'v2', handlerProps: {} },
|
|
115
|
-
{ id: 'METADATA_ATTR_3', label: 'METADATA_ATTR_3: Metadata Attribute 3', value: 'v2', handlerProps: {} },
|
|
116
|
-
{ id: 'METADATA_ATTR_4', label: 'METADATA_ATTR_4: Metadata Attribute 4', value: 'v2', handlerProps: {} },
|
|
117
|
-
{ id: 'METADATA_ATTR_5', label: 'METADATA_ATTR_5: Metadata Attribute 5', value: 'v2', handlerProps: {} },
|
|
118
|
-
{ id: 'METADATA_ATTR_6', label: 'METADATA_ATTR_6: Metadata Attribute 6', value: 'v2', handlerProps: {} },
|
|
119
|
-
{ id: 'METADATA_ATTR_7', label: 'METADATA_ATTR_7: Metadata Attribute 7', value: 'v2', handlerProps: {} },
|
|
120
|
-
{ id: 'METADATA_ATTR_8', label: 'METADATA_ATTR_8: Metadata Attribute 8', value: 'v2', handlerProps: {} },
|
|
121
|
-
{ id: 'METADATA_ATTR_9', label: 'METADATA_ATTR_9: Metadata Attribute 9', value: 'v2', handlerProps: {} },
|
|
122
|
-
{ id: 'METADATA_ATTR_10', label: 'METADATA_ATTR_10: Metadata Attribute 10', value: 'v2', handlerProps: {} },
|
|
123
|
-
{ id: 'METADATA_ATTR_11', label: 'METADATA_ATTR_11: Metadata Attribute 11', value: 'v2', handlerProps: {} },
|
|
124
|
-
{ id: 'METADATA_ATTR_12', label: 'METADATA_ATTR_12: Metadata Attribute 12', value: 'v2', handlerProps: {} },
|
|
125
|
-
{ id: 'METADATA_ATTR_13', label: 'METADATA_ATTR_13: Metadata Attribute 13', value: 'v2', handlerProps: {} },
|
|
126
|
-
{ id: 'METADATA_ATTR_14', label: 'METADATA_ATTR_14: Metadata Attribute 14', value: 'v2', handlerProps: {} },
|
|
127
|
-
{ id: 'METADATA_ATTR_15', label: 'METADATA_ATTR_15: Metadata Attribute 15', value: 'v2', handlerProps: {} },
|
|
128
|
-
{ id: 'METADATA_ATTR_16', label: 'METADATA_ATTR_16: Metadata Attribute 16', value: 'v2', handlerProps: {} },
|
|
129
|
-
{ id: 'METADATA_ATTR_17', label: 'METADATA_ATTR_17: Metadata Attribute 17', value: 'v2', handlerProps: {} },
|
|
130
|
-
{ id: 'METADATA_ATTR_18', label: 'METADATA_ATTR_18: Metadata Attribute 18', value: 'v2', handlerProps: {} },
|
|
131
|
-
{ id: 'METADATA_ATTR_19', label: 'METADATA_ATTR_19: Metadata Attribute 19', value: 'v2', handlerProps: {} }
|
|
132
|
-
],
|
|
133
|
-
"15:::": [
|
|
134
|
-
{ id: 'METADATA_ATTR_0', label: 'METADATA_ATTR_0: Metadata Attribute 0', value: 'v3', handlerProps: {} },
|
|
135
|
-
{ id: 'METADATA_ATTR_1', label: 'METADATA_ATTR_1: Metadata Attribute 1', value: 'v3', handlerProps: {} },
|
|
136
|
-
{ id: 'METADATA_ATTR_2', label: 'METADATA_ATTR_2: Metadata Attribute 2', value: 'v3', handlerProps: {} },
|
|
137
|
-
{ id: 'METADATA_ATTR_3', label: 'METADATA_ATTR_3: Metadata Attribute 3', value: 'v3', handlerProps: {} },
|
|
138
|
-
{ id: 'METADATA_ATTR_4', label: 'METADATA_ATTR_4: Metadata Attribute 4', value: 'v3', handlerProps: {} },
|
|
139
|
-
{ id: 'METADATA_ATTR_5', label: 'METADATA_ATTR_5: Metadata Attribute 5', value: 'v3', handlerProps: {} },
|
|
140
|
-
{ id: 'METADATA_ATTR_6', label: 'METADATA_ATTR_6: Metadata Attribute 6', value: 'v3', handlerProps: {} },
|
|
141
|
-
{ id: 'METADATA_ATTR_7', label: 'METADATA_ATTR_7: Metadata Attribute 7', value: 'v3', handlerProps: {} },
|
|
142
|
-
{ id: 'METADATA_ATTR_8', label: 'METADATA_ATTR_8: Metadata Attribute 8', value: 'v3', handlerProps: {} },
|
|
143
|
-
{ id: 'METADATA_ATTR_9', label: 'METADATA_ATTR_9: Metadata Attribute 9', value: 'v3', handlerProps: {} },
|
|
144
|
-
{ id: 'METADATA_ATTR_10', label: 'METADATA_ATTR_10: Metadata Attribute 10', value: 'v3', handlerProps: {} },
|
|
145
|
-
{ id: 'METADATA_ATTR_11', label: 'METADATA_ATTR_11: Metadata Attribute 11', value: 'v3', handlerProps: {} },
|
|
146
|
-
{ id: 'METADATA_ATTR_12', label: 'METADATA_ATTR_12: Metadata Attribute 12', value: 'v3', handlerProps: {} },
|
|
147
|
-
{ id: 'METADATA_ATTR_13', label: 'METADATA_ATTR_13: Metadata Attribute 13', value: 'v3', handlerProps: {} },
|
|
148
|
-
{ id: 'METADATA_ATTR_14', label: 'METADATA_ATTR_14: Metadata Attribute 14', value: 'v3', handlerProps: {} },
|
|
149
|
-
{ id: 'METADATA_ATTR_15', label: 'METADATA_ATTR_15: Metadata Attribute 15', value: 'v3', handlerProps: {} },
|
|
150
|
-
{ id: 'METADATA_ATTR_16', label: 'METADATA_ATTR_16: Metadata Attribute 16', value: 'v3', handlerProps: {} },
|
|
151
|
-
{ id: 'METADATA_ATTR_17', label: 'METADATA_ATTR_17: Metadata Attribute 17', value: 'v3', handlerProps: {} },
|
|
152
|
-
{ id: 'METADATA_ATTR_18', label: 'METADATA_ATTR_18: Metadata Attribute 18', value: 'v3', handlerProps: {} },
|
|
153
|
-
{ id: 'METADATA_ATTR_19', label: 'METADATA_ATTR_19: Metadata Attribute 19', value: 'v3', handlerProps: {} }
|
|
154
|
-
],
|
|
155
|
-
"1:::": [
|
|
156
|
-
{ id: 'METADATA_ATTR_0', label: 'METADATA_ATTR_0: Metadata Attribute 0', value: 'v4', handlerProps: {} },
|
|
157
|
-
{ id: 'METADATA_ATTR_1', label: 'METADATA_ATTR_1: Metadata Attribute 1', value: 'v4', handlerProps: {} },
|
|
158
|
-
{ id: 'METADATA_ATTR_2', label: 'METADATA_ATTR_2: Metadata Attribute 2', value: 'v4', handlerProps: {} },
|
|
159
|
-
{ id: 'METADATA_ATTR_3', label: 'METADATA_ATTR_3: Metadata Attribute 3', value: 'v4', handlerProps: {} },
|
|
160
|
-
{ id: 'METADATA_ATTR_4', label: 'METADATA_ATTR_4: Metadata Attribute 4', value: 'v4', handlerProps: {} },
|
|
161
|
-
{ id: 'METADATA_ATTR_5', label: 'METADATA_ATTR_5: Metadata Attribute 5', value: 'v4', handlerProps: {} },
|
|
162
|
-
{ id: 'METADATA_ATTR_6', label: 'METADATA_ATTR_6: Metadata Attribute 6', value: 'v4', handlerProps: {} },
|
|
163
|
-
{ id: 'METADATA_ATTR_7', label: 'METADATA_ATTR_7: Metadata Attribute 7', value: 'v4', handlerProps: {} },
|
|
164
|
-
{ id: 'METADATA_ATTR_8', label: 'METADATA_ATTR_8: Metadata Attribute 8', value: 'v4', handlerProps: {} },
|
|
165
|
-
{ id: 'METADATA_ATTR_9', label: 'METADATA_ATTR_9: Metadata Attribute 9', value: 'v4', handlerProps: {} },
|
|
166
|
-
{ id: 'METADATA_ATTR_10', label: 'METADATA_ATTR_10: Metadata Attribute 10', value: 'v4', handlerProps: {} },
|
|
167
|
-
{ id: 'METADATA_ATTR_11', label: 'METADATA_ATTR_11: Metadata Attribute 11', value: 'v4', handlerProps: {} },
|
|
168
|
-
{ id: 'METADATA_ATTR_12', label: 'METADATA_ATTR_12: Metadata Attribute 12', value: 'v4', handlerProps: {} },
|
|
169
|
-
{ id: 'METADATA_ATTR_13', label: 'METADATA_ATTR_13: Metadata Attribute 13', value: 'v4', handlerProps: {} },
|
|
170
|
-
{ id: 'METADATA_ATTR_14', label: 'METADATA_ATTR_14: Metadata Attribute 14', value: 'v4', handlerProps: {} },
|
|
171
|
-
{ id: 'METADATA_ATTR_15', label: 'METADATA_ATTR_15: Metadata Attribute 15', value: 'v4', handlerProps: {} },
|
|
172
|
-
{ id: 'METADATA_ATTR_16', label: 'METADATA_ATTR_16: Metadata Attribute 16', value: 'v4', handlerProps: {} },
|
|
173
|
-
{ id: 'METADATA_ATTR_17', label: 'METADATA_ATTR_17: Metadata Attribute 17', value: 'v4', handlerProps: {} },
|
|
174
|
-
{ id: 'METADATA_ATTR_18', label: 'METADATA_ATTR_18: Metadata Attribute 18', value: 'v4', handlerProps: {} },
|
|
175
|
-
{ id: 'METADATA_ATTR_19', label: 'METADATA_ATTR_19: Metadata Attribute 19', value: 'v4', handlerProps: {} }
|
|
176
|
-
],
|
|
177
|
-
"17:::": [
|
|
178
|
-
{ id: 'METADATA_ATTR_0', label: 'METADATA_ATTR_0: Metadata Attribute 0', value: 'v5', handlerProps: {} },
|
|
179
|
-
{ id: 'METADATA_ATTR_1', label: 'METADATA_ATTR_1: Metadata Attribute 1', value: 'v5', handlerProps: {} },
|
|
180
|
-
{ id: 'METADATA_ATTR_2', label: 'METADATA_ATTR_2: Metadata Attribute 2', value: 'v5', handlerProps: {} },
|
|
181
|
-
{ id: 'METADATA_ATTR_3', label: 'METADATA_ATTR_3: Metadata Attribute 3', value: 'v5', handlerProps: {} },
|
|
182
|
-
{ id: 'METADATA_ATTR_4', label: 'METADATA_ATTR_4: Metadata Attribute 4', value: 'v5', handlerProps: {} },
|
|
183
|
-
{ id: 'METADATA_ATTR_5', label: 'METADATA_ATTR_5: Metadata Attribute 5', value: 'v5', handlerProps: {} },
|
|
184
|
-
{ id: 'METADATA_ATTR_6', label: 'METADATA_ATTR_6: Metadata Attribute 6', value: 'v5', handlerProps: {} },
|
|
185
|
-
{ id: 'METADATA_ATTR_7', label: 'METADATA_ATTR_7: Metadata Attribute 7', value: 'v5', handlerProps: {} },
|
|
186
|
-
{ id: 'METADATA_ATTR_8', label: 'METADATA_ATTR_8: Metadata Attribute 8', value: 'v5', handlerProps: {} },
|
|
187
|
-
{ id: 'METADATA_ATTR_9', label: 'METADATA_ATTR_9: Metadata Attribute 9', value: 'v5', handlerProps: {} },
|
|
188
|
-
{ id: 'METADATA_ATTR_10', label: 'METADATA_ATTR_10: Metadata Attribute 10', value: 'v5', handlerProps: {} },
|
|
189
|
-
{ id: 'METADATA_ATTR_11', label: 'METADATA_ATTR_11: Metadata Attribute 11', value: 'v5', handlerProps: {} },
|
|
190
|
-
{ id: 'METADATA_ATTR_12', label: 'METADATA_ATTR_12: Metadata Attribute 12', value: 'v5', handlerProps: {} },
|
|
191
|
-
{ id: 'METADATA_ATTR_13', label: 'METADATA_ATTR_13: Metadata Attribute 13', value: 'v5', handlerProps: {} },
|
|
192
|
-
{ id: 'METADATA_ATTR_14', label: 'METADATA_ATTR_14: Metadata Attribute 14', value: 'v5', handlerProps: {} },
|
|
193
|
-
{ id: 'METADATA_ATTR_15', label: 'METADATA_ATTR_15: Metadata Attribute 15', value: 'v5', handlerProps: {} },
|
|
194
|
-
{ id: 'METADATA_ATTR_16', label: 'METADATA_ATTR_16: Metadata Attribute 16', value: 'v5', handlerProps: {} },
|
|
195
|
-
{ id: 'METADATA_ATTR_17', label: 'METADATA_ATTR_17: Metadata Attribute 17', value: 'v5', handlerProps: {} },
|
|
196
|
-
{ id: 'METADATA_ATTR_18', label: 'METADATA_ATTR_18: Metadata Attribute 18', value: 'v5', handlerProps: {} },
|
|
197
|
-
{ id: 'METADATA_ATTR_19', label: 'METADATA_ATTR_19: Metadata Attribute 19', value: 'v5', handlerProps: {} }
|
|
198
|
-
],
|
|
199
|
-
"9:::": [
|
|
200
|
-
{ id: 'METADATA_ATTR_0', label: 'METADATA_ATTR_0: Metadata Attribute 0', value: 'v6', handlerProps: {} },
|
|
201
|
-
{ id: 'METADATA_ATTR_1', label: 'METADATA_ATTR_1: Metadata Attribute 1', value: 'v6', handlerProps: {} },
|
|
202
|
-
{ id: 'METADATA_ATTR_2', label: 'METADATA_ATTR_2: Metadata Attribute 2', value: 'v6', handlerProps: {} },
|
|
203
|
-
{ id: 'METADATA_ATTR_3', label: 'METADATA_ATTR_3: Metadata Attribute 3', value: 'v6', handlerProps: {} },
|
|
204
|
-
{ id: 'METADATA_ATTR_4', label: 'METADATA_ATTR_4: Metadata Attribute 4', value: 'v6', handlerProps: {} },
|
|
205
|
-
{ id: 'METADATA_ATTR_5', label: 'METADATA_ATTR_5: Metadata Attribute 5', value: 'v6', handlerProps: {} },
|
|
206
|
-
{ id: 'METADATA_ATTR_6', label: 'METADATA_ATTR_6: Metadata Attribute 6', value: 'v6', handlerProps: {} },
|
|
207
|
-
{ id: 'METADATA_ATTR_7', label: 'METADATA_ATTR_7: Metadata Attribute 7', value: 'v6', handlerProps: {} },
|
|
208
|
-
{ id: 'METADATA_ATTR_8', label: 'METADATA_ATTR_8: Metadata Attribute 8', value: 'v6', handlerProps: {} },
|
|
209
|
-
{ id: 'METADATA_ATTR_9', label: 'METADATA_ATTR_9: Metadata Attribute 9', value: 'v6', handlerProps: {} },
|
|
210
|
-
{ id: 'METADATA_ATTR_10', label: 'METADATA_ATTR_10: Metadata Attribute 10', value: 'v6', handlerProps: {} },
|
|
211
|
-
{ id: 'METADATA_ATTR_11', label: 'METADATA_ATTR_11: Metadata Attribute 11', value: 'v6', handlerProps: {} },
|
|
212
|
-
{ id: 'METADATA_ATTR_12', label: 'METADATA_ATTR_12: Metadata Attribute 12', value: 'v6', handlerProps: {} },
|
|
213
|
-
{ id: 'METADATA_ATTR_13', label: 'METADATA_ATTR_13: Metadata Attribute 13', value: 'v6', handlerProps: {} },
|
|
214
|
-
{ id: 'METADATA_ATTR_14', label: 'METADATA_ATTR_14: Metadata Attribute 14', value: 'v6', handlerProps: {} },
|
|
215
|
-
{ id: 'METADATA_ATTR_15', label: 'METADATA_ATTR_15: Metadata Attribute 15', value: 'v6', handlerProps: {} },
|
|
216
|
-
{ id: 'METADATA_ATTR_16', label: 'METADATA_ATTR_16: Metadata Attribute 16', value: 'v6', handlerProps: {} },
|
|
217
|
-
{ id: 'METADATA_ATTR_17', label: 'METADATA_ATTR_17: Metadata Attribute 17', value: 'v6', handlerProps: {} },
|
|
218
|
-
{ id: 'METADATA_ATTR_18', label: 'METADATA_ATTR_18: Metadata Attribute 18', value: 'v6', handlerProps: {} },
|
|
219
|
-
{ id: 'METADATA_ATTR_19', label: 'METADATA_ATTR_19: Metadata Attribute 19', value: 'v6', handlerProps: {} }
|
|
220
|
-
],
|
|
221
|
-
"18:::": [
|
|
222
|
-
{ id: 'METADATA_ATTR_0', label: 'METADATA_ATTR_0: Metadata Attribute 0', value: 'v7', handlerProps: {} },
|
|
223
|
-
{ id: 'METADATA_ATTR_1', label: 'METADATA_ATTR_1: Metadata Attribute 1', value: 'v7', handlerProps: {} },
|
|
224
|
-
{ id: 'METADATA_ATTR_2', label: 'METADATA_ATTR_2: Metadata Attribute 2', value: 'v7', handlerProps: {} },
|
|
225
|
-
{ id: 'METADATA_ATTR_3', label: 'METADATA_ATTR_3: Metadata Attribute 3', value: 'v7', handlerProps: {} },
|
|
226
|
-
{ id: 'METADATA_ATTR_4', label: 'METADATA_ATTR_4: Metadata Attribute 4', value: 'v7', handlerProps: {} },
|
|
227
|
-
{ id: 'METADATA_ATTR_5', label: 'METADATA_ATTR_5: Metadata Attribute 5', value: 'v7', handlerProps: {} },
|
|
228
|
-
{ id: 'METADATA_ATTR_6', label: 'METADATA_ATTR_6: Metadata Attribute 6', value: 'v7', handlerProps: {} },
|
|
229
|
-
{ id: 'METADATA_ATTR_7', label: 'METADATA_ATTR_7: Metadata Attribute 7', value: 'v7', handlerProps: {} },
|
|
230
|
-
{ id: 'METADATA_ATTR_8', label: 'METADATA_ATTR_8: Metadata Attribute 8', value: 'v7', handlerProps: {} },
|
|
231
|
-
{ id: 'METADATA_ATTR_9', label: 'METADATA_ATTR_9: Metadata Attribute 9', value: 'v7', handlerProps: {}},
|
|
232
|
-
{ id: 'METADATA_ATTR_10', label: 'METADATA_ATTR_10: Metadata Attribute 10', value: 'v7', handlerProps: {} },
|
|
233
|
-
{ id: 'METADATA_ATTR_11', label: 'METADATA_ATTR_11: Metadata Attribute 11', value: 'v7', handlerProps: {} },
|
|
234
|
-
{ id: 'METADATA_ATTR_12', label: 'METADATA_ATTR_12: Metadata Attribute 12', value: 'v7', handlerProps: {} },
|
|
235
|
-
{ id: 'METADATA_ATTR_13', label: 'METADATA_ATTR_13: Metadata Attribute 13', value: 'v7', handlerProps: {} },
|
|
236
|
-
{ id: 'METADATA_ATTR_14', label: 'METADATA_ATTR_14: Metadata Attribute 14', value: 'v7', handlerProps: {} },
|
|
237
|
-
{ id: 'METADATA_ATTR_15', label: 'METADATA_ATTR_15: Metadata Attribute 15', value: 'v7', handlerProps: {} },
|
|
238
|
-
{ id: 'METADATA_ATTR_16', label: 'METADATA_ATTR_16: Metadata Attribute 16', value: 'v7', handlerProps: {} },
|
|
239
|
-
{ id: 'METADATA_ATTR_17', label: 'METADATA_ATTR_17: Metadata Attribute 17', value: 'v7', handlerProps: {} },
|
|
240
|
-
{ id: 'METADATA_ATTR_18', label: 'METADATA_ATTR_18: Metadata Attribute 18', value: 'v7', handlerProps: {} },
|
|
241
|
-
{ id: 'METADATA_ATTR_19', label: 'METADATA_ATTR_19: Metadata Attribute 19', value: 'v7', handlerProps: {} }
|
|
242
|
-
],
|
|
243
|
-
"10:::": [
|
|
244
|
-
{ id: 'METADATA_ATTR_0', label: 'METADATA_ATTR_0: Metadata Attribute 0', value: 'v8', handlerProps: {} },
|
|
245
|
-
{ id: 'METADATA_ATTR_1', label: 'METADATA_ATTR_1: Metadata Attribute 1', value: 'v8', handlerProps: {} },
|
|
246
|
-
{ id: 'METADATA_ATTR_2', label: 'METADATA_ATTR_2: Metadata Attribute 2', value: 'v8', handlerProps: {} },
|
|
247
|
-
{ id: 'METADATA_ATTR_3', label: 'METADATA_ATTR_3: Metadata Attribute 3', value: 'v8', handlerProps: {} },
|
|
248
|
-
{ id: 'METADATA_ATTR_4', label: 'METADATA_ATTR_4: Metadata Attribute 4', value: 'v8', handlerProps: {} },
|
|
249
|
-
{ id: 'METADATA_ATTR_5', label: 'METADATA_ATTR_5: Metadata Attribute 5', value: 'v8', handlerProps: {} },
|
|
250
|
-
{ id: 'METADATA_ATTR_6', label: 'METADATA_ATTR_6: Metadata Attribute 6', value: 'v8', handlerProps: {} },
|
|
251
|
-
{ id: 'METADATA_ATTR_7', label: 'METADATA_ATTR_7: Metadata Attribute 7', value: 'v8', handlerProps: {} },
|
|
252
|
-
{ id: 'METADATA_ATTR_8', label: 'METADATA_ATTR_8: Metadata Attribute 8', value: 'v8', handlerProps: {} },
|
|
253
|
-
{ id: 'METADATA_ATTR_9', label: 'METADATA_ATTR_9: Metadata Attribute 9', value: 'v8', handlerProps: {} },
|
|
254
|
-
{ id: 'METADATA_ATTR_10', label: 'METADATA_ATTR_10: Metadata Attribute 10', value: 'v8', handlerProps: {} },
|
|
255
|
-
{ id: 'METADATA_ATTR_11', label: 'METADATA_ATTR_11: Metadata Attribute 11', value: 'v8', handlerProps: {} },
|
|
256
|
-
{ id: 'METADATA_ATTR_12', label: 'METADATA_ATTR_12: Metadata Attribute 12', value: 'v8', handlerProps: {} },
|
|
257
|
-
{ id: 'METADATA_ATTR_13', label: 'METADATA_ATTR_13: Metadata Attribute 13', value: 'v8', handlerProps: {} },
|
|
258
|
-
{ id: 'METADATA_ATTR_14', label: 'METADATA_ATTR_14: Metadata Attribute 14', value: 'v8', handlerProps: {} },
|
|
259
|
-
{ id: 'METADATA_ATTR_15', label: 'METADATA_ATTR_15: Metadata Attribute 15', value: 'v8', handlerProps: {} },
|
|
260
|
-
{ id: 'METADATA_ATTR_16', label: 'METADATA_ATTR_16: Metadata Attribute 16', value: 'v8', handlerProps: {} },
|
|
261
|
-
{ id: 'METADATA_ATTR_17', label: 'METADATA_ATTR_17: Metadata Attribute 17', value: 'v8', handlerProps: {} },
|
|
262
|
-
{ id: 'METADATA_ATTR_18', label: 'METADATA_ATTR_18: Metadata Attribute 18', value: 'v8', handlerProps: {} },
|
|
263
|
-
{ id: 'METADATA_ATTR_19', label: 'METADATA_ATTR_19: Metadata Attribute 19', value: 'v8', handlerProps: {} }
|
|
264
|
-
],
|
|
265
|
-
"3:::": [
|
|
266
|
-
{ id: 'METADATA_ATTR_0', label: 'METADATA_ATTR_0: Metadata Attribute 0', value: 'v9', handlerProps: {} },
|
|
267
|
-
{ id: 'METADATA_ATTR_1', label: 'METADATA_ATTR_1: Metadata Attribute 1', value: 'v9', handlerProps: {} },
|
|
268
|
-
{ id: 'METADATA_ATTR_2', label: 'METADATA_ATTR_2: Metadata Attribute 2', value: 'v9', handlerProps: {} },
|
|
269
|
-
{ id: 'METADATA_ATTR_3', label: 'METADATA_ATTR_3: Metadata Attribute 3', value: 'v9', handlerProps: {} },
|
|
270
|
-
{ id: 'METADATA_ATTR_4', label: 'METADATA_ATTR_4: Metadata Attribute 4', value: 'v9', handlerProps: {} },
|
|
271
|
-
{ id: 'METADATA_ATTR_5', label: 'METADATA_ATTR_5: Metadata Attribute 5', value: 'v9', handlerProps: {} },
|
|
272
|
-
{ id: 'METADATA_ATTR_6', label: 'METADATA_ATTR_6: Metadata Attribute 6', value: 'v9', handlerProps: {} },
|
|
273
|
-
{ id: 'METADATA_ATTR_7', label: 'METADATA_ATTR_7: Metadata Attribute 7', value: 'v9', handlerProps: {} },
|
|
274
|
-
{ id: 'METADATA_ATTR_8', label: 'METADATA_ATTR_8: Metadata Attribute 8', value: 'v9', handlerProps: {} },
|
|
275
|
-
{ id: 'METADATA_ATTR_9', label: 'METADATA_ATTR_9: Metadata Attribute 9', value: 'v9', handlerProps: {} },
|
|
276
|
-
{ id: 'METADATA_ATTR_10', label: 'METADATA_ATTR_10: Metadata Attribute 10', value: 'v9', handlerProps: {} },
|
|
277
|
-
{ id: 'METADATA_ATTR_11', label: 'METADATA_ATTR_11: Metadata Attribute 11', value: 'v9', handlerProps: {} },
|
|
278
|
-
{ id: 'METADATA_ATTR_12', label: 'METADATA_ATTR_12: Metadata Attribute 12', value: 'v9', handlerProps: {} },
|
|
279
|
-
{ id: 'METADATA_ATTR_13', label: 'METADATA_ATTR_13: Metadata Attribute 13', value: 'v9', handlerProps: {} },
|
|
280
|
-
{ id: 'METADATA_ATTR_14', label: 'METADATA_ATTR_14: Metadata Attribute 14', value: 'v9', handlerProps: {} },
|
|
281
|
-
{ id: 'METADATA_ATTR_15', label: 'METADATA_ATTR_15: Metadata Attribute 15', value: 'v9', handlerProps: {} },
|
|
282
|
-
{ id: 'METADATA_ATTR_16', label: 'METADATA_ATTR_16: Metadata Attribute 16', value: 'v9', handlerProps: {} },
|
|
283
|
-
{ id: 'METADATA_ATTR_17', label: 'METADATA_ATTR_17: Metadata Attribute 17', value: 'v9', handlerProps: {} },
|
|
284
|
-
{ id: 'METADATA_ATTR_18', label: 'METADATA_ATTR_18: Metadata Attribute 18', value: 'v9', handlerProps: {} },
|
|
285
|
-
{ id: 'METADATA_ATTR_19', label: 'METADATA_ATTR_19: Metadata Attribute 19', value: 'v9', handlerProps: {} }
|
|
286
|
-
],
|
|
287
|
-
"11:::": [
|
|
288
|
-
{ id: 'METADATA_ATTR_0', label: 'METADATA_ATTR_0: Metadata Attribute 0', value: 'v10', handlerProps: {} },
|
|
289
|
-
{ id: 'METADATA_ATTR_1', label: 'METADATA_ATTR_1: Metadata Attribute 1', value: 'v10', handlerProps: {} },
|
|
290
|
-
{ id: 'METADATA_ATTR_2', label: 'METADATA_ATTR_2: Metadata Attribute 2', value: 'v10', handlerProps: {} },
|
|
291
|
-
{ id: 'METADATA_ATTR_3', label: 'METADATA_ATTR_3: Metadata Attribute 3', value: 'v10', handlerProps: {} },
|
|
292
|
-
{ id: 'METADATA_ATTR_4', label: 'METADATA_ATTR_4: Metadata Attribute 4', value: 'v10', handlerProps: {} },
|
|
293
|
-
{ id: 'METADATA_ATTR_5', label: 'METADATA_ATTR_5: Metadata Attribute 5', value: 'v10', handlerProps: {} },
|
|
294
|
-
{ id: 'METADATA_ATTR_6', label: 'METADATA_ATTR_6: Metadata Attribute 6', value: 'v10', handlerProps: {} },
|
|
295
|
-
{ id: 'METADATA_ATTR_7', label: 'METADATA_ATTR_7: Metadata Attribute 7', value: 'v10', handlerProps: {} },
|
|
296
|
-
{ id: 'METADATA_ATTR_8', label: 'METADATA_ATTR_8: Metadata Attribute 8', value: 'v10', handlerProps: {} },
|
|
297
|
-
{ id: 'METADATA_ATTR_9', label: 'METADATA_ATTR_9: Metadata Attribute 9', value: 'v10', handlerProps: {} },
|
|
298
|
-
{ id: 'METADATA_ATTR_10', label: 'METADATA_ATTR_10: Metadata Attribute 10', value: 'v10', handlerProps: {} },
|
|
299
|
-
{ id: 'METADATA_ATTR_11', label: 'METADATA_ATTR_11: Metadata Attribute 11', value: 'v10', handlerProps: {} },
|
|
300
|
-
{ id: 'METADATA_ATTR_12', label: 'METADATA_ATTR_12: Metadata Attribute 12', value: 'v10', handlerProps: {} },
|
|
301
|
-
{ id: 'METADATA_ATTR_13', label: 'METADATA_ATTR_13: Metadata Attribute 13', value: 'v10', handlerProps: {} },
|
|
302
|
-
{ id: 'METADATA_ATTR_14', label: 'METADATA_ATTR_14: Metadata Attribute 14', value: 'v10', handlerProps: {} },
|
|
303
|
-
{ id: 'METADATA_ATTR_15', label: 'METADATA_ATTR_15: Metadata Attribute 15', value: 'v10', handlerProps: {} },
|
|
304
|
-
{ id: 'METADATA_ATTR_16', label: 'METADATA_ATTR_16: Metadata Attribute 16', value: 'v10', handlerProps: {} },
|
|
305
|
-
{ id: 'METADATA_ATTR_17', label: 'METADATA_ATTR_17: Metadata Attribute 17', value: 'v10', handlerProps: {} },
|
|
306
|
-
{ id: 'METADATA_ATTR_18', label: 'METADATA_ATTR_18: Metadata Attribute 18', value: 'v10', handlerProps: {} },
|
|
307
|
-
{ id: 'METADATA_ATTR_19', label: 'METADATA_ATTR_19: Metadata Attribute 19', value: 'v10', handlerProps: {} }
|
|
308
|
-
],
|
|
309
|
-
"5:::": [
|
|
310
|
-
{ id: 'METADATA_ATTR_0', label: 'METADATA_ATTR_0: Metadata Attribute 0', value: 'v11', handlerProps: {} },
|
|
311
|
-
{ id: 'METADATA_ATTR_1', label: 'METADATA_ATTR_1: Metadata Attribute 1', value: 'v11', handlerProps: {} },
|
|
312
|
-
{ id: 'METADATA_ATTR_2', label: 'METADATA_ATTR_2: Metadata Attribute 2', value: 'v11', handlerProps: {} },
|
|
313
|
-
{ id: 'METADATA_ATTR_3', label: 'METADATA_ATTR_3: Metadata Attribute 3', value: 'v11', handlerProps: {} },
|
|
314
|
-
{ id: 'METADATA_ATTR_4', label: 'METADATA_ATTR_4: Metadata Attribute 4', value: 'v11', handlerProps: {} },
|
|
315
|
-
{ id: 'METADATA_ATTR_5', label: 'METADATA_ATTR_5: Metadata Attribute 5', value: 'v11', handlerProps: {} },
|
|
316
|
-
{ id: 'METADATA_ATTR_6', label: 'METADATA_ATTR_6: Metadata Attribute 6', value: 'v11', handlerProps: {} },
|
|
317
|
-
{ id: 'METADATA_ATTR_7', label: 'METADATA_ATTR_7: Metadata Attribute 7', value: 'v11', handlerProps: {} },
|
|
318
|
-
{ id: 'METADATA_ATTR_8', label: 'METADATA_ATTR_8: Metadata Attribute 8', value: 'v11', handlerProps: {} },
|
|
319
|
-
{ id: 'METADATA_ATTR_9', label: 'METADATA_ATTR_9: Metadata Attribute 9', value: 'v11', handlerProps: {} },
|
|
320
|
-
{ id: 'METADATA_ATTR_10', label: 'METADATA_ATTR_10: Metadata Attribute 10', value: 'v11', handlerProps: {} },
|
|
321
|
-
{ id: 'METADATA_ATTR_11', label: 'METADATA_ATTR_11: Metadata Attribute 11', value: 'v11', handlerProps: {} },
|
|
322
|
-
{ id: 'METADATA_ATTR_12', label: 'METADATA_ATTR_12: Metadata Attribute 12', value: 'v11', handlerProps: {} },
|
|
323
|
-
{ id: 'METADATA_ATTR_13', label: 'METADATA_ATTR_13: Metadata Attribute 13', value: 'v11', handlerProps: {} },
|
|
324
|
-
{ id: 'METADATA_ATTR_14', label: 'METADATA_ATTR_14: Metadata Attribute 14', value: 'v11', handlerProps: {} },
|
|
325
|
-
{ id: 'METADATA_ATTR_15', label: 'METADATA_ATTR_15: Metadata Attribute 15', value: 'v11', handlerProps: {}},
|
|
326
|
-
{ id: 'METADATA_ATTR_16', label: 'METADATA_ATTR_16: Metadata Attribute 16', value: 'v11', handlerProps: {} },
|
|
327
|
-
{ id: 'METADATA_ATTR_17', label: 'METADATA_ATTR_17: Metadata Attribute 17', value: 'v11', handlerProps: {} },
|
|
328
|
-
{ id: 'METADATA_ATTR_18', label: 'METADATA_ATTR_18: Metadata Attribute 18', value: 'v11', handlerProps: {} },
|
|
329
|
-
{ id: 'METADATA_ATTR_19', label: 'METADATA_ATTR_19: Metadata Attribute 19', value: 'v11', handlerProps: {} }
|
|
330
|
-
],
|
|
331
|
-
"12:::": [
|
|
332
|
-
{ id: 'METADATA_ATTR_0', label: 'METADATA_ATTR_0: Metadata Attribute 0', value: 'v12', handlerProps: {} },
|
|
333
|
-
{ id: 'METADATA_ATTR_1', label: 'METADATA_ATTR_1: Metadata Attribute 1', value: 'v12', handlerProps: {} },
|
|
334
|
-
{ id: 'METADATA_ATTR_2', label: 'METADATA_ATTR_2: Metadata Attribute 2', value: 'v12', handlerProps: {} },
|
|
335
|
-
{ id: 'METADATA_ATTR_3', label: 'METADATA_ATTR_3: Metadata Attribute 3', value: 'v12', handlerProps: {} },
|
|
336
|
-
{ id: 'METADATA_ATTR_4', label: 'METADATA_ATTR_4: Metadata Attribute 4', value: 'v12', handlerProps: {} },
|
|
337
|
-
{ id: 'METADATA_ATTR_5', label: 'METADATA_ATTR_5: Metadata Attribute 5', value: 'v12', handlerProps: {} },
|
|
338
|
-
{ id: 'METADATA_ATTR_6', label: 'METADATA_ATTR_6: Metadata Attribute 6', value: 'v12', handlerProps: {} },
|
|
339
|
-
{ id: 'METADATA_ATTR_7', label: 'METADATA_ATTR_7: Metadata Attribute 7', value: 'v12', handlerProps: {} },
|
|
340
|
-
{ id: 'METADATA_ATTR_8', label: 'METADATA_ATTR_8: Metadata Attribute 8', value: 'v12', handlerProps: {} },
|
|
341
|
-
{ id: 'METADATA_ATTR_9', label: 'METADATA_ATTR_9: Metadata Attribute 9', value: 'v12', handlerProps: {} },
|
|
342
|
-
{ id: 'METADATA_ATTR_10', label: 'METADATA_ATTR_10: Metadata Attribute 10', value: 'v12', handlerProps: {} },
|
|
343
|
-
{ id: 'METADATA_ATTR_11', label: 'METADATA_ATTR_11: Metadata Attribute 11', value: 'v12', handlerProps: {} },
|
|
344
|
-
{ id: 'METADATA_ATTR_12', label: 'METADATA_ATTR_12: Metadata Attribute 12', value: 'v12', handlerProps: {} },
|
|
345
|
-
{ id: 'METADATA_ATTR_13', label: 'METADATA_ATTR_13: Metadata Attribute 13', value: 'v12', handlerProps: {} },
|
|
346
|
-
{ id: 'METADATA_ATTR_14', label: 'METADATA_ATTR_14: Metadata Attribute 14', value: 'v12', handlerProps: {} },
|
|
347
|
-
{ id: 'METADATA_ATTR_15', label: 'METADATA_ATTR_15: Metadata Attribute 15', value: 'v12', handlerProps: {} },
|
|
348
|
-
{ id: 'METADATA_ATTR_16', label: 'METADATA_ATTR_16: Metadata Attribute 16', value: 'v12', handlerProps: {} },
|
|
349
|
-
{ id: 'METADATA_ATTR_17', label: 'METADATA_ATTR_17: Metadata Attribute 17', value: 'v12', handlerProps: {} },
|
|
350
|
-
{ id: 'METADATA_ATTR_18', label: 'METADATA_ATTR_18: Metadata Attribute 18', value: 'v12', handlerProps: {} },
|
|
351
|
-
{ id: 'METADATA_ATTR_19', label: 'METADATA_ATTR_19: Metadata Attribute 19', value: 'v12', handlerProps: {} }
|
|
352
|
-
],
|
|
353
|
-
"0:::": [
|
|
354
|
-
{ id: 'METADATA_ATTR_0', label: 'METADATA_ATTR_0: Metadata Attribute 0', value: 'v13', handlerProps: {} },
|
|
355
|
-
{ id: 'METADATA_ATTR_1', label: 'METADATA_ATTR_1: Metadata Attribute 1', value: 'v13', handlerProps: {} },
|
|
356
|
-
{ id: 'METADATA_ATTR_2', label: 'METADATA_ATTR_2: Metadata Attribute 2', value: 'v13', handlerProps: {} },
|
|
357
|
-
{ id: 'METADATA_ATTR_3', label: 'METADATA_ATTR_3: Metadata Attribute 3', value: 'v13', handlerProps: {} },
|
|
358
|
-
{ id: 'METADATA_ATTR_4', label: 'METADATA_ATTR_4: Metadata Attribute 4', value: 'v13', handlerProps: {} },
|
|
359
|
-
{ id: 'METADATA_ATTR_5', label: 'METADATA_ATTR_5: Metadata Attribute 5', value: 'v13', handlerProps: {} },
|
|
360
|
-
{ id: 'METADATA_ATTR_6', label: 'METADATA_ATTR_6: Metadata Attribute 6', value: 'v13', handlerProps: {} },
|
|
361
|
-
{ id: 'METADATA_ATTR_7', label: 'METADATA_ATTR_7: Metadata Attribute 7', value: 'v13', handlerProps: {} },
|
|
362
|
-
{ id: 'METADATA_ATTR_8', label: 'METADATA_ATTR_8: Metadata Attribute 8', value: 'v13', handlerProps: {} },
|
|
363
|
-
{ id: 'METADATA_ATTR_9', label: 'METADATA_ATTR_9: Metadata Attribute 9', value: 'v13', handlerProps: {} },
|
|
364
|
-
{ id: 'METADATA_ATTR_10', label: 'METADATA_ATTR_10: Metadata Attribute 10', value: 'v13', handlerProps: {} },
|
|
365
|
-
{ id: 'METADATA_ATTR_11', label: 'METADATA_ATTR_11: Metadata Attribute 11', value: 'v13', handlerProps: {} },
|
|
366
|
-
{ id: 'METADATA_ATTR_12', label: 'METADATA_ATTR_12: Metadata Attribute 12', value: 'v13', handlerProps: {} },
|
|
367
|
-
{ id: 'METADATA_ATTR_13', label: 'METADATA_ATTR_13: Metadata Attribute 13', value: 'v13', handlerProps: {} },
|
|
368
|
-
{ id: 'METADATA_ATTR_14', label: 'METADATA_ATTR_14: Metadata Attribute 14', value: 'v13', handlerProps: {} },
|
|
369
|
-
{ id: 'METADATA_ATTR_15', label: 'METADATA_ATTR_15: Metadata Attribute 15', value: 'v13', handlerProps: {} },
|
|
370
|
-
{ id: 'METADATA_ATTR_16', label: 'METADATA_ATTR_16: Metadata Attribute 16', value: 'v13', handlerProps: {} },
|
|
371
|
-
{ id: 'METADATA_ATTR_17', label: 'METADATA_ATTR_17: Metadata Attribute 17', value: 'v13', handlerProps: {} },
|
|
372
|
-
{ id: 'METADATA_ATTR_18', label: 'METADATA_ATTR_18: Metadata Attribute 18', value: 'v13', handlerProps: {} },
|
|
373
|
-
{ id: 'METADATA_ATTR_19', label: 'METADATA_ATTR_19: Metadata Attribute 19', value: 'v13', handlerProps: {} }
|
|
374
|
-
],
|
|
375
|
-
"19:::": [
|
|
376
|
-
{ id: 'METADATA_ATTR_0', label: 'METADATA_ATTR_0: Metadata Attribute 0', value: 'v14', handlerProps: {} },
|
|
377
|
-
{ id: 'METADATA_ATTR_1', label: 'METADATA_ATTR_1: Metadata Attribute 1', value: 'v14', handlerProps: {} },
|
|
378
|
-
{ id: 'METADATA_ATTR_2', label: 'METADATA_ATTR_2: Metadata Attribute 2', value: 'v14', handlerProps: {} },
|
|
379
|
-
{ id: 'METADATA_ATTR_3', label: 'METADATA_ATTR_3: Metadata Attribute 3', value: 'v14', handlerProps: {} },
|
|
380
|
-
{ id: 'METADATA_ATTR_4', label: 'METADATA_ATTR_4: Metadata Attribute 4', value: 'v14', handlerProps: {} },
|
|
381
|
-
{ id: 'METADATA_ATTR_5', label: 'METADATA_ATTR_5: Metadata Attribute 5', value: 'v14', handlerProps: {} },
|
|
382
|
-
{ id: 'METADATA_ATTR_6', label: 'METADATA_ATTR_6: Metadata Attribute 6', value: 'v14', handlerProps: {} },
|
|
383
|
-
{ id: 'METADATA_ATTR_7', label: 'METADATA_ATTR_7: Metadata Attribute 7', value: 'v14', handlerProps: {} },
|
|
384
|
-
{ id: 'METADATA_ATTR_8', label: 'METADATA_ATTR_8: Metadata Attribute 8', value: 'v14', handlerProps: {} },
|
|
385
|
-
{ id: 'METADATA_ATTR_9', label: 'METADATA_ATTR_9: Metadata Attribute 9', value: 'v14', handlerProps: {} },
|
|
386
|
-
{ id: 'METADATA_ATTR_10', label: 'METADATA_ATTR_10: Metadata Attribute 10', value: 'v14', handlerProps: {} },
|
|
387
|
-
{ id: 'METADATA_ATTR_11', label: 'METADATA_ATTR_11: Metadata Attribute 11', value: 'v14', handlerProps: {} },
|
|
388
|
-
{ id: 'METADATA_ATTR_12', label: 'METADATA_ATTR_12: Metadata Attribute 12', value: 'v14', handlerProps: {} },
|
|
389
|
-
{ id: 'METADATA_ATTR_13', label: 'METADATA_ATTR_13: Metadata Attribute 13', value: 'v14', handlerProps: {} },
|
|
390
|
-
{ id: 'METADATA_ATTR_14', label: 'METADATA_ATTR_14: Metadata Attribute 14', value: 'v14', handlerProps: {} },
|
|
391
|
-
{ id: 'METADATA_ATTR_15', label: 'METADATA_ATTR_15: Metadata Attribute 15', value: 'v14', handlerProps: {} },
|
|
392
|
-
{ id: 'METADATA_ATTR_16', label: 'METADATA_ATTR_16: Metadata Attribute 16', value: 'v14', handlerProps: {} },
|
|
393
|
-
{ id: 'METADATA_ATTR_17', label: 'METADATA_ATTR_17: Metadata Attribute 17', value: 'v14', handlerProps: {} },
|
|
394
|
-
{ id: 'METADATA_ATTR_18', label: 'METADATA_ATTR_18: Metadata Attribute 18', value: 'v14', handlerProps: {} },
|
|
395
|
-
{ id: 'METADATA_ATTR_19', label: 'METADATA_ATTR_19: Metadata Attribute 19', value: 'v14', handlerProps: {} }
|
|
396
|
-
],
|
|
397
|
-
"8:::": [
|
|
398
|
-
{ id: 'METADATA_ATTR_0', label: 'METADATA_ATTR_0: Metadata Attribute 0', value: 'v15', handlerProps: {} },
|
|
399
|
-
{ id: 'METADATA_ATTR_1', label: 'METADATA_ATTR_1: Metadata Attribute 1', value: 'v15', handlerProps: {} },
|
|
400
|
-
{ id: 'METADATA_ATTR_2', label: 'METADATA_ATTR_2: Metadata Attribute 2', value: 'v15', handlerProps: {} },
|
|
401
|
-
{ id: 'METADATA_ATTR_3', label: 'METADATA_ATTR_3: Metadata Attribute 3', value: 'v15', handlerProps: {} },
|
|
402
|
-
{ id: 'METADATA_ATTR_4', label: 'METADATA_ATTR_4: Metadata Attribute 4', value: 'v15', handlerProps: {} },
|
|
403
|
-
{ id: 'METADATA_ATTR_5', label: 'METADATA_ATTR_5: Metadata Attribute 5', value: 'v15', handlerProps: {} },
|
|
404
|
-
{ id: 'METADATA_ATTR_6', label: 'METADATA_ATTR_6: Metadata Attribute 6', value: 'v15', handlerProps: {} },
|
|
405
|
-
{ id: 'METADATA_ATTR_7', label: 'METADATA_ATTR_7: Metadata Attribute 7', value: 'v15', handlerProps: {} },
|
|
406
|
-
{ id: 'METADATA_ATTR_8', label: 'METADATA_ATTR_8: Metadata Attribute 8', value: 'v15', handlerProps: {} },
|
|
407
|
-
{ id: 'METADATA_ATTR_9', label: 'METADATA_ATTR_9: Metadata Attribute 9', value: 'v15', handlerProps: {} },
|
|
408
|
-
{ id: 'METADATA_ATTR_10', label: 'METADATA_ATTR_10: Metadata Attribute 10', value: 'v15', handlerProps: {} },
|
|
409
|
-
{ id: 'METADATA_ATTR_11', label: 'METADATA_ATTR_11: Metadata Attribute 11', value: 'v15', handlerProps: {} },
|
|
410
|
-
{ id: 'METADATA_ATTR_12', label: 'METADATA_ATTR_12: Metadata Attribute 12', value: 'v15', handlerProps: {} },
|
|
411
|
-
{ id: 'METADATA_ATTR_13', label: 'METADATA_ATTR_13: Metadata Attribute 13', value: 'v15', handlerProps: {} },
|
|
412
|
-
{ id: 'METADATA_ATTR_14', label: 'METADATA_ATTR_14: Metadata Attribute 14', value: 'v15', handlerProps: {} },
|
|
413
|
-
{ id: 'METADATA_ATTR_15', label: 'METADATA_ATTR_15: Metadata Attribute 15', value: 'v15', handlerProps: {} },
|
|
414
|
-
{ id: 'METADATA_ATTR_16', label: 'METADATA_ATTR_16: Metadata Attribute 16', value: 'v15', handlerProps: {} },
|
|
415
|
-
{ id: 'METADATA_ATTR_17', label: 'METADATA_ATTR_17: Metadata Attribute 17', value: 'v15', handlerProps: {} },
|
|
416
|
-
{ id: 'METADATA_ATTR_18', label: 'METADATA_ATTR_18: Metadata Attribute 18', value: 'v15', handlerProps: {} },
|
|
417
|
-
{ id: 'METADATA_ATTR_19', label: 'METADATA_ATTR_19: Metadata Attribute 19', value: 'v15', handlerProps: {} }
|
|
418
|
-
],
|
|
419
|
-
"4:::": [
|
|
420
|
-
{ id: 'METADATA_ATTR_0', label: 'METADATA_ATTR_0: Metadata Attribute 0', value: 'v16', handlerProps: {} },
|
|
421
|
-
{ id: 'METADATA_ATTR_1', label: 'METADATA_ATTR_1: Metadata Attribute 1', value: 'v16', handlerProps: {} },
|
|
422
|
-
{ id: 'METADATA_ATTR_2', label: 'METADATA_ATTR_2: Metadata Attribute 2', value: 'v16', handlerProps: {} },
|
|
423
|
-
{ id: 'METADATA_ATTR_3', label: 'METADATA_ATTR_3: Metadata Attribute 3', value: 'v16', handlerProps: {} },
|
|
424
|
-
{ id: 'METADATA_ATTR_4', label: 'METADATA_ATTR_4: Metadata Attribute 4', value: 'v16', handlerProps: {} },
|
|
425
|
-
{ id: 'METADATA_ATTR_5', label: 'METADATA_ATTR_5: Metadata Attribute 5', value: 'v16', handlerProps: {} },
|
|
426
|
-
{ id: 'METADATA_ATTR_6', label: 'METADATA_ATTR_6: Metadata Attribute 6', value: 'v16', handlerProps: {} },
|
|
427
|
-
{ id: 'METADATA_ATTR_7', label: 'METADATA_ATTR_7: Metadata Attribute 7', value: 'v16', handlerProps: {} },
|
|
428
|
-
{ id: 'METADATA_ATTR_8', label: 'METADATA_ATTR_8: Metadata Attribute 8', value: 'v16', handlerProps: {} },
|
|
429
|
-
{ id: 'METADATA_ATTR_9', label: 'METADATA_ATTR_9: Metadata Attribute 9', value: 'v16', handlerProps: {} },
|
|
430
|
-
{ id: 'METADATA_ATTR_10', label: 'METADATA_ATTR_10: Metadata Attribute 10', value: 'v16', handlerProps: {} },
|
|
431
|
-
{ id: 'METADATA_ATTR_11', label: 'METADATA_ATTR_11: Metadata Attribute 11', value: 'v16', handlerProps: {} },
|
|
432
|
-
{ id: 'METADATA_ATTR_12', label: 'METADATA_ATTR_12: Metadata Attribute 12', value: 'v16', handlerProps: {} },
|
|
433
|
-
{ id: 'METADATA_ATTR_13', label: 'METADATA_ATTR_13: Metadata Attribute 13', value: 'v16', handlerProps: {} },
|
|
434
|
-
{ id: 'METADATA_ATTR_14', label: 'METADATA_ATTR_14: Metadata Attribute 14', value: 'v16', handlerProps: {} },
|
|
435
|
-
{ id: 'METADATA_ATTR_15', label: 'METADATA_ATTR_15: Metadata Attribute 15', value: 'v16', handlerProps: {} },
|
|
436
|
-
{ id: 'METADATA_ATTR_16', label: 'METADATA_ATTR_16: Metadata Attribute 16', value: 'v16', handlerProps: {} },
|
|
437
|
-
{ id: 'METADATA_ATTR_17', label: 'METADATA_ATTR_17: Metadata Attribute 17', value: 'v16', handlerProps: {} },
|
|
438
|
-
{ id: 'METADATA_ATTR_18', label: 'METADATA_ATTR_18: Metadata Attribute 18', value: 'v16', handlerProps: {} },
|
|
439
|
-
{ id: 'METADATA_ATTR_19', label: 'METADATA_ATTR_19: Metadata Attribute 19', value: 'v16', handlerProps: {} }
|
|
440
|
-
],
|
|
441
|
-
"13:::": [
|
|
442
|
-
{ id: 'METADATA_ATTR_0', label: 'METADATA_ATTR_0: Metadata Attribute 0', value: 'v17', handlerProps: {} },
|
|
443
|
-
{ id: 'METADATA_ATTR_1', label: 'METADATA_ATTR_1: Metadata Attribute 1', value: 'v17', handlerProps: {} },
|
|
444
|
-
{ id: 'METADATA_ATTR_2', label: 'METADATA_ATTR_2: Metadata Attribute 2', value: 'v17', handlerProps: {} },
|
|
445
|
-
{ id: 'METADATA_ATTR_3', label: 'METADATA_ATTR_3: Metadata Attribute 3', value: 'v17', handlerProps: {} },
|
|
446
|
-
{ id: 'METADATA_ATTR_4', label: 'METADATA_ATTR_4: Metadata Attribute 4', value: 'v17', handlerProps: {} },
|
|
447
|
-
{ id: 'METADATA_ATTR_5', label: 'METADATA_ATTR_5: Metadata Attribute 5', value: 'v17', handlerProps: {} },
|
|
448
|
-
{ id: 'METADATA_ATTR_6', label: 'METADATA_ATTR_6: Metadata Attribute 6', value: 'v17', handlerProps: {} },
|
|
449
|
-
{ id: 'METADATA_ATTR_7', label: 'METADATA_ATTR_7: Metadata Attribute 7', value: 'v17', handlerProps: {} },
|
|
450
|
-
{ id: 'METADATA_ATTR_8', label: 'METADATA_ATTR_8: Metadata Attribute 8', value: 'v17', handlerProps: {} },
|
|
451
|
-
{ id: 'METADATA_ATTR_9', label: 'METADATA_ATTR_9: Metadata Attribute 9', value: 'v17', handlerProps: {} },
|
|
452
|
-
{ id: 'METADATA_ATTR_10', label: 'METADATA_ATTR_10: Metadata Attribute 10', value: 'v17', handlerProps: {} },
|
|
453
|
-
{ id: 'METADATA_ATTR_11', label: 'METADATA_ATTR_11: Metadata Attribute 11', value: 'v17', handlerProps: {} },
|
|
454
|
-
{ id: 'METADATA_ATTR_12', label: 'METADATA_ATTR_12: Metadata Attribute 12', value: 'v17', handlerProps: {} },
|
|
455
|
-
{ id: 'METADATA_ATTR_13', label: 'METADATA_ATTR_13: Metadata Attribute 13', value: 'v17', handlerProps: {} },
|
|
456
|
-
{ id: 'METADATA_ATTR_14', label: 'METADATA_ATTR_14: Metadata Attribute 14', value: 'v17', handlerProps: {} },
|
|
457
|
-
{ id: 'METADATA_ATTR_15', label: 'METADATA_ATTR_15: Metadata Attribute 15', value: 'v17', handlerProps: {} },
|
|
458
|
-
{ id: 'METADATA_ATTR_16', label: 'METADATA_ATTR_16: Metadata Attribute 16', value: 'v17', handlerProps: {} },
|
|
459
|
-
{ id: 'METADATA_ATTR_17', label: 'METADATA_ATTR_17: Metadata Attribute 17', value: 'v17', handlerProps: {} },
|
|
460
|
-
{ id: 'METADATA_ATTR_18', label: 'METADATA_ATTR_18: Metadata Attribute 18', value: 'v17', handlerProps: {} },
|
|
461
|
-
{ id: 'METADATA_ATTR_19', label: 'METADATA_ATTR_19: Metadata Attribute 19', value: 'v17', handlerProps: {} }
|
|
462
|
-
],
|
|
463
|
-
"2:::": [
|
|
464
|
-
{ id: 'METADATA_ATTR_0', label: 'METADATA_ATTR_0: Metadata Attribute 0', value: 'v18', handlerProps: {} },
|
|
465
|
-
{ id: 'METADATA_ATTR_1', label: 'METADATA_ATTR_1: Metadata Attribute 1', value: 'v18', handlerProps: {} },
|
|
466
|
-
{ id: 'METADATA_ATTR_2', label: 'METADATA_ATTR_2: Metadata Attribute 2', value: 'v18', handlerProps: {} },
|
|
467
|
-
{ id: 'METADATA_ATTR_3', label: 'METADATA_ATTR_3: Metadata Attribute 3', value: 'v18', handlerProps: {} },
|
|
468
|
-
{ id: 'METADATA_ATTR_4', label: 'METADATA_ATTR_4: Metadata Attribute 4', value: 'v18', handlerProps: {} },
|
|
469
|
-
{ id: 'METADATA_ATTR_5', label: 'METADATA_ATTR_5: Metadata Attribute 5', value: 'v18', handlerProps: {} },
|
|
470
|
-
{ id: 'METADATA_ATTR_6', label: 'METADATA_ATTR_6: Metadata Attribute 6', value: 'v18', handlerProps: {} },
|
|
471
|
-
{ id: 'METADATA_ATTR_7', label: 'METADATA_ATTR_7: Metadata Attribute 7', value: 'v18', handlerProps: {} },
|
|
472
|
-
{ id: 'METADATA_ATTR_8', label: 'METADATA_ATTR_8: Metadata Attribute 8', value: 'v18', handlerProps: {} },
|
|
473
|
-
{ id: 'METADATA_ATTR_9', label: 'METADATA_ATTR_9: Metadata Attribute 9', value: 'v18', handlerProps: {} },
|
|
474
|
-
{ id: 'METADATA_ATTR_10', label: 'METADATA_ATTR_10: Metadata Attribute 10', value: 'v18', handlerProps: {} },
|
|
475
|
-
{ id: 'METADATA_ATTR_11', label: 'METADATA_ATTR_11: Metadata Attribute 11', value: 'v18', handlerProps: {} },
|
|
476
|
-
{ id: 'METADATA_ATTR_12', label: 'METADATA_ATTR_12: Metadata Attribute 12', value: 'v18', handlerProps: {} },
|
|
477
|
-
{ id: 'METADATA_ATTR_13', label: 'METADATA_ATTR_13: Metadata Attribute 13', value: 'v18', handlerProps: {} },
|
|
478
|
-
{ id: 'METADATA_ATTR_14', label: 'METADATA_ATTR_14: Metadata Attribute 14', value: 'v18', handlerProps: {} },
|
|
479
|
-
{ id: 'METADATA_ATTR_15', label: 'METADATA_ATTR_15: Metadata Attribute 15', value: 'v18', handlerProps: {} },
|
|
480
|
-
{ id: 'METADATA_ATTR_16', label: 'METADATA_ATTR_16: Metadata Attribute 16', value: 'v18', handlerProps: {} },
|
|
481
|
-
{ id: 'METADATA_ATTR_17', label: 'METADATA_ATTR_17: Metadata Attribute 17', value: 'v18', handlerProps: {} },
|
|
482
|
-
{ id: 'METADATA_ATTR_18', label: 'METADATA_ATTR_18: Metadata Attribute 18', value: 'v18', handlerProps: {} },
|
|
483
|
-
{ id: 'METADATA_ATTR_19', label: 'METADATA_ATTR_19: Metadata Attribute 19', value: 'v18', handlerProps: {} }
|
|
484
|
-
],
|
|
485
|
-
"14:::": [
|
|
486
|
-
{ id: 'METADATA_ATTR_0', label: 'METADATA_ATTR_0: Metadata Attribute 0', value: 'v19', handlerProps: {} },
|
|
487
|
-
{ id: 'METADATA_ATTR_1', label: 'METADATA_ATTR_1: Metadata Attribute 1', value: 'v19', handlerProps: {} },
|
|
488
|
-
{ id: 'METADATA_ATTR_2', label: 'METADATA_ATTR_2: Metadata Attribute 2', value: 'v19', handlerProps: {} },
|
|
489
|
-
{ id: 'METADATA_ATTR_3', label: 'METADATA_ATTR_3: Metadata Attribute 3', value: 'v19', handlerProps: {} },
|
|
490
|
-
{ id: 'METADATA_ATTR_4', label: 'METADATA_ATTR_4: Metadata Attribute 4', value: 'v19', handlerProps: {} },
|
|
491
|
-
{ id: 'METADATA_ATTR_5', label: 'METADATA_ATTR_5: Metadata Attribute 5', value: 'v19', handlerProps: {} },
|
|
492
|
-
{ id: 'METADATA_ATTR_6', label: 'METADATA_ATTR_6: Metadata Attribute 6', value: 'v19', handlerProps: {} },
|
|
493
|
-
{ id: 'METADATA_ATTR_7', label: 'METADATA_ATTR_7: Metadata Attribute 7', value: 'v19', handlerProps: {} },
|
|
494
|
-
{ id: 'METADATA_ATTR_8', label: 'METADATA_ATTR_8: Metadata Attribute 8', value: 'v19', handlerProps: {} },
|
|
495
|
-
{ id: 'METADATA_ATTR_9', label: 'METADATA_ATTR_9: Metadata Attribute 9', value: 'v19', handlerProps: {} },
|
|
496
|
-
{ id: 'METADATA_ATTR_10', label: 'METADATA_ATTR_10: Metadata Attribute 10', value: 'v19', handlerProps: {} },
|
|
497
|
-
{ id: 'METADATA_ATTR_11', label: 'METADATA_ATTR_11: Metadata Attribute 11', value: 'v19', handlerProps: {} },
|
|
498
|
-
{ id: 'METADATA_ATTR_12', label: 'METADATA_ATTR_12: Metadata Attribute 12', value: 'v19', handlerProps: {} },
|
|
499
|
-
{ id: 'METADATA_ATTR_13', label: 'METADATA_ATTR_13: Metadata Attribute 13', value: 'v19', handlerProps: {} },
|
|
500
|
-
{ id: 'METADATA_ATTR_14', label: 'METADATA_ATTR_14: Metadata Attribute 14', value: 'v19', handlerProps: {} },
|
|
501
|
-
{ id: 'METADATA_ATTR_15', label: 'METADATA_ATTR_15: Metadata Attribute 15', value: 'v19', handlerProps: {} },
|
|
502
|
-
{ id: 'METADATA_ATTR_16', label: 'METADATA_ATTR_16: Metadata Attribute 16', value: 'v19', handlerProps: {} },
|
|
503
|
-
{ id: 'METADATA_ATTR_17', label: 'METADATA_ATTR_17: Metadata Attribute 17', value: 'v19', handlerProps: {} },
|
|
504
|
-
{ id: 'METADATA_ATTR_18', label: 'METADATA_ATTR_18: Metadata Attribute 18', value: 'v19', handlerProps: {} },
|
|
505
|
-
{ id: 'METADATA_ATTR_19', label: 'METADATA_ATTR_19: Metadata Attribute 19', value: 'v19', handlerProps: {} }
|
|
506
|
-
]
|
|
507
|
-
})
|
|
508
|
-
});
|
|
509
|
-
});
|