Skip to content

Commit

Permalink
Merge pull request #4 from handsontable/feature/issue-1441
Browse files Browse the repository at this point in the history
Deploying feature/issue-1441
  • Loading branch information
sequba authored Nov 5, 2024
2 parents 1030db8 + bb267d2 commit 6e6ac59
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions docs/.vuepress/plugins/examples/examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ const parseCode = (content) => {

return content
// Remove the all "/* start:skip-in-preview */" and "/* end:skip-in-preview */" comments
.replace(/\/\*(\s+)?(start|end):skip-in-preview(\s+)?\*\/\n/gm, '')
.replace(/\/\*(\s+)?(start|end):skip-in-preview(\s+)?\*\/\r?\n/gm, '')
// Remove the all "/* start:skip-in-sandbox */" and "/* end:skip-in-sandbox */" comments
.replace(/\/\*(\s+)?(start|end):skip-in-sandbox(\s+)?\*\/\n/gm, '')
.replace(/\/\*(\s+)?(start|end):skip-in-sandbox(\s+)?\*\/\r?\n/gm, '')
// Remove the code between "/* start:skip-in-compilation */" and "/* end:skip-in-compilation */" expressions
.replace(/\/\*(\s+)?start:skip-in-compilation(\s+)?\*\/\n.*?\/\*(\s+)?end:skip-in-compilation(\s+)?\*\/\n/msg, '')
.replace(/\/\*(\s+)?start:skip-in-compilation(\s+)?\*\/\r?\n.*?\/\*(\s+)?end:skip-in-compilation(\s+)?\*\/\r?\n/msg, '')
// Remove /* end-file */
.replace(/\/\* end-file \*\//gm, '');
};
Expand All @@ -28,11 +28,11 @@ const parseCodeSandbox = (content) => {

return content
// Remove the code between "/* start:skip-in-sandbox */" and "/* end:skip-in-sandbox */" expressions
.replace(/\/\*(\s+)?start:skip-in-sandbox(\s+)?\*\/\n.*?\/\*(\s+)?end:skip-in-sandbox(\s+)?\*\/\n/msg, '')
.replace(/\/\*(\s+)?start:skip-in-sandbox(\s+)?\*\/\r?\n.*?\/\*(\s+)?end:skip-in-sandbox(\s+)?\*\/\r?\n/msg, '')
// Remove the all "/* start:skip-in-preview */" and "/* end:skip-in-preview */" comments
.replace(/\/\*(\s+)?(start|end):skip-in-preview(\s+)?\*\/\n/gm, '')
.replace(/\/\*(\s+)?(start|end):skip-in-preview(\s+)?\*\/\r?\n/gm, '')
// Remove the all "/* start:skip-in-compilation */" and "/* end:skip-in-compilation */" comments
.replace(/\/\*(\s+)?(start|end):skip-in-compilation(\s+)?\*\/\n/gm, '');
.replace(/\/\*(\s+)?(start|end):skip-in-compilation(\s+)?\*\/\r?\n/gm, '');
};

module.exports = function() {
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/advanced-usage/example1.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

/* inputs */

.example input, .example select, .example textarea, .example fieldset {
.example input:not([type='checkbox']), .example select, .example textarea, .example fieldset {
margin-bottom: 1.5em;
border: 0.1em solid #d1d1d1;
border-radius: .4em;
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/basic-operations/example1.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

/* inputs */

.example input, .example select, .example textarea, .example fieldset {
.example input:not([type='checkbox']), .example select, .example textarea, .example fieldset {
margin-bottom: 1.5em;
border: 0.1em solid #d1d1d1;
border-radius: .4em;
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/basic-usage/example1.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

/* inputs */

.example input, .example select, .example textarea, .example fieldset {
.example input:not([type='checkbox']), .example select, .example textarea, .example fieldset {
margin-bottom: 1.5em;
border: 0.1em solid #d1d1d1;
border-radius: .4em;
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/batch-operations/example1.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

/* inputs */

.example input, .example select, .example textarea, .example fieldset {
.example input:not([type='checkbox']), .example select, .example textarea, .example fieldset {
margin-bottom: 1.5em;
border: 0.1em solid #d1d1d1;
border-radius: .4em;
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/clipboard-operations/example1.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

/* inputs */

.example input, .example select, .example textarea, .example fieldset {
.example input:not([type='checkbox']), .example select, .example textarea, .example fieldset {
margin-bottom: 1.5em;
border: 0.1em solid #d1d1d1;
border-radius: .4em;
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/date-time/example1.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

/* inputs */

.example input, .example select, .example textarea, .example fieldset {
.example input:not([type='checkbox']), .example select, .example textarea, .example fieldset {
margin-bottom: 1.5em;
border: 0.1em solid #d1d1d1;
border-radius: .4em;
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/demo/example1.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

/* inputs */

.example input, .example select, .example textarea, .example fieldset {
.example input:not([type='checkbox']), .example select, .example textarea, .example fieldset {
margin-bottom: 1.5em;
border: 0.1em solid #d1d1d1;
border-radius: .4em;
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/i18n/example1.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

/* inputs */

.example input, .example select, .example textarea, .example fieldset {
.example input:not([type='checkbox']), .example select, .example textarea, .example fieldset {
margin-bottom: 1.5em;
border: 0.1em solid #d1d1d1;
border-radius: .4em;
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/localizing-functions/example1.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

/* inputs */

.example input, .example select, .example textarea, .example fieldset {
.example input:not([type='checkbox']), .example select, .example textarea, .example fieldset {
margin-bottom: 1.5em;
border: 0.1em solid #d1d1d1;
border-radius: .4em;
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/named-expressions/example1.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

/* inputs */

.example input, .example select, .example textarea, .example fieldset {
.example input:not([type='checkbox']), .example select, .example textarea, .example fieldset {
margin-bottom: 1.5em;
border: 0.1em solid #d1d1d1;
border-radius: .4em;
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/sorting-data/example1.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

/* inputs */

.example input, .example select, .example textarea, .example fieldset {
.example input:not([type='checkbox']), .example select, .example textarea, .example fieldset {
margin-bottom: 1.5em;
border: 0.1em solid #d1d1d1;
border-radius: .4em;
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/undo-redo/example1.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

/* inputs */

.example input, .example select, .example textarea, .example fieldset {
.example input:not([type='checkbox']), .example select, .example textarea, .example fieldset {
margin-bottom: 1.5em;
border: 0.1em solid #d1d1d1;
border-radius: .4em;
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/undo-redo/example1.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<button id="undo" class="button button-outline undo">
Undo
</button>
<p id="info-box">&nbsp;</p>
<p id="info-box" style="margin: 0 0 -16px 0">&nbsp;</p>
<table>
<colgroup>
<col style="width:40%" />
Expand Down

0 comments on commit 6e6ac59

Please sign in to comment.