@equinor/fusion-framework-plugin-context-navigation 0.1.2 → 1.0.0

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.
Files changed (29) hide show
  1. package/README.md +2 -0
  2. package/dist/esm/ContextNavigationConfigurator.js +16 -0
  3. package/dist/esm/ContextNavigationConfigurator.js.map +1 -1
  4. package/dist/esm/__tests__/apply-navigation.test.js +1 -0
  5. package/dist/esm/__tests__/apply-navigation.test.js.map +1 -1
  6. package/dist/esm/__tests__/plugin.test.js +17 -0
  7. package/dist/esm/__tests__/plugin.test.js.map +1 -1
  8. package/dist/esm/__tests__/reconcile.test.js +48 -0
  9. package/dist/esm/__tests__/reconcile.test.js.map +1 -1
  10. package/dist/esm/create-context-navigation-plugin.js +1 -1
  11. package/dist/esm/create-context-navigation-plugin.js.map +1 -1
  12. package/dist/esm/guard-handlers/handle-push-mode-guard.js +11 -1
  13. package/dist/esm/guard-handlers/handle-push-mode-guard.js.map +1 -1
  14. package/dist/esm/guard-handlers/handle-replace-mode-guard.js +11 -1
  15. package/dist/esm/guard-handlers/handle-replace-mode-guard.js.map +1 -1
  16. package/dist/esm/reconcile.js +9 -0
  17. package/dist/esm/reconcile.js.map +1 -1
  18. package/dist/esm/version.js +1 -1
  19. package/dist/tsconfig.tsbuildinfo +1 -1
  20. package/dist/types/ContextNavigationConfigurator.d.ts +12 -0
  21. package/dist/types/ContextNavigationConfigurator.d.ts.map +1 -1
  22. package/dist/types/guard-handlers/handle-push-mode-guard.d.ts.map +1 -1
  23. package/dist/types/guard-handlers/handle-replace-mode-guard.d.ts.map +1 -1
  24. package/dist/types/reconcile.d.ts +10 -0
  25. package/dist/types/reconcile.d.ts.map +1 -1
  26. package/dist/types/types.d.ts +13 -1
  27. package/dist/types/types.d.ts.map +1 -1
  28. package/dist/types/version.d.ts +1 -1
  29. package/package.json +5 -5
