stable

Clone or download

Read-only

chore: Rename lib to core constants

No functional change expected in documents app. Notes: Just as there is a lib for tracker constants, there should be a lib to share core constants. For now, it lists user group constants and user preferences / locale constants and their types (that are stricter than "string"). part of request #22648 Convert AngularJS directives and controllers to hybrids web components Change-Id: I0b365da626cb558ab177e14c1bc46cf29807849e

Modified Files

Name
R lib/frontend/user-group-constants/.gitignore Go to diff View file
R lib/frontend/user-group-constants/package.json Go to diff View file
R lib/frontend/user-group-constants/pnpm-lock.yaml Go to diff View file
R lib/frontend/user-group-constants/src/index.ts Go to diff View file
R lib/frontend/user-group-constants/tsconfig.json Go to diff View file
R lib/frontend/user-group-constants/vite.config.ts Go to diff View file
M lib/frontend/date-helper/package.json +3 −1 Go to diff View file
M lib/frontend/date-helper/pnpm-lock.yaml +4 −0 Go to diff View file
M lib/frontend/date-helper/src/index.test.ts +11 −5 Go to diff View file
M lib/frontend/date-helper/src/index.ts +11 −4 Go to diff View file
M plugins/document/package.json +1 −1 Go to diff View file
M plugins/document/pnpm-lock.yaml +2 −2 Go to diff View file
M plugins/document/scripts/document/helpers/permissions/ugroups.ts +1 −1 Go to diff View file
M plugins/tracker/package.json +2 −3 Go to diff View file
M plugins/tracker/pnpm-lock.yaml +2 −2 Go to diff View file
M plugins/tracker/tests/e2e/cypress/cypress/e2e/tracker_workflow.cy.ts +1 −1 Go to diff View file