sag_components 2.0.0-beta288 → 2.0.0-beta289
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.esm.js +91 -132
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +91 -132
- package/dist/index.js.map +1 -1
- package/dist/types/components/OverlayDropdown/OverlayDropdown.stories.d.ts +100 -8
- package/package.json +1 -1
|
@@ -286,10 +286,10 @@ export namespace Default {
|
|
|
286
286
|
export { dropdownDigitalCouponTitle_1 as dropdownDigitalCouponTitle };
|
|
287
287
|
}
|
|
288
288
|
}
|
|
289
|
-
export namespace
|
|
289
|
+
export namespace EditableDigitalCoupon {
|
|
290
290
|
export namespace args_1 {
|
|
291
291
|
export { data1 as data };
|
|
292
|
-
const value_2:
|
|
292
|
+
const value_2: any;
|
|
293
293
|
export { value_2 as value };
|
|
294
294
|
const label_2: string;
|
|
295
295
|
export { label_2 as label };
|
|
@@ -332,10 +332,10 @@ export namespace WithSelection {
|
|
|
332
332
|
}
|
|
333
333
|
export { args_1 as args };
|
|
334
334
|
}
|
|
335
|
-
export namespace
|
|
335
|
+
export namespace NonEditableDigitalCoupon {
|
|
336
336
|
export namespace args_2 {
|
|
337
337
|
export { data1 as data };
|
|
338
|
-
const value_3:
|
|
338
|
+
const value_3: any;
|
|
339
339
|
export { value_3 as value };
|
|
340
340
|
const label_3: string;
|
|
341
341
|
export { label_3 as label };
|
|
@@ -378,10 +378,10 @@ export namespace LongStringTooltip {
|
|
|
378
378
|
}
|
|
379
379
|
export { args_2 as args };
|
|
380
380
|
}
|
|
381
|
-
export namespace
|
|
381
|
+
export namespace WithSelection {
|
|
382
382
|
export namespace args_3 {
|
|
383
383
|
export { data1 as data };
|
|
384
|
-
const value_4:
|
|
384
|
+
const value_4: string;
|
|
385
385
|
export { value_4 as value };
|
|
386
386
|
const label_4: string;
|
|
387
387
|
export { label_4 as label };
|
|
@@ -424,10 +424,10 @@ export namespace Skin_Customized {
|
|
|
424
424
|
}
|
|
425
425
|
export { args_3 as args };
|
|
426
426
|
}
|
|
427
|
-
export namespace
|
|
427
|
+
export namespace LongStringTooltip {
|
|
428
428
|
export namespace args_4 {
|
|
429
429
|
export { data1 as data };
|
|
430
|
-
const value_5:
|
|
430
|
+
const value_5: string;
|
|
431
431
|
export { value_5 as value };
|
|
432
432
|
const label_5: string;
|
|
433
433
|
export { label_5 as label };
|
|
@@ -470,6 +470,98 @@ export namespace Disabled_Required {
|
|
|
470
470
|
}
|
|
471
471
|
export { args_4 as args };
|
|
472
472
|
}
|
|
473
|
+
export namespace Skin_Customized {
|
|
474
|
+
export namespace args_5 {
|
|
475
|
+
export { data1 as data };
|
|
476
|
+
const value_6: any;
|
|
477
|
+
export { value_6 as value };
|
|
478
|
+
const label_6: string;
|
|
479
|
+
export { label_6 as label };
|
|
480
|
+
const labelEmptyValue_6: string;
|
|
481
|
+
export { labelEmptyValue_6 as labelEmptyValue };
|
|
482
|
+
const showLabelOnTop_6: boolean;
|
|
483
|
+
export { showLabelOnTop_6 as showLabelOnTop };
|
|
484
|
+
const labelColor_6: string;
|
|
485
|
+
export { labelColor_6 as labelColor };
|
|
486
|
+
const placeHolder_6: string;
|
|
487
|
+
export { placeHolder_6 as placeHolder };
|
|
488
|
+
const placeHolderColor_6: string;
|
|
489
|
+
export { placeHolderColor_6 as placeHolderColor };
|
|
490
|
+
const required_6: boolean;
|
|
491
|
+
export { required_6 as required };
|
|
492
|
+
const disabled_6: boolean;
|
|
493
|
+
export { disabled_6 as disabled };
|
|
494
|
+
const isDarkerBackground_6: boolean;
|
|
495
|
+
export { isDarkerBackground_6 as isDarkerBackground };
|
|
496
|
+
const selectedColor_6: string;
|
|
497
|
+
export { selectedColor_6 as selectedColor };
|
|
498
|
+
const hoverColor_6: string;
|
|
499
|
+
export { hoverColor_6 as hoverColor };
|
|
500
|
+
const width_6: string;
|
|
501
|
+
export { width_6 as width };
|
|
502
|
+
const minWidth_6: string;
|
|
503
|
+
export { minWidth_6 as minWidth };
|
|
504
|
+
const height_6: string;
|
|
505
|
+
export { height_6 as height };
|
|
506
|
+
const dropdownWidth_6: string;
|
|
507
|
+
export { dropdownWidth_6 as dropdownWidth };
|
|
508
|
+
const dropdownMaxHeight_6: string;
|
|
509
|
+
export { dropdownMaxHeight_6 as dropdownMaxHeight };
|
|
510
|
+
const margin_6: string;
|
|
511
|
+
export { margin_6 as margin };
|
|
512
|
+
const editableDigitalCoupon_6: boolean;
|
|
513
|
+
export { editableDigitalCoupon_6 as editableDigitalCoupon };
|
|
514
|
+
const dropdownDigitalCouponTitle_6: string;
|
|
515
|
+
export { dropdownDigitalCouponTitle_6 as dropdownDigitalCouponTitle };
|
|
516
|
+
}
|
|
517
|
+
export { args_5 as args };
|
|
518
|
+
}
|
|
519
|
+
export namespace Disabled_Required {
|
|
520
|
+
export namespace args_6 {
|
|
521
|
+
export { data1 as data };
|
|
522
|
+
const value_7: any;
|
|
523
|
+
export { value_7 as value };
|
|
524
|
+
const label_7: string;
|
|
525
|
+
export { label_7 as label };
|
|
526
|
+
const labelEmptyValue_7: string;
|
|
527
|
+
export { labelEmptyValue_7 as labelEmptyValue };
|
|
528
|
+
const showLabelOnTop_7: boolean;
|
|
529
|
+
export { showLabelOnTop_7 as showLabelOnTop };
|
|
530
|
+
const labelColor_7: string;
|
|
531
|
+
export { labelColor_7 as labelColor };
|
|
532
|
+
const placeHolder_7: string;
|
|
533
|
+
export { placeHolder_7 as placeHolder };
|
|
534
|
+
const placeHolderColor_7: string;
|
|
535
|
+
export { placeHolderColor_7 as placeHolderColor };
|
|
536
|
+
const required_7: boolean;
|
|
537
|
+
export { required_7 as required };
|
|
538
|
+
const disabled_7: boolean;
|
|
539
|
+
export { disabled_7 as disabled };
|
|
540
|
+
const isDarkerBackground_7: boolean;
|
|
541
|
+
export { isDarkerBackground_7 as isDarkerBackground };
|
|
542
|
+
const selectedColor_7: string;
|
|
543
|
+
export { selectedColor_7 as selectedColor };
|
|
544
|
+
const hoverColor_7: string;
|
|
545
|
+
export { hoverColor_7 as hoverColor };
|
|
546
|
+
const width_7: string;
|
|
547
|
+
export { width_7 as width };
|
|
548
|
+
const minWidth_7: string;
|
|
549
|
+
export { minWidth_7 as minWidth };
|
|
550
|
+
const height_7: string;
|
|
551
|
+
export { height_7 as height };
|
|
552
|
+
const dropdownWidth_7: string;
|
|
553
|
+
export { dropdownWidth_7 as dropdownWidth };
|
|
554
|
+
const dropdownMaxHeight_7: string;
|
|
555
|
+
export { dropdownMaxHeight_7 as dropdownMaxHeight };
|
|
556
|
+
const margin_7: string;
|
|
557
|
+
export { margin_7 as margin };
|
|
558
|
+
const editableDigitalCoupon_7: boolean;
|
|
559
|
+
export { editableDigitalCoupon_7 as editableDigitalCoupon };
|
|
560
|
+
const dropdownDigitalCouponTitle_7: string;
|
|
561
|
+
export { dropdownDigitalCouponTitle_7 as dropdownDigitalCouponTitle };
|
|
562
|
+
}
|
|
563
|
+
export { args_6 as args };
|
|
564
|
+
}
|
|
473
565
|
import OverlayDropdown from "./OverlayDropdown";
|
|
474
566
|
declare const data1: {
|
|
475
567
|
overlayCode: number;
|