@@ -115,6 +115,18 @@ export declare class ContextNavigationConfigurator {
115
115
  * @see contextFirstSource
116
116
  */
117
117
  setSourceFactory(factory: ReconcilerSourceFactory): this;
118
+ /**
119
+ * Set whether navigation requires a valid context, as reported by the
120
+ * app's context module.
121
+ *
122
+ * When `true`, the app's context module validates the context state before
123
+ * it is encoded into the URL. If validation fails, navigation is skipped.
124
+ *
125
+ * @default false
126
+ * @param enabled - Whether navigation requires a valid context.
127
+ * @returns The configurator instance for chaining.
128
+ */
129
+ setRequireValidContext(enabled: boolean): this;
118
130
  /**
119
131
  * Builds the resolved plugin configuration from the registered options.
120
132
  *
@@ -1 +1 @@
1
- {"version":3,"file":"ContextNavigationConfigurator.d.ts","sourceRoot":"","sources":["../../src/ContextNavigationConfigurator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,gCAAgC,EAAE,MAAM,SAAS,CAAC;AACzF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAoB/D;;;;;;;;;;;;;;;;GAgBG;AACH,qBAAa,6BAA6B;;IAIxC;;;;;;;;;;;;;;OAcG;IACH,eAAe,CAAC,OAAO,EAAE,6BAA6B,GAAG,IAAI,CAG5D;IAED;;;;;;OAMG;IACH,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAGhC;IAED;;;;;;OAMG;IACH,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAG9B;IAED;;;;;;OAMG;IACH,WAAW,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CAGlC;IAED;;;;;;OAMG;IACH,QAAQ,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CAG/B;IAED;;;;;;;;;;;;OAYG;IACH,iBAAiB,CACf,OAAO,EAAE,MAAM,GAAG,CAAC,CAAC,IAAI,EAAE;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE,GAAG,CAAA;KAAE,KAAK,MAAM,CAAC,GACxE,IAAI,CAGN;IAED;;;;OAIG;IACH,eAAe,CAAC,EAAE,EAAE,CAAC,MAAM,EAAE,gCAAgC,KAAK,IAAI,GAAG,IAAI,CAG5E;IAED;;;;;;;;OAQG;IACH,oBAAoB,CAAC,OAAO,EAAE;QAAE,OAAO,CAAC,EAAE,OAAO,CAAC;QAAC,KAAK,CAAC,EAAE,OAAO,CAAA;KAAE,GAAG,IAAI,CAG1E;IAED;;;;;;;;;OASG;IACH,gBAAgB,CAAC,OAAO,EAAE,uBAAuB,GAAG,IAAI,CAGvD;IAED;;;;OAIG;IACH,YAAY,IAAI,uBAAuB,CAuBtC;CACF"}
1
+ {"version":3,"file":"ContextNavigationConfigurator.d.ts","sourceRoot":"","sources":["../../src/ContextNavigationConfigurator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,gCAAgC,EAAE,MAAM,SAAS,CAAC;AACzF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAoB/D;;;;;;;;;;;;;;;;GAgBG;AACH,qBAAa,6BAA6B;;IAIxC;;;;;;;;;;;;;;OAcG;IACH,eAAe,CAAC,OAAO,EAAE,6BAA6B,GAAG,IAAI,CAG5D;IAED;;;;;;OAMG;IACH,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAGhC;IAED;;;;;;OAMG;IACH,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAG9B;IAED;;;;;;OAMG;IACH,WAAW,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CAGlC;IAED;;;;;;OAMG;IACH,QAAQ,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CAG/B;IAED;;;;;;;;;;;;OAYG;IACH,iBAAiB,CACf,OAAO,EAAE,MAAM,GAAG,CAAC,CAAC,IAAI,EAAE;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE,GAAG,CAAA;KAAE,KAAK,MAAM,CAAC,GACxE,IAAI,CAGN;IAED;;;;OAIG;IACH,eAAe,CAAC,EAAE,EAAE,CAAC,MAAM,EAAE,gCAAgC,KAAK,IAAI,GAAG,IAAI,CAG5E;IAED;;;;;;;;OAQG;IACH,oBAAoB,CAAC,OAAO,EAAE;QAAE,OAAO,CAAC,EAAE,OAAO,CAAC;QAAC,KAAK,CAAC,EAAE,OAAO,CAAA;KAAE,GAAG,IAAI,CAG1E;IAED;;;;;;;;;OASG;IACH,gBAAgB,CAAC,OAAO,EAAE,uBAAuB,GAAG,IAAI,CAGvD;IAED;;;;;;;;;;OAUG;IACH,sBAAsB,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CAG7C;IAED;;;;OAIG;IACH,YAAY,IAAI,uBAAuB,CAwBtC;CACF"}
@@ -1 +1 @@
1
- {"version":3,"file":"handle-push-mode-guard.d.ts","sourceRoot":"","sources":["../../../src/guard-handlers/handle-push-mode-guard.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAEvD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,mBAAmB,CACjC,YAAY,EAAE,MAAM,EACpB,OAAO,EAAE,gBAAgB,EACzB,UAAU,EAAE,GAAG,EACf,IAAI,EAAE,aAAa,GAClB,IAAI,CA6BN"}
1
+ {"version":3,"file":"handle-push-mode-guard.d.ts","sourceRoot":"","sources":["../../../src/guard-handlers/handle-push-mode-guard.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAEvD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,mBAAmB,CACjC,YAAY,EAAE,MAAM,EACpB,OAAO,EAAE,gBAAgB,EACzB,UAAU,EAAE,GAAG,EACf,IAAI,EAAE,aAAa,GAClB,IAAI,CAuCN"}
@@ -1 +1 @@
1
- {"version":3,"file":"handle-replace-mode-guard.d.ts","sourceRoot":"","sources":["../../../src/guard-handlers/handle-replace-mode-guard.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAEvD;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,sBAAsB,CACpC,OAAO,EAAE,gBAAgB,EACzB,UAAU,EAAE,GAAG,EACf,IAAI,EAAE,aAAa,GAClB,IAAI,CA6BN"}
1
+ {"version":3,"file":"handle-replace-mode-guard.d.ts","sourceRoot":"","sources":["../../../src/guard-handlers/handle-replace-mode-guard.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAEvD;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,sBAAsB,CACpC,OAAO,EAAE,gBAAgB,EACzB,UAAU,EAAE,GAAG,EACf,IAAI,EAAE,aAAa,GAClB,IAAI,CAwCN"}
@@ -25,6 +25,16 @@ export interface ReconcileOptions {
25
25
  * @default false
26
26
  */
27
27
  isAppSwitch?: boolean;
28
+ /**
29
+ * Whether navigation requires a valid context, as reported by the app's
30
+ * context module.
31
+ *
32
+ * When `true`, the app's context module validates the context state before
33
+ * it is encoded into the URL. If validation fails, navigation is skipped.
34
+ *
35
+ * @default false
36
+ */
37
+ requireValidContext?: boolean;
28
38
  }
