@uxland/primary-shell 7.34.3 → 7.35.1
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.
- package/README.md +1 -30
- package/dist/{component-B-axUbH9.js → component-Bz7NzBsL.js} +2 -2
- package/dist/{component-B-axUbH9.js.map → component-Bz7NzBsL.js.map} +1 -1
- package/dist/{index-CXvNTuhe.js → index-umjRq-RK.js} +10001 -7564
- package/dist/index-umjRq-RK.js.map +1 -0
- package/dist/index.js +14 -13
- package/dist/index.umd.cjs +1818 -1109
- package/dist/index.umd.cjs.map +1 -1
- package/dist/primary/shell/src/UI/components/nav-divider/template.d.ts +2 -0
- package/dist/primary/shell/src/UI/components/petitioner-action-menu/petitioner-action-menu.d.ts +15 -0
- package/dist/primary/shell/src/UI/components/petitioner-action-menu/template.d.ts +2 -0
- package/dist/primary/shell/src/UI/internal-views/common-nav-menu.d.ts +1 -0
- package/dist/primary/shell/src/UI/internal-views/doctor-nav-menu.d.ts +2 -0
- package/dist/primary/shell/src/api/region-manager/regions.d.ts +1 -0
- package/dist/primary/shell/src/index.d.ts +1 -0
- package/dist/styles.css +1 -1
- package/package.json +2 -2
- package/src/UI/components/bootstrapper.ts +3 -0
- package/src/UI/components/nav-divider/nav-divider.ts +41 -0
- package/src/UI/components/nav-divider/styles.css +21 -0
- package/src/UI/components/nav-divider/template.ts +8 -0
- package/src/UI/components/petitioner-action-menu/petitioner-action-menu.ts +47 -0
- package/src/UI/components/petitioner-action-menu/styles.css +29 -0
- package/src/UI/components/petitioner-action-menu/template.ts +24 -0
- package/src/UI/components/primaria-shell/shell-header/styles.css +2 -0
- package/src/UI/components/primaria-shell/shell-header/template.ts +1 -1
- package/src/UI/components/primaria-shell/styles.css +1 -1
- package/src/UI/internal-views/administrative-nav-menu.ts +2 -1
- package/src/UI/internal-views/common-nav-menu.ts +14 -2
- package/src/UI/internal-views/doctor-nav-menu.ts +59 -30
- package/src/api/interaction-service/modal-styles.css +1 -1
- package/src/api/region-manager/regions.ts +1 -0
- package/src/features/visit/finalize-visit/component/template.ts +1 -1
- package/src/index.ts +1 -0
- package/dist/index-CXvNTuhe.js.map +0 -1
package/README.md
CHANGED
|
@@ -1,30 +1 @@
|
|
|
1
|
-
Full Harmonix and Primaria Shell Documentation here: https://doc.clickup.com/9012015559/d/h/8cjgwe7-2192/bc9e680ac3c7b52
|
|
2
|
-
|
|
3
|
-
## Testing
|
|
4
|
-
|
|
5
|
-
This is a test feature to verify the automated version bump workflow.
|
|
6
|
-
|
|
7
|
-
### Bug Fix Test
|
|
8
|
-
|
|
9
|
-
Testing patch version bump with a fix commit.
|
|
10
|
-
|
|
11
|
-
### Path Detection Test
|
|
12
|
-
|
|
13
|
-
Testing version bump without scope, relying on path detection.
|
|
14
|
-
|
|
15
|
-
### Skip CI Test
|
|
16
|
-
|
|
17
|
-
This change should be ignored by the workflow due to [skip ci].
|
|
18
|
-
|
|
19
|
-
### Workflow Fix Verification
|
|
20
|
-
|
|
21
|
-
Testing the improved workflow with better error handling and tag verification.
|
|
22
|
-
|
|
23
|
-
### Activity History Plugin Integration Test
|
|
24
|
-
|
|
25
|
-
This tests the integration with the activity-history plugin bump.
|
|
26
|
-
|
|
27
|
-
### Final Workflow Test
|
|
28
|
-
|
|
29
|
-
Testing with feat(shell) scope to verify workflow execution.
|
|
30
|
-
// test ...
|
|
1
|
+
Full Harmonix and Primaria Shell Documentation here: https://doc.clickup.com/9012015559/d/h/8cjgwe7-2192/bc9e680ac3c7b52
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as d, k as l, P as p, h as g, r as m, i as v, s as h, a as f, b as u } from "./index-
|
|
1
|
+
import { t as d, k as l, P as p, h as g, r as m, i as v, s as h, a as f, b as u } from "./index-umjRq-RK.js";
|
|
2
2
|
const x = ".container{background-color:#fff;display:flex;flex-direction:column;min-width:500px;width:90vw;height:90vh;border-radius:var(--dss-radius-sm);overflow:hidden}.content{display:grid;height:100%;min-height:1px;grid-template-columns:1fr 1fr;grid-auto-rows:1fr;gap:16px;padding:16px;overflow-y:auto;max-height:calc(90vh - 120px)}.content>*{border:1px solid var(--color-neutral-200);border-radius:8px;padding:16px;background-color:var(--color-neutral-50);min-height:200px}.footer{display:flex;flex-direction:row;align-items:center;background:#fff;justify-content:end;gap:12px;height:56px;border-top:1px solid var(--color-neutral-100);padding:var(--dss-spacing-sm)}", b = (r) => l`
|
|
3
3
|
<div class="container">
|
|
4
4
|
<!-- <div class="header">
|
|
@@ -44,4 +44,4 @@ i = c([
|
|
|
44
44
|
export {
|
|
45
45
|
i as ImportDataManagerModal
|
|
46
46
|
};
|
|
47
|
-
//# sourceMappingURL=component-
|
|
47
|
+
//# sourceMappingURL=component-Bz7NzBsL.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component-
|
|
1
|
+
{"version":3,"file":"component-Bz7NzBsL.js","sources":["../src/api/import-data-manager/component/template.ts","../src/api/import-data-manager/component/component.ts"],"sourcesContent":["import { html } from \"lit\";\nimport { translate } from \"../../../locales\";\nimport { ImportDataManagerModal } from \"./component\";\n\nexport const template = (props: ImportDataManagerModal) => {\n return html`\n <div class=\"container\">\n <!-- <div class=\"header\">\n <div class=\"title\">\n <div>${translate(\"importDataManager.title\")}</div>\n </div> \n </div> -->\n <div class=\"content\" id=\"import-data-region\"></div>\n <div class=\"footer\">\n <dss-button label=\"${translate(\"importDataManager.actions.cancel\")}\" @click=\"${() => {\n props.cancel();\n }}\" size=\"md\" variant=\"secondary\"></dss-button>\n <dss-button label=\"${translate(\"importDataManager.actions.import\")}\" @click=\"${() => {\n props._accept();\n }}\" size=\"md\" variant=\"primary\"></dss-button>\n </div>\n </div>\n `;\n};\n","import { IRegion, region } from \"@uxland/regions\";\nimport { LitElement, css, html, unsafeCSS } from \"lit\";\nimport { customElement } from \"lit/decorators.js\";\nimport styles from \"./styles.css?inline\";\nimport { template } from \"./template\";\nimport { ConfirmationContentProps } from \"../../interaction-service\";\nimport { PrimariaRegionHost, shellApi } from \"../../api\";\n\n@customElement(\"import-data-manager-modal\")\nexport class ImportDataManagerModal\n extends PrimariaRegionHost(LitElement)\n implements ConfirmationContentProps<undefined, undefined>\n{\n data: undefined;\n setResult: (result: undefined) => void;\n setIsValid: (isValid: boolean) => void;\n confirm: () => void;\n cancel: () => void;\n\n @region({ targetId: \"import-data-region\", name: shellApi.regionManager.regions.shell.importData })\n importDataRegion: IRegion | undefined;\n\n render() {\n return html`${template(this)}`;\n }\n\n static styles = css`\n ${unsafeCSS(styles)}\n `;\n\n _accept = () => {\n this.confirm();\n };\n}\n"],"names":["template","props","html","translate","ImportDataManagerModal","PrimariaRegionHost","LitElement","css","unsafeCSS","styles","__decorateClass","region","shellApi","customElement"],"mappings":";gqBAIaA,IAAW,CAACC,MAChBC;AAAAA;AAAAA;AAAAA;AAAAA,iBAIQC,EAAU,yBAAyB,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,yBAK5BA,EAAU,kCAAkC,CAAC,aAAa,MAAM;AACjF,EAAAF,EAAM,OAAA;AACR,CAAC;AAAA,2BACoBE,EAAU,kCAAkC,CAAC,aAAa,MAAM;AACnF,EAAAF,EAAM,QAAA;AACR,CAAC;AAAA;AAAA;AAAA;;;;;;ACVA,IAAMG,IAAN,cACGC,EAAmBC,CAAU,EAEvC;AAAA,EAHO,cAAA;AAAA,UAAA,GAAA,SAAA,GAqBL,KAAA,UAAU,MAAM;AACd,WAAK,QAAA;AAAA,IACP;AAAA,EAAA;AAAA,EAVA,SAAS;AACP,WAAOJ,IAAOF,EAAS,IAAI,CAAC;AAAA,EAC9B;AASF;AAxBaI,EAiBJ,SAASG;AAAAA,MACZC,EAAUC,CAAM,CAAC;AAAA;AAPrBC,EAAA;AAAA,EADCC,EAAO,EAAE,UAAU,sBAAsB,MAAMC,EAAS,cAAc,QAAQ,MAAM,WAAA,CAAY;AAAA,GAVtFR,EAWX,WAAA,oBAAA,CAAA;AAXWA,IAANM,EAAA;AAAA,EADNG,EAAc,2BAA2B;AAAA,GAC7BT,CAAA;"}
|