sag_components 2.0.0-beta289 → 2.0.0-beta290
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -1
- package/dist/index.esm.js +17 -5
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +17 -5
- package/dist/index.js.map +1 -1
- package/dist/types/components/OverlayDropdown/OverlayDropdown.d.ts +2 -1
- package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +146 -25
- package/package.json +1 -1
|
@@ -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, 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, selectedColor, hoverColor, width, minWidth, dropdownWidth, dropdownMaxHeight, height, margin, ...props }: {
|
|
3
3
|
[x: string]: any;
|
|
4
4
|
data?: any[];
|
|
5
5
|
value: any;
|
|
@@ -14,6 +14,7 @@ declare function OverlayDropdown({ data, value, onSelectClick, label, labelEmpty
|
|
|
14
14
|
disabled?: boolean;
|
|
15
15
|
isDarkerBackground?: boolean;
|
|
16
16
|
editableDigitalCoupon?: boolean;
|
|
17
|
+
customDisplayText?: any;
|
|
17
18
|
selectedColor?: string;
|
|
18
19
|
hoverColor?: string;
|
|
19
20
|
width?: string;
|
|
@@ -227,7 +227,7 @@ declare namespace _default {
|
|
|
227
227
|
const description_20: string;
|
|
228
228
|
export { description_20 as description };
|
|
229
229
|
}
|
|
230
|
-
namespace
|
|
230
|
+
namespace customDisplayText {
|
|
231
231
|
const name_21: string;
|
|
232
232
|
export { name_21 as name };
|
|
233
233
|
export namespace control_20 {
|
|
@@ -238,6 +238,17 @@ declare namespace _default {
|
|
|
238
238
|
const description_21: string;
|
|
239
239
|
export { description_21 as description };
|
|
240
240
|
}
|
|
241
|
+
namespace showCustomDisplay {
|
|
242
|
+
const name_22: string;
|
|
243
|
+
export { name_22 as name };
|
|
244
|
+
export namespace control_21 {
|
|
245
|
+
const type_21: string;
|
|
246
|
+
export { type_21 as type };
|
|
247
|
+
}
|
|
248
|
+
export { control_21 as control };
|
|
249
|
+
const description_22: string;
|
|
250
|
+
export { description_22 as description };
|
|
251
|
+
}
|
|
241
252
|
}
|
|
242
253
|
}
|
|
243
254
|
export default _default;
|
|
@@ -282,14 +293,16 @@ export namespace Default {
|
|
|
282
293
|
export { margin_1 as margin };
|
|
283
294
|
const editableDigitalCoupon_1: boolean;
|
|
284
295
|
export { editableDigitalCoupon_1 as editableDigitalCoupon };
|
|
285
|
-
const
|
|
286
|
-
export {
|
|
296
|
+
const customDisplayText_1: any;
|
|
297
|
+
export { customDisplayText_1 as customDisplayText };
|
|
298
|
+
const showCustomDisplay_1: boolean;
|
|
299
|
+
export { showCustomDisplay_1 as showCustomDisplay };
|
|
287
300
|
}
|
|
288
301
|
}
|
|
289
|
-
export namespace
|
|
302
|
+
export namespace EditableDigitalCoupon_WithCustomText {
|
|
290
303
|
export namespace args_1 {
|
|
291
304
|
export { data1 as data };
|
|
292
|
-
const value_2:
|
|
305
|
+
const value_2: string;
|
|
293
306
|
export { value_2 as value };
|
|
294
307
|
const label_2: string;
|
|
295
308
|
export { label_2 as label };
|
|
@@ -327,12 +340,14 @@ export namespace EditableDigitalCoupon {
|
|
|
327
340
|
export { margin_2 as margin };
|
|
328
341
|
const editableDigitalCoupon_2: boolean;
|
|
329
342
|
export { editableDigitalCoupon_2 as editableDigitalCoupon };
|
|
330
|
-
const
|
|
331
|
-
export {
|
|
343
|
+
const customDisplayText_2: string;
|
|
344
|
+
export { customDisplayText_2 as customDisplayText };
|
|
345
|
+
const showCustomDisplay_2: boolean;
|
|
346
|
+
export { showCustomDisplay_2 as showCustomDisplay };
|
|
332
347
|
}
|
|
333
348
|
export { args_1 as args };
|
|
334
349
|
}
|
|
335
|
-
export namespace
|
|
350
|
+
export namespace EditableDigitalCoupon_Interactive {
|
|
336
351
|
export namespace args_2 {
|
|
337
352
|
export { data1 as data };
|
|
338
353
|
const value_3: any;
|
|
@@ -373,15 +388,17 @@ export namespace NonEditableDigitalCoupon {
|
|
|
373
388
|
export { margin_3 as margin };
|
|
374
389
|
const editableDigitalCoupon_3: boolean;
|
|
375
390
|
export { editableDigitalCoupon_3 as editableDigitalCoupon };
|
|
376
|
-
const
|
|
377
|
-
export {
|
|
391
|
+
const customDisplayText_3: any;
|
|
392
|
+
export { customDisplayText_3 as customDisplayText };
|
|
393
|
+
const showCustomDisplay_3: boolean;
|
|
394
|
+
export { showCustomDisplay_3 as showCustomDisplay };
|
|
378
395
|
}
|
|
379
396
|
export { args_2 as args };
|
|
380
397
|
}
|
|
381
|
-
export namespace
|
|
398
|
+
export namespace NonEditableDigitalCoupon {
|
|
382
399
|
export namespace args_3 {
|
|
383
400
|
export { data1 as data };
|
|
384
|
-
const value_4:
|
|
401
|
+
const value_4: any;
|
|
385
402
|
export { value_4 as value };
|
|
386
403
|
const label_4: string;
|
|
387
404
|
export { label_4 as label };
|
|
@@ -419,12 +436,14 @@ export namespace WithSelection {
|
|
|
419
436
|
export { margin_4 as margin };
|
|
420
437
|
const editableDigitalCoupon_4: boolean;
|
|
421
438
|
export { editableDigitalCoupon_4 as editableDigitalCoupon };
|
|
422
|
-
const
|
|
423
|
-
export {
|
|
439
|
+
const customDisplayText_4: any;
|
|
440
|
+
export { customDisplayText_4 as customDisplayText };
|
|
441
|
+
const showCustomDisplay_4: boolean;
|
|
442
|
+
export { showCustomDisplay_4 as showCustomDisplay };
|
|
424
443
|
}
|
|
425
444
|
export { args_3 as args };
|
|
426
445
|
}
|
|
427
|
-
export namespace
|
|
446
|
+
export namespace WithSelection {
|
|
428
447
|
export namespace args_4 {
|
|
429
448
|
export { data1 as data };
|
|
430
449
|
const value_5: string;
|
|
@@ -465,15 +484,17 @@ export namespace LongStringTooltip {
|
|
|
465
484
|
export { margin_5 as margin };
|
|
466
485
|
const editableDigitalCoupon_5: boolean;
|
|
467
486
|
export { editableDigitalCoupon_5 as editableDigitalCoupon };
|
|
468
|
-
const
|
|
469
|
-
export {
|
|
487
|
+
const customDisplayText_5: any;
|
|
488
|
+
export { customDisplayText_5 as customDisplayText };
|
|
489
|
+
const showCustomDisplay_5: boolean;
|
|
490
|
+
export { showCustomDisplay_5 as showCustomDisplay };
|
|
470
491
|
}
|
|
471
492
|
export { args_4 as args };
|
|
472
493
|
}
|
|
473
|
-
export namespace
|
|
494
|
+
export namespace LongStringTooltip {
|
|
474
495
|
export namespace args_5 {
|
|
475
496
|
export { data1 as data };
|
|
476
|
-
const value_6:
|
|
497
|
+
const value_6: string;
|
|
477
498
|
export { value_6 as value };
|
|
478
499
|
const label_6: string;
|
|
479
500
|
export { label_6 as label };
|
|
@@ -511,15 +532,17 @@ export namespace Skin_Customized {
|
|
|
511
532
|
export { margin_6 as margin };
|
|
512
533
|
const editableDigitalCoupon_6: boolean;
|
|
513
534
|
export { editableDigitalCoupon_6 as editableDigitalCoupon };
|
|
514
|
-
const
|
|
515
|
-
export {
|
|
535
|
+
const customDisplayText_6: any;
|
|
536
|
+
export { customDisplayText_6 as customDisplayText };
|
|
537
|
+
const showCustomDisplay_6: boolean;
|
|
538
|
+
export { showCustomDisplay_6 as showCustomDisplay };
|
|
516
539
|
}
|
|
517
540
|
export { args_5 as args };
|
|
518
541
|
}
|
|
519
|
-
export namespace
|
|
542
|
+
export namespace CustomDisplayText_Manual {
|
|
520
543
|
export namespace args_6 {
|
|
521
544
|
export { data1 as data };
|
|
522
|
-
const value_7:
|
|
545
|
+
const value_7: string;
|
|
523
546
|
export { value_7 as value };
|
|
524
547
|
const label_7: string;
|
|
525
548
|
export { label_7 as label };
|
|
@@ -557,11 +580,109 @@ export namespace Disabled_Required {
|
|
|
557
580
|
export { margin_7 as margin };
|
|
558
581
|
const editableDigitalCoupon_7: boolean;
|
|
559
582
|
export { editableDigitalCoupon_7 as editableDigitalCoupon };
|
|
560
|
-
const
|
|
561
|
-
export {
|
|
583
|
+
const customDisplayText_7: string;
|
|
584
|
+
export { customDisplayText_7 as customDisplayText };
|
|
585
|
+
const showCustomDisplay_7: boolean;
|
|
586
|
+
export { showCustomDisplay_7 as showCustomDisplay };
|
|
562
587
|
}
|
|
563
588
|
export { args_6 as args };
|
|
564
589
|
}
|
|
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
|
+
}
|
|
565
686
|
import OverlayDropdown from "./OverlayDropdown";
|
|
566
687
|
declare const data1: {
|
|
567
688
|
overlayCode: number;
|