sag_components 2.0.0-beta107 → 2.0.0-beta109

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.
@@ -17,64 +17,4 @@ export function DropdownMultiNew({ label, labelEmptyValue, options, selectedValu
17
17
  orderBy: any;
18
18
  elementType: any;
19
19
  }): import("react/jsx-runtime").JSX.Element;
20
- export namespace DropdownMultiNew {
21
- namespace propTypes {
22
- const placeHolder: PropTypes.Requireable<string>;
23
- const label: PropTypes.Requireable<string>;
24
- const labelEmptyValue: PropTypes.Requireable<string>;
25
- const labelColor: PropTypes.Requireable<string>;
26
- const checkBoxColor: PropTypes.Requireable<string>;
27
- const required: PropTypes.Requireable<boolean>;
28
- const width: PropTypes.Requireable<string>;
29
- const disabled: PropTypes.Requireable<boolean>;
30
- const error: PropTypes.Requireable<boolean>;
31
- const errorMessage: string;
32
- const options: PropTypes.Requireable<PropTypes.InferProps<{
33
- value: PropTypes.Requireable<string>;
34
- label: PropTypes.Requireable<string>;
35
- }>[]>;
36
- const selectedValue: PropTypes.Requireable<PropTypes.InferProps<{
37
- value: PropTypes.Requireable<string>;
38
- label: PropTypes.Requireable<string>;
39
- }>[]>;
40
- const onChange: PropTypes.Requireable<(...args: any[]) => any>;
41
- const xIconShow: PropTypes.Requireable<boolean>;
42
- const showLabelOnTop: PropTypes.Requireable<boolean>;
43
- }
44
- namespace defaultProps {
45
- const placeHolder_1: string;
46
- export { placeHolder_1 as placeHolder };
47
- const label_1: string;
48
- export { label_1 as label };
49
- const labelEmptyValue_1: string;
50
- export { labelEmptyValue_1 as labelEmptyValue };
51
- const labelColor_1: string;
52
- export { labelColor_1 as labelColor };
53
- const checkBoxColor_1: string;
54
- export { checkBoxColor_1 as checkBoxColor };
55
- const required_1: boolean;
56
- export { required_1 as required };
57
- const width_1: string;
58
- export { width_1 as width };
59
- const disabled_1: boolean;
60
- export { disabled_1 as disabled };
61
- const error_1: boolean;
62
- export { error_1 as error };
63
- const errorMessage_1: string;
64
- export { errorMessage_1 as errorMessage };
65
- const options_1: any[];
66
- export { options_1 as options };
67
- const selectedValue_1: any[];
68
- export { selectedValue_1 as selectedValue };
69
- const xIconShow_1: boolean;
70
- export { xIconShow_1 as xIconShow };
71
- export function onChange_1(): void;
72
- export { onChange_1 as onChange };
73
- const showLabelOnTop_1: boolean;
74
- export { showLabelOnTop_1 as showLabelOnTop };
75
- export const orderBy: string;
76
- export const elementType: string;
77
- }
78
- }
79
20
  export default DropdownMultiNew;
80
- import PropTypes from "prop-types";
@@ -16,61 +16,4 @@ export function DropdownSingleNew({ label, labelEmptyValue, options, selectedVal
16
16
  orderBy: any;
17
17
  elementType: any;
18
18
  }): import("react/jsx-runtime").JSX.Element;
