Skip to content

Commit

Permalink
(demo): update github demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jul 22, 2020
1 parent e64e3f5 commit 3901a8a
Show file tree
Hide file tree
Showing 9 changed files with 469 additions and 300 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,4 @@ yarn run test:watch
- [ ] Check why `DOM Purify` doesn't work in SF
- [ ] Search for any left "todo" in the entire solution
- [ ] The Pagination/Footer width is a little off sometime compare to the width of the grid container
- [ ] Check why we need to click twice on a Date Editor to get date picker to open when the date is initially empty
304 changes: 304 additions & 0 deletions docs/app.5005d2cb82b0ff35d4a1.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/app.5005d2cb82b0ff35d4a1.bundle.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/app.a5da56b69f47a82084ee.bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

297 changes: 0 additions & 297 deletions docs/app.f111ab019811bff2562d.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/app.f111ab019811bff2562d.bundle.map

This file was deleted.

80 changes: 80 additions & 0 deletions docs/assets/i18n/en.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
{
"ALL_SELECTED": "All Selected",
"CANCEL": "Cancel",
"CLEAR_ALL_FILTERS": "Clear all Filters",
"CLEAR_ALL_GROUPING": "Clear all Grouping",
"CLEAR_ALL_SORTING": "Clear all Sorting",
"CLEAR_FROZEN_COLUMNS": "Clear Frozen Columns",
"COLLAPSE_ALL_GROUPS": "Collapse all Groups",
"COLUMNS": "Columns",
"COMMANDS": "Commands",
"CONTAINS": "Contains",
"COPY": "Copy",
"ENDS_WITH": "Ends With",
"EQUALS": "Equals",
"EXPAND_ALL_GROUPS": "Expand all Groups",
"EXPORT_TO_CSV": "Export in CSV format",
"EXPORT_TO_EXCEL": "Export to Excel",
"EXPORT_TO_TAB_DELIMITED": "Export in Text format (Tab delimited)",
"EXPORT_TO_TEXT_FORMAT": "Export in Text format",
"FROM_TO_OF_TOTAL_ITEMS": "{{from}}-{{to}} of {{totalItems}} items",
"FORCE_FIT_COLUMNS": "Force fit columns",
"FREEZE_COLUMNS": "Freeze Columns",
"INVALID_FLOAT": "The number must be valid and have a maximum of {{maxDecimal}} decimals.",
"GROUP_BY": "Group by",
"HIDE_COLUMN": "Hide Column",
"IN_COLLECTION_SEPERATED_BY_COMMA": "Search items in a collection, must be separated by a comma (a,b)",
"ITEMS": "items",
"ITEMS_PER_PAGE": "items per page",
"LAST_UPDATE": "Last Update",
"NOT_IN_COLLECTION_SEPERATED_BY_COMMA": "Search items not in a collection, must be separated by a comma (a,b)",
"OF": "of",
"OK": "OK",
"PAGE": "Page",
"PAGE_X_OF_Y": "page {{x}} of {{y}}",
"REFRESH_DATASET": "Refresh Dataset",
"REMOVE_FILTER": "Remove Filter",
"REMOVE_SORT": "Remove Sort",
"SAVE": "Save",
"SELECT_ALL": "Select All",
"SORT_ASCENDING": "Sort Ascending",
"SORT_DESCENDING": "Sort Descending",
"STARTS_WITH": "Starts With",
"SYNCHRONOUS_RESIZE": "Synchronous resize",
"TOGGLE_FILTER_ROW": "Toggle Filter Row",
"TOGGLE_PRE_HEADER_ROW": "Toggle Pre-Header Row",
"X_OF_Y_SELECTED": "# of % selected",
"BILLING": {
"ADDRESS": {
"STREET": "Billing Address Street",
"ZIP": "Billing Address Zip"
},
"INFORMATION": "Billing Information"
},
"CUSTOM_COMMANDS": "Custom Commands",
"DURATION": "Duration",
"COMPANY": "Company",
"COMPLETED": "Completed",
"CHANGE_COMPLETED_FLAG": "Change Completed Flag",
"CHANGE_PRIORITY": "Change Priority",
"CUSTOMER_INFORMATION": "Customer Information",
"DELETE_ROW": "Delete Row",
"DISABLED_COMMAND": "Disabled Command",
"FALSE": "False",
"FEMALE": "Female",
"FINISH": "Finish",
"GENDER": "Gender",
"HELP": "Help",
"HIGH": "High",
"LOW": "Low",
"MEDIUM": "Medium",
"MALE": "Male",
"NAME": "Name",
"NONE": "None",
"PERCENT_COMPLETE": "% Complete",
"PRIORITY": "Priority",
"START": "Start",
"TASK_X": "Task {{x}}",
"TITLE": "Title",
"TRUE": "True"
}
81 changes: 81 additions & 0 deletions docs/assets/i18n/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"ALL_SELECTED": "Tout sélectionnés",
"CANCEL": "Annuler",
"CLEAR_ALL_FILTERS": "Supprimer tous les filtres",
"CLEAR_ALL_GROUPING": "Supprimer tous les groupes",
"CLEAR_ALL_SORTING": "Supprimer tous les tris",
"CLEAR_FROZEN_COLUMNS": "Libérer les colonnes gelées",
"COLLAPSE_ALL_GROUPS": "Réduire tous les groupes",
"COLUMNS": "Colonnes",
"COMMANDS": "Commandes",
"CONTAINS": "Contient",
"COPY": "Copier",
"ENDS_WITH": "Se termine par",
"EQUALS": "Égale",
"EXPAND_ALL_GROUPS": "Étendre tous les groupes",
"EXPORT_TO_CSV": "Exporter en format CSV",
"EXPORT_TO_EXCEL": "Exporter vers Excel",
"EXPORT_TO_TAB_DELIMITED": "Exporter en format texte (délimité par tabulation)",
"EXPORT_TO_TEXT_FORMAT": "Exporter en format texte",
"FROM_TO_OF_TOTAL_ITEMS": "{{from}}-{{to}} de {{totalItems}} éléments",
"FORCE_FIT_COLUMNS": "Ajustement forcé des colonnes",
"FREEZE_COLUMNS": "Geler les colonnes",
"GROUP_BY": "Grouper par",
"HIDE_COLUMN": "Cacher la colonne",
"IN_COLLECTION_SEPERATED_BY_COMMA": "Recherche incluant certain éléments d'une collection, doit être séparé par une virgule (a,b)",
"INVALID_FLOAT": "Le nombre doit être valide et avoir un maximum de {{maxDecimal}} décimales.",
"ITEMS": "éléments",
"ITEMS_PER_PAGE": "éléments par page",
"LAST_UPDATE": "Dernière mise à jour",
"NOT_IN_COLLECTION_SEPERATED_BY_COMMA": "Recherche excluant certain éléments d'une collection, doit être séparé par une virgule (a,b)",
"OF": "de",
"OK": "Terminé",
"PAGE": "Page",
"PAGE_X_OF_Y": "page {{x}} de {{y}}",
"REFRESH_DATASET": "Rafraîchir les données",
"REMOVE_FILTER": "Supprimer le filtre",
"REMOVE_SORT": "Supprimer le tri",
"SAVE": "Sauvegarder",
"SELECT_ALL": "Sélectionner tout",
"SORT_ASCENDING": "Trier par ordre croissant",
"SORT_DESCENDING": "Trier par ordre décroissant",
"STARTS_WITH": "Commence par",
"SYNCHRONOUS_RESIZE": "Redimension synchrone",
"TOGGLE_FILTER_ROW": "Basculer la ligne des filtres",
"TOGGLE_PRE_HEADER_ROW": "Basculer la ligne de pré-en-tête",
"X_OF_Y_SELECTED": "# de % sélectionnés",
"BILLING": {
"ADDRESS": {
"STREET": "Adresse de facturation",
"ZIP": "Code zip de facturation"
},
"INFORMATION": "Information de Facturation"
},
"DURATION": "Durée",
"COMPANY": "Compagnie",
"COMPLETED": "Terminé",
"CHANGE_COMPLETED_FLAG": "Changer l'indicateur terminé",
"CHANGE_PRIORITY": "Changer la priorité",
"CUSTOM_COMMANDS": "Commandes Personnalisées",
"CUSTOMER_INFORMATION": "Information Client",
"DELETE_ROW": "Supprimer la ligne",
"DISABLED_COMMAND": "Commande désactivée",
"FALSE": "Faux",
"FEMALE": "Féminin",
"FINISH": "Fin",
"GENDER": "Sexe",
"HELP": "Aide",
"HIGH": "Haut",
"LOW": "Bas",
"MEDIUM": "Moyen",
"MALE": "Masculin",
"NAME": "Nom",
"NONE": "Aucun",
"PERCENT_COMPLETE": "% Achevée",
"PRIORITY": "Priorité",
"START": "Début",
"TASK_X": "Tâche {{x}}",
"TITLE": "Titre",
"TITLE.NAME": "Nom du Titre",
"TRUE": "Vrai"
}
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html><head><meta charset="utf-8"><title>Slickgrid-Universal</title><meta name="viewport" content="width=device-width,initial-scale=1"><base href=""><link rel="icon" href="favicon.ico"><link href="app.a5da56b69f47a82084ee.bundle.css" rel="stylesheet"></head><body class="has-navbar-fixed-top"><script async defer="defer" src="//buttons.github.io/buttons.js"></script><div app="main"><div style="margin: 50px; font-weight: bold;">LOADING...</div></div><script src="app.f111ab019811bff2562d.bundle.js"></script></body></html>
<!doctype html><html><head><meta charset="utf-8"><title>Slickgrid-Universal</title><meta name="viewport" content="width=device-width,initial-scale=1"><base href=""><link rel="icon" href="favicon.ico"><link href="app.a5da56b69f47a82084ee.bundle.css" rel="stylesheet"></head><body class="has-navbar-fixed-top"><script async defer="defer" src="//buttons.github.io/buttons.js"></script><div app="main"><div style="margin: 50px; font-weight: bold;">LOADING...</div></div><script src="app.5005d2cb82b0ff35d4a1.bundle.js"></script></body></html>

0 comments on commit 3901a8a

Please sign in to comment.