29
39
  /**
30
40
  * Reconcile a source entry: resolve an adapter and apply navigation
@@ -1 +1 @@
1
- {"version":3,"file":"reconcile.d.ts","sourceRoot":"","sources":["../../src/reconcile.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AACnF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6CAA6C,CAAC;AAEvF,OAAO,KAAK,EAEV,uBAAuB,EAExB,MAAM,SAAS,CAAC;AACjB,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AACvF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAE7D,OAAO,EAAmB,KAAK,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAE/E,kDAAkD;AAClD,MAAM,WAAW,aAAc,SAAQ,mBAAmB;IACxD,KAAK,EAAE,oBAAoB,CAAC;IAC5B,UAAU,EAAE,mBAAmB,CAAC;IAChC,MAAM,EAAE,uBAAuB,CAAC;IAChC,WAAW,EAAE,4BAA4B,CAAC;CAC3C;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;;;;;;;OAQG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,SAAS,CACvB,KAAK,EAAE,qBAAqB,EAC5B,IAAI,EAAE,aAAa,EACnB,OAAO,GAAE,gBAAqB,GAC7B,IAAI,CA8EN"}
1
+ {"version":3,"file":"reconcile.d.ts","sourceRoot":"","sources":["../../src/reconcile.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wCAAwC,CAAC;AACnF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6CAA6C,CAAC;AAEvF,OAAO,KAAK,EAEV,uBAAuB,EAExB,MAAM,SAAS,CAAC;AACjB,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,oCAAoC,CAAC;AACvF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAE7D,OAAO,EAAmB,KAAK,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAE/E,kDAAkD;AAClD,MAAM,WAAW,aAAc,SAAQ,mBAAmB;IACxD,KAAK,EAAE,oBAAoB,CAAC;IAC5B,UAAU,EAAE,mBAAmB,CAAC;IAChC,MAAM,EAAE,uBAAuB,CAAC;IAChC,WAAW,EAAE,4BAA4B,CAAC;CAC3C;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;;;;;;;OAQG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;;;;;;;OAQG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,SAAS,CACvB,KAAK,EAAE,qBAAqB,EAC5B,IAAI,EAAE,aAAa,EACnB,OAAO,GAAE,gBAAqB,GAC7B,IAAI,CAyFN"}
@@ -33,7 +33,7 @@ export interface ContextNavigationAdapterResolvedDetail {
33
33
  /** Fired when reconciliation skips. */
34
34
  export interface ContextNavigationSkippedDetail {
35
35
  appKey: string;
36
- reason: 'url-matches' | 'no-context' | 'no-adapter' | 'encode-returned-null' | 'canceled';
36
+ reason: 'url-matches' | 'no-context' | 'no-adapter' | 'encode-returned-null' | 'canceled' | 'invalid-app-context';
37
37
  }
