sag_components 2.0.0-beta290 → 2.0.0-beta292

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.
@@ -1,5 +1,5 @@
1
1
  export default OverlayDropdown;
2
- declare function OverlayDropdown({ data, value, onSelectClick, label, labelEmptyValue, showLabelOnTop, labelColor, placeHolder, placeHolderColor, required, disabled, isDarkerBackground, editableDigitalCoupon, customDisplayText, selectedColor, hoverColor, width, minWidth, dropdownWidth, dropdownMaxHeight, height, margin, ...props }: {
2
+ declare function OverlayDropdown({ data, value, onSelectClick, label, labelEmptyValue, showLabelOnTop, labelColor, placeHolder, placeHolderColor, required, disabled, isDarkerBackground, editableDigitalCoupon, customDisplayText, appliedCouponsCount, selectedColor, hoverColor, width, minWidth, dropdownWidth, dropdownMaxHeight, height, margin, ...props }: {
3
3
  [x: string]: any;
4
4
  data?: any[];
5
5
  value: any;
@@ -15,6 +15,7 @@ declare function OverlayDropdown({ data, value, onSelectClick, label, labelEmpty
15
15
  isDarkerBackground?: boolean;
16
16
  editableDigitalCoupon?: boolean;
17
17
  customDisplayText?: any;
18
+ appliedCouponsCount?: number;
18
19
  selectedColor?: string;
19
20
  hoverColor?: string;
20
21
  width?: string;
@@ -238,7 +238,7 @@ declare namespace _default {
238
238
  const description_21: string;
239
239
  export { description_21 as description };
240
240
  }
241
- namespace showCustomDisplay {
241
+ namespace appliedCouponsCount {
242
242
  const name_22: string;
243
243
  export { name_22 as name };
244
244
  export namespace control_21 {
@@ -249,11 +249,24 @@ declare namespace _default {
249
249
  const description_22: string;
250
250
  export { description_22 as description };
251
251
  }
252
+ namespace initialCouponCount {
253
+ const name_23: string;
254
+ export { name_23 as name };
255
+ export namespace control_22 {
256
+ const type_22: string;
257
+ export { type_22 as type };
258
+ }
259
+ export { control_22 as control };
260
+ const description_23: string;
261
+ export { description_23 as description };
262
+ }
252
263
  }
253
264
  }
254
265
  export default _default;
255
- export namespace Default {
256
- namespace args {
266
+ export namespace OrangePen_NoCoupons {
267
+ const name_24: string;
268
+ export { name_24 as name };
269
+ export namespace args {
257
270
  export { data1 as data };
258
271
  const value_1: any;
259
272
  export { value_1 as value };
@@ -295,11 +308,15 @@ export namespace Default {
295
308
  export { editableDigitalCoupon_1 as editableDigitalCoupon };
296
309
  const customDisplayText_1: any;
297
310
  export { customDisplayText_1 as customDisplayText };
298
- const showCustomDisplay_1: boolean;
299
- export { showCustomDisplay_1 as showCustomDisplay };
311
+ const appliedCouponsCount_1: number;
312
+ export { appliedCouponsCount_1 as appliedCouponsCount };
313
+ const initialCouponCount_1: number;
314
+ export { initialCouponCount_1 as initialCouponCount };
300
315
  }
301
316
  }
302
- export namespace EditableDigitalCoupon_WithCustomText {
317
+ export namespace OrangePen_OneCoupon {
318
+ const name_25: string;
319
+ export { name_25 as name };
303
320
  export namespace args_1 {
304
321
  export { data1 as data };
305
322
  const value_2: string;
@@ -342,15 +359,19 @@ export namespace EditableDigitalCoupon_WithCustomText {
342
359
  export { editableDigitalCoupon_2 as editableDigitalCoupon };
343
360
  const customDisplayText_2: string;
344
361
  export { customDisplayText_2 as customDisplayText };
345
- const showCustomDisplay_2: boolean;
346
- export { showCustomDisplay_2 as showCustomDisplay };
362
+ const appliedCouponsCount_2: number;
363
+ export { appliedCouponsCount_2 as appliedCouponsCount };
364
+ const initialCouponCount_2: number;
365
+ export { initialCouponCount_2 as initialCouponCount };
347
366
  }
348
367
  export { args_1 as args };
349
368
  }
350
- export namespace EditableDigitalCoupon_Interactive {
369
+ export namespace OrangePen_FiveCoupons {
370
+ const name_26: string;
371
+ export { name_26 as name };
351
372
  export namespace args_2 {
352
373
  export { data1 as data };
353
- const value_3: any;
374
+ const value_3: string;
354
375
  export { value_3 as value };
355
376
  const label_3: string;
356
377
  export { label_3 as label };
@@ -388,14 +409,18 @@ export namespace EditableDigitalCoupon_Interactive {
388
409
  export { margin_3 as margin };
389
410
  const editableDigitalCoupon_3: boolean;
390
411
  export { editableDigitalCoupon_3 as editableDigitalCoupon };
391
- const customDisplayText_3: any;
412
+ const customDisplayText_3: string;
392
413
  export { customDisplayText_3 as customDisplayText };
393
- const showCustomDisplay_3: boolean;
394
- export { showCustomDisplay_3 as showCustomDisplay };
414
+ const appliedCouponsCount_3: number;
415
+ export { appliedCouponsCount_3 as appliedCouponsCount };
416
+ const initialCouponCount_3: number;
417
+ export { initialCouponCount_3 as initialCouponCount };
395
418
  }
396
419
  export { args_2 as args };
397
420
  }
398
- export namespace NonEditableDigitalCoupon {
421
+ export namespace OrangePen_Interactive {
422
+ const name_27: string;
423
+ export { name_27 as name };
399
424
  export namespace args_3 {
400
425
  export { data1 as data };
401
426
  const value_4: any;
@@ -438,14 +463,27 @@ export namespace NonEditableDigitalCoupon {
438
463
  export { editableDigitalCoupon_4 as editableDigitalCoupon };
439
464
  const customDisplayText_4: any;
440
465
  export { customDisplayText_4 as customDisplayText };
441
- const showCustomDisplay_4: boolean;
442
- export { showCustomDisplay_4 as showCustomDisplay };
466
+ const appliedCouponsCount_4: number;
467
+ export { appliedCouponsCount_4 as appliedCouponsCount };
468
+ const initialCouponCount_4: number;
469
+ export { initialCouponCount_4 as initialCouponCount };
443
470
  }
444
471
  export { args_3 as args };
445
472
  }
446
- export namespace WithSelection {
473
+ export namespace OrangePen_WithLastDefined {
474
+ const name_28: string;
475
+ export { name_28 as name };
447
476
  export namespace args_4 {
448
- export { data1 as data };
477
+ const data_1: {
478
+ overlayCode: number;
479
+ overlayName: string;
480
+ templateType: number;
481
+ items: {
482
+ value: string;
483
+ label: string;
484
+ }[];
485
+ }[];
486
+ export { data_1 as data };
449
487
  const value_5: string;
450
488
  export { value_5 as value };
451
489
  const label_5: string;
@@ -484,14 +522,18 @@ export namespace WithSelection {
484
522
  export { margin_5 as margin };
485
523
  const editableDigitalCoupon_5: boolean;
486
524
  export { editableDigitalCoupon_5 as editableDigitalCoupon };
487
- const customDisplayText_5: any;
525
+ const customDisplayText_5: string;
488
526
  export { customDisplayText_5 as customDisplayText };
489
- const showCustomDisplay_5: boolean;
490
- export { showCustomDisplay_5 as showCustomDisplay };
527
+ const appliedCouponsCount_5: number;
528
+ export { appliedCouponsCount_5 as appliedCouponsCount };
529
+ const initialCouponCount_5: number;
530
+ export { initialCouponCount_5 as initialCouponCount };
491
531
  }
492
532
  export { args_4 as args };
493
533
  }
494
- export namespace LongStringTooltip {
534
+ export namespace OrangePen_NonEditableMode {
535
+ const name_29: string;
536
+ export { name_29 as name };
495
537
  export namespace args_5 {
496
538
  export { data1 as data };
497
539
  const value_6: string;
@@ -532,17 +574,24 @@ export namespace LongStringTooltip {
532
574
  export { margin_6 as margin };
533
575
  const editableDigitalCoupon_6: boolean;
534
576
  export { editableDigitalCoupon_6 as editableDigitalCoupon };
535
- const customDisplayText_6: any;
577
+ const customDisplayText_6: string;
536
578
  export { customDisplayText_6 as customDisplayText };
537
- const showCustomDisplay_6: boolean;
538
- export { showCustomDisplay_6 as showCustomDisplay };
579
+ const appliedCouponsCount_6: number;
580
+ export { appliedCouponsCount_6 as appliedCouponsCount };
581
+ const initialCouponCount_6: number;
582
+ export { initialCouponCount_6 as initialCouponCount };
539
583
  }
540
584
  export { args_5 as args };
541
585
  }
542
- export namespace CustomDisplayText_Manual {
586
+ export namespace OrangePen_Comparison {
587
+ const name_30: string;
588
+ export { name_30 as name };
589
+ export function render(): import("react/jsx-runtime").JSX.Element;
590
+ }
591
+ export namespace Default {
543
592
  export namespace args_6 {
544
593
  export { data1 as data };
545
- const value_7: string;
594
+ const value_7: any;
546
595
  export { value_7 as value };
547
596
  const label_7: string;
548
597
  export { label_7 as label };
@@ -580,109 +629,15 @@ export namespace CustomDisplayText_Manual {
580
629
  export { margin_7 as margin };
581
630
  const editableDigitalCoupon_7: boolean;
582
631
  export { editableDigitalCoupon_7 as editableDigitalCoupon };
583
- const customDisplayText_7: string;
632
+ const customDisplayText_7: any;
584
633
  export { customDisplayText_7 as customDisplayText };
585
- const showCustomDisplay_7: boolean;
586
- export { showCustomDisplay_7 as showCustomDisplay };
634
+ const appliedCouponsCount_7: number;
635
+ export { appliedCouponsCount_7 as appliedCouponsCount };
636
+ const initialCouponCount_7: number;
637
+ export { initialCouponCount_7 as initialCouponCount };
587
638
  }
588
639
  export { args_6 as args };
589
640
  }
590
- export namespace Skin_Customized {
591
- export namespace args_7 {
592
- export { data1 as data };
593
- const value_8: any;
594
- export { value_8 as value };
595
- const label_8: string;
596
- export { label_8 as label };
597
- const labelEmptyValue_8: string;
598
- export { labelEmptyValue_8 as labelEmptyValue };
599
- const showLabelOnTop_8: boolean;
600
- export { showLabelOnTop_8 as showLabelOnTop };
601
- const labelColor_8: string;
602
- export { labelColor_8 as labelColor };
603
- const placeHolder_8: string;
604
- export { placeHolder_8 as placeHolder };
605
- const placeHolderColor_8: string;
606
- export { placeHolderColor_8 as placeHolderColor };
607
- const required_8: boolean;
608
- export { required_8 as required };
609
- const disabled_8: boolean;
610
- export { disabled_8 as disabled };
611
- const isDarkerBackground_8: boolean;
612
- export { isDarkerBackground_8 as isDarkerBackground };
613
- const selectedColor_8: string;
614
- export { selectedColor_8 as selectedColor };
615
- const hoverColor_8: string;
616
- export { hoverColor_8 as hoverColor };
617
- const width_8: string;
618
- export { width_8 as width };
619
- const minWidth_8: string;
620
- export { minWidth_8 as minWidth };
621
- const height_8: string;
622
- export { height_8 as height };
623
- const dropdownWidth_8: string;
624
- export { dropdownWidth_8 as dropdownWidth };
625
- const dropdownMaxHeight_8: string;
626
- export { dropdownMaxHeight_8 as dropdownMaxHeight };
627
- const margin_8: string;
628
- export { margin_8 as margin };
629
- const editableDigitalCoupon_8: boolean;
630
- export { editableDigitalCoupon_8 as editableDigitalCoupon };
631
- const customDisplayText_8: any;
632
- export { customDisplayText_8 as customDisplayText };
633
- const showCustomDisplay_8: boolean;
634
- export { showCustomDisplay_8 as showCustomDisplay };
635
- }
636
- export { args_7 as args };
637
- }
638
- export namespace Disabled_Required {
639
- export namespace args_8 {
640
- export { data1 as data };
641
- const value_9: any;
642
- export { value_9 as value };
643
- const label_9: string;
644
- export { label_9 as label };
645
- const labelEmptyValue_9: string;
646
- export { labelEmptyValue_9 as labelEmptyValue };
647
- const showLabelOnTop_9: boolean;
648
- export { showLabelOnTop_9 as showLabelOnTop };
649
- const labelColor_9: string;
650
- export { labelColor_9 as labelColor };
651
- const placeHolder_9: string;
652
- export { placeHolder_9 as placeHolder };
653
- const placeHolderColor_9: string;
654
- export { placeHolderColor_9 as placeHolderColor };
655
- const required_9: boolean;
656
- export { required_9 as required };
657
- const disabled_9: boolean;
658
- export { disabled_9 as disabled };
659
- const isDarkerBackground_9: boolean;
660
- export { isDarkerBackground_9 as isDarkerBackground };
661
- const selectedColor_9: string;
662
- export { selectedColor_9 as selectedColor };
663
- const hoverColor_9: string;
664
- export { hoverColor_9 as hoverColor };
665
- const width_9: string;
666
- export { width_9 as width };
667
- const minWidth_9: string;
668
- export { minWidth_9 as minWidth };
669
- const height_9: string;
670
- export { height_9 as height };
671
- const dropdownWidth_9: string;
672
- export { dropdownWidth_9 as dropdownWidth };
673
- const dropdownMaxHeight_9: string;
674
- export { dropdownMaxHeight_9 as dropdownMaxHeight };
675
- const margin_9: string;
676
- export { margin_9 as margin };
677
- const editableDigitalCoupon_9: boolean;
678
- export { editableDigitalCoupon_9 as editableDigitalCoupon };
679
- const customDisplayText_9: any;
680
- export { customDisplayText_9 as customDisplayText };
681
- const showCustomDisplay_9: boolean;
682
- export { showCustomDisplay_9 as showCustomDisplay };
683
- }
684
- export { args_8 as args };
685
- }
686
641
  import OverlayDropdown from "./OverlayDropdown";
687
642
  declare const data1: {
688
643
  overlayCode: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta290",
3
+ "version": "2.0.0-beta292",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",