pds-dev-kit-web-test 2.7.238 → 2.7.239
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.
|
@@ -216,44 +216,44 @@ exports.POS_OUTSET_PAGINATION = {
|
|
|
216
216
|
//--------------------------------------------------
|
|
217
217
|
OUTSET5: {
|
|
218
218
|
DESIGN1: {
|
|
219
|
-
LARGE: {
|
|
220
|
-
MEDIUM: {
|
|
221
|
-
SMALL: {
|
|
219
|
+
LARGE: { right: -65 },
|
|
220
|
+
MEDIUM: { right: -60 },
|
|
221
|
+
SMALL: { right: -60 }
|
|
222
222
|
},
|
|
223
223
|
DESIGN3: {
|
|
224
|
-
LARGE: {
|
|
225
|
-
MEDIUM: {
|
|
226
|
-
SMALL: {
|
|
224
|
+
LARGE: { right: -65 },
|
|
225
|
+
MEDIUM: { right: -60 },
|
|
226
|
+
SMALL: { right: -60 }
|
|
227
227
|
},
|
|
228
228
|
DESIGN5: {
|
|
229
|
-
LARGE: {
|
|
230
|
-
MEDIUM: {
|
|
231
|
-
SMALL: {
|
|
229
|
+
LARGE: { right: -115 },
|
|
230
|
+
MEDIUM: { right: -110 },
|
|
231
|
+
SMALL: { right: -95 }
|
|
232
232
|
},
|
|
233
233
|
DESIGN7: {
|
|
234
|
-
LARGE: {
|
|
235
|
-
MEDIUM: {
|
|
236
|
-
SMALL: {
|
|
234
|
+
LARGE: { right: -115 },
|
|
235
|
+
MEDIUM: { right: -110 },
|
|
236
|
+
SMALL: { right: -95 }
|
|
237
237
|
},
|
|
238
238
|
DESIGN9: {
|
|
239
|
-
LARGE: {
|
|
240
|
-
MEDIUM: {
|
|
241
|
-
SMALL: {
|
|
239
|
+
LARGE: { right: -45 },
|
|
240
|
+
MEDIUM: { right: -45 },
|
|
241
|
+
SMALL: { right: -45 }
|
|
242
242
|
},
|
|
243
243
|
DESIGN11: {
|
|
244
|
-
LARGE: {
|
|
245
|
-
MEDIUM: {
|
|
246
|
-
SMALL: {
|
|
244
|
+
LARGE: { left: 'calc(100% + 20px)' },
|
|
245
|
+
MEDIUM: { left: 'calc(100% + 12px)' },
|
|
246
|
+
SMALL: { left: 'calc(100% + 12px)' }
|
|
247
247
|
},
|
|
248
248
|
DESIGN13: {
|
|
249
|
-
LARGE: {
|
|
250
|
-
MEDIUM: {
|
|
251
|
-
SMALL: {
|
|
249
|
+
LARGE: { right: -40 },
|
|
250
|
+
MEDIUM: { right: -30 },
|
|
251
|
+
SMALL: { right: -25 }
|
|
252
252
|
},
|
|
253
253
|
DESIGN15: {
|
|
254
|
-
LARGE: {
|
|
255
|
-
MEDIUM: {
|
|
256
|
-
SMALL: {
|
|
254
|
+
LARGE: { left: 'calc(100% + 20px)' },
|
|
255
|
+
MEDIUM: { left: 'calc(100% + 12px)' },
|
|
256
|
+
SMALL: { left: 'calc(100% + 12px)' }
|
|
257
257
|
}
|
|
258
258
|
},
|
|
259
259
|
//--------------------------------------------------
|