38
38
  export interface ContextNavigationConfig {
39
39
  /**
@@ -62,6 +62,18 @@ export interface ContextNavigationConfig {
62
62
  * @default false
63
63
  */
64
64
  debug: boolean;
65
+ /**
66
+ * Whether navigation requires a valid context, as reported by the app's
67
+ * context module.
68
+ * When `true`, the app's context module validates the context state before
69
+ * it is encoded into the URL. If validation fails, navigation is skipped.
70
+ *
71
+ * Optional so existing object literals of this publicly exported type keep
72
+ * compiling — `undefined` is treated the same as `false`.
73
+ *
74
+ * @default false
75
+ */
76
+ requireValidContext?: boolean;
65
77
  /**
66
78
  * Optional side-effect hook called after navigation completes.
67
79
  */
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAC9F,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC/E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AAC9E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6CAA6C,CAAC;AAEvF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAG/D,YAAY,EACV,wBAAwB,EACxB,wBAAwB,EACxB,+BAA+B,EAC/B,6BAA6B,GAC9B,MAAM,kBAAkB,CAAC;AAE1B,YAAY,EACV,YAAY,EACZ,eAAe,EACf,qBAAqB,EACrB,oBAAoB,EACpB,uBAAuB,GACxB,MAAM,iBAAiB,CAAC;AAIzB,yDAAyD;AACzD,MAAM,WAAW,+BAA+B;IAC9C,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,GAAG,CAAC;IACf,SAAS,EAAE,GAAG,CAAC;IACf,OAAO,EAAE,WAAW,GAAG,IAAI,CAAC;IAC5B,iDAAiD;IACjD,UAAU,EAAE,kBAAkB,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC;CACjD;AAED,wCAAwC;AACxC,MAAM,WAAW,gCAAgC;IAC/C,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,GAAG,CAAC;IACf,OAAO,EAAE,WAAW,GAAG,IAAI,CAAC;IAC5B,iDAAiD;IACjD,UAAU,EAAE,kBAAkB,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC;CACjD;AAED,oDAAoD;AACpD,MAAM,WAAW,sCAAsC;IACrD,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,uCAAuC;AACvC,MAAM,WAAW,8BAA8B;IAC7C,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,aAAa,GAAG,YAAY,GAAG,YAAY,GAAG,sBAAsB,GAAG,UAAU,CAAC;CAC3F;AAID,MAAM,WAAW,uBAAuB;IACtC;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,QAAQ,EAAE,6BAA6B,EAAE,CAAC;IAE1C;;;OAGG;IACH,cAAc,EAAE,OAAO,CAAC;IAExB;;;OAGG;IACH,KAAK,EAAE,OAAO,CAAC;IAEf;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,gCAAgC,KAAK,IAAI,CAAC;IAElE;;;;;;;;;;;OAWG;IACH,qBAAqB,CAAC,EAAE,CAAC,IAAI,EAAE;QAC7B,OAAO,EAAE,gBAAgB,CAAC;QAC1B,UAAU,EAAE,mBAAmB,CAAC;KACjC,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAEpB;;;;;;;;;;OAUG;IACH,aAAa,EAAE,uBAAuB,CAAC;IAEvC;;;;;;;;;;;;;;OAcG;IACH,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE,GAAG,CAAA;KAAE,KAAK,MAAM,CAAC;IAEvE;;;;OAIG;IACH,iBAAiB,EAAE;QAAE,OAAO,CAAC,EAAE,OAAO,CAAC;QAAC,KAAK,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC;CAC3D"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAC9F,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC/E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AAC9E,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,6CAA6C,CAAC;AAEvF,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iBAAiB,CAAC;AAG/D,YAAY,EACV,wBAAwB,EACxB,wBAAwB,EACxB,+BAA+B,EAC/B,6BAA6B,GAC9B,MAAM,kBAAkB,CAAC;AAE1B,YAAY,EACV,YAAY,EACZ,eAAe,EACf,qBAAqB,EACrB,oBAAoB,EACpB,uBAAuB,GACxB,MAAM,iBAAiB,CAAC;AAIzB,yDAAyD;AACzD,MAAM,WAAW,+BAA+B;IAC9C,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,GAAG,CAAC;IACf,SAAS,EAAE,GAAG,CAAC;IACf,OAAO,EAAE,WAAW,GAAG,IAAI,CAAC;IAC5B,iDAAiD;IACjD,UAAU,EAAE,kBAAkB,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC;CACjD;AAED,wCAAwC;AACxC,MAAM,WAAW,gCAAgC;IAC/C,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,GAAG,CAAC;IACf,OAAO,EAAE,WAAW,GAAG,IAAI,CAAC;IAC5B,iDAAiD;IACjD,UAAU,EAAE,kBAAkB,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC;CACjD;AAED,oDAAoD;AACpD,MAAM,WAAW,sCAAsC;IACrD,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,uCAAuC;AACvC,MAAM,WAAW,8BAA8B;IAC7C,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EACF,aAAa,GACb,YAAY,GACZ,YAAY,GACZ,sBAAsB,GACtB,UAAU,GACV,qBAAqB,CAAC;CAC3B;AAID,MAAM,WAAW,uBAAuB;IACtC;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;OAGG;IACH,QAAQ,EAAE,6BAA6B,EAAE,CAAC;IAE1C;;;OAGG;IACH,cAAc,EAAE,OAAO,CAAC;IAExB;;;OAGG;IACH,KAAK,EAAE,OAAO,CAAC;IAEf;;;;;;;;;;OAUG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,gCAAgC,KAAK,IAAI,CAAC;IAElE;;;;;;;;;;;OAWG;IACH,qBAAqB,CAAC,EAAE,CAAC,IAAI,EAAE;QAC7B,OAAO,EAAE,gBAAgB,CAAC;QAC1B,UAAU,EAAE,mBAAmB,CAAC;KACjC,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAEpB;;;;;;;;;;OAUG;IACH,aAAa,EAAE,uBAAuB,CAAC;IAEvC;;;;;;;;;;;;;;OAcG;IACH,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE,GAAG,CAAA;KAAE,KAAK,MAAM,CAAC;IAEvE;;;;OAIG;IACH,iBAAiB,EAAE;QAAE,OAAO,CAAC,EAAE,OAAO,CAAC;QAAC,KAAK,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC;CAC3D"}
@@ -1,2 +1,2 @@
1
- export declare const version = "0.1.2";
1
+ export declare const version = "1.0.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/fusion-framework-plugin-context-navigation",
3
- "version": "0.1.2",
3
+ "version": "1.0.0",
4
4
  "description": "Adapter-based context-to-URL reconciler for Fusion Framework portals",
