sag_components 1.0.259 → 1.0.261

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.
Files changed (83) hide show
  1. package/.history/.env_20231001120549 +0 -0
  2. package/.history/.env_20231001120613 +1 -0
  3. package/.history/.env_20231003143620 +1 -0
  4. package/.history/.eslintrc_20230928112617.js +26 -0
  5. package/.history/.eslintrc_20230928130534.js +27 -0
  6. package/.history/.eslintrc_20230928133400.js +28 -0
  7. package/.history/.eslintrc_20230928133404.js +28 -0
  8. package/.history/.eslintrc_20230928133416.js +28 -0
  9. package/.history/.eslintrc_20230928133419.js +28 -0
  10. package/.history/.eslintrc_20230928133432.js +28 -0
  11. package/.history/.eslintrc_20230928133439.js +28 -0
  12. package/.history/.eslintrc_20230928133458.js +29 -0
  13. package/.history/.eslintrc_20230928133500.js +28 -0
  14. package/.history/.eslintrc_20230928134009.js +28 -0
  15. package/.history/.eslintrc_20230928135318.js +34 -0
  16. package/.history/.eslintrc_20230928135321.js +34 -0
  17. package/.history/.eslintrc_20230928135323.js +34 -0
  18. package/.history/.eslintrc_20230928135332.js +34 -0
  19. package/.history/.eslintrc_20230928135333.js +34 -0
  20. package/.history/.eslintrc_20230928135352.js +29 -0
  21. package/.history/.eslintrc_20230928135353.js +29 -0
  22. package/.history/.eslintrc_20230928135355.js +29 -0
  23. package/.history/.eslintrc_20230928135408.js +29 -0
  24. package/.history/.eslintrc_20230928135538.js +30 -0
  25. package/.history/.eslintrc_20230928135539.js +30 -0
  26. package/.history/.eslintrc_20230928135543.js +30 -0
  27. package/.history/.gitignore_20230921093332 +119 -0
  28. package/.history/.gitignore_20230921111638 +120 -0
  29. package/.history/.gitignore_20230921111650 +120 -0
  30. package/.history/.gitignore_20230921111810 +121 -0
  31. package/.history/package_20230928095230.json +74 -0
  32. package/.history/package_20230928112303.json +75 -0
  33. package/.history/package_20230928131946.json +80 -0
  34. package/.history/package_20230928131950.json +81 -0
  35. package/.history/package_20230928131953.json +80 -0
  36. package/.history/package_20230928131956.json +81 -0
  37. package/.history/package_20230928131959.json +80 -0
  38. package/.history/package_20230928132003.json +81 -0
  39. package/.history/package_20230928132004.json +81 -0
  40. package/.history/package_20230928134639.json +80 -0
  41. package/.history/package_20230928134643.json +81 -0
  42. package/.history/package_20230928134645.json +81 -0
  43. package/.history/package_20230928134650.json +81 -0
  44. package/.history/package_20230928134912.json +81 -0
  45. package/.history/package_20230928174159.json +81 -0
  46. package/.history/package_20230928174200.json +81 -0
  47. package/.history/package_20230928174202.json +81 -0
  48. package/.history/package_20230928174226.json +81 -0
  49. package/.history/package_20230928174227.json +81 -0
  50. package/.history/package_20230928174228.json +81 -0
  51. package/.history/package_20230928174318.json +81 -0
  52. package/.history/package_20230928174320.json +81 -0
  53. package/.history/package_20231001121933.json +82 -0
  54. package/.history/package_20231001131144.json +82 -0
  55. package/.history/package_20231001134252.json +81 -0
  56. package/.history/package_20231004111340.json +82 -0
  57. package/.history/package_20231004111550.json +82 -0
  58. package/.history/package_20231004135419.json +82 -0
  59. package/.history/package_20231004150338.json +82 -0
  60. package/.history/package_20231004150347.json +82 -0
  61. package/.history/package_20231004154152.json +82 -0
  62. package/.history/package_20231004155924.json +82 -0
  63. package/.history/package_20231015134436.json +82 -0
  64. package/.history/package_20231016165235.json +82 -0
  65. package/.history/package_20231024150333.json +82 -0
  66. package/.history/package_20231024154550.json +82 -0
  67. package/.history/package_20231024154928.json +82 -0
  68. package/.history/package_20231024155010.json +82 -0
  69. package/dist/stories/components/PerformanceAnalytics.js +237 -120
  70. package/dist/stories/components/PerformanceAnalytics.style.js +7 -21
  71. package/dist/stories/components/PerformanceAnalyticsLegend.js +53 -0
  72. package/dist/stories/components/PerformanceAnalyticsLegend.style.js +26 -0
  73. package/dist/stories/components/PerformanceAnalyticsOneColumn.js +312 -0
  74. package/dist/stories/components/PerformanceAnalyticsOneColumn.style.js +31 -0
  75. package/dist/stories/components/PerformanceAnalyticsTotals.js +13 -14
  76. package/dist/stories/components/PerformanceAnalyticsTotals.style.js +4 -4
  77. package/dist/stories/components/icons/LegendUnionIcon.js +30 -0
  78. package/package.json +1 -1
  79. package/dist/stories/components/CodeEditor.js +0 -40
  80. package/dist/stories/components/CodeEditor.style.js +0 -12
  81. package/dist/stories/components/Modal.js +0 -19
  82. package/dist/stories/components/Modal.style.js +0 -17
  83. package/dist/stories/components/TotalCostModal.js +0 -143
