@quatrain/app 1.1.18 → 1.1.20

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.
@@ -409,7 +409,7 @@ export const down = async ({ context: adapter }: { context: AbstractBackendAdapt
409
409
  "@mantine/core": "^7.11.1",
410
410
  "@mantine/hooks": "^7.11.1",
411
411
  "@quatrain/api-client": "latest-dev",
412
- "@quatrain/ui-form-react": "latest-dev",
412
+ "@quatrain/ux-form-react": "latest-dev",
413
413
  "react": "^18.3.1",
414
414
  "react-dom": "^18.3.1",
415
415
  "react-router-dom": "^6.24.1"
@@ -620,7 +620,7 @@ export function ${m}List() {
620
620
  formTsx = this.generateWidgetForm(modelConfig, formWidget);
621
621
  }
622
622
  else {
623
- formTsx = `import { CoreForm } from '@quatrain/ui-form-react'
623
+ formTsx = `import { CoreForm } from '@quatrain/ux-form-react'
624
624
  import { useNavigate, useParams } from 'react-router-dom'
625
625
  import { api } from '../api'
626
626
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quatrain/app",
3
- "version": "1.1.18",
3
+ "version": "1.1.20",
4
4
  "license": "AGPL-3.0-only",
5
5
  "description": "Quatrain App Bootloader and configuration helpers",
6
6
  "main": "dist/index.js",
@@ -25,16 +25,15 @@
25
25
  "@quatrain/api-server": "^1.1.9",
26
26
  "@quatrain/api-server-express": "^1.1.13",
27
27
  "@quatrain/auth": "^1.2.3",
28
- "@quatrain/auth-basic": "^1.0.2",
28
+ "@quatrain/auth-basic": "^1.0.3",
29
29
  "@quatrain/auth-oidc": "^1.1.5",
30
- "@quatrain/backend": "^1.2.12",
30
+ "@quatrain/backend": "^1.2.13",
31
31
  "@quatrain/backend-migrations": "^1.1.6",
32
- "@quatrain/core": "^1.2.14",
32
+ "@quatrain/core": "^1.2.16",
33
33
  "@quatrain/log": "^1.2.3",
34
34
  "@quatrain/messaging": "^1.1.4",
35
35
  "@quatrain/queue": "^1.2.3",
36
- "@quatrain/storage": "^1.2.8",
37
- "@quatrain/ui-form-react": "^1.1.5",
36
+ "@quatrain/storage": "^1.2.11",
38
37
  "yaml": "^2.4.0"
39
38
  },
40
39
  "devDependencies": {
@@ -420,7 +420,7 @@ export const down = async ({ context: adapter }: { context: AbstractBackendAdapt
420
420
  "@mantine/core": "^7.11.1",
421
421
  "@mantine/hooks": "^7.11.1",
422
422
  "@quatrain/api-client": "latest-dev",
423
- "@quatrain/ui-form-react": "latest-dev",
423
+ "@quatrain/ux-form-react": "latest-dev",
424
424
  "react": "^18.3.1",
425
425
  "react-dom": "^18.3.1",
426
426
  "react-router-dom": "^6.24.1"
@@ -661,7 +661,7 @@ export function ${m}List() {
661
661
  formTsx = this.generateWidgetForm(modelConfig, formWidget)
662
662
  } else {
663
663
  // Fallback historique sur CoreForm dynamique
664
- formTsx = `import { CoreForm } from '@quatrain/ui-form-react'
664
+ formTsx = `import { CoreForm } from '@quatrain/ux-form-react'
665
665
  import { useNavigate, useParams } from 'react-router-dom'
666
666
  import { api } from '../api'
667
667