@roomle/embedding-lib 5.25.0-alpha.9 → 5.26.0-alpha.1
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/docs/md/web/embedding/CHANGELOG.md +27 -2
- package/package.json +1 -1
- package/packages/web-sdk/packages/common-core/src/static-files/light-settings.d.ts +6 -6
- package/packages/web-sdk/packages/common-core/src/utils/common-utils.d.ts +0 -1
- package/packages/web-sdk/packages/homag-intelligence/src/homag-intelligence.d.ts +5 -0
- package/src/common/components/inputs/RangeSlider.vue.d.ts +1 -1
- package/src/common/components/overlays/PartList.vue.d.ts +3 -3
- package/src/common/components/parameters/ColorParameter.vue.d.ts +2 -2
- package/src/common/components/side-bar/ResponsiveSidebarWrapper.vue.d.ts +37 -0
- package/src/common/components/side-bar/SidebarItem.vue.d.ts +20 -0
- package/src/common/components/side-bar/SidebarItemLabel.vue.d.ts +10 -0
- package/src/common/components/side-bar/SidebarRouterLayer.vue.d.ts +6 -0
- package/src/common/components/side-bar/TabbedNav.vue.d.ts +22 -0
- package/src/common/components/{collection-view/-utils → side-bar}/TabbedNavMenu.vue.d.ts +1 -1
- package/src/common/components/{collection-view/-utils/collection-view-dynamic-components.d.ts → side-bar/utils/configurator-sidebar-components.d.ts} +27 -86
- package/src/common/components/side-bar/utils/helper.d.ts +3 -0
- package/src/common/components/side-bar/utils/types.d.ts +32 -0
- package/src/common/components/utils/QRCode.vue.d.ts +3 -3
- package/src/common/composables/use-fetch-root-tag.d.ts +3 -3
- package/src/common/composables/use-open-close-anim.d.ts +2 -2
- package/src/common/composables/use-pausable-computed.d.ts +15 -0
- package/src/common/composables/use-sidebar-layer-router.d.ts +12 -0
- package/src/common/router/router.d.ts +2 -0
- package/src/common/store/index.d.ts +3 -3
- package/src/common/store/{collection-view-state.d.ts → sidebar-store-state.d.ts} +12 -12
- package/src/common/utils/parameters.d.ts +6 -6
- package/src/common/utils/types.d.ts +0 -3
- package/src/configurator/business-logic/sdk-connector.d.ts +0 -1
- package/src/configurator/components/ConfiguratorSidebar.vue.d.ts +4 -2
- package/src/configurator/components/addons/PossibleChildren.vue.d.ts +0 -2
- package/src/configurator/components/grid-view/-utils/CollapsedView.vue.d.ts +29 -77
- package/src/configurator/components/grid-view/-utils/ExpandedHeader.vue.d.ts +6 -6
- package/src/configurator/components/grid-view/-utils/ExpandedView.vue.d.ts +7 -4
- package/src/configurator/components/grid-view/-utils/GridViewElement.vue.d.ts +1 -1
- package/src/configurator/components/grid-view/-utils/GridViewHelper.d.ts +7 -2
- package/src/configurator/components/grid-view/GridView.vue.d.ts +2 -2
- package/src/configurator/components/parameters/types/DisabledParameters.vue.d.ts +3 -3
- package/src/configurator/components/parameters/types/MaterialParameter.vue.d.ts +10 -64
- package/src/configurator/components/parameters/types/ProductVariant.vue.d.ts +4 -5
- package/src/configurator/components/parameters/types/ThumbnailsParameter.vue.d.ts +2 -5
- package/src/configurator/components/utils/-utils/side-bar-types.d.ts +13 -0
- package/src/configurator/components/utils/InteractionsContainer.vue.d.ts +4 -2
- package/src/configurator/components/utils/SearchInput.vue.d.ts +6 -3
- package/src/configurator/embedding/helper.d.ts +1 -1
- package/src/configurator/embedding/types.d.ts +1 -1
- package/src/planner/business-logic/rooms.d.ts +0 -7
- package/src/planner/components/ObjectList.vue.d.ts +5 -5
- package/src/planner/components/PlannerSidebar.vue.d.ts +4 -2
- package/src/planner/components/overlays/RoomSidebar.vue.d.ts +4 -2
- package/src/planner/components/overlays/rooms/ConstructionVariants.vue.d.ts +2 -3
- package/src/planner/components/overlays/rooms/DoorParametersSetting.vue.d.ts +15 -4873
- package/src/planner/components/overlays/rooms/RoomFloorAndWallSettings.vue.d.ts +0 -2
- package/src/planner/components/overlays/rooms/RoomsList.vue.d.ts +0 -2
- package/src/planner/components/overlays/rooms/WallGeneralSettings.vue.d.ts +4 -2
- package/src/planner/components/overlays/rooms/WindowParametersSetting.vue.d.ts +4 -2
- package/src/planner/components/utils/ConfiguratorParameter.vue.d.ts +6 -6
- package/src/planner/components/utils/InteractionHeader.vue.d.ts +3 -3
- package/src/planner/components/utils/WallSideIcon.vue.d.ts +5 -5
- package/src/planner/store/planner-core-data.d.ts +0 -1
- package/src/planner/utils/planner-sidebar.d.ts +0 -9
- package/src/viewer/components/ViewerMain.vue.d.ts +11 -7
- package/src/viewer/components/ViewerSidebar.vue.d.ts +3 -3
- package/src/common/components/collection-view/-utils/TabbedNav.vue.d.ts +0 -18
- package/src/common/components/collection-view/-utils/collection-view-props.d.ts +0 -40
- package/src/common/components/collection-view/-utils/helper.d.ts +0 -5
- package/src/common/components/collection-view/-utils/render.d.ts +0 -9
- package/src/common/components/collection-view/-utils/types.d.ts +0 -45
- package/src/common/components/collection-view/CollectionView.vue.d.ts +0 -69
- package/src/common/components/collection-view/CollectionViewElement.vue.d.ts +0 -47
- package/src/common/components/drawer-layout/DrawerElement.vue.d.ts +0 -71
- package/src/common/components/drawer-layout/DrawerGroup.vue.d.ts +0 -23
- package/src/common/components/drawer-layout/DrawerLayout.vue.d.ts +0 -94
- /package/src/common/components/{collection-view/-utils → side-bar}/BackButton.vue.d.ts +0 -0
- /package/src/common/components/{collection-view/CollectionViewHint.vue.d.ts → side-bar/SidebarHintText.vue.d.ts} +0 -0
- /package/src/common/components/{collection-view/-utils → side-bar}/TabbedNavStatic.vue.d.ts +0 -0
- /package/src/common/components/{collection-view/-utils → tool-tip}/ParameterTooltip.vue.d.ts +0 -0
|
@@ -1,4875 +1,17 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { CloseReason } from '../../../../common/utils/types';
|
|
2
|
+
import { BUTTON_ACTIONS } from '../../../../configurator/store/ui-state';
|
|
3
3
|
|
|
4
|
-
declare const _default: import('vue').DefineComponent<
|
|
5
|
-
onClose:
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
api:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
onToggleExpand: FunctionConstructor;
|
|
18
|
-
}>, {
|
|
19
|
-
materials: import('../../../../common/utils/composable-helpers').UseAsyncData<readonly [{
|
|
20
|
-
readonly id: "ral_9000";
|
|
21
|
-
readonly label: "colors-groups.ral_9000";
|
|
22
|
-
readonly materials: readonly [{
|
|
23
|
-
readonly id: 199;
|
|
24
|
-
readonly label: "RAL 9001";
|
|
25
|
-
readonly color: "#FDF4E3";
|
|
26
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
27
|
-
}, {
|
|
28
|
-
readonly id: 200;
|
|
29
|
-
readonly label: "RAL 9002";
|
|
30
|
-
readonly color: "#E7EBDA";
|
|
31
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
32
|
-
}, {
|
|
33
|
-
readonly id: 201;
|
|
34
|
-
readonly label: "RAL 9003";
|
|
35
|
-
readonly color: "#F4F4F4";
|
|
36
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
37
|
-
}, {
|
|
38
|
-
readonly id: 202;
|
|
39
|
-
readonly label: "RAL 9004";
|
|
40
|
-
readonly color: "#282828";
|
|
41
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
42
|
-
}, {
|
|
43
|
-
readonly id: 203;
|
|
44
|
-
readonly label: "RAL 9005";
|
|
45
|
-
readonly color: "#0A0A0A";
|
|
46
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
47
|
-
}, {
|
|
48
|
-
readonly id: 204;
|
|
49
|
-
readonly label: "RAL 9006";
|
|
50
|
-
readonly color: "#A5A5A5";
|
|
51
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
52
|
-
}, {
|
|
53
|
-
readonly id: 205;
|
|
54
|
-
readonly label: "RAL 9007";
|
|
55
|
-
readonly color: "#8F8F8F";
|
|
56
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
57
|
-
}, {
|
|
58
|
-
readonly id: 206;
|
|
59
|
-
readonly label: "RAL 9010";
|
|
60
|
-
readonly color: "#FFFFFF";
|
|
61
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
62
|
-
}, {
|
|
63
|
-
readonly id: 207;
|
|
64
|
-
readonly label: "RAL 9011";
|
|
65
|
-
readonly color: "#1C1C1C";
|
|
66
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
67
|
-
}, {
|
|
68
|
-
readonly id: 208;
|
|
69
|
-
readonly label: "RAL 9016";
|
|
70
|
-
readonly color: "#F6F6F6";
|
|
71
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
72
|
-
}, {
|
|
73
|
-
readonly id: 209;
|
|
74
|
-
readonly label: "RAL 9017";
|
|
75
|
-
readonly color: "#1E1E1E";
|
|
76
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
77
|
-
}, {
|
|
78
|
-
readonly id: 210;
|
|
79
|
-
readonly label: "RAL 9018";
|
|
80
|
-
readonly color: "#D7D7D7";
|
|
81
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
82
|
-
}, {
|
|
83
|
-
readonly id: 211;
|
|
84
|
-
readonly label: "RAL 9022";
|
|
85
|
-
readonly color: "#9C9C9C";
|
|
86
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
87
|
-
}, {
|
|
88
|
-
readonly id: 212;
|
|
89
|
-
readonly label: "RAL 9023";
|
|
90
|
-
readonly color: "#828282";
|
|
91
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
92
|
-
}];
|
|
93
|
-
}, {
|
|
94
|
-
readonly id: "ral_7000";
|
|
95
|
-
readonly label: "colors-groups.ral_7000";
|
|
96
|
-
readonly materials: readonly [{
|
|
97
|
-
readonly id: 141;
|
|
98
|
-
readonly label: "RAL 7000";
|
|
99
|
-
readonly color: "#78858B";
|
|
100
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
101
|
-
}, {
|
|
102
|
-
readonly id: 142;
|
|
103
|
-
readonly label: "RAL 7001";
|
|
104
|
-
readonly color: "#8A9597";
|
|
105
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
106
|
-
}, {
|
|
107
|
-
readonly id: 143;
|
|
108
|
-
readonly label: "RAL 7002";
|
|
109
|
-
readonly color: "#7E7B52";
|
|
110
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
111
|
-
}, {
|
|
112
|
-
readonly id: 144;
|
|
113
|
-
readonly label: "RAL 7003";
|
|
114
|
-
readonly color: "#6C7059";
|
|
115
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
116
|
-
}, {
|
|
117
|
-
readonly id: 145;
|
|
118
|
-
readonly label: "RAL 7004";
|
|
119
|
-
readonly color: "#969992";
|
|
120
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
121
|
-
}, {
|
|
122
|
-
readonly id: 146;
|
|
123
|
-
readonly label: "RAL 7005";
|
|
124
|
-
readonly color: "#646B63";
|
|
125
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
126
|
-
}, {
|
|
127
|
-
readonly id: 147;
|
|
128
|
-
readonly label: "RAL 7006";
|
|
129
|
-
readonly color: "#6D6552";
|
|
130
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
131
|
-
}, {
|
|
132
|
-
readonly id: 148;
|
|
133
|
-
readonly label: "RAL 7008";
|
|
134
|
-
readonly color: "#6A5F31";
|
|
135
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
136
|
-
}, {
|
|
137
|
-
readonly id: 149;
|
|
138
|
-
readonly label: "RAL 7009";
|
|
139
|
-
readonly color: "#4D5645";
|
|
140
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
141
|
-
}, {
|
|
142
|
-
readonly id: 150;
|
|
143
|
-
readonly label: "RAL 7010";
|
|
144
|
-
readonly color: "#4C514A";
|
|
145
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
146
|
-
}, {
|
|
147
|
-
readonly id: 151;
|
|
148
|
-
readonly label: "RAL 7011";
|
|
149
|
-
readonly color: "#434B4D";
|
|
150
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
151
|
-
}, {
|
|
152
|
-
readonly id: 152;
|
|
153
|
-
readonly label: "RAL 7012";
|
|
154
|
-
readonly color: "#4E5754";
|
|
155
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
156
|
-
}, {
|
|
157
|
-
readonly id: 153;
|
|
158
|
-
readonly label: "RAL 7013";
|
|
159
|
-
readonly color: "#464531";
|
|
160
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
161
|
-
}, {
|
|
162
|
-
readonly id: 154;
|
|
163
|
-
readonly label: "RAL 7015";
|
|
164
|
-
readonly color: "#434750";
|
|
165
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
166
|
-
}, {
|
|
167
|
-
readonly id: 155;
|
|
168
|
-
readonly label: "RAL 7016";
|
|
169
|
-
readonly color: "#293133";
|
|
170
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
171
|
-
}, {
|
|
172
|
-
readonly id: 156;
|
|
173
|
-
readonly label: "RAL 7021";
|
|
174
|
-
readonly color: "#23282B";
|
|
175
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
176
|
-
}, {
|
|
177
|
-
readonly id: 157;
|
|
178
|
-
readonly label: "RAL 7022";
|
|
179
|
-
readonly color: "#332F2C";
|
|
180
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
181
|
-
}, {
|
|
182
|
-
readonly id: 158;
|
|
183
|
-
readonly label: "RAL 7023";
|
|
184
|
-
readonly color: "#686C5E";
|
|
185
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
186
|
-
}, {
|
|
187
|
-
readonly id: 159;
|
|
188
|
-
readonly label: "RAL 7024";
|
|
189
|
-
readonly color: "#474A51";
|
|
190
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
191
|
-
}, {
|
|
192
|
-
readonly id: 160;
|
|
193
|
-
readonly label: "RAL 7026";
|
|
194
|
-
readonly color: "#2F353B";
|
|
195
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
196
|
-
}, {
|
|
197
|
-
readonly id: 161;
|
|
198
|
-
readonly label: "RAL 7030";
|
|
199
|
-
readonly color: "#8B8C7A";
|
|
200
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
201
|
-
}, {
|
|
202
|
-
readonly id: 162;
|
|
203
|
-
readonly label: "RAL 7031";
|
|
204
|
-
readonly color: "#474B4E";
|
|
205
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
206
|
-
}, {
|
|
207
|
-
readonly id: 163;
|
|
208
|
-
readonly label: "RAL 7032";
|
|
209
|
-
readonly color: "#B8B799";
|
|
210
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
211
|
-
}, {
|
|
212
|
-
readonly id: 164;
|
|
213
|
-
readonly label: "RAL 7033";
|
|
214
|
-
readonly color: "#7D8471";
|
|
215
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
216
|
-
}, {
|
|
217
|
-
readonly id: 165;
|
|
218
|
-
readonly label: "RAL 7034";
|
|
219
|
-
readonly color: "#8F8B66";
|
|
220
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
221
|
-
}, {
|
|
222
|
-
readonly id: 166;
|
|
223
|
-
readonly label: "RAL 7035";
|
|
224
|
-
readonly color: "#D7D7D7";
|
|
225
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
226
|
-
}, {
|
|
227
|
-
readonly id: 167;
|
|
228
|
-
readonly label: "RAL 7036";
|
|
229
|
-
readonly color: "#7F7679";
|
|
230
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
231
|
-
}, {
|
|
232
|
-
readonly id: 168;
|
|
233
|
-
readonly label: "RAL 7037";
|
|
234
|
-
readonly color: "#7D7F7D";
|
|
235
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
236
|
-
}, {
|
|
237
|
-
readonly id: 169;
|
|
238
|
-
readonly label: "RAL 7038";
|
|
239
|
-
readonly color: "#B5B8B1";
|
|
240
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
241
|
-
}, {
|
|
242
|
-
readonly id: 170;
|
|
243
|
-
readonly label: "RAL 7039";
|
|
244
|
-
readonly color: "#6C6960";
|
|
245
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
246
|
-
}, {
|
|
247
|
-
readonly id: 171;
|
|
248
|
-
readonly label: "RAL 7040";
|
|
249
|
-
readonly color: "#9DA1AA";
|
|
250
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
251
|
-
}, {
|
|
252
|
-
readonly id: 172;
|
|
253
|
-
readonly label: "RAL 7042";
|
|
254
|
-
readonly color: "#8D948D";
|
|
255
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
256
|
-
}, {
|
|
257
|
-
readonly id: 173;
|
|
258
|
-
readonly label: "RAL 7043";
|
|
259
|
-
readonly color: "#4E5452";
|
|
260
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
261
|
-
}, {
|
|
262
|
-
readonly id: 174;
|
|
263
|
-
readonly label: "RAL 7044";
|
|
264
|
-
readonly color: "#CAC4B0";
|
|
265
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
266
|
-
}, {
|
|
267
|
-
readonly id: 175;
|
|
268
|
-
readonly label: "RAL 7045";
|
|
269
|
-
readonly color: "#909090";
|
|
270
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
271
|
-
}, {
|
|
272
|
-
readonly id: 176;
|
|
273
|
-
readonly label: "RAL 7046";
|
|
274
|
-
readonly color: "#82898F";
|
|
275
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
276
|
-
}, {
|
|
277
|
-
readonly id: 177;
|
|
278
|
-
readonly label: "RAL 7047";
|
|
279
|
-
readonly color: "#D0D0D0";
|
|
280
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
281
|
-
}, {
|
|
282
|
-
readonly id: 178;
|
|
283
|
-
readonly label: "RAL 7048";
|
|
284
|
-
readonly color: "#898176";
|
|
285
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
286
|
-
}];
|
|
287
|
-
}, {
|
|
288
|
-
readonly id: "ral_1000";
|
|
289
|
-
readonly label: "colors-groups.ral_1000";
|
|
290
|
-
readonly materials: readonly [{
|
|
291
|
-
readonly id: 0;
|
|
292
|
-
readonly label: "RAL 1000";
|
|
293
|
-
readonly color: "#BEBD7F";
|
|
294
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
295
|
-
}, {
|
|
296
|
-
readonly id: 1;
|
|
297
|
-
readonly label: "RAL 1001";
|
|
298
|
-
readonly color: "#C2B078";
|
|
299
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
300
|
-
}, {
|
|
301
|
-
readonly id: 2;
|
|
302
|
-
readonly label: "RAL 1002";
|
|
303
|
-
readonly color: "#C6A664";
|
|
304
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
305
|
-
}, {
|
|
306
|
-
readonly id: 3;
|
|
307
|
-
readonly label: "RAL 1003";
|
|
308
|
-
readonly color: "#E5BE01";
|
|
309
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
310
|
-
}, {
|
|
311
|
-
readonly id: 4;
|
|
312
|
-
readonly label: "RAL 1004";
|
|
313
|
-
readonly color: "#CDA434";
|
|
314
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
315
|
-
}, {
|
|
316
|
-
readonly id: 5;
|
|
317
|
-
readonly label: "RAL 1005";
|
|
318
|
-
readonly color: "#A98307";
|
|
319
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
320
|
-
}, {
|
|
321
|
-
readonly id: 6;
|
|
322
|
-
readonly label: "RAL 1006";
|
|
323
|
-
readonly color: "#E4A010";
|
|
324
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
325
|
-
}, {
|
|
326
|
-
readonly id: 7;
|
|
327
|
-
readonly label: "RAL 1007";
|
|
328
|
-
readonly color: "#DC9D00";
|
|
329
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
330
|
-
}, {
|
|
331
|
-
readonly id: 8;
|
|
332
|
-
readonly label: "RAL 1011";
|
|
333
|
-
readonly color: "#8A6642";
|
|
334
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
335
|
-
}, {
|
|
336
|
-
readonly id: 9;
|
|
337
|
-
readonly label: "RAL 1012";
|
|
338
|
-
readonly color: "#C7B446";
|
|
339
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
340
|
-
}, {
|
|
341
|
-
readonly id: 10;
|
|
342
|
-
readonly label: "RAL 1013";
|
|
343
|
-
readonly color: "#EAE6CA";
|
|
344
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
345
|
-
}, {
|
|
346
|
-
readonly id: 11;
|
|
347
|
-
readonly label: "RAL 1014";
|
|
348
|
-
readonly color: "#E1CC4F";
|
|
349
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
350
|
-
}, {
|
|
351
|
-
readonly id: 12;
|
|
352
|
-
readonly label: "RAL 1015";
|
|
353
|
-
readonly color: "#E6D690";
|
|
354
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
355
|
-
}, {
|
|
356
|
-
readonly id: 13;
|
|
357
|
-
readonly label: "RAL 1016";
|
|
358
|
-
readonly color: "#EDFF21";
|
|
359
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
360
|
-
}, {
|
|
361
|
-
readonly id: 14;
|
|
362
|
-
readonly label: "RAL 1017";
|
|
363
|
-
readonly color: "#F5D033";
|
|
364
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
365
|
-
}, {
|
|
366
|
-
readonly id: 15;
|
|
367
|
-
readonly label: "RAL 1018";
|
|
368
|
-
readonly color: "#F8F32B";
|
|
369
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
370
|
-
}, {
|
|
371
|
-
readonly id: 16;
|
|
372
|
-
readonly label: "RAL 1019";
|
|
373
|
-
readonly color: "#9E9764";
|
|
374
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
375
|
-
}, {
|
|
376
|
-
readonly id: 17;
|
|
377
|
-
readonly label: "RAL 1020";
|
|
378
|
-
readonly color: "#999950";
|
|
379
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
380
|
-
}, {
|
|
381
|
-
readonly id: 18;
|
|
382
|
-
readonly label: "RAL 1021";
|
|
383
|
-
readonly color: "#F3DA0B";
|
|
384
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
385
|
-
}, {
|
|
386
|
-
readonly id: 19;
|
|
387
|
-
readonly label: "RAL 1023";
|
|
388
|
-
readonly color: "#FAD201";
|
|
389
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
390
|
-
}, {
|
|
391
|
-
readonly id: 20;
|
|
392
|
-
readonly label: "RAL 1024";
|
|
393
|
-
readonly color: "#AEA04B";
|
|
394
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
395
|
-
}, {
|
|
396
|
-
readonly id: 21;
|
|
397
|
-
readonly label: "RAL 1026";
|
|
398
|
-
readonly color: "#FFFF00";
|
|
399
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
400
|
-
}, {
|
|
401
|
-
readonly id: 22;
|
|
402
|
-
readonly label: "RAL 1027";
|
|
403
|
-
readonly color: "#9D9101";
|
|
404
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
405
|
-
}, {
|
|
406
|
-
readonly id: 23;
|
|
407
|
-
readonly label: "RAL 1028";
|
|
408
|
-
readonly color: "#F4A900";
|
|
409
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
410
|
-
}, {
|
|
411
|
-
readonly id: 24;
|
|
412
|
-
readonly label: "RAL 1032";
|
|
413
|
-
readonly color: "#D6AE01";
|
|
414
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
415
|
-
}, {
|
|
416
|
-
readonly id: 25;
|
|
417
|
-
readonly label: "RAL 1033";
|
|
418
|
-
readonly color: "#F3A505";
|
|
419
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
420
|
-
}, {
|
|
421
|
-
readonly id: 26;
|
|
422
|
-
readonly label: "RAL 1034";
|
|
423
|
-
readonly color: "#EFA94A";
|
|
424
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
425
|
-
}, {
|
|
426
|
-
readonly id: 27;
|
|
427
|
-
readonly label: "RAL 1035";
|
|
428
|
-
readonly color: "#6A5D4D";
|
|
429
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
430
|
-
}, {
|
|
431
|
-
readonly id: 28;
|
|
432
|
-
readonly label: "RAL 1036";
|
|
433
|
-
readonly color: "#705335";
|
|
434
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
435
|
-
}, {
|
|
436
|
-
readonly id: 29;
|
|
437
|
-
readonly label: "RAL 1037";
|
|
438
|
-
readonly color: "#F39F18";
|
|
439
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
440
|
-
}];
|
|
441
|
-
}, {
|
|
442
|
-
readonly id: "ral_2000";
|
|
443
|
-
readonly label: "colors-groups.ral_2000";
|
|
444
|
-
readonly materials: readonly [{
|
|
445
|
-
readonly id: 30;
|
|
446
|
-
readonly label: "RAL 2000";
|
|
447
|
-
readonly color: "#ED760E";
|
|
448
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
449
|
-
}, {
|
|
450
|
-
readonly id: 31;
|
|
451
|
-
readonly label: "RAL 2001";
|
|
452
|
-
readonly color: "#C93C20";
|
|
453
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
454
|
-
}, {
|
|
455
|
-
readonly id: 32;
|
|
456
|
-
readonly label: "RAL 2002";
|
|
457
|
-
readonly color: "#CB2821";
|
|
458
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
459
|
-
}, {
|
|
460
|
-
readonly id: 33;
|
|
461
|
-
readonly label: "RAL 2003";
|
|
462
|
-
readonly color: "#FF7514";
|
|
463
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
464
|
-
}, {
|
|
465
|
-
readonly id: 34;
|
|
466
|
-
readonly label: "RAL 2004";
|
|
467
|
-
readonly color: "#F44611";
|
|
468
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
469
|
-
}, {
|
|
470
|
-
readonly id: 35;
|
|
471
|
-
readonly label: "RAL 2005";
|
|
472
|
-
readonly color: "#FF2301";
|
|
473
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
474
|
-
}, {
|
|
475
|
-
readonly id: 36;
|
|
476
|
-
readonly label: "RAL 2007";
|
|
477
|
-
readonly color: "#FFA420";
|
|
478
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
479
|
-
}, {
|
|
480
|
-
readonly id: 37;
|
|
481
|
-
readonly label: "RAL 2008";
|
|
482
|
-
readonly color: "#F75E25";
|
|
483
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
484
|
-
}, {
|
|
485
|
-
readonly id: 38;
|
|
486
|
-
readonly label: "RAL 2009";
|
|
487
|
-
readonly color: "#F54021";
|
|
488
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
489
|
-
}, {
|
|
490
|
-
readonly id: 39;
|
|
491
|
-
readonly label: "RAL 2010";
|
|
492
|
-
readonly color: "#D84B20";
|
|
493
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
494
|
-
}, {
|
|
495
|
-
readonly id: 40;
|
|
496
|
-
readonly label: "RAL 2011";
|
|
497
|
-
readonly color: "#EC7C26";
|
|
498
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
499
|
-
}, {
|
|
500
|
-
readonly id: 41;
|
|
501
|
-
readonly label: "RAL 2012";
|
|
502
|
-
readonly color: "#E55137";
|
|
503
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
504
|
-
}, {
|
|
505
|
-
readonly id: 42;
|
|
506
|
-
readonly label: "RAL 2013";
|
|
507
|
-
readonly color: "#C35831";
|
|
508
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
509
|
-
}];
|
|
510
|
-
}, {
|
|
511
|
-
readonly id: "ral_3000";
|
|
512
|
-
readonly label: "colors-groups.ral_3000";
|
|
513
|
-
readonly materials: readonly [{
|
|
514
|
-
readonly id: 43;
|
|
515
|
-
readonly label: "RAL 3000";
|
|
516
|
-
readonly color: "#AF2B1E";
|
|
517
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
518
|
-
}, {
|
|
519
|
-
readonly id: 44;
|
|
520
|
-
readonly label: "RAL 3001";
|
|
521
|
-
readonly color: "#A52019";
|
|
522
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
523
|
-
}, {
|
|
524
|
-
readonly id: 45;
|
|
525
|
-
readonly label: "RAL 3002";
|
|
526
|
-
readonly color: "#A2231D";
|
|
527
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
528
|
-
}, {
|
|
529
|
-
readonly id: 46;
|
|
530
|
-
readonly label: "RAL 3003";
|
|
531
|
-
readonly color: "#9B111E";
|
|
532
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
533
|
-
}, {
|
|
534
|
-
readonly id: 47;
|
|
535
|
-
readonly label: "RAL 3004";
|
|
536
|
-
readonly color: "#75151E";
|
|
537
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
538
|
-
}, {
|
|
539
|
-
readonly id: 48;
|
|
540
|
-
readonly label: "RAL 3005";
|
|
541
|
-
readonly color: "#5E2129";
|
|
542
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
543
|
-
}, {
|
|
544
|
-
readonly id: 49;
|
|
545
|
-
readonly label: "RAL 3007";
|
|
546
|
-
readonly color: "#412227";
|
|
547
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
548
|
-
}, {
|
|
549
|
-
readonly id: 50;
|
|
550
|
-
readonly label: "RAL 3009";
|
|
551
|
-
readonly color: "#642424";
|
|
552
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
553
|
-
}, {
|
|
554
|
-
readonly id: 51;
|
|
555
|
-
readonly label: "RAL 3011";
|
|
556
|
-
readonly color: "#781F19";
|
|
557
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
558
|
-
}, {
|
|
559
|
-
readonly id: 52;
|
|
560
|
-
readonly label: "RAL 3012";
|
|
561
|
-
readonly color: "#C1876B";
|
|
562
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
563
|
-
}, {
|
|
564
|
-
readonly id: 53;
|
|
565
|
-
readonly label: "RAL 3013";
|
|
566
|
-
readonly color: "#A12312";
|
|
567
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
568
|
-
}, {
|
|
569
|
-
readonly id: 54;
|
|
570
|
-
readonly label: "RAL 3014";
|
|
571
|
-
readonly color: "#D36E70";
|
|
572
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
573
|
-
}, {
|
|
574
|
-
readonly id: 55;
|
|
575
|
-
readonly label: "RAL 3015";
|
|
576
|
-
readonly color: "#EA899A";
|
|
577
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
578
|
-
}, {
|
|
579
|
-
readonly id: 56;
|
|
580
|
-
readonly label: "RAL 3016";
|
|
581
|
-
readonly color: "#B32821";
|
|
582
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
583
|
-
}, {
|
|
584
|
-
readonly id: 57;
|
|
585
|
-
readonly label: "RAL 3017";
|
|
586
|
-
readonly color: "#E63244";
|
|
587
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
588
|
-
}, {
|
|
589
|
-
readonly id: 58;
|
|
590
|
-
readonly label: "RAL 3018";
|
|
591
|
-
readonly color: "#D53032";
|
|
592
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
593
|
-
}, {
|
|
594
|
-
readonly id: 59;
|
|
595
|
-
readonly label: "RAL 3020";
|
|
596
|
-
readonly color: "#CC0605";
|
|
597
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
598
|
-
}, {
|
|
599
|
-
readonly id: 60;
|
|
600
|
-
readonly label: "RAL 3022";
|
|
601
|
-
readonly color: "#D95030";
|
|
602
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
603
|
-
}, {
|
|
604
|
-
readonly id: 61;
|
|
605
|
-
readonly label: "RAL 3024";
|
|
606
|
-
readonly color: "#F80000";
|
|
607
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
608
|
-
}, {
|
|
609
|
-
readonly id: 62;
|
|
610
|
-
readonly label: "RAL 3026";
|
|
611
|
-
readonly color: "#FE0000";
|
|
612
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
613
|
-
}, {
|
|
614
|
-
readonly id: 63;
|
|
615
|
-
readonly label: "RAL 3027";
|
|
616
|
-
readonly color: "#C51D34";
|
|
617
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
618
|
-
}, {
|
|
619
|
-
readonly id: 64;
|
|
620
|
-
readonly label: "RAL 3028";
|
|
621
|
-
readonly color: "#CB3234";
|
|
622
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
623
|
-
}, {
|
|
624
|
-
readonly id: 65;
|
|
625
|
-
readonly label: "RAL 3031";
|
|
626
|
-
readonly color: "#B32428";
|
|
627
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
628
|
-
}, {
|
|
629
|
-
readonly id: 66;
|
|
630
|
-
readonly label: "RAL 3032";
|
|
631
|
-
readonly color: "#721422";
|
|
632
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
633
|
-
}, {
|
|
634
|
-
readonly id: 67;
|
|
635
|
-
readonly label: "RAL 3033";
|
|
636
|
-
readonly color: "#B44C43";
|
|
637
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
638
|
-
}];
|
|
639
|
-
}, {
|
|
640
|
-
readonly id: "ral_4000";
|
|
641
|
-
readonly label: "colors-groups.ral_4000";
|
|
642
|
-
readonly materials: readonly [{
|
|
643
|
-
readonly id: 68;
|
|
644
|
-
readonly label: "RAL 4001";
|
|
645
|
-
readonly color: "#6D3F5B";
|
|
646
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
647
|
-
}, {
|
|
648
|
-
readonly id: 69;
|
|
649
|
-
readonly label: "RAL 4002";
|
|
650
|
-
readonly color: "#922B3E";
|
|
651
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
652
|
-
}, {
|
|
653
|
-
readonly id: 70;
|
|
654
|
-
readonly label: "RAL 4003";
|
|
655
|
-
readonly color: "#DE4C8A";
|
|
656
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
657
|
-
}, {
|
|
658
|
-
readonly id: 71;
|
|
659
|
-
readonly label: "RAL 4004";
|
|
660
|
-
readonly color: "#641C34";
|
|
661
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
662
|
-
}, {
|
|
663
|
-
readonly id: 72;
|
|
664
|
-
readonly label: "RAL 4005";
|
|
665
|
-
readonly color: "#6C4675";
|
|
666
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
667
|
-
}, {
|
|
668
|
-
readonly id: 73;
|
|
669
|
-
readonly label: "RAL 4006";
|
|
670
|
-
readonly color: "#A03472";
|
|
671
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
672
|
-
}, {
|
|
673
|
-
readonly id: 74;
|
|
674
|
-
readonly label: "RAL 4007";
|
|
675
|
-
readonly color: "#4A192C";
|
|
676
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
677
|
-
}, {
|
|
678
|
-
readonly id: 75;
|
|
679
|
-
readonly label: "RAL 4008";
|
|
680
|
-
readonly color: "#924E7D";
|
|
681
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
682
|
-
}, {
|
|
683
|
-
readonly id: 76;
|
|
684
|
-
readonly label: "RAL 4009";
|
|
685
|
-
readonly color: "#A18594";
|
|
686
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
687
|
-
}, {
|
|
688
|
-
readonly id: 77;
|
|
689
|
-
readonly label: "RAL 4010";
|
|
690
|
-
readonly color: "#CF3476";
|
|
691
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
692
|
-
}, {
|
|
693
|
-
readonly id: 78;
|
|
694
|
-
readonly label: "RAL 4011";
|
|
695
|
-
readonly color: "#8673A1";
|
|
696
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
697
|
-
}, {
|
|
698
|
-
readonly id: 79;
|
|
699
|
-
readonly label: "RAL 4012";
|
|
700
|
-
readonly color: "#6C6874";
|
|
701
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
702
|
-
}];
|
|
703
|
-
}, {
|
|
704
|
-
readonly id: "ral_5000";
|
|
705
|
-
readonly label: "colors-groups.ral_5000";
|
|
706
|
-
readonly materials: readonly [{
|
|
707
|
-
readonly id: 80;
|
|
708
|
-
readonly label: "RAL 5000";
|
|
709
|
-
readonly color: "#354D73";
|
|
710
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
711
|
-
}, {
|
|
712
|
-
readonly id: 81;
|
|
713
|
-
readonly label: "RAL 5001";
|
|
714
|
-
readonly color: "#1F3438";
|
|
715
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
716
|
-
}, {
|
|
717
|
-
readonly id: 82;
|
|
718
|
-
readonly label: "RAL 5002";
|
|
719
|
-
readonly color: "#20214F";
|
|
720
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
721
|
-
}, {
|
|
722
|
-
readonly id: 83;
|
|
723
|
-
readonly label: "RAL 5003";
|
|
724
|
-
readonly color: "#1D1E33";
|
|
725
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
726
|
-
}, {
|
|
727
|
-
readonly id: 84;
|
|
728
|
-
readonly label: "RAL 5004";
|
|
729
|
-
readonly color: "#18171C";
|
|
730
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
731
|
-
}, {
|
|
732
|
-
readonly id: 85;
|
|
733
|
-
readonly label: "RAL 5005";
|
|
734
|
-
readonly color: "#1E2460";
|
|
735
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
736
|
-
}, {
|
|
737
|
-
readonly id: 86;
|
|
738
|
-
readonly label: "RAL 5007";
|
|
739
|
-
readonly color: "#3E5F8A";
|
|
740
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
741
|
-
}, {
|
|
742
|
-
readonly id: 87;
|
|
743
|
-
readonly label: "RAL 5008";
|
|
744
|
-
readonly color: "#26252D";
|
|
745
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
746
|
-
}, {
|
|
747
|
-
readonly id: 88;
|
|
748
|
-
readonly label: "RAL 5009";
|
|
749
|
-
readonly color: "#025669";
|
|
750
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
751
|
-
}, {
|
|
752
|
-
readonly id: 89;
|
|
753
|
-
readonly label: "RAL 5010";
|
|
754
|
-
readonly color: "#0E294B";
|
|
755
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
756
|
-
}, {
|
|
757
|
-
readonly id: 90;
|
|
758
|
-
readonly label: "RAL 5011";
|
|
759
|
-
readonly color: "#231A24";
|
|
760
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
761
|
-
}, {
|
|
762
|
-
readonly id: 91;
|
|
763
|
-
readonly label: "RAL 5012";
|
|
764
|
-
readonly color: "#3B83BD";
|
|
765
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
766
|
-
}, {
|
|
767
|
-
readonly id: 92;
|
|
768
|
-
readonly label: "RAL 5013";
|
|
769
|
-
readonly color: "#1E213D";
|
|
770
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
771
|
-
}, {
|
|
772
|
-
readonly id: 93;
|
|
773
|
-
readonly label: "RAL 5014";
|
|
774
|
-
readonly color: "#606E8C";
|
|
775
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
776
|
-
}, {
|
|
777
|
-
readonly id: 94;
|
|
778
|
-
readonly label: "RAL 5015";
|
|
779
|
-
readonly color: "#2271B3";
|
|
780
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
781
|
-
}, {
|
|
782
|
-
readonly id: 95;
|
|
783
|
-
readonly label: "RAL 5017";
|
|
784
|
-
readonly color: "#063971";
|
|
785
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
786
|
-
}, {
|
|
787
|
-
readonly id: 96;
|
|
788
|
-
readonly label: "RAL 5018";
|
|
789
|
-
readonly color: "#3F888F";
|
|
790
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
791
|
-
}, {
|
|
792
|
-
readonly id: 97;
|
|
793
|
-
readonly label: "RAL 5019";
|
|
794
|
-
readonly color: "#1B5583";
|
|
795
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
796
|
-
}, {
|
|
797
|
-
readonly id: 98;
|
|
798
|
-
readonly label: "RAL 5020";
|
|
799
|
-
readonly color: "#1D334A";
|
|
800
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
801
|
-
}, {
|
|
802
|
-
readonly id: 99;
|
|
803
|
-
readonly label: "RAL 5021";
|
|
804
|
-
readonly color: "#256D7B";
|
|
805
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
806
|
-
}, {
|
|
807
|
-
readonly id: 100;
|
|
808
|
-
readonly label: "RAL 5022";
|
|
809
|
-
readonly color: "#252850";
|
|
810
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
811
|
-
}, {
|
|
812
|
-
readonly id: 101;
|
|
813
|
-
readonly label: "RAL 5023";
|
|
814
|
-
readonly color: "#49678D";
|
|
815
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
816
|
-
}, {
|
|
817
|
-
readonly id: 102;
|
|
818
|
-
readonly label: "RAL 5024";
|
|
819
|
-
readonly color: "#5D9B9B";
|
|
820
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
821
|
-
}, {
|
|
822
|
-
readonly id: 103;
|
|
823
|
-
readonly label: "RAL 5025";
|
|
824
|
-
readonly color: "#2A6478";
|
|
825
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
826
|
-
}, {
|
|
827
|
-
readonly id: 104;
|
|
828
|
-
readonly label: "RAL 5026";
|
|
829
|
-
readonly color: "#102C54";
|
|
830
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
831
|
-
}];
|
|
832
|
-
}, {
|
|
833
|
-
readonly id: "ral_6000";
|
|
834
|
-
readonly label: "colors-groups.ral_6000";
|
|
835
|
-
readonly materials: readonly [{
|
|
836
|
-
readonly id: 105;
|
|
837
|
-
readonly label: "RAL 6000";
|
|
838
|
-
readonly color: "#316650";
|
|
839
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
840
|
-
}, {
|
|
841
|
-
readonly id: 106;
|
|
842
|
-
readonly label: "RAL 6001";
|
|
843
|
-
readonly color: "#287233";
|
|
844
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
845
|
-
}, {
|
|
846
|
-
readonly id: 107;
|
|
847
|
-
readonly label: "RAL 6002";
|
|
848
|
-
readonly color: "#2D572C";
|
|
849
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
850
|
-
}, {
|
|
851
|
-
readonly id: 108;
|
|
852
|
-
readonly label: "RAL 6003";
|
|
853
|
-
readonly color: "#424632";
|
|
854
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
855
|
-
}, {
|
|
856
|
-
readonly id: 109;
|
|
857
|
-
readonly label: "RAL 6004";
|
|
858
|
-
readonly color: "#1F3A3D";
|
|
859
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
860
|
-
}, {
|
|
861
|
-
readonly id: 110;
|
|
862
|
-
readonly label: "RAL 6005";
|
|
863
|
-
readonly color: "#2F4538";
|
|
864
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
865
|
-
}, {
|
|
866
|
-
readonly id: 111;
|
|
867
|
-
readonly label: "RAL 6006";
|
|
868
|
-
readonly color: "#3E3B32";
|
|
869
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
870
|
-
}, {
|
|
871
|
-
readonly id: 112;
|
|
872
|
-
readonly label: "RAL 6007";
|
|
873
|
-
readonly color: "#343B29";
|
|
874
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
875
|
-
}, {
|
|
876
|
-
readonly id: 113;
|
|
877
|
-
readonly label: "RAL 6008";
|
|
878
|
-
readonly color: "#39352A";
|
|
879
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
880
|
-
}, {
|
|
881
|
-
readonly id: 114;
|
|
882
|
-
readonly label: "RAL 6009";
|
|
883
|
-
readonly color: "#31372B";
|
|
884
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
885
|
-
}, {
|
|
886
|
-
readonly id: 115;
|
|
887
|
-
readonly label: "RAL 6010";
|
|
888
|
-
readonly color: "#35682D";
|
|
889
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
890
|
-
}, {
|
|
891
|
-
readonly id: 116;
|
|
892
|
-
readonly label: "RAL 6011";
|
|
893
|
-
readonly color: "#587246";
|
|
894
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
895
|
-
}, {
|
|
896
|
-
readonly id: 117;
|
|
897
|
-
readonly label: "RAL 6012";
|
|
898
|
-
readonly color: "#343E40";
|
|
899
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
900
|
-
}, {
|
|
901
|
-
readonly id: 118;
|
|
902
|
-
readonly label: "RAL 6013";
|
|
903
|
-
readonly color: "#6C7156";
|
|
904
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
905
|
-
}, {
|
|
906
|
-
readonly id: 119;
|
|
907
|
-
readonly label: "RAL 6014";
|
|
908
|
-
readonly color: "#47402E";
|
|
909
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
910
|
-
}, {
|
|
911
|
-
readonly id: 120;
|
|
912
|
-
readonly label: "RAL 6015";
|
|
913
|
-
readonly color: "#3B3C36";
|
|
914
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
915
|
-
}, {
|
|
916
|
-
readonly id: 121;
|
|
917
|
-
readonly label: "RAL 6016";
|
|
918
|
-
readonly color: "#1E5945";
|
|
919
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
920
|
-
}, {
|
|
921
|
-
readonly id: 122;
|
|
922
|
-
readonly label: "RAL 6017";
|
|
923
|
-
readonly color: "#4C9141";
|
|
924
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
925
|
-
}, {
|
|
926
|
-
readonly id: 123;
|
|
927
|
-
readonly label: "RAL 6018";
|
|
928
|
-
readonly color: "#57A639";
|
|
929
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
930
|
-
}, {
|
|
931
|
-
readonly id: 124;
|
|
932
|
-
readonly label: "RAL 6019";
|
|
933
|
-
readonly color: "#BDECB6";
|
|
934
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
935
|
-
}, {
|
|
936
|
-
readonly id: 125;
|
|
937
|
-
readonly label: "RAL 6020";
|
|
938
|
-
readonly color: "#2E3A23";
|
|
939
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
940
|
-
}, {
|
|
941
|
-
readonly id: 126;
|
|
942
|
-
readonly label: "RAL 6021";
|
|
943
|
-
readonly color: "#89AC76";
|
|
944
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
945
|
-
}, {
|
|
946
|
-
readonly id: 127;
|
|
947
|
-
readonly label: "RAL 6022";
|
|
948
|
-
readonly color: "#25221B";
|
|
949
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
950
|
-
}, {
|
|
951
|
-
readonly id: 128;
|
|
952
|
-
readonly label: "RAL 6024";
|
|
953
|
-
readonly color: "#308446";
|
|
954
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
955
|
-
}, {
|
|
956
|
-
readonly id: 129;
|
|
957
|
-
readonly label: "RAL 6025";
|
|
958
|
-
readonly color: "#3D642D";
|
|
959
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
960
|
-
}, {
|
|
961
|
-
readonly id: 130;
|
|
962
|
-
readonly label: "RAL 6026";
|
|
963
|
-
readonly color: "#015D52";
|
|
964
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
965
|
-
}, {
|
|
966
|
-
readonly id: 131;
|
|
967
|
-
readonly label: "RAL 6027";
|
|
968
|
-
readonly color: "#84C3BE";
|
|
969
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
970
|
-
}, {
|
|
971
|
-
readonly id: 132;
|
|
972
|
-
readonly label: "RAL 6028";
|
|
973
|
-
readonly color: "#2C5545";
|
|
974
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
975
|
-
}, {
|
|
976
|
-
readonly id: 133;
|
|
977
|
-
readonly label: "RAL 6029";
|
|
978
|
-
readonly color: "#20603D";
|
|
979
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
980
|
-
}, {
|
|
981
|
-
readonly id: 134;
|
|
982
|
-
readonly label: "RAL 6032";
|
|
983
|
-
readonly color: "#317F43";
|
|
984
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
985
|
-
}, {
|
|
986
|
-
readonly id: 135;
|
|
987
|
-
readonly label: "RAL 6033";
|
|
988
|
-
readonly color: "#497E76";
|
|
989
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
990
|
-
}, {
|
|
991
|
-
readonly id: 136;
|
|
992
|
-
readonly label: "RAL 6034";
|
|
993
|
-
readonly color: "#7FB5B5";
|
|
994
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
995
|
-
}, {
|
|
996
|
-
readonly id: 137;
|
|
997
|
-
readonly label: "RAL 6035";
|
|
998
|
-
readonly color: "#1C542D";
|
|
999
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1000
|
-
}, {
|
|
1001
|
-
readonly id: 138;
|
|
1002
|
-
readonly label: "RAL 6036";
|
|
1003
|
-
readonly color: "#193737";
|
|
1004
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1005
|
-
}, {
|
|
1006
|
-
readonly id: 139;
|
|
1007
|
-
readonly label: "RAL 6037";
|
|
1008
|
-
readonly color: "#008F39";
|
|
1009
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1010
|
-
}, {
|
|
1011
|
-
readonly id: 140;
|
|
1012
|
-
readonly label: "RAL 6038";
|
|
1013
|
-
readonly color: "#00BB2D";
|
|
1014
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1015
|
-
}];
|
|
1016
|
-
}, {
|
|
1017
|
-
readonly id: "ral_8000";
|
|
1018
|
-
readonly label: "colors-groups.ral_8000";
|
|
1019
|
-
readonly materials: readonly [{
|
|
1020
|
-
readonly id: 179;
|
|
1021
|
-
readonly label: "RAL 8000";
|
|
1022
|
-
readonly color: "#826C34";
|
|
1023
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1024
|
-
}, {
|
|
1025
|
-
readonly id: 180;
|
|
1026
|
-
readonly label: "RAL 8001";
|
|
1027
|
-
readonly color: "#955F20";
|
|
1028
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1029
|
-
}, {
|
|
1030
|
-
readonly id: 181;
|
|
1031
|
-
readonly label: "RAL 8002";
|
|
1032
|
-
readonly color: "#6C3B2A";
|
|
1033
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1034
|
-
}, {
|
|
1035
|
-
readonly id: 182;
|
|
1036
|
-
readonly label: "RAL 8003";
|
|
1037
|
-
readonly color: "#734222";
|
|
1038
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1039
|
-
}, {
|
|
1040
|
-
readonly id: 183;
|
|
1041
|
-
readonly label: "RAL 8004";
|
|
1042
|
-
readonly color: "#8E402A";
|
|
1043
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1044
|
-
}, {
|
|
1045
|
-
readonly id: 184;
|
|
1046
|
-
readonly label: "RAL 8007";
|
|
1047
|
-
readonly color: "#59351F";
|
|
1048
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1049
|
-
}, {
|
|
1050
|
-
readonly id: 185;
|
|
1051
|
-
readonly label: "RAL 8008";
|
|
1052
|
-
readonly color: "#6F4F28";
|
|
1053
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1054
|
-
}, {
|
|
1055
|
-
readonly id: 186;
|
|
1056
|
-
readonly label: "RAL 8011";
|
|
1057
|
-
readonly color: "#5B3A29";
|
|
1058
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1059
|
-
}, {
|
|
1060
|
-
readonly id: 187;
|
|
1061
|
-
readonly label: "RAL 8012";
|
|
1062
|
-
readonly color: "#592321";
|
|
1063
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1064
|
-
}, {
|
|
1065
|
-
readonly id: 188;
|
|
1066
|
-
readonly label: "RAL 8014";
|
|
1067
|
-
readonly color: "#382C1E";
|
|
1068
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1069
|
-
}, {
|
|
1070
|
-
readonly id: 189;
|
|
1071
|
-
readonly label: "RAL 8015";
|
|
1072
|
-
readonly color: "#633A34";
|
|
1073
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1074
|
-
}, {
|
|
1075
|
-
readonly id: 190;
|
|
1076
|
-
readonly label: "RAL 8016";
|
|
1077
|
-
readonly color: "#4C2F27";
|
|
1078
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1079
|
-
}, {
|
|
1080
|
-
readonly id: 191;
|
|
1081
|
-
readonly label: "RAL 8017";
|
|
1082
|
-
readonly color: "#45322E";
|
|
1083
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1084
|
-
}, {
|
|
1085
|
-
readonly id: 192;
|
|
1086
|
-
readonly label: "RAL 8019";
|
|
1087
|
-
readonly color: "#403A3A";
|
|
1088
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1089
|
-
}, {
|
|
1090
|
-
readonly id: 193;
|
|
1091
|
-
readonly label: "RAL 8022";
|
|
1092
|
-
readonly color: "#212121";
|
|
1093
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1094
|
-
}, {
|
|
1095
|
-
readonly id: 194;
|
|
1096
|
-
readonly label: "RAL 8023";
|
|
1097
|
-
readonly color: "#A65E2E";
|
|
1098
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1099
|
-
}, {
|
|
1100
|
-
readonly id: 195;
|
|
1101
|
-
readonly label: "RAL 8024";
|
|
1102
|
-
readonly color: "#79553D";
|
|
1103
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1104
|
-
}, {
|
|
1105
|
-
readonly id: 196;
|
|
1106
|
-
readonly label: "RAL 8025";
|
|
1107
|
-
readonly color: "#755C48";
|
|
1108
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1109
|
-
}, {
|
|
1110
|
-
readonly id: 197;
|
|
1111
|
-
readonly label: "RAL 8028";
|
|
1112
|
-
readonly color: "#4E3B31";
|
|
1113
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1114
|
-
}, {
|
|
1115
|
-
readonly id: 198;
|
|
1116
|
-
readonly label: "RAL 8029";
|
|
1117
|
-
readonly color: "#763C28";
|
|
1118
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1119
|
-
}];
|
|
1120
|
-
}] | RapiMaterialGroup[]>;
|
|
1121
|
-
variants: import('vue').ComputedRef<import('../../../../common/utils/composable-helpers').UseAsyncData<RapiTag[]>>;
|
|
1122
|
-
selectionElement: import('vue').ComputedRef<PlanElementViewModel>;
|
|
1123
|
-
doorLength: import('../../../../common/composables/use-core-bound-value').CoreBoundValue<number>;
|
|
1124
|
-
doorHeight: import('../../../../common/composables/use-core-bound-value').CoreBoundValue<number>;
|
|
1125
|
-
staticItem: {
|
|
1126
|
-
show: {
|
|
1127
|
-
sizeControls: any;
|
|
1128
|
-
colorControls: any;
|
|
1129
|
-
};
|
|
1130
|
-
objectColor: import('../../../../common/composables/use-core-bound-value').CoreBoundValue<any>;
|
|
1131
|
-
materialGroups: import('../../../../common/utils/composable-helpers').UseAsyncData<readonly [{
|
|
1132
|
-
readonly id: "ral_9000";
|
|
1133
|
-
readonly label: "colors-groups.ral_9000";
|
|
1134
|
-
readonly materials: readonly [{
|
|
1135
|
-
readonly id: 199;
|
|
1136
|
-
readonly label: "RAL 9001";
|
|
1137
|
-
readonly color: "#FDF4E3";
|
|
1138
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1139
|
-
}, {
|
|
1140
|
-
readonly id: 200;
|
|
1141
|
-
readonly label: "RAL 9002";
|
|
1142
|
-
readonly color: "#E7EBDA";
|
|
1143
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1144
|
-
}, {
|
|
1145
|
-
readonly id: 201;
|
|
1146
|
-
readonly label: "RAL 9003";
|
|
1147
|
-
readonly color: "#F4F4F4";
|
|
1148
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1149
|
-
}, {
|
|
1150
|
-
readonly id: 202;
|
|
1151
|
-
readonly label: "RAL 9004";
|
|
1152
|
-
readonly color: "#282828";
|
|
1153
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1154
|
-
}, {
|
|
1155
|
-
readonly id: 203;
|
|
1156
|
-
readonly label: "RAL 9005";
|
|
1157
|
-
readonly color: "#0A0A0A";
|
|
1158
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1159
|
-
}, {
|
|
1160
|
-
readonly id: 204;
|
|
1161
|
-
readonly label: "RAL 9006";
|
|
1162
|
-
readonly color: "#A5A5A5";
|
|
1163
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1164
|
-
}, {
|
|
1165
|
-
readonly id: 205;
|
|
1166
|
-
readonly label: "RAL 9007";
|
|
1167
|
-
readonly color: "#8F8F8F";
|
|
1168
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1169
|
-
}, {
|
|
1170
|
-
readonly id: 206;
|
|
1171
|
-
readonly label: "RAL 9010";
|
|
1172
|
-
readonly color: "#FFFFFF";
|
|
1173
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1174
|
-
}, {
|
|
1175
|
-
readonly id: 207;
|
|
1176
|
-
readonly label: "RAL 9011";
|
|
1177
|
-
readonly color: "#1C1C1C";
|
|
1178
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1179
|
-
}, {
|
|
1180
|
-
readonly id: 208;
|
|
1181
|
-
readonly label: "RAL 9016";
|
|
1182
|
-
readonly color: "#F6F6F6";
|
|
1183
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1184
|
-
}, {
|
|
1185
|
-
readonly id: 209;
|
|
1186
|
-
readonly label: "RAL 9017";
|
|
1187
|
-
readonly color: "#1E1E1E";
|
|
1188
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1189
|
-
}, {
|
|
1190
|
-
readonly id: 210;
|
|
1191
|
-
readonly label: "RAL 9018";
|
|
1192
|
-
readonly color: "#D7D7D7";
|
|
1193
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1194
|
-
}, {
|
|
1195
|
-
readonly id: 211;
|
|
1196
|
-
readonly label: "RAL 9022";
|
|
1197
|
-
readonly color: "#9C9C9C";
|
|
1198
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1199
|
-
}, {
|
|
1200
|
-
readonly id: 212;
|
|
1201
|
-
readonly label: "RAL 9023";
|
|
1202
|
-
readonly color: "#828282";
|
|
1203
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1204
|
-
}];
|
|
1205
|
-
}, {
|
|
1206
|
-
readonly id: "ral_7000";
|
|
1207
|
-
readonly label: "colors-groups.ral_7000";
|
|
1208
|
-
readonly materials: readonly [{
|
|
1209
|
-
readonly id: 141;
|
|
1210
|
-
readonly label: "RAL 7000";
|
|
1211
|
-
readonly color: "#78858B";
|
|
1212
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1213
|
-
}, {
|
|
1214
|
-
readonly id: 142;
|
|
1215
|
-
readonly label: "RAL 7001";
|
|
1216
|
-
readonly color: "#8A9597";
|
|
1217
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1218
|
-
}, {
|
|
1219
|
-
readonly id: 143;
|
|
1220
|
-
readonly label: "RAL 7002";
|
|
1221
|
-
readonly color: "#7E7B52";
|
|
1222
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1223
|
-
}, {
|
|
1224
|
-
readonly id: 144;
|
|
1225
|
-
readonly label: "RAL 7003";
|
|
1226
|
-
readonly color: "#6C7059";
|
|
1227
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1228
|
-
}, {
|
|
1229
|
-
readonly id: 145;
|
|
1230
|
-
readonly label: "RAL 7004";
|
|
1231
|
-
readonly color: "#969992";
|
|
1232
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1233
|
-
}, {
|
|
1234
|
-
readonly id: 146;
|
|
1235
|
-
readonly label: "RAL 7005";
|
|
1236
|
-
readonly color: "#646B63";
|
|
1237
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1238
|
-
}, {
|
|
1239
|
-
readonly id: 147;
|
|
1240
|
-
readonly label: "RAL 7006";
|
|
1241
|
-
readonly color: "#6D6552";
|
|
1242
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1243
|
-
}, {
|
|
1244
|
-
readonly id: 148;
|
|
1245
|
-
readonly label: "RAL 7008";
|
|
1246
|
-
readonly color: "#6A5F31";
|
|
1247
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1248
|
-
}, {
|
|
1249
|
-
readonly id: 149;
|
|
1250
|
-
readonly label: "RAL 7009";
|
|
1251
|
-
readonly color: "#4D5645";
|
|
1252
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1253
|
-
}, {
|
|
1254
|
-
readonly id: 150;
|
|
1255
|
-
readonly label: "RAL 7010";
|
|
1256
|
-
readonly color: "#4C514A";
|
|
1257
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1258
|
-
}, {
|
|
1259
|
-
readonly id: 151;
|
|
1260
|
-
readonly label: "RAL 7011";
|
|
1261
|
-
readonly color: "#434B4D";
|
|
1262
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1263
|
-
}, {
|
|
1264
|
-
readonly id: 152;
|
|
1265
|
-
readonly label: "RAL 7012";
|
|
1266
|
-
readonly color: "#4E5754";
|
|
1267
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1268
|
-
}, {
|
|
1269
|
-
readonly id: 153;
|
|
1270
|
-
readonly label: "RAL 7013";
|
|
1271
|
-
readonly color: "#464531";
|
|
1272
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1273
|
-
}, {
|
|
1274
|
-
readonly id: 154;
|
|
1275
|
-
readonly label: "RAL 7015";
|
|
1276
|
-
readonly color: "#434750";
|
|
1277
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1278
|
-
}, {
|
|
1279
|
-
readonly id: 155;
|
|
1280
|
-
readonly label: "RAL 7016";
|
|
1281
|
-
readonly color: "#293133";
|
|
1282
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1283
|
-
}, {
|
|
1284
|
-
readonly id: 156;
|
|
1285
|
-
readonly label: "RAL 7021";
|
|
1286
|
-
readonly color: "#23282B";
|
|
1287
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1288
|
-
}, {
|
|
1289
|
-
readonly id: 157;
|
|
1290
|
-
readonly label: "RAL 7022";
|
|
1291
|
-
readonly color: "#332F2C";
|
|
1292
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1293
|
-
}, {
|
|
1294
|
-
readonly id: 158;
|
|
1295
|
-
readonly label: "RAL 7023";
|
|
1296
|
-
readonly color: "#686C5E";
|
|
1297
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1298
|
-
}, {
|
|
1299
|
-
readonly id: 159;
|
|
1300
|
-
readonly label: "RAL 7024";
|
|
1301
|
-
readonly color: "#474A51";
|
|
1302
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1303
|
-
}, {
|
|
1304
|
-
readonly id: 160;
|
|
1305
|
-
readonly label: "RAL 7026";
|
|
1306
|
-
readonly color: "#2F353B";
|
|
1307
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1308
|
-
}, {
|
|
1309
|
-
readonly id: 161;
|
|
1310
|
-
readonly label: "RAL 7030";
|
|
1311
|
-
readonly color: "#8B8C7A";
|
|
1312
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1313
|
-
}, {
|
|
1314
|
-
readonly id: 162;
|
|
1315
|
-
readonly label: "RAL 7031";
|
|
1316
|
-
readonly color: "#474B4E";
|
|
1317
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1318
|
-
}, {
|
|
1319
|
-
readonly id: 163;
|
|
1320
|
-
readonly label: "RAL 7032";
|
|
1321
|
-
readonly color: "#B8B799";
|
|
1322
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1323
|
-
}, {
|
|
1324
|
-
readonly id: 164;
|
|
1325
|
-
readonly label: "RAL 7033";
|
|
1326
|
-
readonly color: "#7D8471";
|
|
1327
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1328
|
-
}, {
|
|
1329
|
-
readonly id: 165;
|
|
1330
|
-
readonly label: "RAL 7034";
|
|
1331
|
-
readonly color: "#8F8B66";
|
|
1332
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1333
|
-
}, {
|
|
1334
|
-
readonly id: 166;
|
|
1335
|
-
readonly label: "RAL 7035";
|
|
1336
|
-
readonly color: "#D7D7D7";
|
|
1337
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1338
|
-
}, {
|
|
1339
|
-
readonly id: 167;
|
|
1340
|
-
readonly label: "RAL 7036";
|
|
1341
|
-
readonly color: "#7F7679";
|
|
1342
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1343
|
-
}, {
|
|
1344
|
-
readonly id: 168;
|
|
1345
|
-
readonly label: "RAL 7037";
|
|
1346
|
-
readonly color: "#7D7F7D";
|
|
1347
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1348
|
-
}, {
|
|
1349
|
-
readonly id: 169;
|
|
1350
|
-
readonly label: "RAL 7038";
|
|
1351
|
-
readonly color: "#B5B8B1";
|
|
1352
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1353
|
-
}, {
|
|
1354
|
-
readonly id: 170;
|
|
1355
|
-
readonly label: "RAL 7039";
|
|
1356
|
-
readonly color: "#6C6960";
|
|
1357
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1358
|
-
}, {
|
|
1359
|
-
readonly id: 171;
|
|
1360
|
-
readonly label: "RAL 7040";
|
|
1361
|
-
readonly color: "#9DA1AA";
|
|
1362
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1363
|
-
}, {
|
|
1364
|
-
readonly id: 172;
|
|
1365
|
-
readonly label: "RAL 7042";
|
|
1366
|
-
readonly color: "#8D948D";
|
|
1367
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1368
|
-
}, {
|
|
1369
|
-
readonly id: 173;
|
|
1370
|
-
readonly label: "RAL 7043";
|
|
1371
|
-
readonly color: "#4E5452";
|
|
1372
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1373
|
-
}, {
|
|
1374
|
-
readonly id: 174;
|
|
1375
|
-
readonly label: "RAL 7044";
|
|
1376
|
-
readonly color: "#CAC4B0";
|
|
1377
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1378
|
-
}, {
|
|
1379
|
-
readonly id: 175;
|
|
1380
|
-
readonly label: "RAL 7045";
|
|
1381
|
-
readonly color: "#909090";
|
|
1382
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1383
|
-
}, {
|
|
1384
|
-
readonly id: 176;
|
|
1385
|
-
readonly label: "RAL 7046";
|
|
1386
|
-
readonly color: "#82898F";
|
|
1387
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1388
|
-
}, {
|
|
1389
|
-
readonly id: 177;
|
|
1390
|
-
readonly label: "RAL 7047";
|
|
1391
|
-
readonly color: "#D0D0D0";
|
|
1392
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1393
|
-
}, {
|
|
1394
|
-
readonly id: 178;
|
|
1395
|
-
readonly label: "RAL 7048";
|
|
1396
|
-
readonly color: "#898176";
|
|
1397
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1398
|
-
}];
|
|
1399
|
-
}, {
|
|
1400
|
-
readonly id: "ral_1000";
|
|
1401
|
-
readonly label: "colors-groups.ral_1000";
|
|
1402
|
-
readonly materials: readonly [{
|
|
1403
|
-
readonly id: 0;
|
|
1404
|
-
readonly label: "RAL 1000";
|
|
1405
|
-
readonly color: "#BEBD7F";
|
|
1406
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1407
|
-
}, {
|
|
1408
|
-
readonly id: 1;
|
|
1409
|
-
readonly label: "RAL 1001";
|
|
1410
|
-
readonly color: "#C2B078";
|
|
1411
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1412
|
-
}, {
|
|
1413
|
-
readonly id: 2;
|
|
1414
|
-
readonly label: "RAL 1002";
|
|
1415
|
-
readonly color: "#C6A664";
|
|
1416
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1417
|
-
}, {
|
|
1418
|
-
readonly id: 3;
|
|
1419
|
-
readonly label: "RAL 1003";
|
|
1420
|
-
readonly color: "#E5BE01";
|
|
1421
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1422
|
-
}, {
|
|
1423
|
-
readonly id: 4;
|
|
1424
|
-
readonly label: "RAL 1004";
|
|
1425
|
-
readonly color: "#CDA434";
|
|
1426
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1427
|
-
}, {
|
|
1428
|
-
readonly id: 5;
|
|
1429
|
-
readonly label: "RAL 1005";
|
|
1430
|
-
readonly color: "#A98307";
|
|
1431
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1432
|
-
}, {
|
|
1433
|
-
readonly id: 6;
|
|
1434
|
-
readonly label: "RAL 1006";
|
|
1435
|
-
readonly color: "#E4A010";
|
|
1436
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1437
|
-
}, {
|
|
1438
|
-
readonly id: 7;
|
|
1439
|
-
readonly label: "RAL 1007";
|
|
1440
|
-
readonly color: "#DC9D00";
|
|
1441
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1442
|
-
}, {
|
|
1443
|
-
readonly id: 8;
|
|
1444
|
-
readonly label: "RAL 1011";
|
|
1445
|
-
readonly color: "#8A6642";
|
|
1446
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1447
|
-
}, {
|
|
1448
|
-
readonly id: 9;
|
|
1449
|
-
readonly label: "RAL 1012";
|
|
1450
|
-
readonly color: "#C7B446";
|
|
1451
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1452
|
-
}, {
|
|
1453
|
-
readonly id: 10;
|
|
1454
|
-
readonly label: "RAL 1013";
|
|
1455
|
-
readonly color: "#EAE6CA";
|
|
1456
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1457
|
-
}, {
|
|
1458
|
-
readonly id: 11;
|
|
1459
|
-
readonly label: "RAL 1014";
|
|
1460
|
-
readonly color: "#E1CC4F";
|
|
1461
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1462
|
-
}, {
|
|
1463
|
-
readonly id: 12;
|
|
1464
|
-
readonly label: "RAL 1015";
|
|
1465
|
-
readonly color: "#E6D690";
|
|
1466
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1467
|
-
}, {
|
|
1468
|
-
readonly id: 13;
|
|
1469
|
-
readonly label: "RAL 1016";
|
|
1470
|
-
readonly color: "#EDFF21";
|
|
1471
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1472
|
-
}, {
|
|
1473
|
-
readonly id: 14;
|
|
1474
|
-
readonly label: "RAL 1017";
|
|
1475
|
-
readonly color: "#F5D033";
|
|
1476
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1477
|
-
}, {
|
|
1478
|
-
readonly id: 15;
|
|
1479
|
-
readonly label: "RAL 1018";
|
|
1480
|
-
readonly color: "#F8F32B";
|
|
1481
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1482
|
-
}, {
|
|
1483
|
-
readonly id: 16;
|
|
1484
|
-
readonly label: "RAL 1019";
|
|
1485
|
-
readonly color: "#9E9764";
|
|
1486
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1487
|
-
}, {
|
|
1488
|
-
readonly id: 17;
|
|
1489
|
-
readonly label: "RAL 1020";
|
|
1490
|
-
readonly color: "#999950";
|
|
1491
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1492
|
-
}, {
|
|
1493
|
-
readonly id: 18;
|
|
1494
|
-
readonly label: "RAL 1021";
|
|
1495
|
-
readonly color: "#F3DA0B";
|
|
1496
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1497
|
-
}, {
|
|
1498
|
-
readonly id: 19;
|
|
1499
|
-
readonly label: "RAL 1023";
|
|
1500
|
-
readonly color: "#FAD201";
|
|
1501
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1502
|
-
}, {
|
|
1503
|
-
readonly id: 20;
|
|
1504
|
-
readonly label: "RAL 1024";
|
|
1505
|
-
readonly color: "#AEA04B";
|
|
1506
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1507
|
-
}, {
|
|
1508
|
-
readonly id: 21;
|
|
1509
|
-
readonly label: "RAL 1026";
|
|
1510
|
-
readonly color: "#FFFF00";
|
|
1511
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1512
|
-
}, {
|
|
1513
|
-
readonly id: 22;
|
|
1514
|
-
readonly label: "RAL 1027";
|
|
1515
|
-
readonly color: "#9D9101";
|
|
1516
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1517
|
-
}, {
|
|
1518
|
-
readonly id: 23;
|
|
1519
|
-
readonly label: "RAL 1028";
|
|
1520
|
-
readonly color: "#F4A900";
|
|
1521
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1522
|
-
}, {
|
|
1523
|
-
readonly id: 24;
|
|
1524
|
-
readonly label: "RAL 1032";
|
|
1525
|
-
readonly color: "#D6AE01";
|
|
1526
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1527
|
-
}, {
|
|
1528
|
-
readonly id: 25;
|
|
1529
|
-
readonly label: "RAL 1033";
|
|
1530
|
-
readonly color: "#F3A505";
|
|
1531
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1532
|
-
}, {
|
|
1533
|
-
readonly id: 26;
|
|
1534
|
-
readonly label: "RAL 1034";
|
|
1535
|
-
readonly color: "#EFA94A";
|
|
1536
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1537
|
-
}, {
|
|
1538
|
-
readonly id: 27;
|
|
1539
|
-
readonly label: "RAL 1035";
|
|
1540
|
-
readonly color: "#6A5D4D";
|
|
1541
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1542
|
-
}, {
|
|
1543
|
-
readonly id: 28;
|
|
1544
|
-
readonly label: "RAL 1036";
|
|
1545
|
-
readonly color: "#705335";
|
|
1546
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1547
|
-
}, {
|
|
1548
|
-
readonly id: 29;
|
|
1549
|
-
readonly label: "RAL 1037";
|
|
1550
|
-
readonly color: "#F39F18";
|
|
1551
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1552
|
-
}];
|
|
1553
|
-
}, {
|
|
1554
|
-
readonly id: "ral_2000";
|
|
1555
|
-
readonly label: "colors-groups.ral_2000";
|
|
1556
|
-
readonly materials: readonly [{
|
|
1557
|
-
readonly id: 30;
|
|
1558
|
-
readonly label: "RAL 2000";
|
|
1559
|
-
readonly color: "#ED760E";
|
|
1560
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1561
|
-
}, {
|
|
1562
|
-
readonly id: 31;
|
|
1563
|
-
readonly label: "RAL 2001";
|
|
1564
|
-
readonly color: "#C93C20";
|
|
1565
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1566
|
-
}, {
|
|
1567
|
-
readonly id: 32;
|
|
1568
|
-
readonly label: "RAL 2002";
|
|
1569
|
-
readonly color: "#CB2821";
|
|
1570
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1571
|
-
}, {
|
|
1572
|
-
readonly id: 33;
|
|
1573
|
-
readonly label: "RAL 2003";
|
|
1574
|
-
readonly color: "#FF7514";
|
|
1575
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1576
|
-
}, {
|
|
1577
|
-
readonly id: 34;
|
|
1578
|
-
readonly label: "RAL 2004";
|
|
1579
|
-
readonly color: "#F44611";
|
|
1580
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1581
|
-
}, {
|
|
1582
|
-
readonly id: 35;
|
|
1583
|
-
readonly label: "RAL 2005";
|
|
1584
|
-
readonly color: "#FF2301";
|
|
1585
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1586
|
-
}, {
|
|
1587
|
-
readonly id: 36;
|
|
1588
|
-
readonly label: "RAL 2007";
|
|
1589
|
-
readonly color: "#FFA420";
|
|
1590
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1591
|
-
}, {
|
|
1592
|
-
readonly id: 37;
|
|
1593
|
-
readonly label: "RAL 2008";
|
|
1594
|
-
readonly color: "#F75E25";
|
|
1595
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1596
|
-
}, {
|
|
1597
|
-
readonly id: 38;
|
|
1598
|
-
readonly label: "RAL 2009";
|
|
1599
|
-
readonly color: "#F54021";
|
|
1600
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1601
|
-
}, {
|
|
1602
|
-
readonly id: 39;
|
|
1603
|
-
readonly label: "RAL 2010";
|
|
1604
|
-
readonly color: "#D84B20";
|
|
1605
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1606
|
-
}, {
|
|
1607
|
-
readonly id: 40;
|
|
1608
|
-
readonly label: "RAL 2011";
|
|
1609
|
-
readonly color: "#EC7C26";
|
|
1610
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1611
|
-
}, {
|
|
1612
|
-
readonly id: 41;
|
|
1613
|
-
readonly label: "RAL 2012";
|
|
1614
|
-
readonly color: "#E55137";
|
|
1615
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1616
|
-
}, {
|
|
1617
|
-
readonly id: 42;
|
|
1618
|
-
readonly label: "RAL 2013";
|
|
1619
|
-
readonly color: "#C35831";
|
|
1620
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1621
|
-
}];
|
|
1622
|
-
}, {
|
|
1623
|
-
readonly id: "ral_3000";
|
|
1624
|
-
readonly label: "colors-groups.ral_3000";
|
|
1625
|
-
readonly materials: readonly [{
|
|
1626
|
-
readonly id: 43;
|
|
1627
|
-
readonly label: "RAL 3000";
|
|
1628
|
-
readonly color: "#AF2B1E";
|
|
1629
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1630
|
-
}, {
|
|
1631
|
-
readonly id: 44;
|
|
1632
|
-
readonly label: "RAL 3001";
|
|
1633
|
-
readonly color: "#A52019";
|
|
1634
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1635
|
-
}, {
|
|
1636
|
-
readonly id: 45;
|
|
1637
|
-
readonly label: "RAL 3002";
|
|
1638
|
-
readonly color: "#A2231D";
|
|
1639
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1640
|
-
}, {
|
|
1641
|
-
readonly id: 46;
|
|
1642
|
-
readonly label: "RAL 3003";
|
|
1643
|
-
readonly color: "#9B111E";
|
|
1644
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1645
|
-
}, {
|
|
1646
|
-
readonly id: 47;
|
|
1647
|
-
readonly label: "RAL 3004";
|
|
1648
|
-
readonly color: "#75151E";
|
|
1649
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1650
|
-
}, {
|
|
1651
|
-
readonly id: 48;
|
|
1652
|
-
readonly label: "RAL 3005";
|
|
1653
|
-
readonly color: "#5E2129";
|
|
1654
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1655
|
-
}, {
|
|
1656
|
-
readonly id: 49;
|
|
1657
|
-
readonly label: "RAL 3007";
|
|
1658
|
-
readonly color: "#412227";
|
|
1659
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1660
|
-
}, {
|
|
1661
|
-
readonly id: 50;
|
|
1662
|
-
readonly label: "RAL 3009";
|
|
1663
|
-
readonly color: "#642424";
|
|
1664
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1665
|
-
}, {
|
|
1666
|
-
readonly id: 51;
|
|
1667
|
-
readonly label: "RAL 3011";
|
|
1668
|
-
readonly color: "#781F19";
|
|
1669
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1670
|
-
}, {
|
|
1671
|
-
readonly id: 52;
|
|
1672
|
-
readonly label: "RAL 3012";
|
|
1673
|
-
readonly color: "#C1876B";
|
|
1674
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1675
|
-
}, {
|
|
1676
|
-
readonly id: 53;
|
|
1677
|
-
readonly label: "RAL 3013";
|
|
1678
|
-
readonly color: "#A12312";
|
|
1679
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1680
|
-
}, {
|
|
1681
|
-
readonly id: 54;
|
|
1682
|
-
readonly label: "RAL 3014";
|
|
1683
|
-
readonly color: "#D36E70";
|
|
1684
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1685
|
-
}, {
|
|
1686
|
-
readonly id: 55;
|
|
1687
|
-
readonly label: "RAL 3015";
|
|
1688
|
-
readonly color: "#EA899A";
|
|
1689
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1690
|
-
}, {
|
|
1691
|
-
readonly id: 56;
|
|
1692
|
-
readonly label: "RAL 3016";
|
|
1693
|
-
readonly color: "#B32821";
|
|
1694
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1695
|
-
}, {
|
|
1696
|
-
readonly id: 57;
|
|
1697
|
-
readonly label: "RAL 3017";
|
|
1698
|
-
readonly color: "#E63244";
|
|
1699
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1700
|
-
}, {
|
|
1701
|
-
readonly id: 58;
|
|
1702
|
-
readonly label: "RAL 3018";
|
|
1703
|
-
readonly color: "#D53032";
|
|
1704
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1705
|
-
}, {
|
|
1706
|
-
readonly id: 59;
|
|
1707
|
-
readonly label: "RAL 3020";
|
|
1708
|
-
readonly color: "#CC0605";
|
|
1709
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1710
|
-
}, {
|
|
1711
|
-
readonly id: 60;
|
|
1712
|
-
readonly label: "RAL 3022";
|
|
1713
|
-
readonly color: "#D95030";
|
|
1714
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1715
|
-
}, {
|
|
1716
|
-
readonly id: 61;
|
|
1717
|
-
readonly label: "RAL 3024";
|
|
1718
|
-
readonly color: "#F80000";
|
|
1719
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1720
|
-
}, {
|
|
1721
|
-
readonly id: 62;
|
|
1722
|
-
readonly label: "RAL 3026";
|
|
1723
|
-
readonly color: "#FE0000";
|
|
1724
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1725
|
-
}, {
|
|
1726
|
-
readonly id: 63;
|
|
1727
|
-
readonly label: "RAL 3027";
|
|
1728
|
-
readonly color: "#C51D34";
|
|
1729
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1730
|
-
}, {
|
|
1731
|
-
readonly id: 64;
|
|
1732
|
-
readonly label: "RAL 3028";
|
|
1733
|
-
readonly color: "#CB3234";
|
|
1734
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1735
|
-
}, {
|
|
1736
|
-
readonly id: 65;
|
|
1737
|
-
readonly label: "RAL 3031";
|
|
1738
|
-
readonly color: "#B32428";
|
|
1739
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1740
|
-
}, {
|
|
1741
|
-
readonly id: 66;
|
|
1742
|
-
readonly label: "RAL 3032";
|
|
1743
|
-
readonly color: "#721422";
|
|
1744
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1745
|
-
}, {
|
|
1746
|
-
readonly id: 67;
|
|
1747
|
-
readonly label: "RAL 3033";
|
|
1748
|
-
readonly color: "#B44C43";
|
|
1749
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1750
|
-
}];
|
|
1751
|
-
}, {
|
|
1752
|
-
readonly id: "ral_4000";
|
|
1753
|
-
readonly label: "colors-groups.ral_4000";
|
|
1754
|
-
readonly materials: readonly [{
|
|
1755
|
-
readonly id: 68;
|
|
1756
|
-
readonly label: "RAL 4001";
|
|
1757
|
-
readonly color: "#6D3F5B";
|
|
1758
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1759
|
-
}, {
|
|
1760
|
-
readonly id: 69;
|
|
1761
|
-
readonly label: "RAL 4002";
|
|
1762
|
-
readonly color: "#922B3E";
|
|
1763
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1764
|
-
}, {
|
|
1765
|
-
readonly id: 70;
|
|
1766
|
-
readonly label: "RAL 4003";
|
|
1767
|
-
readonly color: "#DE4C8A";
|
|
1768
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1769
|
-
}, {
|
|
1770
|
-
readonly id: 71;
|
|
1771
|
-
readonly label: "RAL 4004";
|
|
1772
|
-
readonly color: "#641C34";
|
|
1773
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1774
|
-
}, {
|
|
1775
|
-
readonly id: 72;
|
|
1776
|
-
readonly label: "RAL 4005";
|
|
1777
|
-
readonly color: "#6C4675";
|
|
1778
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1779
|
-
}, {
|
|
1780
|
-
readonly id: 73;
|
|
1781
|
-
readonly label: "RAL 4006";
|
|
1782
|
-
readonly color: "#A03472";
|
|
1783
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1784
|
-
}, {
|
|
1785
|
-
readonly id: 74;
|
|
1786
|
-
readonly label: "RAL 4007";
|
|
1787
|
-
readonly color: "#4A192C";
|
|
1788
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1789
|
-
}, {
|
|
1790
|
-
readonly id: 75;
|
|
1791
|
-
readonly label: "RAL 4008";
|
|
1792
|
-
readonly color: "#924E7D";
|
|
1793
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1794
|
-
}, {
|
|
1795
|
-
readonly id: 76;
|
|
1796
|
-
readonly label: "RAL 4009";
|
|
1797
|
-
readonly color: "#A18594";
|
|
1798
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1799
|
-
}, {
|
|
1800
|
-
readonly id: 77;
|
|
1801
|
-
readonly label: "RAL 4010";
|
|
1802
|
-
readonly color: "#CF3476";
|
|
1803
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1804
|
-
}, {
|
|
1805
|
-
readonly id: 78;
|
|
1806
|
-
readonly label: "RAL 4011";
|
|
1807
|
-
readonly color: "#8673A1";
|
|
1808
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1809
|
-
}, {
|
|
1810
|
-
readonly id: 79;
|
|
1811
|
-
readonly label: "RAL 4012";
|
|
1812
|
-
readonly color: "#6C6874";
|
|
1813
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1814
|
-
}];
|
|
1815
|
-
}, {
|
|
1816
|
-
readonly id: "ral_5000";
|
|
1817
|
-
readonly label: "colors-groups.ral_5000";
|
|
1818
|
-
readonly materials: readonly [{
|
|
1819
|
-
readonly id: 80;
|
|
1820
|
-
readonly label: "RAL 5000";
|
|
1821
|
-
readonly color: "#354D73";
|
|
1822
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1823
|
-
}, {
|
|
1824
|
-
readonly id: 81;
|
|
1825
|
-
readonly label: "RAL 5001";
|
|
1826
|
-
readonly color: "#1F3438";
|
|
1827
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1828
|
-
}, {
|
|
1829
|
-
readonly id: 82;
|
|
1830
|
-
readonly label: "RAL 5002";
|
|
1831
|
-
readonly color: "#20214F";
|
|
1832
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1833
|
-
}, {
|
|
1834
|
-
readonly id: 83;
|
|
1835
|
-
readonly label: "RAL 5003";
|
|
1836
|
-
readonly color: "#1D1E33";
|
|
1837
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1838
|
-
}, {
|
|
1839
|
-
readonly id: 84;
|
|
1840
|
-
readonly label: "RAL 5004";
|
|
1841
|
-
readonly color: "#18171C";
|
|
1842
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1843
|
-
}, {
|
|
1844
|
-
readonly id: 85;
|
|
1845
|
-
readonly label: "RAL 5005";
|
|
1846
|
-
readonly color: "#1E2460";
|
|
1847
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1848
|
-
}, {
|
|
1849
|
-
readonly id: 86;
|
|
1850
|
-
readonly label: "RAL 5007";
|
|
1851
|
-
readonly color: "#3E5F8A";
|
|
1852
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1853
|
-
}, {
|
|
1854
|
-
readonly id: 87;
|
|
1855
|
-
readonly label: "RAL 5008";
|
|
1856
|
-
readonly color: "#26252D";
|
|
1857
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1858
|
-
}, {
|
|
1859
|
-
readonly id: 88;
|
|
1860
|
-
readonly label: "RAL 5009";
|
|
1861
|
-
readonly color: "#025669";
|
|
1862
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1863
|
-
}, {
|
|
1864
|
-
readonly id: 89;
|
|
1865
|
-
readonly label: "RAL 5010";
|
|
1866
|
-
readonly color: "#0E294B";
|
|
1867
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1868
|
-
}, {
|
|
1869
|
-
readonly id: 90;
|
|
1870
|
-
readonly label: "RAL 5011";
|
|
1871
|
-
readonly color: "#231A24";
|
|
1872
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1873
|
-
}, {
|
|
1874
|
-
readonly id: 91;
|
|
1875
|
-
readonly label: "RAL 5012";
|
|
1876
|
-
readonly color: "#3B83BD";
|
|
1877
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1878
|
-
}, {
|
|
1879
|
-
readonly id: 92;
|
|
1880
|
-
readonly label: "RAL 5013";
|
|
1881
|
-
readonly color: "#1E213D";
|
|
1882
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1883
|
-
}, {
|
|
1884
|
-
readonly id: 93;
|
|
1885
|
-
readonly label: "RAL 5014";
|
|
1886
|
-
readonly color: "#606E8C";
|
|
1887
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1888
|
-
}, {
|
|
1889
|
-
readonly id: 94;
|
|
1890
|
-
readonly label: "RAL 5015";
|
|
1891
|
-
readonly color: "#2271B3";
|
|
1892
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1893
|
-
}, {
|
|
1894
|
-
readonly id: 95;
|
|
1895
|
-
readonly label: "RAL 5017";
|
|
1896
|
-
readonly color: "#063971";
|
|
1897
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1898
|
-
}, {
|
|
1899
|
-
readonly id: 96;
|
|
1900
|
-
readonly label: "RAL 5018";
|
|
1901
|
-
readonly color: "#3F888F";
|
|
1902
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1903
|
-
}, {
|
|
1904
|
-
readonly id: 97;
|
|
1905
|
-
readonly label: "RAL 5019";
|
|
1906
|
-
readonly color: "#1B5583";
|
|
1907
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1908
|
-
}, {
|
|
1909
|
-
readonly id: 98;
|
|
1910
|
-
readonly label: "RAL 5020";
|
|
1911
|
-
readonly color: "#1D334A";
|
|
1912
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1913
|
-
}, {
|
|
1914
|
-
readonly id: 99;
|
|
1915
|
-
readonly label: "RAL 5021";
|
|
1916
|
-
readonly color: "#256D7B";
|
|
1917
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1918
|
-
}, {
|
|
1919
|
-
readonly id: 100;
|
|
1920
|
-
readonly label: "RAL 5022";
|
|
1921
|
-
readonly color: "#252850";
|
|
1922
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1923
|
-
}, {
|
|
1924
|
-
readonly id: 101;
|
|
1925
|
-
readonly label: "RAL 5023";
|
|
1926
|
-
readonly color: "#49678D";
|
|
1927
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1928
|
-
}, {
|
|
1929
|
-
readonly id: 102;
|
|
1930
|
-
readonly label: "RAL 5024";
|
|
1931
|
-
readonly color: "#5D9B9B";
|
|
1932
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1933
|
-
}, {
|
|
1934
|
-
readonly id: 103;
|
|
1935
|
-
readonly label: "RAL 5025";
|
|
1936
|
-
readonly color: "#2A6478";
|
|
1937
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1938
|
-
}, {
|
|
1939
|
-
readonly id: 104;
|
|
1940
|
-
readonly label: "RAL 5026";
|
|
1941
|
-
readonly color: "#102C54";
|
|
1942
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1943
|
-
}];
|
|
1944
|
-
}, {
|
|
1945
|
-
readonly id: "ral_6000";
|
|
1946
|
-
readonly label: "colors-groups.ral_6000";
|
|
1947
|
-
readonly materials: readonly [{
|
|
1948
|
-
readonly id: 105;
|
|
1949
|
-
readonly label: "RAL 6000";
|
|
1950
|
-
readonly color: "#316650";
|
|
1951
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1952
|
-
}, {
|
|
1953
|
-
readonly id: 106;
|
|
1954
|
-
readonly label: "RAL 6001";
|
|
1955
|
-
readonly color: "#287233";
|
|
1956
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1957
|
-
}, {
|
|
1958
|
-
readonly id: 107;
|
|
1959
|
-
readonly label: "RAL 6002";
|
|
1960
|
-
readonly color: "#2D572C";
|
|
1961
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1962
|
-
}, {
|
|
1963
|
-
readonly id: 108;
|
|
1964
|
-
readonly label: "RAL 6003";
|
|
1965
|
-
readonly color: "#424632";
|
|
1966
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1967
|
-
}, {
|
|
1968
|
-
readonly id: 109;
|
|
1969
|
-
readonly label: "RAL 6004";
|
|
1970
|
-
readonly color: "#1F3A3D";
|
|
1971
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1972
|
-
}, {
|
|
1973
|
-
readonly id: 110;
|
|
1974
|
-
readonly label: "RAL 6005";
|
|
1975
|
-
readonly color: "#2F4538";
|
|
1976
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1977
|
-
}, {
|
|
1978
|
-
readonly id: 111;
|
|
1979
|
-
readonly label: "RAL 6006";
|
|
1980
|
-
readonly color: "#3E3B32";
|
|
1981
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1982
|
-
}, {
|
|
1983
|
-
readonly id: 112;
|
|
1984
|
-
readonly label: "RAL 6007";
|
|
1985
|
-
readonly color: "#343B29";
|
|
1986
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1987
|
-
}, {
|
|
1988
|
-
readonly id: 113;
|
|
1989
|
-
readonly label: "RAL 6008";
|
|
1990
|
-
readonly color: "#39352A";
|
|
1991
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1992
|
-
}, {
|
|
1993
|
-
readonly id: 114;
|
|
1994
|
-
readonly label: "RAL 6009";
|
|
1995
|
-
readonly color: "#31372B";
|
|
1996
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
1997
|
-
}, {
|
|
1998
|
-
readonly id: 115;
|
|
1999
|
-
readonly label: "RAL 6010";
|
|
2000
|
-
readonly color: "#35682D";
|
|
2001
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2002
|
-
}, {
|
|
2003
|
-
readonly id: 116;
|
|
2004
|
-
readonly label: "RAL 6011";
|
|
2005
|
-
readonly color: "#587246";
|
|
2006
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2007
|
-
}, {
|
|
2008
|
-
readonly id: 117;
|
|
2009
|
-
readonly label: "RAL 6012";
|
|
2010
|
-
readonly color: "#343E40";
|
|
2011
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2012
|
-
}, {
|
|
2013
|
-
readonly id: 118;
|
|
2014
|
-
readonly label: "RAL 6013";
|
|
2015
|
-
readonly color: "#6C7156";
|
|
2016
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2017
|
-
}, {
|
|
2018
|
-
readonly id: 119;
|
|
2019
|
-
readonly label: "RAL 6014";
|
|
2020
|
-
readonly color: "#47402E";
|
|
2021
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2022
|
-
}, {
|
|
2023
|
-
readonly id: 120;
|
|
2024
|
-
readonly label: "RAL 6015";
|
|
2025
|
-
readonly color: "#3B3C36";
|
|
2026
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2027
|
-
}, {
|
|
2028
|
-
readonly id: 121;
|
|
2029
|
-
readonly label: "RAL 6016";
|
|
2030
|
-
readonly color: "#1E5945";
|
|
2031
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2032
|
-
}, {
|
|
2033
|
-
readonly id: 122;
|
|
2034
|
-
readonly label: "RAL 6017";
|
|
2035
|
-
readonly color: "#4C9141";
|
|
2036
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2037
|
-
}, {
|
|
2038
|
-
readonly id: 123;
|
|
2039
|
-
readonly label: "RAL 6018";
|
|
2040
|
-
readonly color: "#57A639";
|
|
2041
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2042
|
-
}, {
|
|
2043
|
-
readonly id: 124;
|
|
2044
|
-
readonly label: "RAL 6019";
|
|
2045
|
-
readonly color: "#BDECB6";
|
|
2046
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2047
|
-
}, {
|
|
2048
|
-
readonly id: 125;
|
|
2049
|
-
readonly label: "RAL 6020";
|
|
2050
|
-
readonly color: "#2E3A23";
|
|
2051
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2052
|
-
}, {
|
|
2053
|
-
readonly id: 126;
|
|
2054
|
-
readonly label: "RAL 6021";
|
|
2055
|
-
readonly color: "#89AC76";
|
|
2056
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2057
|
-
}, {
|
|
2058
|
-
readonly id: 127;
|
|
2059
|
-
readonly label: "RAL 6022";
|
|
2060
|
-
readonly color: "#25221B";
|
|
2061
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2062
|
-
}, {
|
|
2063
|
-
readonly id: 128;
|
|
2064
|
-
readonly label: "RAL 6024";
|
|
2065
|
-
readonly color: "#308446";
|
|
2066
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2067
|
-
}, {
|
|
2068
|
-
readonly id: 129;
|
|
2069
|
-
readonly label: "RAL 6025";
|
|
2070
|
-
readonly color: "#3D642D";
|
|
2071
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2072
|
-
}, {
|
|
2073
|
-
readonly id: 130;
|
|
2074
|
-
readonly label: "RAL 6026";
|
|
2075
|
-
readonly color: "#015D52";
|
|
2076
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2077
|
-
}, {
|
|
2078
|
-
readonly id: 131;
|
|
2079
|
-
readonly label: "RAL 6027";
|
|
2080
|
-
readonly color: "#84C3BE";
|
|
2081
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2082
|
-
}, {
|
|
2083
|
-
readonly id: 132;
|
|
2084
|
-
readonly label: "RAL 6028";
|
|
2085
|
-
readonly color: "#2C5545";
|
|
2086
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2087
|
-
}, {
|
|
2088
|
-
readonly id: 133;
|
|
2089
|
-
readonly label: "RAL 6029";
|
|
2090
|
-
readonly color: "#20603D";
|
|
2091
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2092
|
-
}, {
|
|
2093
|
-
readonly id: 134;
|
|
2094
|
-
readonly label: "RAL 6032";
|
|
2095
|
-
readonly color: "#317F43";
|
|
2096
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2097
|
-
}, {
|
|
2098
|
-
readonly id: 135;
|
|
2099
|
-
readonly label: "RAL 6033";
|
|
2100
|
-
readonly color: "#497E76";
|
|
2101
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2102
|
-
}, {
|
|
2103
|
-
readonly id: 136;
|
|
2104
|
-
readonly label: "RAL 6034";
|
|
2105
|
-
readonly color: "#7FB5B5";
|
|
2106
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2107
|
-
}, {
|
|
2108
|
-
readonly id: 137;
|
|
2109
|
-
readonly label: "RAL 6035";
|
|
2110
|
-
readonly color: "#1C542D";
|
|
2111
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2112
|
-
}, {
|
|
2113
|
-
readonly id: 138;
|
|
2114
|
-
readonly label: "RAL 6036";
|
|
2115
|
-
readonly color: "#193737";
|
|
2116
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2117
|
-
}, {
|
|
2118
|
-
readonly id: 139;
|
|
2119
|
-
readonly label: "RAL 6037";
|
|
2120
|
-
readonly color: "#008F39";
|
|
2121
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2122
|
-
}, {
|
|
2123
|
-
readonly id: 140;
|
|
2124
|
-
readonly label: "RAL 6038";
|
|
2125
|
-
readonly color: "#00BB2D";
|
|
2126
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2127
|
-
}];
|
|
2128
|
-
}, {
|
|
2129
|
-
readonly id: "ral_8000";
|
|
2130
|
-
readonly label: "colors-groups.ral_8000";
|
|
2131
|
-
readonly materials: readonly [{
|
|
2132
|
-
readonly id: 179;
|
|
2133
|
-
readonly label: "RAL 8000";
|
|
2134
|
-
readonly color: "#826C34";
|
|
2135
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2136
|
-
}, {
|
|
2137
|
-
readonly id: 180;
|
|
2138
|
-
readonly label: "RAL 8001";
|
|
2139
|
-
readonly color: "#955F20";
|
|
2140
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2141
|
-
}, {
|
|
2142
|
-
readonly id: 181;
|
|
2143
|
-
readonly label: "RAL 8002";
|
|
2144
|
-
readonly color: "#6C3B2A";
|
|
2145
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2146
|
-
}, {
|
|
2147
|
-
readonly id: 182;
|
|
2148
|
-
readonly label: "RAL 8003";
|
|
2149
|
-
readonly color: "#734222";
|
|
2150
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2151
|
-
}, {
|
|
2152
|
-
readonly id: 183;
|
|
2153
|
-
readonly label: "RAL 8004";
|
|
2154
|
-
readonly color: "#8E402A";
|
|
2155
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2156
|
-
}, {
|
|
2157
|
-
readonly id: 184;
|
|
2158
|
-
readonly label: "RAL 8007";
|
|
2159
|
-
readonly color: "#59351F";
|
|
2160
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2161
|
-
}, {
|
|
2162
|
-
readonly id: 185;
|
|
2163
|
-
readonly label: "RAL 8008";
|
|
2164
|
-
readonly color: "#6F4F28";
|
|
2165
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2166
|
-
}, {
|
|
2167
|
-
readonly id: 186;
|
|
2168
|
-
readonly label: "RAL 8011";
|
|
2169
|
-
readonly color: "#5B3A29";
|
|
2170
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2171
|
-
}, {
|
|
2172
|
-
readonly id: 187;
|
|
2173
|
-
readonly label: "RAL 8012";
|
|
2174
|
-
readonly color: "#592321";
|
|
2175
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2176
|
-
}, {
|
|
2177
|
-
readonly id: 188;
|
|
2178
|
-
readonly label: "RAL 8014";
|
|
2179
|
-
readonly color: "#382C1E";
|
|
2180
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2181
|
-
}, {
|
|
2182
|
-
readonly id: 189;
|
|
2183
|
-
readonly label: "RAL 8015";
|
|
2184
|
-
readonly color: "#633A34";
|
|
2185
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2186
|
-
}, {
|
|
2187
|
-
readonly id: 190;
|
|
2188
|
-
readonly label: "RAL 8016";
|
|
2189
|
-
readonly color: "#4C2F27";
|
|
2190
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2191
|
-
}, {
|
|
2192
|
-
readonly id: 191;
|
|
2193
|
-
readonly label: "RAL 8017";
|
|
2194
|
-
readonly color: "#45322E";
|
|
2195
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2196
|
-
}, {
|
|
2197
|
-
readonly id: 192;
|
|
2198
|
-
readonly label: "RAL 8019";
|
|
2199
|
-
readonly color: "#403A3A";
|
|
2200
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2201
|
-
}, {
|
|
2202
|
-
readonly id: 193;
|
|
2203
|
-
readonly label: "RAL 8022";
|
|
2204
|
-
readonly color: "#212121";
|
|
2205
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2206
|
-
}, {
|
|
2207
|
-
readonly id: 194;
|
|
2208
|
-
readonly label: "RAL 8023";
|
|
2209
|
-
readonly color: "#A65E2E";
|
|
2210
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2211
|
-
}, {
|
|
2212
|
-
readonly id: 195;
|
|
2213
|
-
readonly label: "RAL 8024";
|
|
2214
|
-
readonly color: "#79553D";
|
|
2215
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2216
|
-
}, {
|
|
2217
|
-
readonly id: 196;
|
|
2218
|
-
readonly label: "RAL 8025";
|
|
2219
|
-
readonly color: "#755C48";
|
|
2220
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2221
|
-
}, {
|
|
2222
|
-
readonly id: 197;
|
|
2223
|
-
readonly label: "RAL 8028";
|
|
2224
|
-
readonly color: "#4E3B31";
|
|
2225
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2226
|
-
}, {
|
|
2227
|
-
readonly id: 198;
|
|
2228
|
-
readonly label: "RAL 8029";
|
|
2229
|
-
readonly color: "#763C28";
|
|
2230
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2231
|
-
}];
|
|
2232
|
-
}] | RapiMaterialGroup[]>;
|
|
2233
|
-
onMaterialSelection: (element: GridViewElement<any>) => Promise<void>;
|
|
2234
|
-
};
|
|
2235
|
-
}, {
|
|
2236
|
-
maxRange: {
|
|
2237
|
-
readonly doorHeight: 3000;
|
|
2238
|
-
readonly doorLength: 5000;
|
|
2239
|
-
readonly parapetHeight: 3000;
|
|
2240
|
-
};
|
|
2241
|
-
minRange: {
|
|
2242
|
-
readonly doorHeight: 10;
|
|
2243
|
-
readonly doorLength: 10;
|
|
2244
|
-
readonly parapetHeight: 10;
|
|
2245
|
-
};
|
|
2246
|
-
state: {};
|
|
2247
|
-
selectedElement: GridViewElement<any>;
|
|
2248
|
-
}, {
|
|
2249
|
-
showBack(): boolean;
|
|
2250
|
-
interactionHeaderPlaceholder(): string | undefined;
|
|
2251
|
-
}, {
|
|
2252
|
-
onSetDoorLength(direction: number, value: string): void;
|
|
2253
|
-
onSetDoorHeight(value: string): void;
|
|
2254
|
-
onCollapse(): void;
|
|
2255
|
-
onExpand(): any;
|
|
2256
|
-
close(): Promise<void>;
|
|
2257
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2258
|
-
onClose: {
|
|
2259
|
-
type: FunctionConstructor;
|
|
2260
|
-
required: true;
|
|
2261
|
-
};
|
|
2262
|
-
api: {
|
|
2263
|
-
type: PropType<RoomlePlannerWithExtObjs>;
|
|
2264
|
-
required: true;
|
|
2265
|
-
};
|
|
2266
|
-
interactionHandler: {
|
|
2267
|
-
type: PropType<PlanInteractionHandler>;
|
|
2268
|
-
required: true;
|
|
2269
|
-
};
|
|
2270
|
-
onToggleExpand: FunctionConstructor;
|
|
2271
|
-
}>> & Readonly<{}>, {}, {}, {
|
|
2272
|
-
DrawerLayout: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2273
|
-
onToggleExpand: FunctionConstructor;
|
|
2274
|
-
onGoBack: {
|
|
2275
|
-
type: PropType<(_wasShowDetailsBefore: boolean) => void>;
|
|
2276
|
-
};
|
|
2277
|
-
onCollapse: FunctionConstructor;
|
|
2278
|
-
onShowDisabledMessage: {
|
|
2279
|
-
type: PropType<(_payload: MouseEvent) => void>;
|
|
2280
|
-
};
|
|
2281
|
-
elements: {
|
|
2282
|
-
type: PropType<import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<any>[]>;
|
|
2283
|
-
};
|
|
2284
|
-
isDesktop: BooleanConstructor;
|
|
2285
|
-
helpText: {
|
|
2286
|
-
type: PropType<string>;
|
|
2287
|
-
};
|
|
2288
|
-
header: {
|
|
2289
|
-
type: PropType<string>;
|
|
2290
|
-
};
|
|
2291
|
-
showBack: BooleanConstructor;
|
|
2292
|
-
interactionsExpanded: BooleanConstructor;
|
|
2293
|
-
onChangeParameterGroup: FunctionConstructor;
|
|
2294
|
-
onSelectElement: FunctionConstructor;
|
|
2295
|
-
onClose: {
|
|
2296
|
-
type: PropType<(_payload: MouseEvent) => void>;
|
|
2297
|
-
required: true;
|
|
2298
|
-
};
|
|
2299
|
-
onSelectTab: {
|
|
2300
|
-
type: PropType<(_element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<any>) => Promise<void>>;
|
|
2301
|
-
};
|
|
2302
|
-
disableDefaultExpand: BooleanConstructor;
|
|
2303
|
-
selectedElement: {
|
|
2304
|
-
type: PropType<GridViewElement<any>>;
|
|
2305
|
-
};
|
|
2306
|
-
bigCategories: BooleanConstructor;
|
|
2307
|
-
}>, {
|
|
2308
|
-
store: any;
|
|
2309
|
-
}, {
|
|
2310
|
-
actualSelectedCategory: string;
|
|
2311
|
-
actualSelectedCategoryIndex: number;
|
|
2312
|
-
}, {
|
|
2313
|
-
showDetails(): boolean;
|
|
2314
|
-
isGridViewExpanded(): boolean;
|
|
2315
|
-
expandedOnDefault(): boolean;
|
|
2316
|
-
}, {
|
|
2317
|
-
onSelectCategory(tabCategory: import('../../../../common/components/collection-view/-utils/types').TabCategory, index: number): void;
|
|
2318
|
-
onExpandGridView(element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<any>): () => void;
|
|
2319
|
-
onSelect(...args: any[]): void;
|
|
2320
|
-
onDoCollapse(): void;
|
|
2321
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2322
|
-
onToggleExpand: FunctionConstructor;
|
|
2323
|
-
onGoBack: {
|
|
2324
|
-
type: PropType<(_wasShowDetailsBefore: boolean) => void>;
|
|
2325
|
-
};
|
|
2326
|
-
onCollapse: FunctionConstructor;
|
|
2327
|
-
onShowDisabledMessage: {
|
|
2328
|
-
type: PropType<(_payload: MouseEvent) => void>;
|
|
2329
|
-
};
|
|
2330
|
-
elements: {
|
|
2331
|
-
type: PropType<import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<any>[]>;
|
|
2332
|
-
};
|
|
2333
|
-
isDesktop: BooleanConstructor;
|
|
2334
|
-
helpText: {
|
|
2335
|
-
type: PropType<string>;
|
|
2336
|
-
};
|
|
2337
|
-
header: {
|
|
2338
|
-
type: PropType<string>;
|
|
2339
|
-
};
|
|
2340
|
-
showBack: BooleanConstructor;
|
|
2341
|
-
interactionsExpanded: BooleanConstructor;
|
|
2342
|
-
onChangeParameterGroup: FunctionConstructor;
|
|
2343
|
-
onSelectElement: FunctionConstructor;
|
|
2344
|
-
onClose: {
|
|
2345
|
-
type: PropType<(_payload: MouseEvent) => void>;
|
|
2346
|
-
required: true;
|
|
2347
|
-
};
|
|
2348
|
-
onSelectTab: {
|
|
2349
|
-
type: PropType<(_element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<any>) => Promise<void>>;
|
|
2350
|
-
};
|
|
2351
|
-
disableDefaultExpand: BooleanConstructor;
|
|
2352
|
-
selectedElement: {
|
|
2353
|
-
type: PropType<GridViewElement<any>>;
|
|
2354
|
-
};
|
|
2355
|
-
bigCategories: BooleanConstructor;
|
|
2356
|
-
}>> & Readonly<{}>, {
|
|
2357
|
-
isDesktop: boolean;
|
|
2358
|
-
interactionsExpanded: boolean;
|
|
2359
|
-
showBack: boolean;
|
|
2360
|
-
disableDefaultExpand: boolean;
|
|
2361
|
-
bigCategories: boolean;
|
|
2362
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2363
|
-
DrawerElement: {
|
|
2364
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2365
|
-
label?: string;
|
|
2366
|
-
svgIcon?: string;
|
|
2367
|
-
componentIcon?: import('../../../../common/components/collection-view/-utils/types').CollectionViewComponentIcon<Record<string, any>>;
|
|
2368
|
-
elemKey?: string;
|
|
2369
|
-
type?: string;
|
|
2370
|
-
isLast?: boolean;
|
|
2371
|
-
hideBottomBorder?: boolean;
|
|
2372
|
-
categoryKey?: string;
|
|
2373
|
-
activeCategory?: string;
|
|
2374
|
-
useDesktopView?: boolean;
|
|
2375
|
-
showAlways?: boolean;
|
|
2376
|
-
noHeightWrapper?: boolean;
|
|
2377
|
-
onMounted?: (_el: HTMLElement) => void;
|
|
2378
|
-
isGridViewExpanded?: boolean;
|
|
2379
|
-
isDesktop?: boolean;
|
|
2380
|
-
onSelect?: (element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<any>) => void;
|
|
2381
|
-
onDoCollapse?: () => void;
|
|
2382
|
-
element?: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<any>;
|
|
2383
|
-
onShowDisableMessage?: () => void;
|
|
2384
|
-
selectedElement?: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<any>;
|
|
2385
|
-
expandedOnDefault?: boolean;
|
|
2386
|
-
onGridExpand?: () => void;
|
|
2387
|
-
payload?: UiPossibleChildTag;
|
|
2388
|
-
getTemplate?: (element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<any>) => string;
|
|
2389
|
-
disabled?: boolean;
|
|
2390
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
2391
|
-
label: string;
|
|
2392
|
-
type: string;
|
|
2393
|
-
element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<any>;
|
|
2394
|
-
disabled: boolean;
|
|
2395
|
-
isLast: boolean;
|
|
2396
|
-
elemKey: string;
|
|
2397
|
-
hideBottomBorder: boolean;
|
|
2398
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
2399
|
-
P: {};
|
|
2400
|
-
B: {};
|
|
2401
|
-
D: {};
|
|
2402
|
-
C: {};
|
|
2403
|
-
M: {};
|
|
2404
|
-
Defaults: {};
|
|
2405
|
-
}, Readonly<{
|
|
2406
|
-
label?: string;
|
|
2407
|
-
svgIcon?: string;
|
|
2408
|
-
componentIcon?: import('../../../../common/components/collection-view/-utils/types').CollectionViewComponentIcon<Record<string, any>>;
|
|
2409
|
-
elemKey?: string;
|
|
2410
|
-
type?: string;
|
|
2411
|
-
isLast?: boolean;
|
|
2412
|
-
hideBottomBorder?: boolean;
|
|
2413
|
-
categoryKey?: string;
|
|
2414
|
-
activeCategory?: string;
|
|
2415
|
-
useDesktopView?: boolean;
|
|
2416
|
-
showAlways?: boolean;
|
|
2417
|
-
noHeightWrapper?: boolean;
|
|
2418
|
-
onMounted?: (_el: HTMLElement) => void;
|
|
2419
|
-
isGridViewExpanded?: boolean;
|
|
2420
|
-
isDesktop?: boolean;
|
|
2421
|
-
onSelect?: (element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<any>) => void;
|
|
2422
|
-
onDoCollapse?: () => void;
|
|
2423
|
-
element?: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<any>;
|
|
2424
|
-
onShowDisableMessage?: () => void;
|
|
2425
|
-
selectedElement?: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<any>;
|
|
2426
|
-
expandedOnDefault?: boolean;
|
|
2427
|
-
onGridExpand?: () => void;
|
|
2428
|
-
payload?: UiPossibleChildTag;
|
|
2429
|
-
getTemplate?: (element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<any>) => string;
|
|
2430
|
-
disabled?: boolean;
|
|
2431
|
-
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
2432
|
-
label: string;
|
|
2433
|
-
type: string;
|
|
2434
|
-
element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<any>;
|
|
2435
|
-
disabled: boolean;
|
|
2436
|
-
isLast: boolean;
|
|
2437
|
-
elemKey: string;
|
|
2438
|
-
hideBottomBorder: boolean;
|
|
2439
|
-
}>;
|
|
2440
|
-
__isFragment?: never;
|
|
2441
|
-
__isTeleport?: never;
|
|
2442
|
-
__isSuspense?: never;
|
|
2443
|
-
} & import('vue').ComponentOptionsBase<Readonly<{
|
|
2444
|
-
label?: string;
|
|
2445
|
-
svgIcon?: string;
|
|
2446
|
-
componentIcon?: import('../../../../common/components/collection-view/-utils/types').CollectionViewComponentIcon<Record<string, any>>;
|
|
2447
|
-
elemKey?: string;
|
|
2448
|
-
type?: string;
|
|
2449
|
-
isLast?: boolean;
|
|
2450
|
-
hideBottomBorder?: boolean;
|
|
2451
|
-
categoryKey?: string;
|
|
2452
|
-
activeCategory?: string;
|
|
2453
|
-
useDesktopView?: boolean;
|
|
2454
|
-
showAlways?: boolean;
|
|
2455
|
-
noHeightWrapper?: boolean;
|
|
2456
|
-
onMounted?: (_el: HTMLElement) => void;
|
|
2457
|
-
isGridViewExpanded?: boolean;
|
|
2458
|
-
isDesktop?: boolean;
|
|
2459
|
-
onSelect?: (element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<any>) => void;
|
|
2460
|
-
onDoCollapse?: () => void;
|
|
2461
|
-
element?: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<any>;
|
|
2462
|
-
onShowDisableMessage?: () => void;
|
|
2463
|
-
selectedElement?: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<any>;
|
|
2464
|
-
expandedOnDefault?: boolean;
|
|
2465
|
-
onGridExpand?: () => void;
|
|
2466
|
-
payload?: UiPossibleChildTag;
|
|
2467
|
-
getTemplate?: (element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<any>) => string;
|
|
2468
|
-
disabled?: boolean;
|
|
2469
|
-
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
2470
|
-
label: string;
|
|
2471
|
-
type: string;
|
|
2472
|
-
element: import('../../../../common/components/collection-view/-utils/types').CollectionViewElement<any>;
|
|
2473
|
-
disabled: boolean;
|
|
2474
|
-
isLast: boolean;
|
|
2475
|
-
elemKey: string;
|
|
2476
|
-
hideBottomBorder: boolean;
|
|
2477
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
2478
|
-
$slots: {
|
|
2479
|
-
default?(_: {}): any;
|
|
2480
|
-
};
|
|
2481
|
-
});
|
|
2482
|
-
ElementLengthScaling: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2483
|
-
onSetElementLength: {
|
|
2484
|
-
type: PropType<(_side: number, _value: string) => void>;
|
|
2485
|
-
required: true;
|
|
2486
|
-
};
|
|
2487
|
-
value: {
|
|
2488
|
-
type: PropType<import('../../../../common/composables/use-core-bound-value').CoreBoundValue<number>>;
|
|
2489
|
-
required: true;
|
|
2490
|
-
};
|
|
2491
|
-
minRange: {
|
|
2492
|
-
type: NumberConstructor;
|
|
2493
|
-
required: true;
|
|
2494
|
-
};
|
|
2495
|
-
maxRange: {
|
|
2496
|
-
type: NumberConstructor;
|
|
2497
|
-
required: true;
|
|
2498
|
-
};
|
|
2499
|
-
}>, {
|
|
2500
|
-
api: import('vue').ShallowRef<RoomlePlannerWithExtObjs>;
|
|
2501
|
-
}, {
|
|
2502
|
-
scalingDirection: number;
|
|
2503
|
-
}, {}, {
|
|
2504
|
-
changeScalingDirection(activeSwitch: number): Promise<void>;
|
|
2505
|
-
setElementLength(value: string): void;
|
|
2506
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2507
|
-
onSetElementLength: {
|
|
2508
|
-
type: PropType<(_side: number, _value: string) => void>;
|
|
2509
|
-
required: true;
|
|
2510
|
-
};
|
|
2511
|
-
value: {
|
|
2512
|
-
type: PropType<import('../../../../common/composables/use-core-bound-value').CoreBoundValue<number>>;
|
|
2513
|
-
required: true;
|
|
2514
|
-
};
|
|
2515
|
-
minRange: {
|
|
2516
|
-
type: NumberConstructor;
|
|
2517
|
-
required: true;
|
|
2518
|
-
};
|
|
2519
|
-
maxRange: {
|
|
2520
|
-
type: NumberConstructor;
|
|
2521
|
-
required: true;
|
|
2522
|
-
};
|
|
2523
|
-
}>> & Readonly<{}>, {}, {}, {
|
|
2524
|
-
SwitchButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2525
|
-
switch: FunctionConstructor;
|
|
2526
|
-
initialActive: NumberConstructor;
|
|
2527
|
-
hasIcons: BooleanConstructor;
|
|
2528
|
-
}>, {}, {
|
|
2529
|
-
activeOption: number;
|
|
2530
|
-
}, {}, {
|
|
2531
|
-
switchOption(clickedOption: 1 | 2): void;
|
|
2532
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2533
|
-
switch: FunctionConstructor;
|
|
2534
|
-
initialActive: NumberConstructor;
|
|
2535
|
-
hasIcons: BooleanConstructor;
|
|
2536
|
-
}>> & Readonly<{}>, {
|
|
2537
|
-
hasIcons: boolean;
|
|
2538
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2539
|
-
SvgIcon: import('vue').DefineComponent<{
|
|
2540
|
-
icon: string;
|
|
2541
|
-
}, {
|
|
2542
|
-
svgIcon: import('vue').Ref<HTMLOrSVGElement, HTMLOrSVGElement>;
|
|
2543
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
2544
|
-
icon: string;
|
|
2545
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
2546
|
-
RoomRangeParameter: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2547
|
-
parameter: {
|
|
2548
|
-
type: PropType<import('../../../business-logic/rooms').RoomRangeParametersTab | import('../../../business-logic/rooms').WallRangeParametersTab>;
|
|
2549
|
-
required: false;
|
|
2550
|
-
};
|
|
2551
|
-
maxRange: {
|
|
2552
|
-
type: NumberConstructor;
|
|
2553
|
-
required: true;
|
|
2554
|
-
};
|
|
2555
|
-
minRange: {
|
|
2556
|
-
type: NumberConstructor;
|
|
2557
|
-
required: true;
|
|
2558
|
-
};
|
|
2559
|
-
value: {
|
|
2560
|
-
type: PropType<import('../../../../common/composables/use-core-bound-value').CoreBoundValue<number>>;
|
|
2561
|
-
required: true;
|
|
2562
|
-
};
|
|
2563
|
-
setValue: {
|
|
2564
|
-
type: PropType<(_value: string, _pi: PlanInteractionHandler) => void>;
|
|
2565
|
-
};
|
|
2566
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2567
|
-
parameter: {
|
|
2568
|
-
type: PropType<import('../../../business-logic/rooms').RoomRangeParametersTab | import('../../../business-logic/rooms').WallRangeParametersTab>;
|
|
2569
|
-
required: false;
|
|
2570
|
-
};
|
|
2571
|
-
maxRange: {
|
|
2572
|
-
type: NumberConstructor;
|
|
2573
|
-
required: true;
|
|
2574
|
-
};
|
|
2575
|
-
minRange: {
|
|
2576
|
-
type: NumberConstructor;
|
|
2577
|
-
required: true;
|
|
2578
|
-
};
|
|
2579
|
-
value: {
|
|
2580
|
-
type: PropType<import('../../../../common/composables/use-core-bound-value').CoreBoundValue<number>>;
|
|
2581
|
-
required: true;
|
|
2582
|
-
};
|
|
2583
|
-
setValue: {
|
|
2584
|
-
type: PropType<(_value: string, _pi: PlanInteractionHandler) => void>;
|
|
2585
|
-
};
|
|
2586
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2587
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2588
|
-
RoomRangeParameter: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2589
|
-
parameter: {
|
|
2590
|
-
type: PropType<import('../../../business-logic/rooms').RoomRangeParametersTab | import('../../../business-logic/rooms').WallRangeParametersTab>;
|
|
2591
|
-
required: false;
|
|
2592
|
-
};
|
|
2593
|
-
maxRange: {
|
|
2594
|
-
type: NumberConstructor;
|
|
2595
|
-
required: true;
|
|
2596
|
-
};
|
|
2597
|
-
minRange: {
|
|
2598
|
-
type: NumberConstructor;
|
|
2599
|
-
required: true;
|
|
2600
|
-
};
|
|
2601
|
-
value: {
|
|
2602
|
-
type: PropType<import('../../../../common/composables/use-core-bound-value').CoreBoundValue<number>>;
|
|
2603
|
-
required: true;
|
|
2604
|
-
};
|
|
2605
|
-
setValue: {
|
|
2606
|
-
type: PropType<(_value: string, _pi: PlanInteractionHandler) => void>;
|
|
2607
|
-
};
|
|
2608
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2609
|
-
parameter: {
|
|
2610
|
-
type: PropType<import('../../../business-logic/rooms').RoomRangeParametersTab | import('../../../business-logic/rooms').WallRangeParametersTab>;
|
|
2611
|
-
required: false;
|
|
2612
|
-
};
|
|
2613
|
-
maxRange: {
|
|
2614
|
-
type: NumberConstructor;
|
|
2615
|
-
required: true;
|
|
2616
|
-
};
|
|
2617
|
-
minRange: {
|
|
2618
|
-
type: NumberConstructor;
|
|
2619
|
-
required: true;
|
|
2620
|
-
};
|
|
2621
|
-
value: {
|
|
2622
|
-
type: PropType<import('../../../../common/composables/use-core-bound-value').CoreBoundValue<number>>;
|
|
2623
|
-
required: true;
|
|
2624
|
-
};
|
|
2625
|
-
setValue: {
|
|
2626
|
-
type: PropType<(_value: string, _pi: PlanInteractionHandler) => void>;
|
|
2627
|
-
};
|
|
2628
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2629
|
-
ColorParameter: import('vue').DefineComponent<{
|
|
2630
|
-
groups: RapiMaterialGroup[] | readonly [{
|
|
2631
|
-
readonly id: "ral_9000";
|
|
2632
|
-
readonly label: "colors-groups.ral_9000";
|
|
2633
|
-
readonly materials: readonly [{
|
|
2634
|
-
readonly id: 199;
|
|
2635
|
-
readonly label: "RAL 9001";
|
|
2636
|
-
readonly color: "#FDF4E3";
|
|
2637
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2638
|
-
}, {
|
|
2639
|
-
readonly id: 200;
|
|
2640
|
-
readonly label: "RAL 9002";
|
|
2641
|
-
readonly color: "#E7EBDA";
|
|
2642
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2643
|
-
}, {
|
|
2644
|
-
readonly id: 201;
|
|
2645
|
-
readonly label: "RAL 9003";
|
|
2646
|
-
readonly color: "#F4F4F4";
|
|
2647
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2648
|
-
}, {
|
|
2649
|
-
readonly id: 202;
|
|
2650
|
-
readonly label: "RAL 9004";
|
|
2651
|
-
readonly color: "#282828";
|
|
2652
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2653
|
-
}, {
|
|
2654
|
-
readonly id: 203;
|
|
2655
|
-
readonly label: "RAL 9005";
|
|
2656
|
-
readonly color: "#0A0A0A";
|
|
2657
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2658
|
-
}, {
|
|
2659
|
-
readonly id: 204;
|
|
2660
|
-
readonly label: "RAL 9006";
|
|
2661
|
-
readonly color: "#A5A5A5";
|
|
2662
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2663
|
-
}, {
|
|
2664
|
-
readonly id: 205;
|
|
2665
|
-
readonly label: "RAL 9007";
|
|
2666
|
-
readonly color: "#8F8F8F";
|
|
2667
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2668
|
-
}, {
|
|
2669
|
-
readonly id: 206;
|
|
2670
|
-
readonly label: "RAL 9010";
|
|
2671
|
-
readonly color: "#FFFFFF";
|
|
2672
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2673
|
-
}, {
|
|
2674
|
-
readonly id: 207;
|
|
2675
|
-
readonly label: "RAL 9011";
|
|
2676
|
-
readonly color: "#1C1C1C";
|
|
2677
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2678
|
-
}, {
|
|
2679
|
-
readonly id: 208;
|
|
2680
|
-
readonly label: "RAL 9016";
|
|
2681
|
-
readonly color: "#F6F6F6";
|
|
2682
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2683
|
-
}, {
|
|
2684
|
-
readonly id: 209;
|
|
2685
|
-
readonly label: "RAL 9017";
|
|
2686
|
-
readonly color: "#1E1E1E";
|
|
2687
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2688
|
-
}, {
|
|
2689
|
-
readonly id: 210;
|
|
2690
|
-
readonly label: "RAL 9018";
|
|
2691
|
-
readonly color: "#D7D7D7";
|
|
2692
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2693
|
-
}, {
|
|
2694
|
-
readonly id: 211;
|
|
2695
|
-
readonly label: "RAL 9022";
|
|
2696
|
-
readonly color: "#9C9C9C";
|
|
2697
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2698
|
-
}, {
|
|
2699
|
-
readonly id: 212;
|
|
2700
|
-
readonly label: "RAL 9023";
|
|
2701
|
-
readonly color: "#828282";
|
|
2702
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2703
|
-
}];
|
|
2704
|
-
}, {
|
|
2705
|
-
readonly id: "ral_7000";
|
|
2706
|
-
readonly label: "colors-groups.ral_7000";
|
|
2707
|
-
readonly materials: readonly [{
|
|
2708
|
-
readonly id: 141;
|
|
2709
|
-
readonly label: "RAL 7000";
|
|
2710
|
-
readonly color: "#78858B";
|
|
2711
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2712
|
-
}, {
|
|
2713
|
-
readonly id: 142;
|
|
2714
|
-
readonly label: "RAL 7001";
|
|
2715
|
-
readonly color: "#8A9597";
|
|
2716
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2717
|
-
}, {
|
|
2718
|
-
readonly id: 143;
|
|
2719
|
-
readonly label: "RAL 7002";
|
|
2720
|
-
readonly color: "#7E7B52";
|
|
2721
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2722
|
-
}, {
|
|
2723
|
-
readonly id: 144;
|
|
2724
|
-
readonly label: "RAL 7003";
|
|
2725
|
-
readonly color: "#6C7059";
|
|
2726
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2727
|
-
}, {
|
|
2728
|
-
readonly id: 145;
|
|
2729
|
-
readonly label: "RAL 7004";
|
|
2730
|
-
readonly color: "#969992";
|
|
2731
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2732
|
-
}, {
|
|
2733
|
-
readonly id: 146;
|
|
2734
|
-
readonly label: "RAL 7005";
|
|
2735
|
-
readonly color: "#646B63";
|
|
2736
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2737
|
-
}, {
|
|
2738
|
-
readonly id: 147;
|
|
2739
|
-
readonly label: "RAL 7006";
|
|
2740
|
-
readonly color: "#6D6552";
|
|
2741
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2742
|
-
}, {
|
|
2743
|
-
readonly id: 148;
|
|
2744
|
-
readonly label: "RAL 7008";
|
|
2745
|
-
readonly color: "#6A5F31";
|
|
2746
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2747
|
-
}, {
|
|
2748
|
-
readonly id: 149;
|
|
2749
|
-
readonly label: "RAL 7009";
|
|
2750
|
-
readonly color: "#4D5645";
|
|
2751
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2752
|
-
}, {
|
|
2753
|
-
readonly id: 150;
|
|
2754
|
-
readonly label: "RAL 7010";
|
|
2755
|
-
readonly color: "#4C514A";
|
|
2756
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2757
|
-
}, {
|
|
2758
|
-
readonly id: 151;
|
|
2759
|
-
readonly label: "RAL 7011";
|
|
2760
|
-
readonly color: "#434B4D";
|
|
2761
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2762
|
-
}, {
|
|
2763
|
-
readonly id: 152;
|
|
2764
|
-
readonly label: "RAL 7012";
|
|
2765
|
-
readonly color: "#4E5754";
|
|
2766
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2767
|
-
}, {
|
|
2768
|
-
readonly id: 153;
|
|
2769
|
-
readonly label: "RAL 7013";
|
|
2770
|
-
readonly color: "#464531";
|
|
2771
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2772
|
-
}, {
|
|
2773
|
-
readonly id: 154;
|
|
2774
|
-
readonly label: "RAL 7015";
|
|
2775
|
-
readonly color: "#434750";
|
|
2776
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2777
|
-
}, {
|
|
2778
|
-
readonly id: 155;
|
|
2779
|
-
readonly label: "RAL 7016";
|
|
2780
|
-
readonly color: "#293133";
|
|
2781
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2782
|
-
}, {
|
|
2783
|
-
readonly id: 156;
|
|
2784
|
-
readonly label: "RAL 7021";
|
|
2785
|
-
readonly color: "#23282B";
|
|
2786
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2787
|
-
}, {
|
|
2788
|
-
readonly id: 157;
|
|
2789
|
-
readonly label: "RAL 7022";
|
|
2790
|
-
readonly color: "#332F2C";
|
|
2791
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2792
|
-
}, {
|
|
2793
|
-
readonly id: 158;
|
|
2794
|
-
readonly label: "RAL 7023";
|
|
2795
|
-
readonly color: "#686C5E";
|
|
2796
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2797
|
-
}, {
|
|
2798
|
-
readonly id: 159;
|
|
2799
|
-
readonly label: "RAL 7024";
|
|
2800
|
-
readonly color: "#474A51";
|
|
2801
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2802
|
-
}, {
|
|
2803
|
-
readonly id: 160;
|
|
2804
|
-
readonly label: "RAL 7026";
|
|
2805
|
-
readonly color: "#2F353B";
|
|
2806
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2807
|
-
}, {
|
|
2808
|
-
readonly id: 161;
|
|
2809
|
-
readonly label: "RAL 7030";
|
|
2810
|
-
readonly color: "#8B8C7A";
|
|
2811
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2812
|
-
}, {
|
|
2813
|
-
readonly id: 162;
|
|
2814
|
-
readonly label: "RAL 7031";
|
|
2815
|
-
readonly color: "#474B4E";
|
|
2816
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2817
|
-
}, {
|
|
2818
|
-
readonly id: 163;
|
|
2819
|
-
readonly label: "RAL 7032";
|
|
2820
|
-
readonly color: "#B8B799";
|
|
2821
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2822
|
-
}, {
|
|
2823
|
-
readonly id: 164;
|
|
2824
|
-
readonly label: "RAL 7033";
|
|
2825
|
-
readonly color: "#7D8471";
|
|
2826
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2827
|
-
}, {
|
|
2828
|
-
readonly id: 165;
|
|
2829
|
-
readonly label: "RAL 7034";
|
|
2830
|
-
readonly color: "#8F8B66";
|
|
2831
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2832
|
-
}, {
|
|
2833
|
-
readonly id: 166;
|
|
2834
|
-
readonly label: "RAL 7035";
|
|
2835
|
-
readonly color: "#D7D7D7";
|
|
2836
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2837
|
-
}, {
|
|
2838
|
-
readonly id: 167;
|
|
2839
|
-
readonly label: "RAL 7036";
|
|
2840
|
-
readonly color: "#7F7679";
|
|
2841
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2842
|
-
}, {
|
|
2843
|
-
readonly id: 168;
|
|
2844
|
-
readonly label: "RAL 7037";
|
|
2845
|
-
readonly color: "#7D7F7D";
|
|
2846
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2847
|
-
}, {
|
|
2848
|
-
readonly id: 169;
|
|
2849
|
-
readonly label: "RAL 7038";
|
|
2850
|
-
readonly color: "#B5B8B1";
|
|
2851
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2852
|
-
}, {
|
|
2853
|
-
readonly id: 170;
|
|
2854
|
-
readonly label: "RAL 7039";
|
|
2855
|
-
readonly color: "#6C6960";
|
|
2856
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2857
|
-
}, {
|
|
2858
|
-
readonly id: 171;
|
|
2859
|
-
readonly label: "RAL 7040";
|
|
2860
|
-
readonly color: "#9DA1AA";
|
|
2861
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2862
|
-
}, {
|
|
2863
|
-
readonly id: 172;
|
|
2864
|
-
readonly label: "RAL 7042";
|
|
2865
|
-
readonly color: "#8D948D";
|
|
2866
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2867
|
-
}, {
|
|
2868
|
-
readonly id: 173;
|
|
2869
|
-
readonly label: "RAL 7043";
|
|
2870
|
-
readonly color: "#4E5452";
|
|
2871
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2872
|
-
}, {
|
|
2873
|
-
readonly id: 174;
|
|
2874
|
-
readonly label: "RAL 7044";
|
|
2875
|
-
readonly color: "#CAC4B0";
|
|
2876
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2877
|
-
}, {
|
|
2878
|
-
readonly id: 175;
|
|
2879
|
-
readonly label: "RAL 7045";
|
|
2880
|
-
readonly color: "#909090";
|
|
2881
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2882
|
-
}, {
|
|
2883
|
-
readonly id: 176;
|
|
2884
|
-
readonly label: "RAL 7046";
|
|
2885
|
-
readonly color: "#82898F";
|
|
2886
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2887
|
-
}, {
|
|
2888
|
-
readonly id: 177;
|
|
2889
|
-
readonly label: "RAL 7047";
|
|
2890
|
-
readonly color: "#D0D0D0";
|
|
2891
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2892
|
-
}, {
|
|
2893
|
-
readonly id: 178;
|
|
2894
|
-
readonly label: "RAL 7048";
|
|
2895
|
-
readonly color: "#898176";
|
|
2896
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2897
|
-
}];
|
|
2898
|
-
}, {
|
|
2899
|
-
readonly id: "ral_1000";
|
|
2900
|
-
readonly label: "colors-groups.ral_1000";
|
|
2901
|
-
readonly materials: readonly [{
|
|
2902
|
-
readonly id: 0;
|
|
2903
|
-
readonly label: "RAL 1000";
|
|
2904
|
-
readonly color: "#BEBD7F";
|
|
2905
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2906
|
-
}, {
|
|
2907
|
-
readonly id: 1;
|
|
2908
|
-
readonly label: "RAL 1001";
|
|
2909
|
-
readonly color: "#C2B078";
|
|
2910
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2911
|
-
}, {
|
|
2912
|
-
readonly id: 2;
|
|
2913
|
-
readonly label: "RAL 1002";
|
|
2914
|
-
readonly color: "#C6A664";
|
|
2915
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2916
|
-
}, {
|
|
2917
|
-
readonly id: 3;
|
|
2918
|
-
readonly label: "RAL 1003";
|
|
2919
|
-
readonly color: "#E5BE01";
|
|
2920
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2921
|
-
}, {
|
|
2922
|
-
readonly id: 4;
|
|
2923
|
-
readonly label: "RAL 1004";
|
|
2924
|
-
readonly color: "#CDA434";
|
|
2925
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2926
|
-
}, {
|
|
2927
|
-
readonly id: 5;
|
|
2928
|
-
readonly label: "RAL 1005";
|
|
2929
|
-
readonly color: "#A98307";
|
|
2930
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2931
|
-
}, {
|
|
2932
|
-
readonly id: 6;
|
|
2933
|
-
readonly label: "RAL 1006";
|
|
2934
|
-
readonly color: "#E4A010";
|
|
2935
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2936
|
-
}, {
|
|
2937
|
-
readonly id: 7;
|
|
2938
|
-
readonly label: "RAL 1007";
|
|
2939
|
-
readonly color: "#DC9D00";
|
|
2940
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2941
|
-
}, {
|
|
2942
|
-
readonly id: 8;
|
|
2943
|
-
readonly label: "RAL 1011";
|
|
2944
|
-
readonly color: "#8A6642";
|
|
2945
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2946
|
-
}, {
|
|
2947
|
-
readonly id: 9;
|
|
2948
|
-
readonly label: "RAL 1012";
|
|
2949
|
-
readonly color: "#C7B446";
|
|
2950
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2951
|
-
}, {
|
|
2952
|
-
readonly id: 10;
|
|
2953
|
-
readonly label: "RAL 1013";
|
|
2954
|
-
readonly color: "#EAE6CA";
|
|
2955
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2956
|
-
}, {
|
|
2957
|
-
readonly id: 11;
|
|
2958
|
-
readonly label: "RAL 1014";
|
|
2959
|
-
readonly color: "#E1CC4F";
|
|
2960
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2961
|
-
}, {
|
|
2962
|
-
readonly id: 12;
|
|
2963
|
-
readonly label: "RAL 1015";
|
|
2964
|
-
readonly color: "#E6D690";
|
|
2965
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2966
|
-
}, {
|
|
2967
|
-
readonly id: 13;
|
|
2968
|
-
readonly label: "RAL 1016";
|
|
2969
|
-
readonly color: "#EDFF21";
|
|
2970
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2971
|
-
}, {
|
|
2972
|
-
readonly id: 14;
|
|
2973
|
-
readonly label: "RAL 1017";
|
|
2974
|
-
readonly color: "#F5D033";
|
|
2975
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2976
|
-
}, {
|
|
2977
|
-
readonly id: 15;
|
|
2978
|
-
readonly label: "RAL 1018";
|
|
2979
|
-
readonly color: "#F8F32B";
|
|
2980
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2981
|
-
}, {
|
|
2982
|
-
readonly id: 16;
|
|
2983
|
-
readonly label: "RAL 1019";
|
|
2984
|
-
readonly color: "#9E9764";
|
|
2985
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2986
|
-
}, {
|
|
2987
|
-
readonly id: 17;
|
|
2988
|
-
readonly label: "RAL 1020";
|
|
2989
|
-
readonly color: "#999950";
|
|
2990
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2991
|
-
}, {
|
|
2992
|
-
readonly id: 18;
|
|
2993
|
-
readonly label: "RAL 1021";
|
|
2994
|
-
readonly color: "#F3DA0B";
|
|
2995
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
2996
|
-
}, {
|
|
2997
|
-
readonly id: 19;
|
|
2998
|
-
readonly label: "RAL 1023";
|
|
2999
|
-
readonly color: "#FAD201";
|
|
3000
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3001
|
-
}, {
|
|
3002
|
-
readonly id: 20;
|
|
3003
|
-
readonly label: "RAL 1024";
|
|
3004
|
-
readonly color: "#AEA04B";
|
|
3005
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3006
|
-
}, {
|
|
3007
|
-
readonly id: 21;
|
|
3008
|
-
readonly label: "RAL 1026";
|
|
3009
|
-
readonly color: "#FFFF00";
|
|
3010
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3011
|
-
}, {
|
|
3012
|
-
readonly id: 22;
|
|
3013
|
-
readonly label: "RAL 1027";
|
|
3014
|
-
readonly color: "#9D9101";
|
|
3015
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3016
|
-
}, {
|
|
3017
|
-
readonly id: 23;
|
|
3018
|
-
readonly label: "RAL 1028";
|
|
3019
|
-
readonly color: "#F4A900";
|
|
3020
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3021
|
-
}, {
|
|
3022
|
-
readonly id: 24;
|
|
3023
|
-
readonly label: "RAL 1032";
|
|
3024
|
-
readonly color: "#D6AE01";
|
|
3025
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3026
|
-
}, {
|
|
3027
|
-
readonly id: 25;
|
|
3028
|
-
readonly label: "RAL 1033";
|
|
3029
|
-
readonly color: "#F3A505";
|
|
3030
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3031
|
-
}, {
|
|
3032
|
-
readonly id: 26;
|
|
3033
|
-
readonly label: "RAL 1034";
|
|
3034
|
-
readonly color: "#EFA94A";
|
|
3035
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3036
|
-
}, {
|
|
3037
|
-
readonly id: 27;
|
|
3038
|
-
readonly label: "RAL 1035";
|
|
3039
|
-
readonly color: "#6A5D4D";
|
|
3040
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3041
|
-
}, {
|
|
3042
|
-
readonly id: 28;
|
|
3043
|
-
readonly label: "RAL 1036";
|
|
3044
|
-
readonly color: "#705335";
|
|
3045
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3046
|
-
}, {
|
|
3047
|
-
readonly id: 29;
|
|
3048
|
-
readonly label: "RAL 1037";
|
|
3049
|
-
readonly color: "#F39F18";
|
|
3050
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3051
|
-
}];
|
|
3052
|
-
}, {
|
|
3053
|
-
readonly id: "ral_2000";
|
|
3054
|
-
readonly label: "colors-groups.ral_2000";
|
|
3055
|
-
readonly materials: readonly [{
|
|
3056
|
-
readonly id: 30;
|
|
3057
|
-
readonly label: "RAL 2000";
|
|
3058
|
-
readonly color: "#ED760E";
|
|
3059
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3060
|
-
}, {
|
|
3061
|
-
readonly id: 31;
|
|
3062
|
-
readonly label: "RAL 2001";
|
|
3063
|
-
readonly color: "#C93C20";
|
|
3064
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3065
|
-
}, {
|
|
3066
|
-
readonly id: 32;
|
|
3067
|
-
readonly label: "RAL 2002";
|
|
3068
|
-
readonly color: "#CB2821";
|
|
3069
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3070
|
-
}, {
|
|
3071
|
-
readonly id: 33;
|
|
3072
|
-
readonly label: "RAL 2003";
|
|
3073
|
-
readonly color: "#FF7514";
|
|
3074
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3075
|
-
}, {
|
|
3076
|
-
readonly id: 34;
|
|
3077
|
-
readonly label: "RAL 2004";
|
|
3078
|
-
readonly color: "#F44611";
|
|
3079
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3080
|
-
}, {
|
|
3081
|
-
readonly id: 35;
|
|
3082
|
-
readonly label: "RAL 2005";
|
|
3083
|
-
readonly color: "#FF2301";
|
|
3084
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3085
|
-
}, {
|
|
3086
|
-
readonly id: 36;
|
|
3087
|
-
readonly label: "RAL 2007";
|
|
3088
|
-
readonly color: "#FFA420";
|
|
3089
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3090
|
-
}, {
|
|
3091
|
-
readonly id: 37;
|
|
3092
|
-
readonly label: "RAL 2008";
|
|
3093
|
-
readonly color: "#F75E25";
|
|
3094
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3095
|
-
}, {
|
|
3096
|
-
readonly id: 38;
|
|
3097
|
-
readonly label: "RAL 2009";
|
|
3098
|
-
readonly color: "#F54021";
|
|
3099
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3100
|
-
}, {
|
|
3101
|
-
readonly id: 39;
|
|
3102
|
-
readonly label: "RAL 2010";
|
|
3103
|
-
readonly color: "#D84B20";
|
|
3104
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3105
|
-
}, {
|
|
3106
|
-
readonly id: 40;
|
|
3107
|
-
readonly label: "RAL 2011";
|
|
3108
|
-
readonly color: "#EC7C26";
|
|
3109
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3110
|
-
}, {
|
|
3111
|
-
readonly id: 41;
|
|
3112
|
-
readonly label: "RAL 2012";
|
|
3113
|
-
readonly color: "#E55137";
|
|
3114
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3115
|
-
}, {
|
|
3116
|
-
readonly id: 42;
|
|
3117
|
-
readonly label: "RAL 2013";
|
|
3118
|
-
readonly color: "#C35831";
|
|
3119
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3120
|
-
}];
|
|
3121
|
-
}, {
|
|
3122
|
-
readonly id: "ral_3000";
|
|
3123
|
-
readonly label: "colors-groups.ral_3000";
|
|
3124
|
-
readonly materials: readonly [{
|
|
3125
|
-
readonly id: 43;
|
|
3126
|
-
readonly label: "RAL 3000";
|
|
3127
|
-
readonly color: "#AF2B1E";
|
|
3128
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3129
|
-
}, {
|
|
3130
|
-
readonly id: 44;
|
|
3131
|
-
readonly label: "RAL 3001";
|
|
3132
|
-
readonly color: "#A52019";
|
|
3133
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3134
|
-
}, {
|
|
3135
|
-
readonly id: 45;
|
|
3136
|
-
readonly label: "RAL 3002";
|
|
3137
|
-
readonly color: "#A2231D";
|
|
3138
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3139
|
-
}, {
|
|
3140
|
-
readonly id: 46;
|
|
3141
|
-
readonly label: "RAL 3003";
|
|
3142
|
-
readonly color: "#9B111E";
|
|
3143
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3144
|
-
}, {
|
|
3145
|
-
readonly id: 47;
|
|
3146
|
-
readonly label: "RAL 3004";
|
|
3147
|
-
readonly color: "#75151E";
|
|
3148
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3149
|
-
}, {
|
|
3150
|
-
readonly id: 48;
|
|
3151
|
-
readonly label: "RAL 3005";
|
|
3152
|
-
readonly color: "#5E2129";
|
|
3153
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3154
|
-
}, {
|
|
3155
|
-
readonly id: 49;
|
|
3156
|
-
readonly label: "RAL 3007";
|
|
3157
|
-
readonly color: "#412227";
|
|
3158
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3159
|
-
}, {
|
|
3160
|
-
readonly id: 50;
|
|
3161
|
-
readonly label: "RAL 3009";
|
|
3162
|
-
readonly color: "#642424";
|
|
3163
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3164
|
-
}, {
|
|
3165
|
-
readonly id: 51;
|
|
3166
|
-
readonly label: "RAL 3011";
|
|
3167
|
-
readonly color: "#781F19";
|
|
3168
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3169
|
-
}, {
|
|
3170
|
-
readonly id: 52;
|
|
3171
|
-
readonly label: "RAL 3012";
|
|
3172
|
-
readonly color: "#C1876B";
|
|
3173
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3174
|
-
}, {
|
|
3175
|
-
readonly id: 53;
|
|
3176
|
-
readonly label: "RAL 3013";
|
|
3177
|
-
readonly color: "#A12312";
|
|
3178
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3179
|
-
}, {
|
|
3180
|
-
readonly id: 54;
|
|
3181
|
-
readonly label: "RAL 3014";
|
|
3182
|
-
readonly color: "#D36E70";
|
|
3183
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3184
|
-
}, {
|
|
3185
|
-
readonly id: 55;
|
|
3186
|
-
readonly label: "RAL 3015";
|
|
3187
|
-
readonly color: "#EA899A";
|
|
3188
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3189
|
-
}, {
|
|
3190
|
-
readonly id: 56;
|
|
3191
|
-
readonly label: "RAL 3016";
|
|
3192
|
-
readonly color: "#B32821";
|
|
3193
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3194
|
-
}, {
|
|
3195
|
-
readonly id: 57;
|
|
3196
|
-
readonly label: "RAL 3017";
|
|
3197
|
-
readonly color: "#E63244";
|
|
3198
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3199
|
-
}, {
|
|
3200
|
-
readonly id: 58;
|
|
3201
|
-
readonly label: "RAL 3018";
|
|
3202
|
-
readonly color: "#D53032";
|
|
3203
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3204
|
-
}, {
|
|
3205
|
-
readonly id: 59;
|
|
3206
|
-
readonly label: "RAL 3020";
|
|
3207
|
-
readonly color: "#CC0605";
|
|
3208
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3209
|
-
}, {
|
|
3210
|
-
readonly id: 60;
|
|
3211
|
-
readonly label: "RAL 3022";
|
|
3212
|
-
readonly color: "#D95030";
|
|
3213
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3214
|
-
}, {
|
|
3215
|
-
readonly id: 61;
|
|
3216
|
-
readonly label: "RAL 3024";
|
|
3217
|
-
readonly color: "#F80000";
|
|
3218
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3219
|
-
}, {
|
|
3220
|
-
readonly id: 62;
|
|
3221
|
-
readonly label: "RAL 3026";
|
|
3222
|
-
readonly color: "#FE0000";
|
|
3223
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3224
|
-
}, {
|
|
3225
|
-
readonly id: 63;
|
|
3226
|
-
readonly label: "RAL 3027";
|
|
3227
|
-
readonly color: "#C51D34";
|
|
3228
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3229
|
-
}, {
|
|
3230
|
-
readonly id: 64;
|
|
3231
|
-
readonly label: "RAL 3028";
|
|
3232
|
-
readonly color: "#CB3234";
|
|
3233
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3234
|
-
}, {
|
|
3235
|
-
readonly id: 65;
|
|
3236
|
-
readonly label: "RAL 3031";
|
|
3237
|
-
readonly color: "#B32428";
|
|
3238
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3239
|
-
}, {
|
|
3240
|
-
readonly id: 66;
|
|
3241
|
-
readonly label: "RAL 3032";
|
|
3242
|
-
readonly color: "#721422";
|
|
3243
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3244
|
-
}, {
|
|
3245
|
-
readonly id: 67;
|
|
3246
|
-
readonly label: "RAL 3033";
|
|
3247
|
-
readonly color: "#B44C43";
|
|
3248
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3249
|
-
}];
|
|
3250
|
-
}, {
|
|
3251
|
-
readonly id: "ral_4000";
|
|
3252
|
-
readonly label: "colors-groups.ral_4000";
|
|
3253
|
-
readonly materials: readonly [{
|
|
3254
|
-
readonly id: 68;
|
|
3255
|
-
readonly label: "RAL 4001";
|
|
3256
|
-
readonly color: "#6D3F5B";
|
|
3257
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3258
|
-
}, {
|
|
3259
|
-
readonly id: 69;
|
|
3260
|
-
readonly label: "RAL 4002";
|
|
3261
|
-
readonly color: "#922B3E";
|
|
3262
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3263
|
-
}, {
|
|
3264
|
-
readonly id: 70;
|
|
3265
|
-
readonly label: "RAL 4003";
|
|
3266
|
-
readonly color: "#DE4C8A";
|
|
3267
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3268
|
-
}, {
|
|
3269
|
-
readonly id: 71;
|
|
3270
|
-
readonly label: "RAL 4004";
|
|
3271
|
-
readonly color: "#641C34";
|
|
3272
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3273
|
-
}, {
|
|
3274
|
-
readonly id: 72;
|
|
3275
|
-
readonly label: "RAL 4005";
|
|
3276
|
-
readonly color: "#6C4675";
|
|
3277
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3278
|
-
}, {
|
|
3279
|
-
readonly id: 73;
|
|
3280
|
-
readonly label: "RAL 4006";
|
|
3281
|
-
readonly color: "#A03472";
|
|
3282
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3283
|
-
}, {
|
|
3284
|
-
readonly id: 74;
|
|
3285
|
-
readonly label: "RAL 4007";
|
|
3286
|
-
readonly color: "#4A192C";
|
|
3287
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3288
|
-
}, {
|
|
3289
|
-
readonly id: 75;
|
|
3290
|
-
readonly label: "RAL 4008";
|
|
3291
|
-
readonly color: "#924E7D";
|
|
3292
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3293
|
-
}, {
|
|
3294
|
-
readonly id: 76;
|
|
3295
|
-
readonly label: "RAL 4009";
|
|
3296
|
-
readonly color: "#A18594";
|
|
3297
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3298
|
-
}, {
|
|
3299
|
-
readonly id: 77;
|
|
3300
|
-
readonly label: "RAL 4010";
|
|
3301
|
-
readonly color: "#CF3476";
|
|
3302
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3303
|
-
}, {
|
|
3304
|
-
readonly id: 78;
|
|
3305
|
-
readonly label: "RAL 4011";
|
|
3306
|
-
readonly color: "#8673A1";
|
|
3307
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3308
|
-
}, {
|
|
3309
|
-
readonly id: 79;
|
|
3310
|
-
readonly label: "RAL 4012";
|
|
3311
|
-
readonly color: "#6C6874";
|
|
3312
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3313
|
-
}];
|
|
3314
|
-
}, {
|
|
3315
|
-
readonly id: "ral_5000";
|
|
3316
|
-
readonly label: "colors-groups.ral_5000";
|
|
3317
|
-
readonly materials: readonly [{
|
|
3318
|
-
readonly id: 80;
|
|
3319
|
-
readonly label: "RAL 5000";
|
|
3320
|
-
readonly color: "#354D73";
|
|
3321
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3322
|
-
}, {
|
|
3323
|
-
readonly id: 81;
|
|
3324
|
-
readonly label: "RAL 5001";
|
|
3325
|
-
readonly color: "#1F3438";
|
|
3326
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3327
|
-
}, {
|
|
3328
|
-
readonly id: 82;
|
|
3329
|
-
readonly label: "RAL 5002";
|
|
3330
|
-
readonly color: "#20214F";
|
|
3331
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3332
|
-
}, {
|
|
3333
|
-
readonly id: 83;
|
|
3334
|
-
readonly label: "RAL 5003";
|
|
3335
|
-
readonly color: "#1D1E33";
|
|
3336
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3337
|
-
}, {
|
|
3338
|
-
readonly id: 84;
|
|
3339
|
-
readonly label: "RAL 5004";
|
|
3340
|
-
readonly color: "#18171C";
|
|
3341
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3342
|
-
}, {
|
|
3343
|
-
readonly id: 85;
|
|
3344
|
-
readonly label: "RAL 5005";
|
|
3345
|
-
readonly color: "#1E2460";
|
|
3346
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3347
|
-
}, {
|
|
3348
|
-
readonly id: 86;
|
|
3349
|
-
readonly label: "RAL 5007";
|
|
3350
|
-
readonly color: "#3E5F8A";
|
|
3351
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3352
|
-
}, {
|
|
3353
|
-
readonly id: 87;
|
|
3354
|
-
readonly label: "RAL 5008";
|
|
3355
|
-
readonly color: "#26252D";
|
|
3356
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3357
|
-
}, {
|
|
3358
|
-
readonly id: 88;
|
|
3359
|
-
readonly label: "RAL 5009";
|
|
3360
|
-
readonly color: "#025669";
|
|
3361
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3362
|
-
}, {
|
|
3363
|
-
readonly id: 89;
|
|
3364
|
-
readonly label: "RAL 5010";
|
|
3365
|
-
readonly color: "#0E294B";
|
|
3366
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3367
|
-
}, {
|
|
3368
|
-
readonly id: 90;
|
|
3369
|
-
readonly label: "RAL 5011";
|
|
3370
|
-
readonly color: "#231A24";
|
|
3371
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3372
|
-
}, {
|
|
3373
|
-
readonly id: 91;
|
|
3374
|
-
readonly label: "RAL 5012";
|
|
3375
|
-
readonly color: "#3B83BD";
|
|
3376
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3377
|
-
}, {
|
|
3378
|
-
readonly id: 92;
|
|
3379
|
-
readonly label: "RAL 5013";
|
|
3380
|
-
readonly color: "#1E213D";
|
|
3381
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3382
|
-
}, {
|
|
3383
|
-
readonly id: 93;
|
|
3384
|
-
readonly label: "RAL 5014";
|
|
3385
|
-
readonly color: "#606E8C";
|
|
3386
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3387
|
-
}, {
|
|
3388
|
-
readonly id: 94;
|
|
3389
|
-
readonly label: "RAL 5015";
|
|
3390
|
-
readonly color: "#2271B3";
|
|
3391
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3392
|
-
}, {
|
|
3393
|
-
readonly id: 95;
|
|
3394
|
-
readonly label: "RAL 5017";
|
|
3395
|
-
readonly color: "#063971";
|
|
3396
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3397
|
-
}, {
|
|
3398
|
-
readonly id: 96;
|
|
3399
|
-
readonly label: "RAL 5018";
|
|
3400
|
-
readonly color: "#3F888F";
|
|
3401
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3402
|
-
}, {
|
|
3403
|
-
readonly id: 97;
|
|
3404
|
-
readonly label: "RAL 5019";
|
|
3405
|
-
readonly color: "#1B5583";
|
|
3406
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3407
|
-
}, {
|
|
3408
|
-
readonly id: 98;
|
|
3409
|
-
readonly label: "RAL 5020";
|
|
3410
|
-
readonly color: "#1D334A";
|
|
3411
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3412
|
-
}, {
|
|
3413
|
-
readonly id: 99;
|
|
3414
|
-
readonly label: "RAL 5021";
|
|
3415
|
-
readonly color: "#256D7B";
|
|
3416
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3417
|
-
}, {
|
|
3418
|
-
readonly id: 100;
|
|
3419
|
-
readonly label: "RAL 5022";
|
|
3420
|
-
readonly color: "#252850";
|
|
3421
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3422
|
-
}, {
|
|
3423
|
-
readonly id: 101;
|
|
3424
|
-
readonly label: "RAL 5023";
|
|
3425
|
-
readonly color: "#49678D";
|
|
3426
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3427
|
-
}, {
|
|
3428
|
-
readonly id: 102;
|
|
3429
|
-
readonly label: "RAL 5024";
|
|
3430
|
-
readonly color: "#5D9B9B";
|
|
3431
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3432
|
-
}, {
|
|
3433
|
-
readonly id: 103;
|
|
3434
|
-
readonly label: "RAL 5025";
|
|
3435
|
-
readonly color: "#2A6478";
|
|
3436
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3437
|
-
}, {
|
|
3438
|
-
readonly id: 104;
|
|
3439
|
-
readonly label: "RAL 5026";
|
|
3440
|
-
readonly color: "#102C54";
|
|
3441
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3442
|
-
}];
|
|
3443
|
-
}, {
|
|
3444
|
-
readonly id: "ral_6000";
|
|
3445
|
-
readonly label: "colors-groups.ral_6000";
|
|
3446
|
-
readonly materials: readonly [{
|
|
3447
|
-
readonly id: 105;
|
|
3448
|
-
readonly label: "RAL 6000";
|
|
3449
|
-
readonly color: "#316650";
|
|
3450
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3451
|
-
}, {
|
|
3452
|
-
readonly id: 106;
|
|
3453
|
-
readonly label: "RAL 6001";
|
|
3454
|
-
readonly color: "#287233";
|
|
3455
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3456
|
-
}, {
|
|
3457
|
-
readonly id: 107;
|
|
3458
|
-
readonly label: "RAL 6002";
|
|
3459
|
-
readonly color: "#2D572C";
|
|
3460
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3461
|
-
}, {
|
|
3462
|
-
readonly id: 108;
|
|
3463
|
-
readonly label: "RAL 6003";
|
|
3464
|
-
readonly color: "#424632";
|
|
3465
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3466
|
-
}, {
|
|
3467
|
-
readonly id: 109;
|
|
3468
|
-
readonly label: "RAL 6004";
|
|
3469
|
-
readonly color: "#1F3A3D";
|
|
3470
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3471
|
-
}, {
|
|
3472
|
-
readonly id: 110;
|
|
3473
|
-
readonly label: "RAL 6005";
|
|
3474
|
-
readonly color: "#2F4538";
|
|
3475
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3476
|
-
}, {
|
|
3477
|
-
readonly id: 111;
|
|
3478
|
-
readonly label: "RAL 6006";
|
|
3479
|
-
readonly color: "#3E3B32";
|
|
3480
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3481
|
-
}, {
|
|
3482
|
-
readonly id: 112;
|
|
3483
|
-
readonly label: "RAL 6007";
|
|
3484
|
-
readonly color: "#343B29";
|
|
3485
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3486
|
-
}, {
|
|
3487
|
-
readonly id: 113;
|
|
3488
|
-
readonly label: "RAL 6008";
|
|
3489
|
-
readonly color: "#39352A";
|
|
3490
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3491
|
-
}, {
|
|
3492
|
-
readonly id: 114;
|
|
3493
|
-
readonly label: "RAL 6009";
|
|
3494
|
-
readonly color: "#31372B";
|
|
3495
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3496
|
-
}, {
|
|
3497
|
-
readonly id: 115;
|
|
3498
|
-
readonly label: "RAL 6010";
|
|
3499
|
-
readonly color: "#35682D";
|
|
3500
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3501
|
-
}, {
|
|
3502
|
-
readonly id: 116;
|
|
3503
|
-
readonly label: "RAL 6011";
|
|
3504
|
-
readonly color: "#587246";
|
|
3505
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3506
|
-
}, {
|
|
3507
|
-
readonly id: 117;
|
|
3508
|
-
readonly label: "RAL 6012";
|
|
3509
|
-
readonly color: "#343E40";
|
|
3510
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3511
|
-
}, {
|
|
3512
|
-
readonly id: 118;
|
|
3513
|
-
readonly label: "RAL 6013";
|
|
3514
|
-
readonly color: "#6C7156";
|
|
3515
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3516
|
-
}, {
|
|
3517
|
-
readonly id: 119;
|
|
3518
|
-
readonly label: "RAL 6014";
|
|
3519
|
-
readonly color: "#47402E";
|
|
3520
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3521
|
-
}, {
|
|
3522
|
-
readonly id: 120;
|
|
3523
|
-
readonly label: "RAL 6015";
|
|
3524
|
-
readonly color: "#3B3C36";
|
|
3525
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3526
|
-
}, {
|
|
3527
|
-
readonly id: 121;
|
|
3528
|
-
readonly label: "RAL 6016";
|
|
3529
|
-
readonly color: "#1E5945";
|
|
3530
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3531
|
-
}, {
|
|
3532
|
-
readonly id: 122;
|
|
3533
|
-
readonly label: "RAL 6017";
|
|
3534
|
-
readonly color: "#4C9141";
|
|
3535
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3536
|
-
}, {
|
|
3537
|
-
readonly id: 123;
|
|
3538
|
-
readonly label: "RAL 6018";
|
|
3539
|
-
readonly color: "#57A639";
|
|
3540
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3541
|
-
}, {
|
|
3542
|
-
readonly id: 124;
|
|
3543
|
-
readonly label: "RAL 6019";
|
|
3544
|
-
readonly color: "#BDECB6";
|
|
3545
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3546
|
-
}, {
|
|
3547
|
-
readonly id: 125;
|
|
3548
|
-
readonly label: "RAL 6020";
|
|
3549
|
-
readonly color: "#2E3A23";
|
|
3550
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3551
|
-
}, {
|
|
3552
|
-
readonly id: 126;
|
|
3553
|
-
readonly label: "RAL 6021";
|
|
3554
|
-
readonly color: "#89AC76";
|
|
3555
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3556
|
-
}, {
|
|
3557
|
-
readonly id: 127;
|
|
3558
|
-
readonly label: "RAL 6022";
|
|
3559
|
-
readonly color: "#25221B";
|
|
3560
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3561
|
-
}, {
|
|
3562
|
-
readonly id: 128;
|
|
3563
|
-
readonly label: "RAL 6024";
|
|
3564
|
-
readonly color: "#308446";
|
|
3565
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3566
|
-
}, {
|
|
3567
|
-
readonly id: 129;
|
|
3568
|
-
readonly label: "RAL 6025";
|
|
3569
|
-
readonly color: "#3D642D";
|
|
3570
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3571
|
-
}, {
|
|
3572
|
-
readonly id: 130;
|
|
3573
|
-
readonly label: "RAL 6026";
|
|
3574
|
-
readonly color: "#015D52";
|
|
3575
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3576
|
-
}, {
|
|
3577
|
-
readonly id: 131;
|
|
3578
|
-
readonly label: "RAL 6027";
|
|
3579
|
-
readonly color: "#84C3BE";
|
|
3580
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3581
|
-
}, {
|
|
3582
|
-
readonly id: 132;
|
|
3583
|
-
readonly label: "RAL 6028";
|
|
3584
|
-
readonly color: "#2C5545";
|
|
3585
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3586
|
-
}, {
|
|
3587
|
-
readonly id: 133;
|
|
3588
|
-
readonly label: "RAL 6029";
|
|
3589
|
-
readonly color: "#20603D";
|
|
3590
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3591
|
-
}, {
|
|
3592
|
-
readonly id: 134;
|
|
3593
|
-
readonly label: "RAL 6032";
|
|
3594
|
-
readonly color: "#317F43";
|
|
3595
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3596
|
-
}, {
|
|
3597
|
-
readonly id: 135;
|
|
3598
|
-
readonly label: "RAL 6033";
|
|
3599
|
-
readonly color: "#497E76";
|
|
3600
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3601
|
-
}, {
|
|
3602
|
-
readonly id: 136;
|
|
3603
|
-
readonly label: "RAL 6034";
|
|
3604
|
-
readonly color: "#7FB5B5";
|
|
3605
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3606
|
-
}, {
|
|
3607
|
-
readonly id: 137;
|
|
3608
|
-
readonly label: "RAL 6035";
|
|
3609
|
-
readonly color: "#1C542D";
|
|
3610
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3611
|
-
}, {
|
|
3612
|
-
readonly id: 138;
|
|
3613
|
-
readonly label: "RAL 6036";
|
|
3614
|
-
readonly color: "#193737";
|
|
3615
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3616
|
-
}, {
|
|
3617
|
-
readonly id: 139;
|
|
3618
|
-
readonly label: "RAL 6037";
|
|
3619
|
-
readonly color: "#008F39";
|
|
3620
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3621
|
-
}, {
|
|
3622
|
-
readonly id: 140;
|
|
3623
|
-
readonly label: "RAL 6038";
|
|
3624
|
-
readonly color: "#00BB2D";
|
|
3625
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3626
|
-
}];
|
|
3627
|
-
}, {
|
|
3628
|
-
readonly id: "ral_8000";
|
|
3629
|
-
readonly label: "colors-groups.ral_8000";
|
|
3630
|
-
readonly materials: readonly [{
|
|
3631
|
-
readonly id: 179;
|
|
3632
|
-
readonly label: "RAL 8000";
|
|
3633
|
-
readonly color: "#826C34";
|
|
3634
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3635
|
-
}, {
|
|
3636
|
-
readonly id: 180;
|
|
3637
|
-
readonly label: "RAL 8001";
|
|
3638
|
-
readonly color: "#955F20";
|
|
3639
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3640
|
-
}, {
|
|
3641
|
-
readonly id: 181;
|
|
3642
|
-
readonly label: "RAL 8002";
|
|
3643
|
-
readonly color: "#6C3B2A";
|
|
3644
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3645
|
-
}, {
|
|
3646
|
-
readonly id: 182;
|
|
3647
|
-
readonly label: "RAL 8003";
|
|
3648
|
-
readonly color: "#734222";
|
|
3649
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3650
|
-
}, {
|
|
3651
|
-
readonly id: 183;
|
|
3652
|
-
readonly label: "RAL 8004";
|
|
3653
|
-
readonly color: "#8E402A";
|
|
3654
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3655
|
-
}, {
|
|
3656
|
-
readonly id: 184;
|
|
3657
|
-
readonly label: "RAL 8007";
|
|
3658
|
-
readonly color: "#59351F";
|
|
3659
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3660
|
-
}, {
|
|
3661
|
-
readonly id: 185;
|
|
3662
|
-
readonly label: "RAL 8008";
|
|
3663
|
-
readonly color: "#6F4F28";
|
|
3664
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3665
|
-
}, {
|
|
3666
|
-
readonly id: 186;
|
|
3667
|
-
readonly label: "RAL 8011";
|
|
3668
|
-
readonly color: "#5B3A29";
|
|
3669
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3670
|
-
}, {
|
|
3671
|
-
readonly id: 187;
|
|
3672
|
-
readonly label: "RAL 8012";
|
|
3673
|
-
readonly color: "#592321";
|
|
3674
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3675
|
-
}, {
|
|
3676
|
-
readonly id: 188;
|
|
3677
|
-
readonly label: "RAL 8014";
|
|
3678
|
-
readonly color: "#382C1E";
|
|
3679
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3680
|
-
}, {
|
|
3681
|
-
readonly id: 189;
|
|
3682
|
-
readonly label: "RAL 8015";
|
|
3683
|
-
readonly color: "#633A34";
|
|
3684
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3685
|
-
}, {
|
|
3686
|
-
readonly id: 190;
|
|
3687
|
-
readonly label: "RAL 8016";
|
|
3688
|
-
readonly color: "#4C2F27";
|
|
3689
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3690
|
-
}, {
|
|
3691
|
-
readonly id: 191;
|
|
3692
|
-
readonly label: "RAL 8017";
|
|
3693
|
-
readonly color: "#45322E";
|
|
3694
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3695
|
-
}, {
|
|
3696
|
-
readonly id: 192;
|
|
3697
|
-
readonly label: "RAL 8019";
|
|
3698
|
-
readonly color: "#403A3A";
|
|
3699
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3700
|
-
}, {
|
|
3701
|
-
readonly id: 193;
|
|
3702
|
-
readonly label: "RAL 8022";
|
|
3703
|
-
readonly color: "#212121";
|
|
3704
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3705
|
-
}, {
|
|
3706
|
-
readonly id: 194;
|
|
3707
|
-
readonly label: "RAL 8023";
|
|
3708
|
-
readonly color: "#A65E2E";
|
|
3709
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3710
|
-
}, {
|
|
3711
|
-
readonly id: 195;
|
|
3712
|
-
readonly label: "RAL 8024";
|
|
3713
|
-
readonly color: "#79553D";
|
|
3714
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3715
|
-
}, {
|
|
3716
|
-
readonly id: 196;
|
|
3717
|
-
readonly label: "RAL 8025";
|
|
3718
|
-
readonly color: "#755C48";
|
|
3719
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3720
|
-
}, {
|
|
3721
|
-
readonly id: 197;
|
|
3722
|
-
readonly label: "RAL 8028";
|
|
3723
|
-
readonly color: "#4E3B31";
|
|
3724
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3725
|
-
}, {
|
|
3726
|
-
readonly id: 198;
|
|
3727
|
-
readonly label: "RAL 8029";
|
|
3728
|
-
readonly color: "#763C28";
|
|
3729
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3730
|
-
}];
|
|
3731
|
-
}];
|
|
3732
|
-
isExpanded?: boolean;
|
|
3733
|
-
onExpand?: () => void;
|
|
3734
|
-
onCollapse?: (_payload: MouseEvent) => void;
|
|
3735
|
-
isDesktop?: boolean;
|
|
3736
|
-
onSetColor?: (element: GridViewElement<any>) => void | Promise<void>;
|
|
3737
|
-
value?: import('../../../../common/composables/use-core-bound-value').MinimalBoundValue<any>;
|
|
3738
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
3739
|
-
groups: RapiMaterialGroup[] | readonly [{
|
|
3740
|
-
readonly id: "ral_9000";
|
|
3741
|
-
readonly label: "colors-groups.ral_9000";
|
|
3742
|
-
readonly materials: readonly [{
|
|
3743
|
-
readonly id: 199;
|
|
3744
|
-
readonly label: "RAL 9001";
|
|
3745
|
-
readonly color: "#FDF4E3";
|
|
3746
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3747
|
-
}, {
|
|
3748
|
-
readonly id: 200;
|
|
3749
|
-
readonly label: "RAL 9002";
|
|
3750
|
-
readonly color: "#E7EBDA";
|
|
3751
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3752
|
-
}, {
|
|
3753
|
-
readonly id: 201;
|
|
3754
|
-
readonly label: "RAL 9003";
|
|
3755
|
-
readonly color: "#F4F4F4";
|
|
3756
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3757
|
-
}, {
|
|
3758
|
-
readonly id: 202;
|
|
3759
|
-
readonly label: "RAL 9004";
|
|
3760
|
-
readonly color: "#282828";
|
|
3761
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3762
|
-
}, {
|
|
3763
|
-
readonly id: 203;
|
|
3764
|
-
readonly label: "RAL 9005";
|
|
3765
|
-
readonly color: "#0A0A0A";
|
|
3766
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3767
|
-
}, {
|
|
3768
|
-
readonly id: 204;
|
|
3769
|
-
readonly label: "RAL 9006";
|
|
3770
|
-
readonly color: "#A5A5A5";
|
|
3771
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3772
|
-
}, {
|
|
3773
|
-
readonly id: 205;
|
|
3774
|
-
readonly label: "RAL 9007";
|
|
3775
|
-
readonly color: "#8F8F8F";
|
|
3776
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3777
|
-
}, {
|
|
3778
|
-
readonly id: 206;
|
|
3779
|
-
readonly label: "RAL 9010";
|
|
3780
|
-
readonly color: "#FFFFFF";
|
|
3781
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3782
|
-
}, {
|
|
3783
|
-
readonly id: 207;
|
|
3784
|
-
readonly label: "RAL 9011";
|
|
3785
|
-
readonly color: "#1C1C1C";
|
|
3786
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3787
|
-
}, {
|
|
3788
|
-
readonly id: 208;
|
|
3789
|
-
readonly label: "RAL 9016";
|
|
3790
|
-
readonly color: "#F6F6F6";
|
|
3791
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3792
|
-
}, {
|
|
3793
|
-
readonly id: 209;
|
|
3794
|
-
readonly label: "RAL 9017";
|
|
3795
|
-
readonly color: "#1E1E1E";
|
|
3796
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3797
|
-
}, {
|
|
3798
|
-
readonly id: 210;
|
|
3799
|
-
readonly label: "RAL 9018";
|
|
3800
|
-
readonly color: "#D7D7D7";
|
|
3801
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3802
|
-
}, {
|
|
3803
|
-
readonly id: 211;
|
|
3804
|
-
readonly label: "RAL 9022";
|
|
3805
|
-
readonly color: "#9C9C9C";
|
|
3806
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3807
|
-
}, {
|
|
3808
|
-
readonly id: 212;
|
|
3809
|
-
readonly label: "RAL 9023";
|
|
3810
|
-
readonly color: "#828282";
|
|
3811
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3812
|
-
}];
|
|
3813
|
-
}, {
|
|
3814
|
-
readonly id: "ral_7000";
|
|
3815
|
-
readonly label: "colors-groups.ral_7000";
|
|
3816
|
-
readonly materials: readonly [{
|
|
3817
|
-
readonly id: 141;
|
|
3818
|
-
readonly label: "RAL 7000";
|
|
3819
|
-
readonly color: "#78858B";
|
|
3820
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3821
|
-
}, {
|
|
3822
|
-
readonly id: 142;
|
|
3823
|
-
readonly label: "RAL 7001";
|
|
3824
|
-
readonly color: "#8A9597";
|
|
3825
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3826
|
-
}, {
|
|
3827
|
-
readonly id: 143;
|
|
3828
|
-
readonly label: "RAL 7002";
|
|
3829
|
-
readonly color: "#7E7B52";
|
|
3830
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3831
|
-
}, {
|
|
3832
|
-
readonly id: 144;
|
|
3833
|
-
readonly label: "RAL 7003";
|
|
3834
|
-
readonly color: "#6C7059";
|
|
3835
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3836
|
-
}, {
|
|
3837
|
-
readonly id: 145;
|
|
3838
|
-
readonly label: "RAL 7004";
|
|
3839
|
-
readonly color: "#969992";
|
|
3840
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3841
|
-
}, {
|
|
3842
|
-
readonly id: 146;
|
|
3843
|
-
readonly label: "RAL 7005";
|
|
3844
|
-
readonly color: "#646B63";
|
|
3845
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3846
|
-
}, {
|
|
3847
|
-
readonly id: 147;
|
|
3848
|
-
readonly label: "RAL 7006";
|
|
3849
|
-
readonly color: "#6D6552";
|
|
3850
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3851
|
-
}, {
|
|
3852
|
-
readonly id: 148;
|
|
3853
|
-
readonly label: "RAL 7008";
|
|
3854
|
-
readonly color: "#6A5F31";
|
|
3855
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3856
|
-
}, {
|
|
3857
|
-
readonly id: 149;
|
|
3858
|
-
readonly label: "RAL 7009";
|
|
3859
|
-
readonly color: "#4D5645";
|
|
3860
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3861
|
-
}, {
|
|
3862
|
-
readonly id: 150;
|
|
3863
|
-
readonly label: "RAL 7010";
|
|
3864
|
-
readonly color: "#4C514A";
|
|
3865
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3866
|
-
}, {
|
|
3867
|
-
readonly id: 151;
|
|
3868
|
-
readonly label: "RAL 7011";
|
|
3869
|
-
readonly color: "#434B4D";
|
|
3870
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3871
|
-
}, {
|
|
3872
|
-
readonly id: 152;
|
|
3873
|
-
readonly label: "RAL 7012";
|
|
3874
|
-
readonly color: "#4E5754";
|
|
3875
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3876
|
-
}, {
|
|
3877
|
-
readonly id: 153;
|
|
3878
|
-
readonly label: "RAL 7013";
|
|
3879
|
-
readonly color: "#464531";
|
|
3880
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3881
|
-
}, {
|
|
3882
|
-
readonly id: 154;
|
|
3883
|
-
readonly label: "RAL 7015";
|
|
3884
|
-
readonly color: "#434750";
|
|
3885
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3886
|
-
}, {
|
|
3887
|
-
readonly id: 155;
|
|
3888
|
-
readonly label: "RAL 7016";
|
|
3889
|
-
readonly color: "#293133";
|
|
3890
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3891
|
-
}, {
|
|
3892
|
-
readonly id: 156;
|
|
3893
|
-
readonly label: "RAL 7021";
|
|
3894
|
-
readonly color: "#23282B";
|
|
3895
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3896
|
-
}, {
|
|
3897
|
-
readonly id: 157;
|
|
3898
|
-
readonly label: "RAL 7022";
|
|
3899
|
-
readonly color: "#332F2C";
|
|
3900
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3901
|
-
}, {
|
|
3902
|
-
readonly id: 158;
|
|
3903
|
-
readonly label: "RAL 7023";
|
|
3904
|
-
readonly color: "#686C5E";
|
|
3905
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3906
|
-
}, {
|
|
3907
|
-
readonly id: 159;
|
|
3908
|
-
readonly label: "RAL 7024";
|
|
3909
|
-
readonly color: "#474A51";
|
|
3910
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3911
|
-
}, {
|
|
3912
|
-
readonly id: 160;
|
|
3913
|
-
readonly label: "RAL 7026";
|
|
3914
|
-
readonly color: "#2F353B";
|
|
3915
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3916
|
-
}, {
|
|
3917
|
-
readonly id: 161;
|
|
3918
|
-
readonly label: "RAL 7030";
|
|
3919
|
-
readonly color: "#8B8C7A";
|
|
3920
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3921
|
-
}, {
|
|
3922
|
-
readonly id: 162;
|
|
3923
|
-
readonly label: "RAL 7031";
|
|
3924
|
-
readonly color: "#474B4E";
|
|
3925
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3926
|
-
}, {
|
|
3927
|
-
readonly id: 163;
|
|
3928
|
-
readonly label: "RAL 7032";
|
|
3929
|
-
readonly color: "#B8B799";
|
|
3930
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3931
|
-
}, {
|
|
3932
|
-
readonly id: 164;
|
|
3933
|
-
readonly label: "RAL 7033";
|
|
3934
|
-
readonly color: "#7D8471";
|
|
3935
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3936
|
-
}, {
|
|
3937
|
-
readonly id: 165;
|
|
3938
|
-
readonly label: "RAL 7034";
|
|
3939
|
-
readonly color: "#8F8B66";
|
|
3940
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3941
|
-
}, {
|
|
3942
|
-
readonly id: 166;
|
|
3943
|
-
readonly label: "RAL 7035";
|
|
3944
|
-
readonly color: "#D7D7D7";
|
|
3945
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3946
|
-
}, {
|
|
3947
|
-
readonly id: 167;
|
|
3948
|
-
readonly label: "RAL 7036";
|
|
3949
|
-
readonly color: "#7F7679";
|
|
3950
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3951
|
-
}, {
|
|
3952
|
-
readonly id: 168;
|
|
3953
|
-
readonly label: "RAL 7037";
|
|
3954
|
-
readonly color: "#7D7F7D";
|
|
3955
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3956
|
-
}, {
|
|
3957
|
-
readonly id: 169;
|
|
3958
|
-
readonly label: "RAL 7038";
|
|
3959
|
-
readonly color: "#B5B8B1";
|
|
3960
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3961
|
-
}, {
|
|
3962
|
-
readonly id: 170;
|
|
3963
|
-
readonly label: "RAL 7039";
|
|
3964
|
-
readonly color: "#6C6960";
|
|
3965
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3966
|
-
}, {
|
|
3967
|
-
readonly id: 171;
|
|
3968
|
-
readonly label: "RAL 7040";
|
|
3969
|
-
readonly color: "#9DA1AA";
|
|
3970
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3971
|
-
}, {
|
|
3972
|
-
readonly id: 172;
|
|
3973
|
-
readonly label: "RAL 7042";
|
|
3974
|
-
readonly color: "#8D948D";
|
|
3975
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3976
|
-
}, {
|
|
3977
|
-
readonly id: 173;
|
|
3978
|
-
readonly label: "RAL 7043";
|
|
3979
|
-
readonly color: "#4E5452";
|
|
3980
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3981
|
-
}, {
|
|
3982
|
-
readonly id: 174;
|
|
3983
|
-
readonly label: "RAL 7044";
|
|
3984
|
-
readonly color: "#CAC4B0";
|
|
3985
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3986
|
-
}, {
|
|
3987
|
-
readonly id: 175;
|
|
3988
|
-
readonly label: "RAL 7045";
|
|
3989
|
-
readonly color: "#909090";
|
|
3990
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3991
|
-
}, {
|
|
3992
|
-
readonly id: 176;
|
|
3993
|
-
readonly label: "RAL 7046";
|
|
3994
|
-
readonly color: "#82898F";
|
|
3995
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
3996
|
-
}, {
|
|
3997
|
-
readonly id: 177;
|
|
3998
|
-
readonly label: "RAL 7047";
|
|
3999
|
-
readonly color: "#D0D0D0";
|
|
4000
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4001
|
-
}, {
|
|
4002
|
-
readonly id: 178;
|
|
4003
|
-
readonly label: "RAL 7048";
|
|
4004
|
-
readonly color: "#898176";
|
|
4005
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4006
|
-
}];
|
|
4007
|
-
}, {
|
|
4008
|
-
readonly id: "ral_1000";
|
|
4009
|
-
readonly label: "colors-groups.ral_1000";
|
|
4010
|
-
readonly materials: readonly [{
|
|
4011
|
-
readonly id: 0;
|
|
4012
|
-
readonly label: "RAL 1000";
|
|
4013
|
-
readonly color: "#BEBD7F";
|
|
4014
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4015
|
-
}, {
|
|
4016
|
-
readonly id: 1;
|
|
4017
|
-
readonly label: "RAL 1001";
|
|
4018
|
-
readonly color: "#C2B078";
|
|
4019
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4020
|
-
}, {
|
|
4021
|
-
readonly id: 2;
|
|
4022
|
-
readonly label: "RAL 1002";
|
|
4023
|
-
readonly color: "#C6A664";
|
|
4024
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4025
|
-
}, {
|
|
4026
|
-
readonly id: 3;
|
|
4027
|
-
readonly label: "RAL 1003";
|
|
4028
|
-
readonly color: "#E5BE01";
|
|
4029
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4030
|
-
}, {
|
|
4031
|
-
readonly id: 4;
|
|
4032
|
-
readonly label: "RAL 1004";
|
|
4033
|
-
readonly color: "#CDA434";
|
|
4034
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4035
|
-
}, {
|
|
4036
|
-
readonly id: 5;
|
|
4037
|
-
readonly label: "RAL 1005";
|
|
4038
|
-
readonly color: "#A98307";
|
|
4039
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4040
|
-
}, {
|
|
4041
|
-
readonly id: 6;
|
|
4042
|
-
readonly label: "RAL 1006";
|
|
4043
|
-
readonly color: "#E4A010";
|
|
4044
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4045
|
-
}, {
|
|
4046
|
-
readonly id: 7;
|
|
4047
|
-
readonly label: "RAL 1007";
|
|
4048
|
-
readonly color: "#DC9D00";
|
|
4049
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4050
|
-
}, {
|
|
4051
|
-
readonly id: 8;
|
|
4052
|
-
readonly label: "RAL 1011";
|
|
4053
|
-
readonly color: "#8A6642";
|
|
4054
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4055
|
-
}, {
|
|
4056
|
-
readonly id: 9;
|
|
4057
|
-
readonly label: "RAL 1012";
|
|
4058
|
-
readonly color: "#C7B446";
|
|
4059
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4060
|
-
}, {
|
|
4061
|
-
readonly id: 10;
|
|
4062
|
-
readonly label: "RAL 1013";
|
|
4063
|
-
readonly color: "#EAE6CA";
|
|
4064
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4065
|
-
}, {
|
|
4066
|
-
readonly id: 11;
|
|
4067
|
-
readonly label: "RAL 1014";
|
|
4068
|
-
readonly color: "#E1CC4F";
|
|
4069
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4070
|
-
}, {
|
|
4071
|
-
readonly id: 12;
|
|
4072
|
-
readonly label: "RAL 1015";
|
|
4073
|
-
readonly color: "#E6D690";
|
|
4074
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4075
|
-
}, {
|
|
4076
|
-
readonly id: 13;
|
|
4077
|
-
readonly label: "RAL 1016";
|
|
4078
|
-
readonly color: "#EDFF21";
|
|
4079
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4080
|
-
}, {
|
|
4081
|
-
readonly id: 14;
|
|
4082
|
-
readonly label: "RAL 1017";
|
|
4083
|
-
readonly color: "#F5D033";
|
|
4084
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4085
|
-
}, {
|
|
4086
|
-
readonly id: 15;
|
|
4087
|
-
readonly label: "RAL 1018";
|
|
4088
|
-
readonly color: "#F8F32B";
|
|
4089
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4090
|
-
}, {
|
|
4091
|
-
readonly id: 16;
|
|
4092
|
-
readonly label: "RAL 1019";
|
|
4093
|
-
readonly color: "#9E9764";
|
|
4094
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4095
|
-
}, {
|
|
4096
|
-
readonly id: 17;
|
|
4097
|
-
readonly label: "RAL 1020";
|
|
4098
|
-
readonly color: "#999950";
|
|
4099
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4100
|
-
}, {
|
|
4101
|
-
readonly id: 18;
|
|
4102
|
-
readonly label: "RAL 1021";
|
|
4103
|
-
readonly color: "#F3DA0B";
|
|
4104
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4105
|
-
}, {
|
|
4106
|
-
readonly id: 19;
|
|
4107
|
-
readonly label: "RAL 1023";
|
|
4108
|
-
readonly color: "#FAD201";
|
|
4109
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4110
|
-
}, {
|
|
4111
|
-
readonly id: 20;
|
|
4112
|
-
readonly label: "RAL 1024";
|
|
4113
|
-
readonly color: "#AEA04B";
|
|
4114
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4115
|
-
}, {
|
|
4116
|
-
readonly id: 21;
|
|
4117
|
-
readonly label: "RAL 1026";
|
|
4118
|
-
readonly color: "#FFFF00";
|
|
4119
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4120
|
-
}, {
|
|
4121
|
-
readonly id: 22;
|
|
4122
|
-
readonly label: "RAL 1027";
|
|
4123
|
-
readonly color: "#9D9101";
|
|
4124
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4125
|
-
}, {
|
|
4126
|
-
readonly id: 23;
|
|
4127
|
-
readonly label: "RAL 1028";
|
|
4128
|
-
readonly color: "#F4A900";
|
|
4129
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4130
|
-
}, {
|
|
4131
|
-
readonly id: 24;
|
|
4132
|
-
readonly label: "RAL 1032";
|
|
4133
|
-
readonly color: "#D6AE01";
|
|
4134
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4135
|
-
}, {
|
|
4136
|
-
readonly id: 25;
|
|
4137
|
-
readonly label: "RAL 1033";
|
|
4138
|
-
readonly color: "#F3A505";
|
|
4139
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4140
|
-
}, {
|
|
4141
|
-
readonly id: 26;
|
|
4142
|
-
readonly label: "RAL 1034";
|
|
4143
|
-
readonly color: "#EFA94A";
|
|
4144
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4145
|
-
}, {
|
|
4146
|
-
readonly id: 27;
|
|
4147
|
-
readonly label: "RAL 1035";
|
|
4148
|
-
readonly color: "#6A5D4D";
|
|
4149
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4150
|
-
}, {
|
|
4151
|
-
readonly id: 28;
|
|
4152
|
-
readonly label: "RAL 1036";
|
|
4153
|
-
readonly color: "#705335";
|
|
4154
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4155
|
-
}, {
|
|
4156
|
-
readonly id: 29;
|
|
4157
|
-
readonly label: "RAL 1037";
|
|
4158
|
-
readonly color: "#F39F18";
|
|
4159
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4160
|
-
}];
|
|
4161
|
-
}, {
|
|
4162
|
-
readonly id: "ral_2000";
|
|
4163
|
-
readonly label: "colors-groups.ral_2000";
|
|
4164
|
-
readonly materials: readonly [{
|
|
4165
|
-
readonly id: 30;
|
|
4166
|
-
readonly label: "RAL 2000";
|
|
4167
|
-
readonly color: "#ED760E";
|
|
4168
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4169
|
-
}, {
|
|
4170
|
-
readonly id: 31;
|
|
4171
|
-
readonly label: "RAL 2001";
|
|
4172
|
-
readonly color: "#C93C20";
|
|
4173
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4174
|
-
}, {
|
|
4175
|
-
readonly id: 32;
|
|
4176
|
-
readonly label: "RAL 2002";
|
|
4177
|
-
readonly color: "#CB2821";
|
|
4178
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4179
|
-
}, {
|
|
4180
|
-
readonly id: 33;
|
|
4181
|
-
readonly label: "RAL 2003";
|
|
4182
|
-
readonly color: "#FF7514";
|
|
4183
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4184
|
-
}, {
|
|
4185
|
-
readonly id: 34;
|
|
4186
|
-
readonly label: "RAL 2004";
|
|
4187
|
-
readonly color: "#F44611";
|
|
4188
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4189
|
-
}, {
|
|
4190
|
-
readonly id: 35;
|
|
4191
|
-
readonly label: "RAL 2005";
|
|
4192
|
-
readonly color: "#FF2301";
|
|
4193
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4194
|
-
}, {
|
|
4195
|
-
readonly id: 36;
|
|
4196
|
-
readonly label: "RAL 2007";
|
|
4197
|
-
readonly color: "#FFA420";
|
|
4198
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4199
|
-
}, {
|
|
4200
|
-
readonly id: 37;
|
|
4201
|
-
readonly label: "RAL 2008";
|
|
4202
|
-
readonly color: "#F75E25";
|
|
4203
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4204
|
-
}, {
|
|
4205
|
-
readonly id: 38;
|
|
4206
|
-
readonly label: "RAL 2009";
|
|
4207
|
-
readonly color: "#F54021";
|
|
4208
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4209
|
-
}, {
|
|
4210
|
-
readonly id: 39;
|
|
4211
|
-
readonly label: "RAL 2010";
|
|
4212
|
-
readonly color: "#D84B20";
|
|
4213
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4214
|
-
}, {
|
|
4215
|
-
readonly id: 40;
|
|
4216
|
-
readonly label: "RAL 2011";
|
|
4217
|
-
readonly color: "#EC7C26";
|
|
4218
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4219
|
-
}, {
|
|
4220
|
-
readonly id: 41;
|
|
4221
|
-
readonly label: "RAL 2012";
|
|
4222
|
-
readonly color: "#E55137";
|
|
4223
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4224
|
-
}, {
|
|
4225
|
-
readonly id: 42;
|
|
4226
|
-
readonly label: "RAL 2013";
|
|
4227
|
-
readonly color: "#C35831";
|
|
4228
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4229
|
-
}];
|
|
4230
|
-
}, {
|
|
4231
|
-
readonly id: "ral_3000";
|
|
4232
|
-
readonly label: "colors-groups.ral_3000";
|
|
4233
|
-
readonly materials: readonly [{
|
|
4234
|
-
readonly id: 43;
|
|
4235
|
-
readonly label: "RAL 3000";
|
|
4236
|
-
readonly color: "#AF2B1E";
|
|
4237
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4238
|
-
}, {
|
|
4239
|
-
readonly id: 44;
|
|
4240
|
-
readonly label: "RAL 3001";
|
|
4241
|
-
readonly color: "#A52019";
|
|
4242
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4243
|
-
}, {
|
|
4244
|
-
readonly id: 45;
|
|
4245
|
-
readonly label: "RAL 3002";
|
|
4246
|
-
readonly color: "#A2231D";
|
|
4247
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4248
|
-
}, {
|
|
4249
|
-
readonly id: 46;
|
|
4250
|
-
readonly label: "RAL 3003";
|
|
4251
|
-
readonly color: "#9B111E";
|
|
4252
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4253
|
-
}, {
|
|
4254
|
-
readonly id: 47;
|
|
4255
|
-
readonly label: "RAL 3004";
|
|
4256
|
-
readonly color: "#75151E";
|
|
4257
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4258
|
-
}, {
|
|
4259
|
-
readonly id: 48;
|
|
4260
|
-
readonly label: "RAL 3005";
|
|
4261
|
-
readonly color: "#5E2129";
|
|
4262
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4263
|
-
}, {
|
|
4264
|
-
readonly id: 49;
|
|
4265
|
-
readonly label: "RAL 3007";
|
|
4266
|
-
readonly color: "#412227";
|
|
4267
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4268
|
-
}, {
|
|
4269
|
-
readonly id: 50;
|
|
4270
|
-
readonly label: "RAL 3009";
|
|
4271
|
-
readonly color: "#642424";
|
|
4272
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4273
|
-
}, {
|
|
4274
|
-
readonly id: 51;
|
|
4275
|
-
readonly label: "RAL 3011";
|
|
4276
|
-
readonly color: "#781F19";
|
|
4277
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4278
|
-
}, {
|
|
4279
|
-
readonly id: 52;
|
|
4280
|
-
readonly label: "RAL 3012";
|
|
4281
|
-
readonly color: "#C1876B";
|
|
4282
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4283
|
-
}, {
|
|
4284
|
-
readonly id: 53;
|
|
4285
|
-
readonly label: "RAL 3013";
|
|
4286
|
-
readonly color: "#A12312";
|
|
4287
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4288
|
-
}, {
|
|
4289
|
-
readonly id: 54;
|
|
4290
|
-
readonly label: "RAL 3014";
|
|
4291
|
-
readonly color: "#D36E70";
|
|
4292
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4293
|
-
}, {
|
|
4294
|
-
readonly id: 55;
|
|
4295
|
-
readonly label: "RAL 3015";
|
|
4296
|
-
readonly color: "#EA899A";
|
|
4297
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4298
|
-
}, {
|
|
4299
|
-
readonly id: 56;
|
|
4300
|
-
readonly label: "RAL 3016";
|
|
4301
|
-
readonly color: "#B32821";
|
|
4302
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4303
|
-
}, {
|
|
4304
|
-
readonly id: 57;
|
|
4305
|
-
readonly label: "RAL 3017";
|
|
4306
|
-
readonly color: "#E63244";
|
|
4307
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4308
|
-
}, {
|
|
4309
|
-
readonly id: 58;
|
|
4310
|
-
readonly label: "RAL 3018";
|
|
4311
|
-
readonly color: "#D53032";
|
|
4312
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4313
|
-
}, {
|
|
4314
|
-
readonly id: 59;
|
|
4315
|
-
readonly label: "RAL 3020";
|
|
4316
|
-
readonly color: "#CC0605";
|
|
4317
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4318
|
-
}, {
|
|
4319
|
-
readonly id: 60;
|
|
4320
|
-
readonly label: "RAL 3022";
|
|
4321
|
-
readonly color: "#D95030";
|
|
4322
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4323
|
-
}, {
|
|
4324
|
-
readonly id: 61;
|
|
4325
|
-
readonly label: "RAL 3024";
|
|
4326
|
-
readonly color: "#F80000";
|
|
4327
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4328
|
-
}, {
|
|
4329
|
-
readonly id: 62;
|
|
4330
|
-
readonly label: "RAL 3026";
|
|
4331
|
-
readonly color: "#FE0000";
|
|
4332
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4333
|
-
}, {
|
|
4334
|
-
readonly id: 63;
|
|
4335
|
-
readonly label: "RAL 3027";
|
|
4336
|
-
readonly color: "#C51D34";
|
|
4337
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4338
|
-
}, {
|
|
4339
|
-
readonly id: 64;
|
|
4340
|
-
readonly label: "RAL 3028";
|
|
4341
|
-
readonly color: "#CB3234";
|
|
4342
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4343
|
-
}, {
|
|
4344
|
-
readonly id: 65;
|
|
4345
|
-
readonly label: "RAL 3031";
|
|
4346
|
-
readonly color: "#B32428";
|
|
4347
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4348
|
-
}, {
|
|
4349
|
-
readonly id: 66;
|
|
4350
|
-
readonly label: "RAL 3032";
|
|
4351
|
-
readonly color: "#721422";
|
|
4352
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4353
|
-
}, {
|
|
4354
|
-
readonly id: 67;
|
|
4355
|
-
readonly label: "RAL 3033";
|
|
4356
|
-
readonly color: "#B44C43";
|
|
4357
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4358
|
-
}];
|
|
4359
|
-
}, {
|
|
4360
|
-
readonly id: "ral_4000";
|
|
4361
|
-
readonly label: "colors-groups.ral_4000";
|
|
4362
|
-
readonly materials: readonly [{
|
|
4363
|
-
readonly id: 68;
|
|
4364
|
-
readonly label: "RAL 4001";
|
|
4365
|
-
readonly color: "#6D3F5B";
|
|
4366
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4367
|
-
}, {
|
|
4368
|
-
readonly id: 69;
|
|
4369
|
-
readonly label: "RAL 4002";
|
|
4370
|
-
readonly color: "#922B3E";
|
|
4371
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4372
|
-
}, {
|
|
4373
|
-
readonly id: 70;
|
|
4374
|
-
readonly label: "RAL 4003";
|
|
4375
|
-
readonly color: "#DE4C8A";
|
|
4376
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4377
|
-
}, {
|
|
4378
|
-
readonly id: 71;
|
|
4379
|
-
readonly label: "RAL 4004";
|
|
4380
|
-
readonly color: "#641C34";
|
|
4381
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4382
|
-
}, {
|
|
4383
|
-
readonly id: 72;
|
|
4384
|
-
readonly label: "RAL 4005";
|
|
4385
|
-
readonly color: "#6C4675";
|
|
4386
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4387
|
-
}, {
|
|
4388
|
-
readonly id: 73;
|
|
4389
|
-
readonly label: "RAL 4006";
|
|
4390
|
-
readonly color: "#A03472";
|
|
4391
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4392
|
-
}, {
|
|
4393
|
-
readonly id: 74;
|
|
4394
|
-
readonly label: "RAL 4007";
|
|
4395
|
-
readonly color: "#4A192C";
|
|
4396
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4397
|
-
}, {
|
|
4398
|
-
readonly id: 75;
|
|
4399
|
-
readonly label: "RAL 4008";
|
|
4400
|
-
readonly color: "#924E7D";
|
|
4401
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4402
|
-
}, {
|
|
4403
|
-
readonly id: 76;
|
|
4404
|
-
readonly label: "RAL 4009";
|
|
4405
|
-
readonly color: "#A18594";
|
|
4406
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4407
|
-
}, {
|
|
4408
|
-
readonly id: 77;
|
|
4409
|
-
readonly label: "RAL 4010";
|
|
4410
|
-
readonly color: "#CF3476";
|
|
4411
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4412
|
-
}, {
|
|
4413
|
-
readonly id: 78;
|
|
4414
|
-
readonly label: "RAL 4011";
|
|
4415
|
-
readonly color: "#8673A1";
|
|
4416
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4417
|
-
}, {
|
|
4418
|
-
readonly id: 79;
|
|
4419
|
-
readonly label: "RAL 4012";
|
|
4420
|
-
readonly color: "#6C6874";
|
|
4421
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4422
|
-
}];
|
|
4423
|
-
}, {
|
|
4424
|
-
readonly id: "ral_5000";
|
|
4425
|
-
readonly label: "colors-groups.ral_5000";
|
|
4426
|
-
readonly materials: readonly [{
|
|
4427
|
-
readonly id: 80;
|
|
4428
|
-
readonly label: "RAL 5000";
|
|
4429
|
-
readonly color: "#354D73";
|
|
4430
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4431
|
-
}, {
|
|
4432
|
-
readonly id: 81;
|
|
4433
|
-
readonly label: "RAL 5001";
|
|
4434
|
-
readonly color: "#1F3438";
|
|
4435
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4436
|
-
}, {
|
|
4437
|
-
readonly id: 82;
|
|
4438
|
-
readonly label: "RAL 5002";
|
|
4439
|
-
readonly color: "#20214F";
|
|
4440
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4441
|
-
}, {
|
|
4442
|
-
readonly id: 83;
|
|
4443
|
-
readonly label: "RAL 5003";
|
|
4444
|
-
readonly color: "#1D1E33";
|
|
4445
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4446
|
-
}, {
|
|
4447
|
-
readonly id: 84;
|
|
4448
|
-
readonly label: "RAL 5004";
|
|
4449
|
-
readonly color: "#18171C";
|
|
4450
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4451
|
-
}, {
|
|
4452
|
-
readonly id: 85;
|
|
4453
|
-
readonly label: "RAL 5005";
|
|
4454
|
-
readonly color: "#1E2460";
|
|
4455
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4456
|
-
}, {
|
|
4457
|
-
readonly id: 86;
|
|
4458
|
-
readonly label: "RAL 5007";
|
|
4459
|
-
readonly color: "#3E5F8A";
|
|
4460
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4461
|
-
}, {
|
|
4462
|
-
readonly id: 87;
|
|
4463
|
-
readonly label: "RAL 5008";
|
|
4464
|
-
readonly color: "#26252D";
|
|
4465
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4466
|
-
}, {
|
|
4467
|
-
readonly id: 88;
|
|
4468
|
-
readonly label: "RAL 5009";
|
|
4469
|
-
readonly color: "#025669";
|
|
4470
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4471
|
-
}, {
|
|
4472
|
-
readonly id: 89;
|
|
4473
|
-
readonly label: "RAL 5010";
|
|
4474
|
-
readonly color: "#0E294B";
|
|
4475
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4476
|
-
}, {
|
|
4477
|
-
readonly id: 90;
|
|
4478
|
-
readonly label: "RAL 5011";
|
|
4479
|
-
readonly color: "#231A24";
|
|
4480
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4481
|
-
}, {
|
|
4482
|
-
readonly id: 91;
|
|
4483
|
-
readonly label: "RAL 5012";
|
|
4484
|
-
readonly color: "#3B83BD";
|
|
4485
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4486
|
-
}, {
|
|
4487
|
-
readonly id: 92;
|
|
4488
|
-
readonly label: "RAL 5013";
|
|
4489
|
-
readonly color: "#1E213D";
|
|
4490
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4491
|
-
}, {
|
|
4492
|
-
readonly id: 93;
|
|
4493
|
-
readonly label: "RAL 5014";
|
|
4494
|
-
readonly color: "#606E8C";
|
|
4495
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4496
|
-
}, {
|
|
4497
|
-
readonly id: 94;
|
|
4498
|
-
readonly label: "RAL 5015";
|
|
4499
|
-
readonly color: "#2271B3";
|
|
4500
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4501
|
-
}, {
|
|
4502
|
-
readonly id: 95;
|
|
4503
|
-
readonly label: "RAL 5017";
|
|
4504
|
-
readonly color: "#063971";
|
|
4505
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4506
|
-
}, {
|
|
4507
|
-
readonly id: 96;
|
|
4508
|
-
readonly label: "RAL 5018";
|
|
4509
|
-
readonly color: "#3F888F";
|
|
4510
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4511
|
-
}, {
|
|
4512
|
-
readonly id: 97;
|
|
4513
|
-
readonly label: "RAL 5019";
|
|
4514
|
-
readonly color: "#1B5583";
|
|
4515
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4516
|
-
}, {
|
|
4517
|
-
readonly id: 98;
|
|
4518
|
-
readonly label: "RAL 5020";
|
|
4519
|
-
readonly color: "#1D334A";
|
|
4520
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4521
|
-
}, {
|
|
4522
|
-
readonly id: 99;
|
|
4523
|
-
readonly label: "RAL 5021";
|
|
4524
|
-
readonly color: "#256D7B";
|
|
4525
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4526
|
-
}, {
|
|
4527
|
-
readonly id: 100;
|
|
4528
|
-
readonly label: "RAL 5022";
|
|
4529
|
-
readonly color: "#252850";
|
|
4530
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4531
|
-
}, {
|
|
4532
|
-
readonly id: 101;
|
|
4533
|
-
readonly label: "RAL 5023";
|
|
4534
|
-
readonly color: "#49678D";
|
|
4535
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4536
|
-
}, {
|
|
4537
|
-
readonly id: 102;
|
|
4538
|
-
readonly label: "RAL 5024";
|
|
4539
|
-
readonly color: "#5D9B9B";
|
|
4540
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4541
|
-
}, {
|
|
4542
|
-
readonly id: 103;
|
|
4543
|
-
readonly label: "RAL 5025";
|
|
4544
|
-
readonly color: "#2A6478";
|
|
4545
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4546
|
-
}, {
|
|
4547
|
-
readonly id: 104;
|
|
4548
|
-
readonly label: "RAL 5026";
|
|
4549
|
-
readonly color: "#102C54";
|
|
4550
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4551
|
-
}];
|
|
4552
|
-
}, {
|
|
4553
|
-
readonly id: "ral_6000";
|
|
4554
|
-
readonly label: "colors-groups.ral_6000";
|
|
4555
|
-
readonly materials: readonly [{
|
|
4556
|
-
readonly id: 105;
|
|
4557
|
-
readonly label: "RAL 6000";
|
|
4558
|
-
readonly color: "#316650";
|
|
4559
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4560
|
-
}, {
|
|
4561
|
-
readonly id: 106;
|
|
4562
|
-
readonly label: "RAL 6001";
|
|
4563
|
-
readonly color: "#287233";
|
|
4564
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4565
|
-
}, {
|
|
4566
|
-
readonly id: 107;
|
|
4567
|
-
readonly label: "RAL 6002";
|
|
4568
|
-
readonly color: "#2D572C";
|
|
4569
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4570
|
-
}, {
|
|
4571
|
-
readonly id: 108;
|
|
4572
|
-
readonly label: "RAL 6003";
|
|
4573
|
-
readonly color: "#424632";
|
|
4574
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4575
|
-
}, {
|
|
4576
|
-
readonly id: 109;
|
|
4577
|
-
readonly label: "RAL 6004";
|
|
4578
|
-
readonly color: "#1F3A3D";
|
|
4579
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4580
|
-
}, {
|
|
4581
|
-
readonly id: 110;
|
|
4582
|
-
readonly label: "RAL 6005";
|
|
4583
|
-
readonly color: "#2F4538";
|
|
4584
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4585
|
-
}, {
|
|
4586
|
-
readonly id: 111;
|
|
4587
|
-
readonly label: "RAL 6006";
|
|
4588
|
-
readonly color: "#3E3B32";
|
|
4589
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4590
|
-
}, {
|
|
4591
|
-
readonly id: 112;
|
|
4592
|
-
readonly label: "RAL 6007";
|
|
4593
|
-
readonly color: "#343B29";
|
|
4594
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4595
|
-
}, {
|
|
4596
|
-
readonly id: 113;
|
|
4597
|
-
readonly label: "RAL 6008";
|
|
4598
|
-
readonly color: "#39352A";
|
|
4599
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4600
|
-
}, {
|
|
4601
|
-
readonly id: 114;
|
|
4602
|
-
readonly label: "RAL 6009";
|
|
4603
|
-
readonly color: "#31372B";
|
|
4604
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4605
|
-
}, {
|
|
4606
|
-
readonly id: 115;
|
|
4607
|
-
readonly label: "RAL 6010";
|
|
4608
|
-
readonly color: "#35682D";
|
|
4609
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4610
|
-
}, {
|
|
4611
|
-
readonly id: 116;
|
|
4612
|
-
readonly label: "RAL 6011";
|
|
4613
|
-
readonly color: "#587246";
|
|
4614
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4615
|
-
}, {
|
|
4616
|
-
readonly id: 117;
|
|
4617
|
-
readonly label: "RAL 6012";
|
|
4618
|
-
readonly color: "#343E40";
|
|
4619
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4620
|
-
}, {
|
|
4621
|
-
readonly id: 118;
|
|
4622
|
-
readonly label: "RAL 6013";
|
|
4623
|
-
readonly color: "#6C7156";
|
|
4624
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4625
|
-
}, {
|
|
4626
|
-
readonly id: 119;
|
|
4627
|
-
readonly label: "RAL 6014";
|
|
4628
|
-
readonly color: "#47402E";
|
|
4629
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4630
|
-
}, {
|
|
4631
|
-
readonly id: 120;
|
|
4632
|
-
readonly label: "RAL 6015";
|
|
4633
|
-
readonly color: "#3B3C36";
|
|
4634
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4635
|
-
}, {
|
|
4636
|
-
readonly id: 121;
|
|
4637
|
-
readonly label: "RAL 6016";
|
|
4638
|
-
readonly color: "#1E5945";
|
|
4639
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4640
|
-
}, {
|
|
4641
|
-
readonly id: 122;
|
|
4642
|
-
readonly label: "RAL 6017";
|
|
4643
|
-
readonly color: "#4C9141";
|
|
4644
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4645
|
-
}, {
|
|
4646
|
-
readonly id: 123;
|
|
4647
|
-
readonly label: "RAL 6018";
|
|
4648
|
-
readonly color: "#57A639";
|
|
4649
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4650
|
-
}, {
|
|
4651
|
-
readonly id: 124;
|
|
4652
|
-
readonly label: "RAL 6019";
|
|
4653
|
-
readonly color: "#BDECB6";
|
|
4654
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4655
|
-
}, {
|
|
4656
|
-
readonly id: 125;
|
|
4657
|
-
readonly label: "RAL 6020";
|
|
4658
|
-
readonly color: "#2E3A23";
|
|
4659
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4660
|
-
}, {
|
|
4661
|
-
readonly id: 126;
|
|
4662
|
-
readonly label: "RAL 6021";
|
|
4663
|
-
readonly color: "#89AC76";
|
|
4664
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4665
|
-
}, {
|
|
4666
|
-
readonly id: 127;
|
|
4667
|
-
readonly label: "RAL 6022";
|
|
4668
|
-
readonly color: "#25221B";
|
|
4669
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4670
|
-
}, {
|
|
4671
|
-
readonly id: 128;
|
|
4672
|
-
readonly label: "RAL 6024";
|
|
4673
|
-
readonly color: "#308446";
|
|
4674
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4675
|
-
}, {
|
|
4676
|
-
readonly id: 129;
|
|
4677
|
-
readonly label: "RAL 6025";
|
|
4678
|
-
readonly color: "#3D642D";
|
|
4679
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4680
|
-
}, {
|
|
4681
|
-
readonly id: 130;
|
|
4682
|
-
readonly label: "RAL 6026";
|
|
4683
|
-
readonly color: "#015D52";
|
|
4684
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4685
|
-
}, {
|
|
4686
|
-
readonly id: 131;
|
|
4687
|
-
readonly label: "RAL 6027";
|
|
4688
|
-
readonly color: "#84C3BE";
|
|
4689
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4690
|
-
}, {
|
|
4691
|
-
readonly id: 132;
|
|
4692
|
-
readonly label: "RAL 6028";
|
|
4693
|
-
readonly color: "#2C5545";
|
|
4694
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4695
|
-
}, {
|
|
4696
|
-
readonly id: 133;
|
|
4697
|
-
readonly label: "RAL 6029";
|
|
4698
|
-
readonly color: "#20603D";
|
|
4699
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4700
|
-
}, {
|
|
4701
|
-
readonly id: 134;
|
|
4702
|
-
readonly label: "RAL 6032";
|
|
4703
|
-
readonly color: "#317F43";
|
|
4704
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4705
|
-
}, {
|
|
4706
|
-
readonly id: 135;
|
|
4707
|
-
readonly label: "RAL 6033";
|
|
4708
|
-
readonly color: "#497E76";
|
|
4709
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4710
|
-
}, {
|
|
4711
|
-
readonly id: 136;
|
|
4712
|
-
readonly label: "RAL 6034";
|
|
4713
|
-
readonly color: "#7FB5B5";
|
|
4714
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4715
|
-
}, {
|
|
4716
|
-
readonly id: 137;
|
|
4717
|
-
readonly label: "RAL 6035";
|
|
4718
|
-
readonly color: "#1C542D";
|
|
4719
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4720
|
-
}, {
|
|
4721
|
-
readonly id: 138;
|
|
4722
|
-
readonly label: "RAL 6036";
|
|
4723
|
-
readonly color: "#193737";
|
|
4724
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4725
|
-
}, {
|
|
4726
|
-
readonly id: 139;
|
|
4727
|
-
readonly label: "RAL 6037";
|
|
4728
|
-
readonly color: "#008F39";
|
|
4729
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4730
|
-
}, {
|
|
4731
|
-
readonly id: 140;
|
|
4732
|
-
readonly label: "RAL 6038";
|
|
4733
|
-
readonly color: "#00BB2D";
|
|
4734
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4735
|
-
}];
|
|
4736
|
-
}, {
|
|
4737
|
-
readonly id: "ral_8000";
|
|
4738
|
-
readonly label: "colors-groups.ral_8000";
|
|
4739
|
-
readonly materials: readonly [{
|
|
4740
|
-
readonly id: 179;
|
|
4741
|
-
readonly label: "RAL 8000";
|
|
4742
|
-
readonly color: "#826C34";
|
|
4743
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4744
|
-
}, {
|
|
4745
|
-
readonly id: 180;
|
|
4746
|
-
readonly label: "RAL 8001";
|
|
4747
|
-
readonly color: "#955F20";
|
|
4748
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4749
|
-
}, {
|
|
4750
|
-
readonly id: 181;
|
|
4751
|
-
readonly label: "RAL 8002";
|
|
4752
|
-
readonly color: "#6C3B2A";
|
|
4753
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4754
|
-
}, {
|
|
4755
|
-
readonly id: 182;
|
|
4756
|
-
readonly label: "RAL 8003";
|
|
4757
|
-
readonly color: "#734222";
|
|
4758
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4759
|
-
}, {
|
|
4760
|
-
readonly id: 183;
|
|
4761
|
-
readonly label: "RAL 8004";
|
|
4762
|
-
readonly color: "#8E402A";
|
|
4763
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4764
|
-
}, {
|
|
4765
|
-
readonly id: 184;
|
|
4766
|
-
readonly label: "RAL 8007";
|
|
4767
|
-
readonly color: "#59351F";
|
|
4768
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4769
|
-
}, {
|
|
4770
|
-
readonly id: 185;
|
|
4771
|
-
readonly label: "RAL 8008";
|
|
4772
|
-
readonly color: "#6F4F28";
|
|
4773
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4774
|
-
}, {
|
|
4775
|
-
readonly id: 186;
|
|
4776
|
-
readonly label: "RAL 8011";
|
|
4777
|
-
readonly color: "#5B3A29";
|
|
4778
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4779
|
-
}, {
|
|
4780
|
-
readonly id: 187;
|
|
4781
|
-
readonly label: "RAL 8012";
|
|
4782
|
-
readonly color: "#592321";
|
|
4783
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4784
|
-
}, {
|
|
4785
|
-
readonly id: 188;
|
|
4786
|
-
readonly label: "RAL 8014";
|
|
4787
|
-
readonly color: "#382C1E";
|
|
4788
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4789
|
-
}, {
|
|
4790
|
-
readonly id: 189;
|
|
4791
|
-
readonly label: "RAL 8015";
|
|
4792
|
-
readonly color: "#633A34";
|
|
4793
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4794
|
-
}, {
|
|
4795
|
-
readonly id: 190;
|
|
4796
|
-
readonly label: "RAL 8016";
|
|
4797
|
-
readonly color: "#4C2F27";
|
|
4798
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4799
|
-
}, {
|
|
4800
|
-
readonly id: 191;
|
|
4801
|
-
readonly label: "RAL 8017";
|
|
4802
|
-
readonly color: "#45322E";
|
|
4803
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4804
|
-
}, {
|
|
4805
|
-
readonly id: 192;
|
|
4806
|
-
readonly label: "RAL 8019";
|
|
4807
|
-
readonly color: "#403A3A";
|
|
4808
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4809
|
-
}, {
|
|
4810
|
-
readonly id: 193;
|
|
4811
|
-
readonly label: "RAL 8022";
|
|
4812
|
-
readonly color: "#212121";
|
|
4813
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4814
|
-
}, {
|
|
4815
|
-
readonly id: 194;
|
|
4816
|
-
readonly label: "RAL 8023";
|
|
4817
|
-
readonly color: "#A65E2E";
|
|
4818
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4819
|
-
}, {
|
|
4820
|
-
readonly id: 195;
|
|
4821
|
-
readonly label: "RAL 8024";
|
|
4822
|
-
readonly color: "#79553D";
|
|
4823
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4824
|
-
}, {
|
|
4825
|
-
readonly id: 196;
|
|
4826
|
-
readonly label: "RAL 8025";
|
|
4827
|
-
readonly color: "#755C48";
|
|
4828
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4829
|
-
}, {
|
|
4830
|
-
readonly id: 197;
|
|
4831
|
-
readonly label: "RAL 8028";
|
|
4832
|
-
readonly color: "#4E3B31";
|
|
4833
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4834
|
-
}, {
|
|
4835
|
-
readonly id: 198;
|
|
4836
|
-
readonly label: "RAL 8029";
|
|
4837
|
-
readonly color: "#763C28";
|
|
4838
|
-
readonly __IS_SAMPLE_COLOR__: 1;
|
|
4839
|
-
}];
|
|
4840
|
-
}];
|
|
4841
|
-
isExpanded?: boolean;
|
|
4842
|
-
onExpand?: () => void;
|
|
4843
|
-
onCollapse?: (_payload: MouseEvent) => void;
|
|
4844
|
-
isDesktop?: boolean;
|
|
4845
|
-
onSetColor?: (element: GridViewElement<any>) => void | Promise<void>;
|
|
4846
|
-
value?: import('../../../../common/composables/use-core-bound-value').MinimalBoundValue<any>;
|
|
4847
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
4848
|
-
ConstructionVariants: import('vue').DefineComponent<{
|
|
4849
|
-
groups: RapiTag[];
|
|
4850
|
-
isExpanded?: boolean;
|
|
4851
|
-
onExpand: (event: MouseEvent) => void;
|
|
4852
|
-
onCollapse?: (_payload: MouseEvent) => void;
|
|
4853
|
-
isDesktop?: boolean;
|
|
4854
|
-
api: RoomlePlannerWithExtObjs;
|
|
4855
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
4856
|
-
groups: RapiTag[];
|
|
4857
|
-
isExpanded?: boolean;
|
|
4858
|
-
onExpand: (event: MouseEvent) => void;
|
|
4859
|
-
onCollapse?: (_payload: MouseEvent) => void;
|
|
4860
|
-
isDesktop?: boolean;
|
|
4861
|
-
api: RoomlePlannerWithExtObjs;
|
|
4862
|
-
}> & Readonly<{}>, {
|
|
4863
|
-
isDesktop: boolean;
|
|
4864
|
-
isExpanded: boolean;
|
|
4865
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
4866
|
-
LoadingSpinner: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4867
|
-
ProductPositions: import('vue').DefineComponent<{
|
|
4868
|
-
api: RoomlePlannerWithExtObjs;
|
|
4869
|
-
isConstructionElement?: boolean;
|
|
4870
|
-
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
4871
|
-
api: RoomlePlannerWithExtObjs;
|
|
4872
|
-
isConstructionElement?: boolean;
|
|
4873
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
4874
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4
|
+
declare const _default: import('vue').DefineComponent<{
|
|
5
|
+
onClose: (_buttonAction: BUTTON_ACTIONS, _reason: CloseReason) => Promise<void>;
|
|
6
|
+
onExpand?: () => void;
|
|
7
|
+
onCollapse?: () => void;
|
|
8
|
+
interactionHandler: PlanInteractionHandler;
|
|
9
|
+
api: RoomlePlannerWithExtObjs;
|
|
10
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
11
|
+
onClose: (_buttonAction: BUTTON_ACTIONS, _reason: CloseReason) => Promise<void>;
|
|
12
|
+
onExpand?: () => void;
|
|
13
|
+
onCollapse?: () => void;
|
|
14
|
+
interactionHandler: PlanInteractionHandler;
|
|
15
|
+
api: RoomlePlannerWithExtObjs;
|
|
16
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
4875
17
|
export default _default;
|