19
- export namespace DropdownSingleNew {
20
- namespace propTypes {
21
- const placeHolder: PropTypes.Requireable<string>;
22
- const label: PropTypes.Requireable<string>;
23
- const labelEmptyValue: PropTypes.Requireable<string>;
24
- const labelColor: PropTypes.Requireable<string>;
25
- const required: PropTypes.Requireable<boolean>;
26
- const width: PropTypes.Requireable<string>;
27
- const disabled: PropTypes.Requireable<boolean>;
28
- const error: PropTypes.Requireable<boolean>;
29
- const errorMessage: string;
30
- const options: PropTypes.Requireable<PropTypes.InferProps<{
31
- value: PropTypes.Requireable<string>;
32
- label: PropTypes.Requireable<string>;
33
- }>[]>;
34
- const selectedValue: PropTypes.Requireable<PropTypes.InferProps<{
35
- value: PropTypes.Requireable<string>;
36
- label: PropTypes.Requireable<string>;
37
- }>[]>;
38
- const xIconShow: PropTypes.Requireable<boolean>;
39
- const onChange: PropTypes.Requireable<(...args: any[]) => any>;
40
- const showLabelOnTop: PropTypes.Requireable<boolean>;
41
- }
42
- namespace defaultProps {
43
- const placeHolder_1: string;
44
- export { placeHolder_1 as placeHolder };
45
- const label_1: string;
46
- export { label_1 as label };
47
- const labelEmptyValue_1: string;
48
- export { labelEmptyValue_1 as labelEmptyValue };
49
- const labelColor_1: string;
50
- export { labelColor_1 as labelColor };
51
- const required_1: boolean;
52
- export { required_1 as required };
53
- const width_1: string;
54
- export { width_1 as width };
55
- const disabled_1: boolean;
56
- export { disabled_1 as disabled };
57
- const error_1: boolean;
58
- export { error_1 as error };
59
- const errorMessage_1: string;
60
- export { errorMessage_1 as errorMessage };
61
- const options_1: any[];
62
- export { options_1 as options };
63
- const selectedValue_1: any[];
64
- export { selectedValue_1 as selectedValue };
65
- const xIconShow_1: boolean;
66
- export { xIconShow_1 as xIconShow };
67
- export function onChange_1(): void;
68
- export { onChange_1 as onChange };
69
- const showLabelOnTop_1: boolean;
70
- export { showLabelOnTop_1 as showLabelOnTop };
71
- export const orderBy: string;
72
- export const elementType: string;
73
- }
74
- }
75
19
  export default DropdownSingleNew;
76
- import PropTypes from "prop-types";
@@ -1,16 +1,11 @@
1
1
  export default ItemManagerPanel;
2
- declare function ItemManagerPanel({ width, height, onSendForms, editMode, itemAndPackage, setItemAndPackage, linkColor, backgroundColor, onDelete, }: {
2
+ declare function ItemManagerPanel({ width, height, onSendForms, editMode, disabledSendForms, itemAndPackage, setItemAndPackage, linkColor, backgroundColor, onDelete, }: {
3
3
  width?: string;
4
4
  height?: string;
5
5
  onSendForms?: () => void;
6
6
  editMode?: boolean;
7
- itemAndPackage?: {
8
- name: string;
9
- packages: {
10
- brands: string;
11
- component: string;
12
- }[];
13
- }[];
7
+ disabledSendForms?: boolean;
8
+ itemAndPackage?: any[];
14
9
  setItemAndPackage: any;
15
10
  linkColor?: string;
16
11
  backgroundColor?: string;
@@ -44,23 +44,33 @@ declare namespace _default {
44
44
  const defaultValue_3: boolean;
45
45
  export { defaultValue_3 as defaultValue };
46
46
  }
47
- namespace itemAndPackage {
47
+ namespace disabledSendForms {
48
48
  const name_4: string;
49
49
  export { name_4 as name };
50
50
  const control_4: string;
51
51
  export { control_4 as control };
52
52
  const description_4: string;
53
53
  export { description_4 as description };
54
- const defaultValue_4: any[];
54
+ const defaultValue_4: boolean;
55
55
  export { defaultValue_4 as defaultValue };
56
56
  }
57
- namespace onDelete {
57
+ namespace itemAndPackage {
58
58
  const name_5: string;
59
59
  export { name_5 as name };
60
- const action_1: string;
61
- export { action_1 as action };
60
+ const control_5: string;
61
+ export { control_5 as control };
62
62
  const description_5: string;
63
63
  export { description_5 as description };
64
+ const defaultValue_5: any[];
65
+ export { defaultValue_5 as defaultValue };
66
+ }
67
+ namespace onDelete {
68
+ const name_6: string;
69
+ export { name_6 as name };
70
+ const action_1: string;
71
+ export { action_1 as action };
72
+ const description_6: string;
73
+ export { description_6 as description };
64
74
  }
65
75
  }
66
76
  }
@@ -17,6 +17,7 @@ declare namespace OverlayTemplateDialog {
17
17
  const params: PropTypes.Validator<PropTypes.InferProps<{
18
18
  label: PropTypes.Validator<string>;
19
19
  type: PropTypes.Validator<string>;
20
+ suffix: PropTypes.Requireable<string>;
20
21
  }>[]>;
21
22
  const buttonColor: PropTypes.Requireable<string>;
22
23
  const buttonHoverColor: PropTypes.Requireable<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "2.0.0-beta107",
3
+ "version": "2.0.0-beta109",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",