pixel-react 1.2.0 → 1.2.2
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/lib/components/AppHeader/types.d.ts +11 -2
- package/lib/components/Avatar/Avatar.d.ts +5 -0
- package/lib/components/Avatar/Avatar.stories.d.ts +10 -0
- package/lib/components/Avatar/index.d.ts +1 -0
- package/lib/components/Avatar/types.d.ts +26 -0
- package/lib/components/ExcelFile/ExcelFile/Excel/ActiveCell.d.ts +2 -2
- package/lib/components/ExcelFile/ExcelFile/Excel/ColumnIndicator.d.ts +2 -2
- package/lib/components/ExcelFile/ExcelFile/Excel/Copied.d.ts +1 -1
- package/lib/components/ExcelFile/ExcelFile/Excel/CornerIndicator.d.ts +2 -2
- package/lib/components/ExcelFile/ExcelFile/Excel/DataEditor.d.ts +2 -2
- package/lib/components/ExcelFile/ExcelFile/Excel/DataViewer.d.ts +2 -2
- package/lib/components/ExcelFile/ExcelFile/Excel/FloatingRect.d.ts +2 -2
- package/lib/components/ExcelFile/ExcelFile/Excel/HeaderRow.d.ts +1 -1
- package/lib/components/ExcelFile/ExcelFile/Excel/Row.d.ts +1 -1
- package/lib/components/ExcelFile/ExcelFile/Excel/RowIndicator.d.ts +2 -2
- package/lib/components/ExcelFile/ExcelFile/Excel/Selected.d.ts +1 -1
- package/lib/components/ExcelFile/ExcelFile/Excel/Spreadsheet.d.ts +6 -7
- package/lib/components/ExcelFile/ExcelFile/Excel/Table.d.ts +1 -1
- package/lib/components/ExcelFile/ExcelFile/Excel/actions.d.ts +49 -5
- package/lib/components/ExcelFile/ExcelFile/Excel/context.d.ts +3 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/engine.d.ts +5 -5
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/formula.d.ts +6 -6
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/index.d.ts +2 -2
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-graph.d.ts +2 -2
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-hash.d.ts +1 -1
- package/lib/components/ExcelFile/ExcelFile/Excel/engine/point-set.d.ts +1 -1
- package/lib/components/ExcelFile/ExcelFile/Excel/index.d.ts +11 -11
- package/lib/components/ExcelFile/ExcelFile/Excel/matrix.d.ts +1 -1
- package/lib/components/ExcelFile/ExcelFile/Excel/point-range.d.ts +1 -1
- package/lib/components/ExcelFile/ExcelFile/Excel/reducer.d.ts +5 -5
- package/lib/components/ExcelFile/ExcelFile/Excel/selection.d.ts +3 -3
- package/lib/components/ExcelFile/ExcelFile/Excel/types.d.ts +11 -48
- package/lib/components/ExcelFile/ExcelFile/Excel/use-dispatch.d.ts +1 -1
- package/lib/components/ExcelFile/ExcelFile/Excel/use-selector.d.ts +1 -1
- package/lib/components/ExcelFile/ExcelFile/Excel/util.d.ts +11 -12
- package/lib/components/ExcelFile/ExcelFile/ExcelFile.d.ts +16 -0
- package/lib/components/ExcelFile/ExcelSheetBar/ExcelSheetBar.d.ts +0 -3
- package/lib/components/ExcelFile/ExcelToolBar/ExcelToolBar.d.ts +12 -0
- package/lib/components/ExcelFile/Types.d.ts +2 -49
- package/lib/components/Form/Form.d.ts +1 -15
- package/lib/components/Form/Form.stories.d.ts +6 -5
- package/lib/components/Form/Forms.d.ts +8 -0
- package/lib/components/Form/index.d.ts +1 -1
- package/lib/components/InputWithDropdown/types.d.ts +1 -1
- package/lib/components/LabelEditTextField/LabelEditTextField.d.ts +5 -0
- package/lib/components/LabelEditTextField/LabelEditTextField.stories.d.ts +11 -0
- package/lib/components/LabelEditTextField/index.d.ts +1 -0
- package/lib/components/LabelEditTextField/types.d.ts +38 -0
- package/lib/components/MenuOption/types.d.ts +7 -7
- package/lib/components/ModulesChip/ModuleChip.d.ts +4 -0
- package/lib/components/ModulesChip/ModuleChip.stories.d.ts +6 -0
- package/lib/components/ModulesChip/index.d.ts +1 -0
- package/lib/components/ModulesChip/types.d.ts +14 -0
- package/lib/components/MultiSelect/MultiSelectTypes.d.ts +1 -0
- package/lib/components/Select/Select.d.ts +1 -1
- package/lib/components/Select/components/Dropdown/Dropdown.d.ts +1 -1
- package/lib/components/Select/components/Dropdown/dropdownTypes.d.ts +2 -0
- package/lib/components/Select/types.d.ts +11 -4
- package/lib/components/Toastify/Toastify.d.ts +8 -0
- package/lib/components/Toastify/Toastify.stories.d.ts +6 -0
- package/lib/components/Toastify/index.d.ts +1 -0
- package/lib/components/Toastify/types.d.ts +7 -0
- package/lib/components/Tooltip/types.d.ts +6 -0
- package/lib/components/Typography/types.d.ts +1 -0
- package/lib/index.d.ts +130 -29
- package/lib/index.esm.js +26882 -872
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +26881 -866
- package/lib/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/utils/getSelectOptionValue/getSelectOptionValue.d.ts +8 -0
- package/package.json +1 -1
- package/src/StyleGuide/ColorPalette/colorPaletteList.ts +10 -0
- package/src/assets/Themes/BaseTheme.scss +10 -1
- package/src/assets/Themes/DarkTheme.scss +19 -8
- package/src/assets/icons/client_profile.svg +4 -0
- package/src/assets/icons/fireflink_finder_logo.svg +7 -0
- package/src/assets/icons/fireflink_platform.svg +4 -0
- package/src/assets/icons/license_expired.svg +20 -0
- package/src/components/AppHeader/AppHeader.scss +5 -2
- package/src/components/AppHeader/AppHeader.stories.tsx +24 -3
- package/src/components/AppHeader/AppHeader.tsx +29 -11
- package/src/components/AppHeader/types.ts +11 -3
- package/src/components/Avatar/Avatar.scss +24 -0
- package/src/components/Avatar/Avatar.stories.tsx +56 -0
- package/src/components/Avatar/Avatar.tsx +25 -0
- package/src/components/Avatar/index.ts +1 -0
- package/src/components/Avatar/types.ts +27 -0
- package/src/components/Drawer/Drawer.scss +0 -1
- package/src/components/Drawer/Drawer.tsx +1 -1
- package/src/components/ExcelFile/ColorBarselector/ColorBarSelector.scss +0 -2
- package/src/components/ExcelFile/ContextMenu/ContextMenu.scss +1 -4
- package/src/components/ExcelFile/ContextMenu/ContextMenu.tsx +0 -1
- package/src/components/ExcelFile/ExcelFile/Excel/ActiveCell.tsx +13 -13
- package/src/components/ExcelFile/ExcelFile/Excel/Cell.tsx +13 -12
- package/src/components/ExcelFile/ExcelFile/Excel/ColumnIndicator.tsx +40 -32
- package/src/components/ExcelFile/ExcelFile/Excel/Copied.tsx +4 -4
- package/src/components/ExcelFile/ExcelFile/Excel/CornerIndicator.tsx +10 -10
- package/src/components/ExcelFile/ExcelFile/Excel/DataEditor.tsx +5 -5
- package/src/components/ExcelFile/ExcelFile/Excel/DataViewer.tsx +10 -10
- package/src/components/ExcelFile/ExcelFile/Excel/FloatingRect.tsx +6 -6
- package/src/components/ExcelFile/ExcelFile/Excel/HeaderRow.tsx +1 -1
- package/src/components/ExcelFile/ExcelFile/Excel/Row.tsx +1 -1
- package/src/components/ExcelFile/ExcelFile/Excel/RowIndicator.tsx +34 -27
- package/src/components/ExcelFile/ExcelFile/Excel/Selected.tsx +5 -5
- package/src/components/ExcelFile/ExcelFile/Excel/{Spreadsheet.css → Spreadsheet.scss} +21 -37
- package/src/components/ExcelFile/ExcelFile/Excel/Spreadsheet.tsx +87 -78
- package/src/components/ExcelFile/ExcelFile/Excel/Table.tsx +2 -2
- package/src/components/ExcelFile/ExcelFile/Excel/actions.ts +121 -31
- package/src/components/ExcelFile/ExcelFile/Excel/areModelsEqual.ts +1 -1
- package/src/components/ExcelFile/ExcelFile/Excel/context.ts +4 -4
- package/src/components/ExcelFile/ExcelFile/Excel/engine/engine.ts +7 -7
- package/src/components/ExcelFile/ExcelFile/Excel/engine/formula.ts +11 -11
- package/src/components/ExcelFile/ExcelFile/Excel/engine/index.ts +2 -2
- package/src/components/ExcelFile/ExcelFile/Excel/engine/point-graph.ts +3 -3
- package/src/components/ExcelFile/ExcelFile/Excel/engine/point-hash.ts +2 -2
- package/src/components/ExcelFile/ExcelFile/Excel/engine/point-set.ts +2 -2
- package/src/components/ExcelFile/ExcelFile/Excel/index.ts +12 -11
- package/src/components/ExcelFile/ExcelFile/Excel/matrix.ts +18 -24
- package/src/components/ExcelFile/ExcelFile/Excel/point-range.ts +1 -1
- package/src/components/ExcelFile/ExcelFile/Excel/reducer.ts +311 -41
- package/src/components/ExcelFile/ExcelFile/Excel/selection.ts +5 -5
- package/src/components/ExcelFile/ExcelFile/Excel/types.ts +14 -66
- package/src/components/ExcelFile/ExcelFile/Excel/typings/fast-formula-parser.d.ts +8 -8
- package/src/components/ExcelFile/ExcelFile/Excel/use-dispatch.ts +2 -2
- package/src/components/ExcelFile/ExcelFile/Excel/use-selector.ts +3 -3
- package/src/components/ExcelFile/ExcelFile/Excel/util.ts +21 -22
- package/src/components/ExcelFile/ExcelFile/ExcelFile.scss +0 -3
- package/src/components/ExcelFile/ExcelFile/ExcelFile.tsx +45 -403
- package/src/components/ExcelFile/ExcelFile.stories.tsx +10 -29
- package/src/components/ExcelFile/ExcelSheetBar/ExcelSheetBar.tsx +1 -12
- package/src/components/ExcelFile/ExcelToolBar/ExcelToolBar.scss +0 -3
- package/src/components/ExcelFile/ExcelToolBar/ExcelToolBar.tsx +147 -127
- package/src/components/ExcelFile/Types.ts +3 -70
- package/src/components/ExcelFile/index.ts +1 -1
- package/src/components/Form/Form.d.ts +3 -0
- package/src/components/Form/Form.scss +31 -4
- package/src/components/Form/Form.stories.tsx +172 -138
- package/src/components/Form/Form.ts +2 -0
- package/src/components/Form/Forms.tsx +25 -0
- package/src/components/Form/index.ts +1 -1
- package/src/components/Icon/Icons.scss +1 -0
- package/src/components/Icon/iconList.ts +8 -0
- package/src/components/IconButton/IconButton.scss +1 -1
- package/src/components/InputWithDropdown/types.ts +1 -1
- package/src/components/LabelEditTextField/LabelEditTextField.scss +85 -0
- package/src/components/LabelEditTextField/LabelEditTextField.stories.tsx +136 -0
- package/src/components/LabelEditTextField/LabelEditTextField.tsx +207 -0
- package/src/components/LabelEditTextField/index.ts +1 -0
- package/src/components/LabelEditTextField/types.ts +38 -0
- package/src/components/MenuOption/types.ts +7 -6
- package/src/components/ModulesChip/ModuleChip.scss +20 -0
- package/src/components/ModulesChip/ModuleChip.stories.tsx +41 -0
- package/src/components/ModulesChip/ModuleChip.tsx +31 -0
- package/src/components/ModulesChip/index.ts +1 -0
- package/src/components/ModulesChip/types.ts +14 -0
- package/src/components/MultiSelect/Dropdown.tsx +6 -1
- package/src/components/MultiSelect/MultiSelect.scss +17 -10
- package/src/components/MultiSelect/MultiSelect.stories.tsx +16 -4
- package/src/components/MultiSelect/MultiSelect.tsx +11 -4
- package/src/components/MultiSelect/MultiSelectTypes.ts +4 -3
- package/src/components/Select/Select.scss +4 -0
- package/src/components/Select/Select.stories.tsx +5 -3
- package/src/components/Select/Select.tsx +15 -7
- package/src/components/Select/components/Dropdown/Dropdown.tsx +3 -1
- package/src/components/Select/components/Dropdown/dropdownTypes.ts +3 -0
- package/src/components/Select/types.ts +12 -5
- package/src/components/Toastify/Toastify.stories.tsx +52 -0
- package/src/components/Toastify/Toastify.tsx +66 -0
- package/src/components/Toastify/index.ts +1 -0
- package/src/components/Toastify/types.ts +8 -0
- package/src/components/Tooltip/Tooltip.tsx +2 -1
- package/src/components/Tooltip/types.ts +6 -0
- package/src/components/Typography/Typography.scss +12 -4
- package/src/components/Typography/Typography.stories.tsx +2 -0
- package/src/components/Typography/Typography.tsx +2 -0
- package/src/components/Typography/types.ts +1 -0
- package/src/index.ts +12 -2
- package/src/utils/getSelectOptionValue/getSelectOptionValue.ts +31 -0
- package/src/components/ExcelFile/ChangeExcelStyles.tsx +0 -78
- package/src/components/ExcelFile/ImportExcelStyles.tsx +0 -86
- package/src/components/Form/Form.tsx +0 -57
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Point } from
|
|
2
|
-
import * as pointHash from
|
|
3
|
-
import { PointSet } from
|
|
1
|
+
import { Point } from '../point';
|
|
2
|
+
import * as pointHash from './point-hash';
|
|
3
|
+
import { PointSet } from './point-set';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Immutable directed graph of points, where each point can have multiple
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Point } from
|
|
1
|
+
import { Point } from '../point';
|
|
2
2
|
|
|
3
3
|
export function toString(point: Point): string {
|
|
4
4
|
return `${point.row},${point.column}`;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
export function fromString(point: string): Point {
|
|
8
|
-
const [row, column] = point.split(
|
|
8
|
+
const [row, column] = point.split(',');
|
|
9
9
|
return { row: Number(row), column: Number(column) };
|
|
10
10
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import Spreadsheet from
|
|
2
|
-
import DataEditor from
|
|
3
|
-
import DataViewer from
|
|
1
|
+
import Spreadsheet from './Spreadsheet';
|
|
2
|
+
import DataEditor from './DataEditor';
|
|
3
|
+
import DataViewer from './DataViewer';
|
|
4
4
|
|
|
5
5
|
export default Spreadsheet;
|
|
6
6
|
export { Spreadsheet, DataEditor, DataViewer };
|
|
7
|
-
export type { Props } from
|
|
8
|
-
export { createEmpty as createEmptyMatrix } from
|
|
9
|
-
export type { Matrix } from
|
|
7
|
+
export type { Props } from './Spreadsheet';
|
|
8
|
+
export { createEmpty as createEmptyMatrix } from './matrix';
|
|
9
|
+
export type { Matrix } from './matrix';
|
|
10
10
|
export {
|
|
11
11
|
Selection,
|
|
12
12
|
EmptySelection,
|
|
@@ -17,9 +17,9 @@ export {
|
|
|
17
17
|
EntireWorksheetSelection,
|
|
18
18
|
InvalidIndexError,
|
|
19
19
|
RangeSelection,
|
|
20
|
-
} from
|
|
21
|
-
export { PointRange } from
|
|
22
|
-
export type { Point } from
|
|
20
|
+
} from './selection';
|
|
21
|
+
export { PointRange } from './point-range';
|
|
22
|
+
export type { Point } from './point';
|
|
23
23
|
export type {
|
|
24
24
|
CellBase,
|
|
25
25
|
CellDescriptor,
|
|
@@ -44,5 +44,6 @@ export type {
|
|
|
44
44
|
TableProps,
|
|
45
45
|
HeaderRowProps,
|
|
46
46
|
HeaderRowComponent,
|
|
47
|
-
} from
|
|
48
|
-
|
|
47
|
+
} from './types';
|
|
48
|
+
|
|
49
|
+
export { createFormulaParser, Model } from './engine';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as Point from
|
|
1
|
+
import * as Point from './point';
|
|
2
2
|
|
|
3
3
|
/** A two-dimensional array of given type T in rows and columns */
|
|
4
4
|
export type Matrix<T> = Array<Array<T | undefined>>;
|
|
@@ -65,7 +65,7 @@ export function set<T>(
|
|
|
65
65
|
if (nextFirstRow.length <= point.column) {
|
|
66
66
|
nextFirstRow.length = point.column + 1; // Extend the first row if needed
|
|
67
67
|
}
|
|
68
|
-
|
|
68
|
+
|
|
69
69
|
// Set the modified first row back into the matrix
|
|
70
70
|
nextMatrix[0] = nextFirstRow;
|
|
71
71
|
|
|
@@ -82,10 +82,8 @@ export function set<T>(
|
|
|
82
82
|
return nextMatrix;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
|
|
86
85
|
/** Like Matrix.set() but mutates the matrix */
|
|
87
86
|
|
|
88
|
-
|
|
89
87
|
export function mutableSet<T>(
|
|
90
88
|
point: Point.Point,
|
|
91
89
|
value: T,
|
|
@@ -114,8 +112,6 @@ export function mutableSet<T>(
|
|
|
114
112
|
row[point.column] = value;
|
|
115
113
|
}
|
|
116
114
|
|
|
117
|
-
|
|
118
|
-
|
|
119
115
|
/** Removes the coordinate of matrix */
|
|
120
116
|
// export function unset<T>(point: Point.Point, matrix: Matrix<T>): Matrix<T> {
|
|
121
117
|
// if (!has(point, matrix)) {
|
|
@@ -155,7 +151,6 @@ export function unset<T>(point: Point.Point, matrix: Matrix<T>): Matrix<T> {
|
|
|
155
151
|
return nextMatrix;
|
|
156
152
|
}
|
|
157
153
|
|
|
158
|
-
|
|
159
154
|
/** Creates an array of values by running each element in collection thru iteratee. */
|
|
160
155
|
export function map<T, T2>(
|
|
161
156
|
func: (value: T | undefined, point: Point.Point) => T2,
|
|
@@ -187,34 +182,33 @@ export function* entries<T>(
|
|
|
187
182
|
|
|
188
183
|
export function join(
|
|
189
184
|
matrix: Matrix<unknown>,
|
|
190
|
-
horizontalSeparator =
|
|
191
|
-
verticalSeparator =
|
|
185
|
+
horizontalSeparator = '\t',
|
|
186
|
+
verticalSeparator = '\n'
|
|
192
187
|
): string {
|
|
193
|
-
let joined =
|
|
188
|
+
let joined = '';
|
|
194
189
|
const { rows, columns } = getSize(matrix);
|
|
195
|
-
|
|
190
|
+
|
|
196
191
|
for (let row = 0; row < rows; row++) {
|
|
197
192
|
if (row) {
|
|
198
193
|
joined += verticalSeparator;
|
|
199
194
|
}
|
|
200
|
-
|
|
195
|
+
|
|
201
196
|
for (let column = 0; column < columns; column++) {
|
|
202
197
|
if (column) {
|
|
203
198
|
joined += horizontalSeparator;
|
|
204
199
|
}
|
|
205
|
-
|
|
200
|
+
|
|
206
201
|
// Ensure matrix[row] exists and matrix[row][column] is not undefined
|
|
207
202
|
const cellValue = matrix[row]?.[column];
|
|
208
|
-
|
|
203
|
+
|
|
209
204
|
// If cellValue is undefined, you can use a fallback value like an empty string
|
|
210
|
-
joined += cellValue !== undefined ? String(cellValue) :
|
|
205
|
+
joined += cellValue !== undefined ? String(cellValue) : '';
|
|
211
206
|
}
|
|
212
207
|
}
|
|
213
|
-
|
|
208
|
+
|
|
214
209
|
return joined;
|
|
215
210
|
}
|
|
216
211
|
|
|
217
|
-
|
|
218
212
|
/**
|
|
219
213
|
* Parses a CSV separated by a horizontalSeparator and verticalSeparator into a
|
|
220
214
|
* Matrix using a transform function
|
|
@@ -222,19 +216,19 @@ export function join(
|
|
|
222
216
|
export function split<T>(
|
|
223
217
|
csv: string,
|
|
224
218
|
transform: (value: string) => T,
|
|
225
|
-
horizontalSeparator =
|
|
219
|
+
horizontalSeparator = '\t',
|
|
226
220
|
verticalSeparator: string | RegExp = /\r\n|\n|\r/
|
|
227
221
|
): Matrix<T> {
|
|
228
222
|
// Temporarily replace line breaks inside quotes
|
|
229
223
|
const replaced = csv.replace(/"([^"]*?)"/g, (_, p1) => {
|
|
230
|
-
return p1.replace(/\n/g,
|
|
224
|
+
return p1.replace(/\n/g, '\\n');
|
|
231
225
|
});
|
|
232
226
|
return replaced.split(verticalSeparator).map((row) =>
|
|
233
227
|
row
|
|
234
228
|
.split(horizontalSeparator)
|
|
235
229
|
.map((line) => {
|
|
236
230
|
// Restore original line breaks in each line
|
|
237
|
-
return line.replace(/\\n/g,
|
|
231
|
+
return line.replace(/\\n/g, '\n');
|
|
238
232
|
})
|
|
239
233
|
.map(transform)
|
|
240
234
|
);
|
|
@@ -246,7 +240,7 @@ export function has(point: Point.Point, matrix: Matrix<unknown>): boolean {
|
|
|
246
240
|
if (!firstRow) {
|
|
247
241
|
return false; // If first row is undefined, return false
|
|
248
242
|
}
|
|
249
|
-
|
|
243
|
+
|
|
250
244
|
// Perform validation checks
|
|
251
245
|
return (
|
|
252
246
|
point.row >= 0 &&
|
|
@@ -258,7 +252,6 @@ export function has(point: Point.Point, matrix: Matrix<unknown>): boolean {
|
|
|
258
252
|
);
|
|
259
253
|
}
|
|
260
254
|
|
|
261
|
-
|
|
262
255
|
/** Counts of the rows and column in a matrix */
|
|
263
256
|
export type Size = {
|
|
264
257
|
/** Count of the rows in the matrix */
|
|
@@ -372,7 +365,9 @@ export function toArray<T1, T2>(
|
|
|
372
365
|
for (let column = 0; column < currentRow.length; column++) {
|
|
373
366
|
const value = currentRow[column];
|
|
374
367
|
// If transform is provided, apply it; otherwise, use the value as is
|
|
375
|
-
array.push(
|
|
368
|
+
array.push(
|
|
369
|
+
transform ? transform(value, { row, column }) : (value as T2)
|
|
370
|
+
);
|
|
376
371
|
}
|
|
377
372
|
}
|
|
378
373
|
}
|
|
@@ -380,7 +375,6 @@ export function toArray<T1, T2>(
|
|
|
380
375
|
return array;
|
|
381
376
|
}
|
|
382
377
|
|
|
383
|
-
|
|
384
378
|
/** Returns the maximum point in the matrix */
|
|
385
379
|
export function maxPoint(matrix: Matrix<unknown>): Point.Point {
|
|
386
380
|
const size = getSize(matrix);
|