@caspeco/casper-ui-library 10.7.3 → 10.9.0
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/README.md +1 -0
- package/dist/components/rich-text-editor/boolean-control.js +1 -1
- package/dist/components/rich-text-editor/rich-text-editor-control.js +1 -1
- package/dist/components/rich-text-editor/rich-text-editor.js +1 -1
- package/dist/components/rich-text-editor/use-rich-text-editor.js +1 -1
- package/dist/components/table/helper.d.ts +3 -0
- package/dist/components/table/helper.d.ts.map +1 -1
- package/dist/components/table/helper.js +17 -11
- package/dist/components/table/index.d.ts +1 -1
- package/dist/components/table/index.d.ts.map +1 -1
- package/dist/components/table/table-cell.d.ts +2 -1
- package/dist/components/table/table-cell.d.ts.map +1 -1
- package/dist/components/table/table-cell.js +62 -55
- package/dist/components/table/table-content.d.ts.map +1 -1
- package/dist/components/table/table-content.js +84 -56
- package/dist/components/table/table-context-provider.d.ts +17 -2
- package/dist/components/table/table-context-provider.d.ts.map +1 -1
- package/dist/components/table/table-context-provider.js +179 -122
- package/dist/components/table/table-drag-accessibility.d.ts +11 -0
- package/dist/components/table/table-drag-accessibility.d.ts.map +1 -0
- package/dist/components/table/table-drag-accessibility.js +22 -0
- package/dist/components/table/table-header-dropdown.d.ts +3 -5
- package/dist/components/table/table-header-dropdown.d.ts.map +1 -1
- package/dist/components/table/table-header-dropdown.js +116 -108
- package/dist/components/table/table-header-dropdown.spec.d.ts +2 -0
- package/dist/components/table/table-header-dropdown.spec.d.ts.map +1 -0
- package/dist/components/table/table-header-row.d.ts.map +1 -1
- package/dist/components/table/table-header-row.js +70 -63
- package/dist/components/table/table-recipe.d.ts.map +1 -1
- package/dist/components/table/table-recipe.js +6 -0
- package/dist/components/table/table-row-drag-handle.d.ts +6 -0
- package/dist/components/table/table-row-drag-handle.d.ts.map +1 -0
- package/dist/components/table/table-row-drag-handle.js +53 -0
- package/dist/components/table/table-row-reorder.spec.d.ts +2 -0
- package/dist/components/table/table-row-reorder.spec.d.ts.map +1 -0
- package/dist/components/table/table-row.d.ts.map +1 -1
- package/dist/components/table/table-row.js +59 -42
- package/dist/components/table/table-sorted-reorder-prompt.d.ts +8 -0
- package/dist/components/table/table-sorted-reorder-prompt.d.ts.map +1 -0
- package/dist/components/table/table-sorted-reorder-prompt.js +64 -0
- package/dist/components/table/table-toolbar-settings.js +27 -27
- package/dist/components/table/table.composition.d.ts +2 -0
- package/dist/components/table/table.composition.d.ts.map +1 -1
- package/dist/components/table/table.constants.d.ts +15 -0
- package/dist/components/table/table.constants.d.ts.map +1 -1
- package/dist/components/table/table.constants.js +2 -2
- package/dist/components/table/table.d.ts +1 -1
- package/dist/components/table/table.d.ts.map +1 -1
- package/dist/components/table/table.js +4 -2
- package/dist/components/table/translations.d.ts +77 -0
- package/dist/components/table/translations.d.ts.map +1 -1
- package/dist/components/table/translations.js +72 -6
- package/dist/components/table/types.d.ts +37 -5
- package/dist/components/table/types.d.ts.map +1 -1
- package/dist/node_modules/@tiptap/core/dist/index.js +725 -951
- package/dist/node_modules/@tiptap/core/dist/jsx-runtime/jsx-runtime.js +37 -13
- package/dist/node_modules/@tiptap/core/dist/rolldown-runtime-D7D4PA-g.js +11 -0
- package/dist/node_modules/@tiptap/extension-code-block/dist/index.js +1 -3
- package/dist/node_modules/@tiptap/extension-list/dist/index.js +101 -128
- package/dist/node_modules/@tiptap/extension-paragraph/dist/index.js +3 -2
- package/dist/node_modules/@tiptap/extensions/dist/index.js +6 -7
- package/dist/{node_modules → packages/casper-ui-library/node_modules}/@tiptap/react/dist/index.js +24 -24
- package/package.json +10 -9
|
@@ -32,7 +32,18 @@ var t = {
|
|
|
32
32
|
action: "Action",
|
|
33
33
|
deleteSelectedRows: "Delete selected rows",
|
|
34
34
|
shownInTable: "Shown in table",
|
|
35
|
-
hiddenInTable: "Hidden in table"
|
|
35
|
+
hiddenInTable: "Hidden in table",
|
|
36
|
+
clearSorting: "Clear sorting",
|
|
37
|
+
reorderRow: "Move row",
|
|
38
|
+
cancel: "Cancel",
|
|
39
|
+
reorderSortedTitle: "Sorting blocks reordering",
|
|
40
|
+
reorderSortedBody: "Rows can only be moved by hand while the table is unsorted. Remove the sorting to move rows?",
|
|
41
|
+
reorderSortedConfirm: "Remove sorting",
|
|
42
|
+
reorderInstructions: "Press Space or Enter to start moving, the arrow keys to move, Space or Enter to drop, Escape to cancel.",
|
|
43
|
+
reorderPickedUp: "Picked up. Position {position} of {count}.",
|
|
44
|
+
reorderMovedTo: "Position {position} of {count}.",
|
|
45
|
+
reorderDropped: "Dropped at position {position} of {count}.",
|
|
46
|
+
reorderCancelled: "Move cancelled."
|
|
36
47
|
}, n = {
|
|
37
48
|
"sv-SE": {
|
|
38
49
|
sortUp: "Sortera stigande",
|
|
@@ -64,7 +75,18 @@ var t = {
|
|
|
64
75
|
action: "Åtgärd",
|
|
65
76
|
deleteSelectedRows: "Ta bort valda rader",
|
|
66
77
|
shownInTable: "Visas i tabellen",
|
|
67
|
-
hiddenInTable: "Dold i tabellen"
|
|
78
|
+
hiddenInTable: "Dold i tabellen",
|
|
79
|
+
clearSorting: "Rensa sortering",
|
|
80
|
+
reorderRow: "Flytta rad",
|
|
81
|
+
cancel: "Avbryt",
|
|
82
|
+
reorderSortedTitle: "Sorteringen hindrar omordning",
|
|
83
|
+
reorderSortedBody: "Rader kan bara flyttas manuellt när tabellen är osorterad. Ta bort sorteringen för att flytta rader?",
|
|
84
|
+
reorderSortedConfirm: "Ta bort sortering",
|
|
85
|
+
reorderInstructions: "Tryck på blanksteg eller Retur för att börja flytta, piltangenterna för att flytta, blanksteg eller Retur för att släppa, Escape för att avbryta.",
|
|
86
|
+
reorderPickedUp: "Upplockad. Position {position} av {count}.",
|
|
87
|
+
reorderMovedTo: "Position {position} av {count}.",
|
|
88
|
+
reorderDropped: "Släppt på position {position} av {count}.",
|
|
89
|
+
reorderCancelled: "Flytten avbröts."
|
|
68
90
|
},
|
|
69
91
|
"en-US": t,
|
|
70
92
|
"en-GB": t,
|
|
@@ -98,7 +120,18 @@ var t = {
|
|
|
98
120
|
action: "Handling",
|
|
99
121
|
deleteSelectedRows: "Fjern valgte rader",
|
|
100
122
|
shownInTable: "Vises i tabellen",
|
|
101
|
-
hiddenInTable: "Dold i tabellen"
|
|
123
|
+
hiddenInTable: "Dold i tabellen",
|
|
124
|
+
clearSorting: "Fjern sortering",
|
|
125
|
+
reorderRow: "Flytt rad",
|
|
126
|
+
cancel: "Avbryt",
|
|
127
|
+
reorderSortedTitle: "Sorteringen hindrer omordning",
|
|
128
|
+
reorderSortedBody: "Rader kan bare flyttes manuelt når tabellen er usortert. Fjern sorteringen for å flytte rader?",
|
|
129
|
+
reorderSortedConfirm: "Fjern sortering",
|
|
130
|
+
reorderInstructions: "Trykk på mellomrom eller Enter for å begynne å flytte, piltastene for å flytte, mellomrom eller Enter for å slippe, Escape for å avbryte.",
|
|
131
|
+
reorderPickedUp: "Plukket opp. Posisjon {position} av {count}.",
|
|
132
|
+
reorderMovedTo: "Posisjon {position} av {count}.",
|
|
133
|
+
reorderDropped: "Sluppet på posisjon {position} av {count}.",
|
|
134
|
+
reorderCancelled: "Flyttingen ble avbrutt."
|
|
102
135
|
},
|
|
103
136
|
"da-DK": {
|
|
104
137
|
sortUp: "Sorter stigende",
|
|
@@ -130,7 +163,18 @@ var t = {
|
|
|
130
163
|
action: "Handling",
|
|
131
164
|
deleteSelectedRows: "Fjern valgte rækker",
|
|
132
165
|
shownInTable: "Vises i tabellen",
|
|
133
|
-
hiddenInTable: "Dold i tabellen"
|
|
166
|
+
hiddenInTable: "Dold i tabellen",
|
|
167
|
+
clearSorting: "Fjern sortering",
|
|
168
|
+
reorderRow: "Flyt række",
|
|
169
|
+
cancel: "Annuller",
|
|
170
|
+
reorderSortedTitle: "Sorteringen forhindrer omarrangering",
|
|
171
|
+
reorderSortedBody: "Rækker kan kun flyttes manuelt, når tabellen er usorteret. Fjern sorteringen for at flytte rækker?",
|
|
172
|
+
reorderSortedConfirm: "Fjern sortering",
|
|
173
|
+
reorderInstructions: "Tryk på mellemrum eller Enter for at begynde at flytte, piletasterne for at flytte, mellemrum eller Enter for at slippe, Escape for at annullere.",
|
|
174
|
+
reorderPickedUp: "Samlet op. Position {position} af {count}.",
|
|
175
|
+
reorderMovedTo: "Position {position} af {count}.",
|
|
176
|
+
reorderDropped: "Sluppet på position {position} af {count}.",
|
|
177
|
+
reorderCancelled: "Flytningen blev annulleret."
|
|
134
178
|
},
|
|
135
179
|
"fr-FR": {
|
|
136
180
|
sortUp: "Trier par ordre croissant",
|
|
@@ -162,7 +206,18 @@ var t = {
|
|
|
162
206
|
action: "Action",
|
|
163
207
|
deleteSelectedRows: "Supprimer les lignes sélectionnées",
|
|
164
208
|
shownInTable: "Affiché dans le tableau",
|
|
165
|
-
hiddenInTable: "Masqué dans le tableau"
|
|
209
|
+
hiddenInTable: "Masqué dans le tableau",
|
|
210
|
+
clearSorting: "Effacer le tri",
|
|
211
|
+
reorderRow: "Déplacer la ligne",
|
|
212
|
+
cancel: "Annuler",
|
|
213
|
+
reorderSortedTitle: "Le tri empêche le réordonnancement",
|
|
214
|
+
reorderSortedBody: "Les lignes ne peuvent être déplacées manuellement que lorsque le tableau n'est pas trié. Supprimer le tri pour déplacer des lignes ?",
|
|
215
|
+
reorderSortedConfirm: "Supprimer le tri",
|
|
216
|
+
reorderInstructions: "Appuyez sur Espace ou Entrée pour commencer à déplacer, les flèches pour déplacer, Espace ou Entrée pour déposer, Échap pour annuler.",
|
|
217
|
+
reorderPickedUp: "Saisi. Position {position} sur {count}.",
|
|
218
|
+
reorderMovedTo: "Position {position} sur {count}.",
|
|
219
|
+
reorderDropped: "Déposé à la position {position} sur {count}.",
|
|
220
|
+
reorderCancelled: "Déplacement annulé."
|
|
166
221
|
},
|
|
167
222
|
"nl-BE": {
|
|
168
223
|
sortUp: "Oplopend sorteren",
|
|
@@ -194,7 +249,18 @@ var t = {
|
|
|
194
249
|
action: "Actie",
|
|
195
250
|
deleteSelectedRows: "Verwijder geselecteerde rijen",
|
|
196
251
|
shownInTable: "Getoond in tabel",
|
|
197
|
-
hiddenInTable: "Verborgen in tabel"
|
|
252
|
+
hiddenInTable: "Verborgen in tabel",
|
|
253
|
+
clearSorting: "Sortering wissen",
|
|
254
|
+
reorderRow: "Rij verplaatsen",
|
|
255
|
+
cancel: "Annuleren",
|
|
256
|
+
reorderSortedTitle: "Sorteren blokkeert het herordenen",
|
|
257
|
+
reorderSortedBody: "Rijen kunnen alleen handmatig worden verplaatst als de tabel niet is gesorteerd. Sortering verwijderen om rijen te verplaatsen?",
|
|
258
|
+
reorderSortedConfirm: "Sortering verwijderen",
|
|
259
|
+
reorderInstructions: "Druk op Spatie of Enter om te beginnen met verplaatsen, de pijltoetsen om te verplaatsen, Spatie of Enter om neer te zetten, Escape om te annuleren.",
|
|
260
|
+
reorderPickedUp: "Opgepakt. Positie {position} van {count}.",
|
|
261
|
+
reorderMovedTo: "Positie {position} van {count}.",
|
|
262
|
+
reorderDropped: "Neergezet op positie {position} van {count}.",
|
|
263
|
+
reorderCancelled: "Verplaatsing geannuleerd."
|
|
198
264
|
}
|
|
199
265
|
};
|
|
200
266
|
//#endregion
|
|
@@ -68,11 +68,6 @@ interface BaseTableProps<TData extends TableData> {
|
|
|
68
68
|
*/
|
|
69
69
|
onBreakingContentChange?: (breakingContentState: Record<string, boolean>) => void;
|
|
70
70
|
columnVisibilityState?: VisibilityState;
|
|
71
|
-
/**
|
|
72
|
-
* Optional function used to derive a unique ID for any given row.
|
|
73
|
-
* If not provided the row's index is used (nested rows join together with `.` using their grandparents' index eg. "0.1.0").
|
|
74
|
-
*/
|
|
75
|
-
getRowId?: (originalRow: TableRow<TData>, index: number, parent?: Row<TableRow<TData>>) => string;
|
|
76
71
|
/**
|
|
77
72
|
* Optional function to add quick-action menus for table rows. The function should return a [MenuList](https://caspeco.github.io/casper-ui-library/components/menu/) or undefined for each row.
|
|
78
73
|
* If this function is defined, padding will be applied to the first column to make room for the action menu button (regardless of whether the function returns a menu for any row or not).
|
|
@@ -169,7 +164,44 @@ interface BaseTableProps<TData extends TableData> {
|
|
|
169
164
|
* A keyboard resize has no release to wait for, so each keypress that changes a width calls this.
|
|
170
165
|
*/
|
|
171
166
|
onColumnSizingChange?: (state: ColumnSizingState) => void;
|
|
167
|
+
/**
|
|
168
|
+
* Optional function used to derive a unique ID for any given row.
|
|
169
|
+
* If not provided the row's index is used (nested rows join together with `.` using their grandparents' index eg. "0.1.0").
|
|
170
|
+
*
|
|
171
|
+
* Required when `enableRowReorder` is used.
|
|
172
|
+
*/
|
|
173
|
+
getRowId?: (originalRow: TableRow<TData>, index: number, parent?: Row<TableRow<TData>>) => string;
|
|
174
|
+
/**
|
|
175
|
+
* Enable drag-and-drop row reordering. Also requires `getRowId`.
|
|
176
|
+
*
|
|
177
|
+
* If `data` changes, it replaces the dragged order. Save the order in `onRowOrderChange` and pass it back through `data`.
|
|
178
|
+
*
|
|
179
|
+
* Switch this off while a filter is on, e.g. `enableRowReorder={filters.length === 0}`.
|
|
180
|
+
*/
|
|
181
|
+
enableRowReorder?: boolean;
|
|
182
|
+
/**
|
|
183
|
+
* Called after a row is dropped in a new position. Use it to save the order.
|
|
184
|
+
*
|
|
185
|
+
* Not called when new `data` replaces the order.
|
|
186
|
+
*/
|
|
187
|
+
onRowOrderChange?: (details: RowReorderDetails) => void;
|
|
172
188
|
}
|
|
189
|
+
export type RowReorderDetails = {
|
|
190
|
+
/** ID of the row that moved, as given by `getRowId`. */
|
|
191
|
+
rowId: string;
|
|
192
|
+
/** ID of the row this one now sits after, or `undefined` if it is first. */
|
|
193
|
+
afterRowId: string | undefined;
|
|
194
|
+
/** ID of the row this one now sits before, or `undefined` if it is last. */
|
|
195
|
+
beforeRowId: string | undefined;
|
|
196
|
+
/** The rows you passed in `data`, by ID, in the order they are now in. */
|
|
197
|
+
orderedRowIds: string[];
|
|
198
|
+
/**
|
|
199
|
+
* Puts the row back where this drag found it, leaving earlier drags alone since `data` may not have
|
|
200
|
+
* caught up with those. Safe to call late: it does nothing if the rows moved again, or if new `data`
|
|
201
|
+
* already replaced the order.
|
|
202
|
+
*/
|
|
203
|
+
revert: () => void;
|
|
204
|
+
};
|
|
173
205
|
export type TableProps<TData extends TableData = TableData> = PropsWithChildren<BaseTableProps<TData>>;
|
|
174
206
|
export type SelectionAction = {
|
|
175
207
|
name: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../lib/components/table/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,KAAK,EACX,WAAW,EACX,SAAS,EACT,iBAAiB,EACjB,aAAa,EACb,GAAG,EACH,OAAO,EACP,iBAAiB,EACjB,YAAY,EACZ,eAAe,EACf,MAAM,uBAAuB,CAAC;AAC/B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,EAAE,mBAAmB,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;AACpF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AACxE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,4BAA4B,CAAC;AAC7E,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AACtE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AAE9C,YAAY,EACX,WAAW,EACX,SAAS,EACT,iBAAiB,EACjB,aAAa,EACb,GAAG,EACH,iBAAiB,EACjB,YAAY,EACZ,iBAAiB,EACjB,mBAAmB,EACnB,wBAAwB,EACxB,wBAAwB,EACxB,0BAA0B,EAC1B,iBAAiB,EACjB,uBAAuB,EACvB,eAAe,GACf,CAAC;AAEF,UAAU,OAAO,CAAC,KAAK,SAAS,SAAS;IACxC,OAAO,CAAC,EAAE,QAAQ,CAAC,KAAK,CAAC,EAAE,CAAC;CAC5B;AAED,MAAM,MAAM,SAAS,GAAG,MAAM,CAAC;AAE/B;;;;;;GAMG;AACH,MAAM,MAAM,QAAQ,CAAC,KAAK,SAAS,SAAS,GAAG,SAAS,IAAI,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;AAEnF,UAAU,cAAc,CAAC,KAAK,SAAS,SAAS;IAC/C;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,IAAI,EAAE,QAAQ,CAAC,KAAK,CAAC,EAAE,CAAC;IAExB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,YAAY,EAAE,OAAO,CAAC;IAEtB;;OAEG;IACH,OAAO,EAAE,SAAS,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC;IAEtC;;;;;OAKG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAE9B;;OAEG;IACH,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;IAElD;;OAEG;IACH,oBAAoB,CAAC,EAAE,aAAa,CAAC;IAErC,wBAAwB,CAAC,EAAE,CAAC,KAAK,EAAE,eAAe,KAAK,IAAI,CAAC;IAE5D;;;OAGG;IACH,4BAA4B,CAAC,EAAE,eAAe,CAAC;IAE/C;;OAEG;IACH,uBAAuB,CAAC,EAAE,CAAC,oBAAoB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,CAAC;IAMlF,qBAAqB,CAAC,EAAE,eAAe,CAAC;IAExC
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../lib/components/table/types.ts"],"names":[],"mappings":"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"}
|