5
5
  "type": "module",
6
6
  "module": "./dist/esm/index.js",
@@ -26,18 +26,18 @@
26
26
  "peerDependencies": {
27
27
  "rxjs": "^7.8.1",
28
28
  "@equinor/fusion-framework-module": "^6.1.2",
29
- "@equinor/fusion-framework-module-context": "^8.0.3",
30
- "@equinor/fusion-framework-module-event": "^6.0.1",
31
29
  "@equinor/fusion-framework-module-app": "^8.0.4",
32
- "@equinor/fusion-framework-module-navigation": "^7.0.7"
30
+ "@equinor/fusion-framework-module-event": "^6.0.1",
31
+ "@equinor/fusion-framework-module-navigation": "^7.0.7",
32
+ "@equinor/fusion-framework-module-context": "^8.0.3"
33
33
  },
34
34
  "devDependencies": {
35
35
  "rxjs": "^7.8.1",
36
36
  "typescript": "^7.0.2",
37
37
  "vitest": "^4.1.10",
38
38
  "@equinor/fusion-framework-module": "^6.1.2",
39
- "@equinor/fusion-framework-module-app": "^8.0.4",
40
39
  "@equinor/fusion-framework-module-context": "^8.0.3",
40
+ "@equinor/fusion-framework-module-app": "^8.0.4",
41
41
  "@equinor/fusion-framework-module-event": "^6.0.1",
42
42
  "@equinor/fusion-framework-module-navigation": "^7.0.7"
43
43
  },