sag_components 2.0.0-beta20 → 2.0.0-beta22
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 +19 -13
- package/dist/index.esm.js +643 -649
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +643 -649
- package/dist/index.js.map +1 -1
- package/dist/types/components/QuickFilter/QuickFilter.d.ts +20 -13
- package/package.json +1 -1
- package/dist/types/icons/ArrowDownIcon.d.ts +0 -6
- package/dist/types/icons/ArrowDropDownIcon.d.ts +0 -6
- package/dist/types/icons/ArrowSelectIcon.d.ts +0 -6
- package/dist/types/icons/ArrowUpIcon.d.ts +0 -6
- package/dist/types/icons/AttachedIcon.d.ts +0 -6
- package/dist/types/icons/BellIcon.d.ts +0 -6
- package/dist/types/icons/ButtonArrowRight.d.ts +0 -5
- package/dist/types/icons/Calendar.d.ts +0 -2
- package/dist/types/icons/CalendarIcon.d.ts +0 -6
- package/dist/types/icons/CalendarInOpen.d.ts +0 -2
- package/dist/types/icons/CheckBoxButtonCheckedIcon.d.ts +0 -7
- package/dist/types/icons/CheckBoxCheckedIcon.d.ts +0 -7
- package/dist/types/icons/CheckBoxNotCheckedIcon.d.ts +0 -7
- package/dist/types/icons/ChervronLeftIcon.d.ts +0 -2
- package/dist/types/icons/ChervronRightIcon.d.ts +0 -2
- package/dist/types/icons/ChevronLeftIcon.d.ts +0 -4
- package/dist/types/icons/ChevronRightIcon.d.ts +0 -4
- package/dist/types/icons/ClockIcon.d.ts +0 -6
- package/dist/types/icons/CloseIcon.d.ts +0 -6
- package/dist/types/icons/CloseXIcon.d.ts +0 -6
- package/dist/types/icons/ComboBoxArrowDownIcon.d.ts +0 -7
- package/dist/types/icons/ComboBoxArrowUpIcon.d.ts +0 -7
- package/dist/types/icons/DocumentIcon.d.ts +0 -6
- package/dist/types/icons/DownloadIcon.d.ts +0 -6
- package/dist/types/icons/Duplicate.d.ts +0 -7
- package/dist/types/icons/ErrorIcon.d.ts +0 -6
- package/dist/types/icons/ExitIcon.d.ts +0 -7
- package/dist/types/icons/ExportIcon.d.ts +0 -7
- package/dist/types/icons/EyeIcon.d.ts +0 -7
- package/dist/types/icons/FileIcon.d.ts +0 -6
- package/dist/types/icons/FilterIcon.d.ts +0 -6
- package/dist/types/icons/FlyIcon.d.ts +0 -7
- package/dist/types/icons/FoodLionChartIcon.d.ts +0 -2
- package/dist/types/icons/FoodLionIcon.d.ts +0 -6
- package/dist/types/icons/FoodLionNewIcon.d.ts +0 -5
- package/dist/types/icons/GiantFoodChartIcon.d.ts +0 -2
- package/dist/types/icons/GiantFoodIcon.d.ts +0 -7
- package/dist/types/icons/GiantFoodIcon_new.d.ts +0 -7
- package/dist/types/icons/HannafordChartIcon.d.ts +0 -2
- package/dist/types/icons/HannafordIcon.d.ts +0 -6
- package/dist/types/icons/HannafordIcon_new.d.ts +0 -6
- package/dist/types/icons/HannafordNewIcon.d.ts +0 -5
- package/dist/types/icons/InfoIcon.d.ts +0 -7
- package/dist/types/icons/LampIcon.d.ts +0 -6
- package/dist/types/icons/LegendLineIcon.d.ts +0 -6
- package/dist/types/icons/LegendUnionIcon.d.ts +0 -6
- package/dist/types/icons/MaintenanceIcon.d.ts +0 -7
- package/dist/types/icons/MenuItemClosedIcon.d.ts +0 -7
- package/dist/types/icons/MenuItemOpenIcon.d.ts +0 -7
- package/dist/types/icons/MenuItemRightIcon.d.ts +0 -7
- package/dist/types/icons/MenuItemUpIcon.d.ts +0 -7
- package/dist/types/icons/NoDataFoundIcon.d.ts +0 -12
- package/dist/types/icons/OptionsIcon.d.ts +0 -6
- package/dist/types/icons/ReselectIcon.d.ts +0 -6
- package/dist/types/icons/SearchIcon.d.ts +0 -6
- package/dist/types/icons/ShoppingCartIcon.d.ts +0 -6
- package/dist/types/icons/ShoutIcon.d.ts +0 -6
- package/dist/types/icons/Sort.d.ts +0 -1
- package/dist/types/icons/SortIcon.d.ts +0 -7
- package/dist/types/icons/SpotlightProductIcon.d.ts +0 -7
- package/dist/types/icons/StopAndShopChartIcon.d.ts +0 -2
- package/dist/types/icons/StopAndShopIcon.d.ts +0 -7
- package/dist/types/icons/StopAndShopNewIcon.d.ts +0 -6
- package/dist/types/icons/SucceededIcon.d.ts +0 -6
- package/dist/types/icons/TheGiantCompanyChartIcon.d.ts +0 -2
- package/dist/types/icons/TheGiantCompanyIcon.d.ts +0 -5
- package/dist/types/icons/TheGiantCompanyNewIcon.d.ts +0 -6
- package/dist/types/reactTestApp/App.d.ts +0 -2
- package/dist/types/reactTestApp/index.d.ts +0 -1
- package/dist/types/reactTestApp/vite.config.d.ts +0 -2
package/dist/index.d.ts
CHANGED
|
@@ -646,19 +646,25 @@ declare function QuickFilter({ hoverColor, multipleSelection, xIconShow, disable
|
|
|
646
646
|
}): react_jsx_runtime.JSX.Element;
|
|
647
647
|
declare namespace QuickFilter {
|
|
648
648
|
namespace propTypes {
|
|
649
|
-
const hoverColor:
|
|
650
|
-
const multipleSelection:
|
|
651
|
-
const disabled:
|
|
652
|
-
const error:
|
|
653
|
-
const errorMessage:
|
|
654
|
-
const label:
|
|
655
|
-
const labelColor:
|
|
656
|
-
const placeHolder:
|
|
657
|
-
const width:
|
|
658
|
-
const checkBoxColor:
|
|
659
|
-
const onChange: any
|
|
660
|
-
const options:
|
|
661
|
-
|
|
649
|
+
const hoverColor: PropTypes.Requireable<string>;
|
|
650
|
+
const multipleSelection: PropTypes.Requireable<boolean>;
|
|
651
|
+
const disabled: PropTypes.Requireable<boolean>;
|
|
652
|
+
const error: PropTypes.Requireable<boolean>;
|
|
653
|
+
const errorMessage: PropTypes.Requireable<string>;
|
|
654
|
+
const label: PropTypes.Requireable<string>;
|
|
655
|
+
const labelColor: PropTypes.Requireable<string>;
|
|
656
|
+
const placeHolder: PropTypes.Requireable<string>;
|
|
657
|
+
const width: PropTypes.Requireable<string>;
|
|
658
|
+
const checkBoxColor: PropTypes.Requireable<string>;
|
|
659
|
+
const onChange: PropTypes.Requireable<(...args: any[]) => any>;
|
|
660
|
+
const options: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
661
|
+
id: PropTypes.Requireable<string>;
|
|
662
|
+
label: PropTypes.Requireable<string>;
|
|
663
|
+
}> | null | undefined)[]>;
|
|
664
|
+
const selectedValue: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
665
|
+
id: PropTypes.Requireable<string>;
|
|
666
|
+
label: PropTypes.Requireable<string>;
|
|
667
|
+
}> | null | undefined)[]>;
|
|
662
668
|
}
|
|
663
669
|
namespace defaultProps {
|
|
664
670
|
const hoverColor_1: string;
|