@harnessio/ui 1.0.3 → 1.0.4

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.
@@ -0,0 +1,56 @@
1
+ const e = { close: "Close alert", contentRegion: "Alert content", showLess: "Show less", showMore: "Show more" }, t = { pin: "Pin", remove: "Remove", reorder: "Reorder", unpin: "Unpin", "command-palette": "Command Palette", "nothing-found": "Nothing found", search: "Search", settings: "Settings", appearance: "Appearance", language: "Language", logout: "Log out", devops: "Devops", databases: "Databases", deployments: "Deployments", artifacts: "Artifacts", builds: "Builds", "developer-portal": "Developer Portal", repositories: "Repositories", "developer-environments": "Developer Environments", infrastructure: "Infrastructure", "ai-ml-ops": "AI / ML Ops", testing: "Testing", featureFlags: { mainTitle: "Feature Flags", targetGroups: "Target groups" }, incidents: "Incidents", "chaos-engineering": "Chaos Engineering", security: "Security", "security-tests": "Security Tests", "runtime-security": "Runtime Security", "supply-chain": "Supply Chain", efficiency: "Efficiency", "cloud-costs": "Cloud Costs", platform: "Platform", dashboards: "Dashboard", account: "Account", organization: "Organization", general: "General", "access-control": "Access Control", notifications: "Notifications", resources: "Resources", certificates: "Certificates", connectors: "Connectors", services: "Services", secrets: "Secrets", delegates: "Delegates", environments: "Environments", variables: "Variables", templates: "Templates", policies: "Policies", webhooks: "Webhooks", more: "More", recent: "Recent", "user-management": "User Management", searchButton: "Open search dialog", profile: "Profile", theme: "Theme", customNav: "Customize navigation", pipelines: "Pipelines", executions: "Executions", "feature-flags": "Feature Flags", "developer-insights": "Developer Insights", secops: "Secops", finops: "Finops", reliability: "Reliability", "file-store": "File Store", "slo-downtime": "SLO Downtime", discovery: "Discovery", "monitored-services": "Monitored Services", overrides: "Overrides", users: "Users", "user-groups": "User Groups", "service-accounts": "Service Accounts", "resource-groups": "Resource Groups", roles: "Roles", "security-and-governance": "Security and Governance", "freeze-windows": "Freeze Windows", "external-tickets": "External Tickets", administration: "Administration" }, o = { noDescription: "No description available" }, s = { descriptionWithType: "This will permanently delete your {{type}} {{identifier}} and remove all data. This action cannot be undone.", description: "This will permanently remove all data. This action cannot be undone.", title: "Are you sure?", inputLabel: "To confirm, type", validation: { mismatch: "" }, violationMessages: { bypassed: "Some rules will be bypassed while deleting {{type}}", notAllow: "Some rules don't allow you to delete {{type}}" }, cancel: "Cancel", bypassButton: "Bypass rule and confirm delete" }, n = { noOptions: "No options available" }, a = { delete: "Delete Filter", deleteSavedFilterFailed: "Failed to delete filter", inputPlaceholder: "Filter by...", buttonLabel: "Reset filters", defaultLabel: "Filter", saveFilter: "Save filter", reset: "Reset", search: { placeholder: "Search" }, "add-filter": "Add filter", is: "is", isNot: "is not", isEmpty: "is empty", isNotEmpty: "is not empty", isBefore: "is before", isAfter: "is after", isBetween: "is between", contains: "contains", doesNotContain: "does not contain", startsWith: "starts with", endsWith: "ends with", type: "Type", public: "Public", private: "Private", fork: "Fork", createdTime: "Created Time", name: "Name", stars: "Stars", ascending: "Ascending", descending: "Descending", author: "Author", createdBefore: "Created Before", createdAfter: "Created After" }, i = { placeholder: "Select an option", noResults: "No results found", noOptions: "No options available" }, r = { title: "Commit changes", form: { file: { label: "File name", placeholder: "Add a file name" }, commit: { label: "Commit message", placeholder: "Add a commit message" }, description: { placeholder: "Add an optional extended description", label: "Extended description" }, radioGroup: { directly: { labelFirst: "Commit directly to", labelSecond: "branch" }, new: { label: "Create a new branch for this commit and start a pull request", caption: "Learn more about pull requests", input: "New branch name" } }, submit: { loading: "Committing...", default: "Commit changes", bypassable: { new: "Bypass rules and commit via new branch", directly: "Bypass rules and commit directly" } } }, violationMessages: { bypassed: { directly: "Some rules will be bypassed to commit directly", new: "Some rules will be bypassed to commit by creating branch" }, notAllow: { directly: "Some rules don't allow you to commit directly", new: "Some rules don't allow you to create new branch for commit" } } }, l = "Cancel", c = { goToPreviousPage: "Go to previous page", goToNextPage: "Go to next page", morePages: "More pages", itemsPerPage: "items per page", pageOf: "Page {{currentPage}} of {{totalPages}}", page: "Page {{currentPage}}", previous: "Prev", next: "Next" }, d = { noFile: "No file found." }, p = { collapse: "Collapse", expand: "Expand", sidebarToggle: { expand: "Expand", collapse: "Collapse" }, toggle: "Toggle sidebar" }, u = { viewMore: "View more" }, m = { cantDelete: "Can't delete {{entity}}", cantDeleteMessage: "The {{entity}} [{{entityId}}] is being referenced in other entities. Please remove the referenced {{entity}} from affected entities before deleting.", viewReferences: "View references", forceDelete: "Forcefully delete this {{entity}} now", forceDeleteWarning: "Forceful deletion might render entities referencing this {{entity}} invalid and will need to be updated.", delete: "Delete" }, g = { defaultLabel: "Sort", resetSort: "Reset sort", inputPlaceholder: "Sort by...", lastUpdated: "Last updated", stars: "Stars", forks: "Forks", pullRequests: "Pull Requests", title: "Title" }, b = { violationMessages: { bypassed: "Some rules will be bypassed while creating branch", notAllow: "Some rules don't allow creating branch " }, loading: "Creating branch...", notAllowed: "Cannot create branch", default: "Create branch", bypassButton: "Bypass rules and create branch", title: "Create a branch", form: { name: { label: "Branch name", placeholder: "Add a branch name" }, target: { label: "Based on", placeholder: "Add a branch name" } } }, h = { violationMessages: { bypassed: "Some rules will be bypassed while creating tag", notAllow: "Some rules don't allow you to create tag" }, notAllowed: "Cannot create tag", bypassButton: "Bypass rules and create tag" }, f = { table: "Table", list: "List" }, y = {
2
+ alert: e,
3
+ navbar: t,
4
+ dialog: o,
5
+ deleteDialog: s,
6
+ dropdownMenu: n,
7
+ filter: a,
8
+ select: i,
9
+ commitDialog: r,
10
+ cancel: l,
11
+ pagination: c,
12
+ searchFile: d,
13
+ sidebar: p,
14
+ widgets: u,
15
+ entity: m,
16
+ sort: g,
17
+ branchDialog: b,
18
+ tagDialog: h,
19
+ layout: f
20
+ }, v = { close: "Close alert", contentRegion: "Alert content", showLess: "Show less", showMore: "Show more" }, w = { pin: "Épingler", remove: "Supprimer", reorder: "Réorganiser", unpin: "Désépingler", "command-palette": "Palette de commandes", "nothing-found": "Rien trouvé", search: "Rechercher", settings: "Paramètres", appearance: "Appearance", language: "Language", logout: "Se déconnecter", devops: "Devops", databases: "Bases de données", deployments: "Deployments", artifacts: "Artefacts", builds: "Builds", "developer-portal": "Portail développeur", repositories: "Dépôts", "developer-environments": "Environnements développeurs", infrastructure: "Infrastructure", "ai-ml-ops": "AI / ML Ops", testing: "Testing", featureFlags: { mainTitle: "Feature Flags", targetGroups: "Target groups" }, incidents: "Incidents", "chaos-engineering": "Ingénierie du chaos", security: "Security", "security-tests": "Tests de sécurité", "runtime-security": "Runtime Security", "supply-chain": "Chaîne d'approvisionnement", efficiency: "Efficiency", "cloud-costs": "Coûts cloud", platform: "Plateforme", dashboards: "Tableaux de bord", account: "Compte", organization: "Organization", general: "Général", "access-control": "Contrôle d'accès", notifications: "Notifications", resources: "Ressources", certificates: "Certificats", connectors: "Connecteurs", services: "Services", secrets: "Secrets", delegates: "Délégués", environments: "Environnements", variables: "Variables", templates: "Modèles", policies: "Politiques", webhooks: "Webhooks", more: "Plus", recent: "Récent", "user-management": "Gestion des utilisateurs", searchButton: "Ouvrir la boîte de dialogue de recherche", profile: "Profile", theme: "Thème", customNav: "Personnaliser la navigation", pipelines: "Pipelines", executions: "Exécutions", "feature-flags": "Indicateurs de fonctionnalités", "developer-insights": "Aperçus développeurs", secops: "Sécurité opérationnelle", finops: "Gestion financière", reliability: "Fiabilité", "file-store": "Stockage de fichiers", "slo-downtime": "Temps d'arrêt SLO", discovery: "Découverte", "monitored-services": "Services surveillés", overrides: "Substitutions", users: "Utilisateurs", "user-groups": "Groupes d'utilisateurs", "service-accounts": "Comptes de service", "resource-groups": "Groupes de ressources", roles: "Rôles", "security-and-governance": "Sécurité et gouvernance", "freeze-windows": "Fenêtres de gel", "external-tickets": "Tickets externes", administration: "Administration" }, S = { noDescription: "No description available" }, C = { descriptionWithType: "This will permanently delete your {{type}} {{identifier}} and remove all data. This action cannot be undone.", description: "This will permanently remove all data. This action cannot be undone.", title: "Êtes-vous sûr ?", inputLabel: "To confirm, type", validation: { mismatch: "" }, violationMessages: { bypassed: "", notAllow: "" }, cancel: "Annuler" }, A = { noOptions: "Aucune option disponible" }, P = { delete: "Delete filter", deleteSavedFilterFailed: "Failed to delete filter", inputPlaceholder: "Filtrer par...", buttonLabel: "Réinitialiser les filtres", defaultLabel: "Filtrer", saveFilter: "Save Filter", reset: "Réinitialiser", search: { placeholder: "Search" }, "add-filter": "Ajouter un filtre", is: "est", isNot: "n'est pas", isEmpty: "est vide", isNotEmpty: "n'est pas vide", isBefore: "est avant", isAfter: "est après", isBetween: "est entre", contains: "contient", doesNotContain: "ne contient pas", startsWith: "commence par", endsWith: "se termine par", type: "Type", public: "Public", private: "Privé", fork: "Bifurcation", createdTime: "Date de création", name: "Nom", stars: "Étoiles", ascending: "Croissant", descending: "Décroissant", author: "Auteur", createdBefore: "Created Before", createdAfter: "Created After" }, D = { placeholder: "Sélectionnez une option", noResults: "Aucun résultat trouvé", noOptions: "Aucune option disponible" }, T = { title: "Commit changes", form: { file: { label: "File name", placeholder: "Add a file name" }, commit: { label: "Commit message", placeholder: "Add a commit message" }, description: { placeholder: "Add an optional extended description", label: "Extended description" }, radioGroup: { directly: { labelFirst: "Commit directly to", labelSecond: "branch" }, new: { label: "Create a new branch for this commit and start a pull request", caption: "Learn more about pull requests", input: "New branch name" } }, submit: { loading: "Committing...", default: "Commit changes", bypassable: { new: "Bypass rules and commit via new branch", directly: "Bypass rules and commit directly" } } }, violationMessages: { bypassed: { directly: "Some rules will be bypassed to commit directly", new: "Some rules will be bypassed to commit by creating branch" }, notAllow: { directly: "Some rules don't allow you to commit directly", new: "Some rules don't allow you to create new branch for commit" } } }, F = "Cancel", B = { goToPreviousPage: "Go to previous page", goToNextPage: "Go to next page", morePages: "More pages", itemsPerPage: "items per page", pageOf: "Page {{currentPage}} of {{totalPages}}", page: "Page {{currentPage}}", previous: "Précédent", next: "Suivant" }, R = { noFile: "Aucun fichier trouvé." }, x = { collapse: "Collapse", expand: "Expand", sidebarToggle: { expand: "Développer", collapse: "Réduire" }, toggle: "Basculer la barre latérale" }, M = { viewMore: "View more" }, N = { cantDelete: "Can't delete {{entity}}", cantDeleteMessage: "The {{entity}} [{{entityId}}] is being referenced in other entities. Please remove the referenced {{entity}} from affected entities before deleting.", viewReferences: "View references", forceDelete: "Forcefully delete this {{entity}} now", forceDeleteWarning: "Forceful deletion might render entities referencing this {{entity}} invalid and will need to be updated.", delete: "Delete" }, L = { defaultLabel: "Trier", resetSort: "Reset sort", buttonLabel: "Réinitialiser le tri", inputPlaceholder: "Trier par...", lastUpdated: "Dernière mise à jour", stars: "Étoiles", forks: "Bifurcations", pullRequests: "Demandes de fusion", title: "Titre" }, E = { violationMessages: { bypassed: "Some rules will be bypassed while creating branch", notAllow: "Some rules don't allow creating branch " }, loading: "Creating branch...", notAllowed: "Cannot create branch", default: "Create branch", bypassButton: "Bypass rules and create branch", title: "Create a branch", form: { name: { label: "Branch name", placeholder: "Add a branch name" }, target: { label: "Based on", placeholder: "Add a branch name" } } }, $ = { violationMessages: { bypassed: "Some rules will be bypassed while creating tag", notAllow: "Some rules don't allow you to create tag" }, notAllowed: "Cannot create tag", bypassButton: "Bypass rules and create tag" }, G = { table: "Table", list: "List" }, O = { members: "membres", newMember: "Nouveau membre" }, k = { members: "Aucun membre pour l'instant.", inviteMembers: "Ajoutez les premiers membres de votre équipe en les invitant à rejoindre ce projet." }, z = {
21
+ alert: v,
22
+ navbar: w,
23
+ dialog: S,
24
+ deleteDialog: C,
25
+ dropdownMenu: A,
26
+ filter: P,
27
+ select: D,
28
+ commitDialog: T,
29
+ cancel: F,
30
+ pagination: B,
31
+ searchFile: R,
32
+ sidebar: x,
33
+ widgets: M,
34
+ entity: N,
35
+ sort: L,
36
+ branchDialog: E,
37
+ tagDialog: $,
38
+ layout: G,
39
+ projectSettings: O,
40
+ noData: k
41
+ }, I = {
42
+ en: {
43
+ component: y
44
+ },
45
+ fr: {
46
+ component: z
47
+ }
48
+ }, W = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49
+ __proto__: null,
50
+ resources: I
51
+ }, Symbol.toStringTag, { value: "Module" }));
52
+ export {
53
+ W as i,
54
+ I as r
55
+ };
56
+ //# sourceMappingURL=index-DaMz71JC.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index-DDLV5nJ6.js","sources":["../locales/index.ts"],"sourcesContent":["import component_en from './en/component.json'\nimport component_fr from './fr/component.json'\n\nexport const resources = {\n en: {\n component: component_en\n },\n\n fr: {\n component: component_fr\n }\n}\n"],"names":["resources","component_en","component_fr"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAGaA,IAAY;AAAA,EACvB,IAAI;AAAA,IACF,WAAWC;AAAA,EACb;AAAA,EAEA,IAAI;AAAA,IACF,WAAWC;AAAA,EAAA;AAEf;;;;"}
1
+ {"version":3,"file":"index-DaMz71JC.js","sources":["../locales/index.ts"],"sourcesContent":["import component_en from './en/component.json'\nimport component_fr from './fr/component.json'\n\nexport const resources = {\n en: {\n component: component_en\n },\n\n fr: {\n component: component_fr\n }\n}\n"],"names":["resources","component_en","component_fr"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAGaA,IAAY;AAAA,EACvB,IAAI;AAAA,IACF,WAAWC;AAAA,EACb;AAAA,EAEA,IAAI;AAAA,IACF,WAAWC;AAAA,EAAA;AAEf;;;;"}
package/dist/index.d.ts CHANGED
@@ -5405,6 +5405,7 @@ declare const resources: {
5405
5405
  };
5406
5406
  filter: {
5407
5407
  delete: string;
5408
+ deleteSavedFilterFailed: string;
5408
5409
  inputPlaceholder: string;
5409
5410
  buttonLabel: string;
5410
5411
  defaultLabel: string;
@@ -5680,6 +5681,7 @@ declare const resources: {
5680
5681
  };
5681
5682
  filter: {
5682
5683
  delete: string;
5684
+ deleteSavedFilterFailed: string;
5683
5685
  inputPlaceholder: string;
5684
5686
  buttonLabel: string;
5685
5687
  defaultLabel: string;
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
- import { i as s } from "./index-DDLV5nJ6.js";
2
- import { i as e } from "./index-BSEHON-f.js";
1
+ import { i as s } from "./index-DaMz71JC.js";
2
+ import { i as e } from "./index-BgfzFU-c.js";
3
3
  import { i as a } from "./index-DfR6akFx.js";
4
4
  import { i as m } from "./index-C4bDY5-3.js";
5
5
  import { i as f } from "./index-DchZrYRY.js";
package/dist/locales.d.ts CHANGED
@@ -112,6 +112,7 @@ export declare const resources: {
112
112
  };
113
113
  filter: {
114
114
  delete: string;
115
+ deleteSavedFilterFailed: string;
115
116
  inputPlaceholder: string;
116
117
  buttonLabel: string;
117
118
  defaultLabel: string;
@@ -387,6 +388,7 @@ export declare const resources: {
387
388
  };
388
389
  filter: {
389
390
  delete: string;
391
+ deleteSavedFilterFailed: string;
390
392
  inputPlaceholder: string;
391
393
  buttonLabel: string;
392
394
  defaultLabel: string;
package/dist/locales.js CHANGED
@@ -1,4 +1,4 @@
1
- import { r as o } from "./index-DDLV5nJ6.js";
1
+ import { r as o } from "./index-DaMz71JC.js";
2
2
  export {
3
3
  o as resources
4
4
  };