@@ -1,143 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
4
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports.default = void 0;
9
- var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/slicedToArray"));
10
- var _react = _interopRequireWildcard(require("react"));
11
- var _Modal = _interopRequireDefault(require("./Modal"));
12
- var _CodeEditor = _interopRequireDefault(require("./CodeEditor"));
13
- var _TextField = _interopRequireDefault(require("./TextField"));
14
- var _Dropdown = _interopRequireDefault(require("./Dropdown"));
15
- var _reactHookForm = require("react-hook-form");
16
- var _Modal2 = require("./Modal.style");
17
- var TotalCostModal = function TotalCostModal(_ref) {
18
- var title = _ref.title,
19
- isModalOpen = _ref.isModalOpen,
20
- setModalOpen = _ref.setModalOpen,
21
- setResult = _ref.setResult;
22
- var _useState = (0, _react.useState)([{
23
- id: "title",
24
- label: "Title",
25
- type: "text"
26
- }, {
27
- id: "dotCut",
28
- label: "Do Cut",
29
- type: "select",
30
- options: ["true", "false"]
31
- }, {
32
- id: "currency",
33
- label: "Currency",
34
- type: "select",
35
- options: ["true", "false"]
36
- }, {
37
- id: "currencyType",
38
- label: "Currency Type",
39
- type: "select",
40
- options: ["USD", "EUR", "ILS", "GBP", "JPY"]
41
- }, {
42
- id: "width",
43
- label: "Width",
44
- type: "text"
45
- }, {
46
- id: "height",
47
- label: "Height",
48
- type: "text"
49
- }, {
50
- id: "textColor",
51
- label: "Text Color",
52
- type: "text"
53
- }, {
54
- id: "noDataText",
55
- label: "No Data Text",
56
- type: "text"
57
- }]),
58
- _useState2 = (0, _slicedToArray2.default)(_useState, 2),
59
- params = _useState2[0],
60
- setParams = _useState2[1];
61
- var _useState3 = (0, _react.useState)("Select PACKAGE_COST,REDEMPTION_COST,(PACKAGE_COST+REDEMPTION_COST) AS TOTAL_COST,from FACT_EVENT_MEASURES A INNER JOIN DIM_EVENTS B ON A.EVENT_CODE = B.EVENT_CODE"),
62
- _useState4 = (0, _slicedToArray2.default)(_useState3, 2),
63
- code = _useState4[0],
64
- setCode = _useState4[1];
65
- var _useForm = (0, _reactHookForm.useForm)(),
66
- register = _useForm.register,
67
- handleSubmit = _useForm.handleSubmit,
68
- watch = _useForm.watch,
69
- control = _useForm.control,
70
- errors = _useForm.formState.errors;
71
- var onSubmit = function onSubmit(data) {
72
- return setResult(data);
73
- };
74
- return /*#__PURE__*/_react.default.createElement("form", {
75
- onSubmit: handleSubmit(onSubmit)
76
- }, /*#__PURE__*/_react.default.createElement(_Modal.default, {
77
- isOpen: isModalOpen,
78
- onClose: function onClose() {
79
- return setModalOpen(false);
80
- }
81
- }, /*#__PURE__*/_react.default.createElement("h2", null, title), /*#__PURE__*/_react.default.createElement("div", {
82
- style: {
83
- gap: "10px",
84
- display: "grid"
85
- }
86
- }, /*#__PURE__*/_react.default.createElement(_CodeEditor.default, {
87
- value: code,
88
- onChange: setCode
89
- }), /*#__PURE__*/_react.default.createElement("div", {
90
- style: {
91
- gap: "10px",
92
- display: "grid",
93
- gridTemplateColumns: "auto auto auto"
94
- }
95
- }, params.map(function (item) {
96
- if (item.type === "text") {
97
- return /*#__PURE__*/_react.default.createElement(_reactHookForm.Controller, {
98
- control: control,
99
- name: item.id,
100
- render: function render(_ref2) {
101
- var field = _ref2.field;
102
- return /*#__PURE__*/_react.default.createElement(_TextField.default, Object.assign({}, field, {
103
- allowedInput: "all",
104
- height: "100%",
105
- label: item.label,
106
- multiline: true,
107
- placeHolder: "Type...",
108
- shape: "round",
109
- size: "small",
110
- width: "300px"
111
- }));
112
- }
113
- });
114
- } else {
115
- return /*#__PURE__*/_react.default.createElement(_reactHookForm.Controller, {
116
- control: control,
117
- name: item.id,
118
- render: function render(_ref3) {
119
- var field = _ref3.field;
120
- return /*#__PURE__*/_react.default.createElement(_Dropdown.default, Object.assign({}, field, {
121
- allowedInput: "all",
122
- labelColor: "#1B30AA",
123
- limitTagsOnMultiSelect: 0,
124
- onInputChange: function onInputChange(e) {
125
- var _e$inputValue;
126
- console.log("e", e);
127
- field.onChange((_e$inputValue = e === null || e === void 0 ? void 0 : e.inputValue) !== null && _e$inputValue !== void 0 ? _e$inputValue : "");
128
- },
129
- options: item.options,
130
- placeHolder: "Type...",
131
- shape: "round",
132
- size: "small",
133
- text: item.label,
134
- width: "300px"
135
- }));
136
- }
137
- });
138
- }
139
- }))), /*#__PURE__*/_react.default.createElement(_Modal2.SubmitButton, {
140
- type: "submit"
141
- })));
142
- };
143
- var _default = exports.default = TotalCostModal;