@tonzxz/government-forms 0.1.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.
- package/FORM_CATALOG.md +44 -0
- package/README.md +165 -0
- package/dist/definitions.d.ts +1147 -0
- package/dist/definitions.js +60 -0
- package/dist/forms/iar.d.ts +172 -0
- package/dist/forms/iar.js +6 -0
- package/dist/forms/ics.d.ts +48 -0
- package/dist/forms/ics.js +6 -0
- package/dist/forms/iirup.d.ts +54 -0
- package/dist/forms/iirup.js +6 -0
- package/dist/forms/iirusp.d.ts +32 -0
- package/dist/forms/iirusp.js +6 -0
- package/dist/forms/itr.d.ts +42 -0
- package/dist/forms/itr.js +6 -0
- package/dist/forms/par.d.ts +84 -0
- package/dist/forms/par.js +6 -0
- package/dist/forms/ppelc.d.ts +34 -0
- package/dist/forms/ppelc.js +6 -0
- package/dist/forms/pr.d.ts +27 -0
- package/dist/forms/pr.js +6 -0
- package/dist/forms/property-card.d.ts +68 -0
- package/dist/forms/property-card.js +6 -0
- package/dist/forms/ptr.d.ts +54 -0
- package/dist/forms/ptr.js +6 -0
- package/dist/forms/regspi.d.ts +32 -0
- package/dist/forms/regspi.js +6 -0
- package/dist/forms/ris.d.ts +66 -0
- package/dist/forms/ris.js +6 -0
- package/dist/forms/rlsddp.d.ts +54 -0
- package/dist/forms/rlsddp.js +6 -0
- package/dist/forms/rlsddsp.d.ts +42 -0
- package/dist/forms/rlsddsp.js +6 -0
- package/dist/forms/rpci.d.ts +32 -0
- package/dist/forms/rpci.js +6 -0
- package/dist/forms/rpcppe.d.ts +32 -0
- package/dist/forms/rpcppe.js +6 -0
- package/dist/forms/rpcsp.d.ts +32 -0
- package/dist/forms/rpcsp.js +6 -0
- package/dist/forms/rrsp.d.ts +32 -0
- package/dist/forms/rrsp.js +6 -0
- package/dist/forms/rsmi.d.ts +32 -0
- package/dist/forms/rsmi.js +6 -0
- package/dist/forms/rsmp.d.ts +33 -0
- package/dist/forms/rsmp.js +6 -0
- package/dist/forms/rspi.d.ts +32 -0
- package/dist/forms/rspi.js +6 -0
- package/dist/forms/spc.d.ts +37 -0
- package/dist/forms/spc.js +6 -0
- package/dist/forms/splc.d.ts +41 -0
- package/dist/forms/splc.js +6 -0
- package/dist/forms/stock-card.d.ts +28 -0
- package/dist/forms/stock-card.js +6 -0
- package/dist/forms/wmr.d.ts +32 -0
- package/dist/forms/wmr.js +6 -0
- package/dist/gam/components/gam-report-workbench.d.ts +40 -0
- package/dist/gam/components/gam-report-workbench.js +2 -0
- package/dist/gam/components/grand-total-computation.d.ts +10 -0
- package/dist/gam/components/grand-total-computation.js +26 -0
- package/dist/gam/components/iar-preview.d.ts +30 -0
- package/dist/gam/components/iar-preview.js +150 -0
- package/dist/gam/components/ics-preview.d.ts +31 -0
- package/dist/gam/components/ics-preview.js +114 -0
- package/dist/gam/components/iirup-preview.d.ts +42 -0
- package/dist/gam/components/iirup-preview.js +237 -0
- package/dist/gam/components/itr-preview.d.ts +31 -0
- package/dist/gam/components/itr-preview.js +180 -0
- package/dist/gam/components/par-preview.d.ts +28 -0
- package/dist/gam/components/par-preview.js +95 -0
- package/dist/gam/components/ppelc-preview.d.ts +28 -0
- package/dist/gam/components/ppelc-preview.js +128 -0
- package/dist/gam/components/property-card-preview.d.ts +21 -0
- package/dist/gam/components/property-card-preview.js +117 -0
- package/dist/gam/components/ptr-preview.d.ts +36 -0
- package/dist/gam/components/ptr-preview.js +122 -0
- package/dist/gam/components/purchase-order-page-client.d.ts +66 -0
- package/dist/gam/components/purchase-order-page-client.js +179 -0
- package/dist/gam/components/reg-spi-preview.d.ts +28 -0
- package/dist/gam/components/reg-spi-preview.js +138 -0
- package/dist/gam/components/ris-form.d.ts +13 -0
- package/dist/gam/components/ris-form.js +20 -0
- package/dist/gam/components/ris-preview.d.ts +7 -0
- package/dist/gam/components/ris-preview.js +16 -0
- package/dist/gam/components/rlsddp-preview.d.ts +34 -0
- package/dist/gam/components/rlsddp-preview.js +251 -0
- package/dist/gam/components/rlsddsp-preview.d.ts +33 -0
- package/dist/gam/components/rlsddsp-preview.js +226 -0
- package/dist/gam/components/rpci-preview.d.ts +27 -0
- package/dist/gam/components/rpci-preview.js +123 -0
- package/dist/gam/components/rpcppe-preview.d.ts +28 -0
- package/dist/gam/components/rpcppe-preview.js +133 -0
- package/dist/gam/components/rpcsp-preview.d.ts +29 -0
- package/dist/gam/components/rpcsp-preview.js +81 -0
- package/dist/gam/components/rspi-preview.d.ts +23 -0
- package/dist/gam/components/rspi-preview.js +72 -0
- package/dist/gam/components/spc-preview.d.ts +23 -0
- package/dist/gam/components/spc-preview.js +149 -0
- package/dist/gam/components/splc-entry-form.d.ts +14 -0
- package/dist/gam/components/splc-entry-form.js +6 -0
- package/dist/gam/components/splc-preview.d.ts +27 -0
- package/dist/gam/components/splc-preview.js +192 -0
- package/dist/gam/components/stock-card-preview.d.ts +14 -0
- package/dist/gam/components/stock-card-preview.js +17 -0
- package/dist/gam/config/new-report-config.d.ts +1094 -0
- package/dist/gam/config/new-report-config.js +1478 -0
- package/dist/gam/purchase-order-flow.d.ts +146 -0
- package/dist/gam/purchase-order-flow.js +173 -0
- package/dist/gam/purchase-request/workflow.d.ts +19 -0
- package/dist/gam/purchase-request/workflow.js +45 -0
- package/dist/gam/types/ris-types.d.ts +37 -0
- package/dist/gam/types/ris-types.js +1 -0
- package/dist/gam/utils/export-ics-xlsx.d.ts +28 -0
- package/dist/gam/utils/export-ics-xlsx.js +273 -0
- package/dist/gam/utils/export-par-xlsx.d.ts +18 -0
- package/dist/gam/utils/export-par-xlsx.js +181 -0
- package/dist/gam/utils/export-preview-pdf.d.ts +13 -0
- package/dist/gam/utils/export-preview-pdf.js +270 -0
- package/dist/gam/utils/export-report-xlsx.d.ts +228 -0
- package/dist/gam/utils/export-report-xlsx.js +873 -0
- package/dist/gam/utils/line-totals.d.ts +6 -0
- package/dist/gam/utils/line-totals.js +18 -0
- package/dist/gam/utils/monetary-input.d.ts +6 -0
- package/dist/gam/utils/monetary-input.js +18 -0
- package/dist/gam/utils/print-element.d.ts +8 -0
- package/dist/gam/utils/print-element.js +157 -0
- package/dist/government-form.d.ts +16 -0
- package/dist/government-form.js +45 -0
- package/dist/index.d.ts +49 -0
- package/dist/index.js +50 -0
- package/dist/internal/components/configurable-form-layout.d.ts +20 -0
- package/dist/internal/components/configurable-form-layout.js +49 -0
- package/dist/internal/components/ui/badge.d.ts +7 -0
- package/dist/internal/components/ui/badge.js +34 -0
- package/dist/internal/components/ui/button.d.ts +10 -0
- package/dist/internal/components/ui/button.js +35 -0
- package/dist/internal/components/ui/calendar.d.ts +8 -0
- package/dist/internal/components/ui/calendar.js +77 -0
- package/dist/internal/components/ui/command.d.ts +19 -0
- package/dist/internal/components/ui/command.js +36 -0
- package/dist/internal/components/ui/date-input.d.ts +14 -0
- package/dist/internal/components/ui/date-input.js +33 -0
- package/dist/internal/components/ui/date-picker.d.ts +19 -0
- package/dist/internal/components/ui/date-picker.js +34 -0
- package/dist/internal/components/ui/dialog.d.ts +18 -0
- package/dist/internal/components/ui/dialog.js +38 -0
- package/dist/internal/components/ui/input-group.d.ts +18 -0
- package/dist/internal/components/ui/input-group.js +57 -0
- package/dist/internal/components/ui/input.d.ts +3 -0
- package/dist/internal/components/ui/input.js +12 -0
- package/dist/internal/components/ui/label.d.ts +3 -0
- package/dist/internal/components/ui/label.js +7 -0
- package/dist/internal/components/ui/popover.d.ts +9 -0
- package/dist/internal/components/ui/popover.js +23 -0
- package/dist/internal/components/ui/select.d.ts +17 -0
- package/dist/internal/components/ui/select.js +35 -0
- package/dist/internal/components/ui/switch.d.ts +5 -0
- package/dist/internal/components/ui/switch.js +8 -0
- package/dist/internal/components/ui/table.d.ts +10 -0
- package/dist/internal/components/ui/table.js +28 -0
- package/dist/internal/components/ui/tabs.d.ts +10 -0
- package/dist/internal/components/ui/tabs.js +29 -0
- package/dist/internal/components/ui/textarea.d.ts +3 -0
- package/dist/internal/components/ui/textarea.js +7 -0
- package/dist/internal/components/ui/tooltip.d.ts +6 -0
- package/dist/internal/components/ui/tooltip.js +17 -0
- package/dist/internal/contracts/modules/v1/reg-spi-reports/reg-spi-reports.schema.d.ts +112 -0
- package/dist/internal/contracts/modules/v1/reg-spi-reports/reg-spi-reports.schema.js +91 -0
- package/dist/internal/hooks/use-form-field-order.d.ts +7 -0
- package/dist/internal/hooks/use-form-field-order.js +43 -0
- package/dist/internal/lib/utils.d.ts +2 -0
- package/dist/internal/lib/utils.js +3 -0
- package/dist/inventory/components/inventory-item-form.d.ts +7 -0
- package/dist/inventory/components/inventory-item-form.js +5 -0
- package/dist/inventory/components/inventory-item-preview.d.ts +6 -0
- package/dist/inventory/components/inventory-item-preview.js +5 -0
- package/dist/inventory/iar.d.ts +4 -0
- package/dist/inventory/iar.js +4 -0
- package/dist/inventory/ics.d.ts +2 -0
- package/dist/inventory/ics.js +3 -0
- package/dist/inventory/iirup.d.ts +2 -0
- package/dist/inventory/iirup.js +3 -0
- package/dist/inventory/iirusp.d.ts +4 -0
- package/dist/inventory/iirusp.js +4 -0
- package/dist/inventory/index.d.ts +3 -0
- package/dist/inventory/index.js +4 -0
- package/dist/inventory/item.d.ts +3 -0
- package/dist/inventory/item.js +3 -0
- package/dist/inventory/itr.d.ts +4 -0
- package/dist/inventory/itr.js +4 -0
- package/dist/inventory/par.d.ts +2 -0
- package/dist/inventory/par.js +3 -0
- package/dist/inventory/po.d.ts +2 -0
- package/dist/inventory/po.js +2 -0
- package/dist/inventory/ppelc.d.ts +2 -0
- package/dist/inventory/ppelc.js +3 -0
- package/dist/inventory/pplc.d.ts +2 -0
- package/dist/inventory/pplc.js +4 -0
- package/dist/inventory/pr.d.ts +4 -0
- package/dist/inventory/pr.js +4 -0
- package/dist/inventory/property-card.d.ts +2 -0
- package/dist/inventory/property-card.js +3 -0
- package/dist/inventory/ptr.d.ts +2 -0
- package/dist/inventory/ptr.js +3 -0
- package/dist/inventory/regspi.d.ts +4 -0
- package/dist/inventory/regspi.js +4 -0
- package/dist/inventory/ris.d.ts +4 -0
- package/dist/inventory/ris.js +4 -0
- package/dist/inventory/rlsddp.d.ts +4 -0
- package/dist/inventory/rlsddp.js +4 -0
- package/dist/inventory/rlsddsp.d.ts +2 -0
- package/dist/inventory/rlsddsp.js +3 -0
- package/dist/inventory/rpci.d.ts +2 -0
- package/dist/inventory/rpci.js +3 -0
- package/dist/inventory/rpcppe.d.ts +2 -0
- package/dist/inventory/rpcppe.js +3 -0
- package/dist/inventory/rpcsp.d.ts +2 -0
- package/dist/inventory/rpcsp.js +3 -0
- package/dist/inventory/rrsp.d.ts +2 -0
- package/dist/inventory/rrsp.js +3 -0
- package/dist/inventory/rsmi.d.ts +4 -0
- package/dist/inventory/rsmi.js +4 -0
- package/dist/inventory/rsmp.d.ts +4 -0
- package/dist/inventory/rsmp.js +4 -0
- package/dist/inventory/rspi.d.ts +2 -0
- package/dist/inventory/rspi.js +3 -0
- package/dist/inventory/spc.d.ts +2 -0
- package/dist/inventory/spc.js +3 -0
- package/dist/inventory/splc.d.ts +3 -0
- package/dist/inventory/splc.js +4 -0
- package/dist/inventory/stock-card.d.ts +4 -0
- package/dist/inventory/stock-card.js +4 -0
- package/dist/inventory/types.d.ts +11 -0
- package/dist/inventory/types.js +1 -0
- package/dist/inventory/wmr.d.ts +4 -0
- package/dist/inventory/wmr.js +4 -0
- package/dist/lib/rpcsp-accountable-person.d.ts +1 -0
- package/dist/lib/rpcsp-accountable-person.js +10 -0
- package/dist/reports/iar/_components/create-form.d.ts +13 -0
- package/dist/reports/iar/_components/create-form.js +92 -0
- package/dist/reports/iar/_components/document-preview.d.ts +11 -0
- package/dist/reports/iar/_components/document-preview.js +131 -0
- package/dist/reports/iar/types.d.ts +97 -0
- package/dist/reports/iar/types.js +24 -0
- package/dist/reports/iirusp/_components/create-form.d.ts +17 -0
- package/dist/reports/iirusp/_components/create-form.js +118 -0
- package/dist/reports/iirusp/_components/document-preview.d.ts +8 -0
- package/dist/reports/iirusp/_components/document-preview.js +389 -0
- package/dist/reports/iirusp/types.d.ts +134 -0
- package/dist/reports/iirusp/types.js +29 -0
- package/dist/reports/iirusp/utils.d.ts +29 -0
- package/dist/reports/iirusp/utils.js +488 -0
- package/dist/reports/itr/_components/create-form.d.ts +28 -0
- package/dist/reports/itr/_components/create-form.js +90 -0
- package/dist/reports/itr/_components/document-preview.d.ts +6 -0
- package/dist/reports/itr/_components/document-preview.js +7 -0
- package/dist/reports/itr/types.d.ts +68 -0
- package/dist/reports/itr/types.js +27 -0
- package/dist/reports/itr/utils.d.ts +24 -0
- package/dist/reports/itr/utils.js +76 -0
- package/dist/reports/pr/_components/create-form.d.ts +16 -0
- package/dist/reports/pr/_components/create-form.js +52 -0
- package/dist/reports/pr/_components/document-preview.d.ts +7 -0
- package/dist/reports/pr/_components/document-preview.js +9 -0
- package/dist/reports/pr/types.d.ts +69 -0
- package/dist/reports/pr/types.js +1 -0
- package/dist/reports/pr/utils.d.ts +72 -0
- package/dist/reports/pr/utils.js +572 -0
- package/dist/reports/regspi/_components/create-form.d.ts +19 -0
- package/dist/reports/regspi/_components/create-form.js +33 -0
- package/dist/reports/regspi/_components/document-preview.d.ts +6 -0
- package/dist/reports/regspi/_components/document-preview.js +7 -0
- package/dist/reports/regspi/types.d.ts +29 -0
- package/dist/reports/regspi/types.js +24 -0
- package/dist/reports/regspi/utils.d.ts +48 -0
- package/dist/reports/regspi/utils.js +98 -0
- package/dist/reports/ris/_components/create-form.d.ts +36 -0
- package/dist/reports/ris/_components/create-form.js +149 -0
- package/dist/reports/ris/_components/document-preview.d.ts +8 -0
- package/dist/reports/ris/_components/document-preview.js +31 -0
- package/dist/reports/ris/types.d.ts +93 -0
- package/dist/reports/ris/types.js +1 -0
- package/dist/reports/rlsddp/_components/create-form.d.ts +11 -0
- package/dist/reports/rlsddp/_components/create-form.js +165 -0
- package/dist/reports/rlsddp/_components/document-preview.d.ts +8 -0
- package/dist/reports/rlsddp/_components/document-preview.js +15 -0
- package/dist/reports/rlsddp/types.d.ts +105 -0
- package/dist/reports/rlsddp/types.js +31 -0
- package/dist/reports/rrsp/components/rrsp-preview.d.ts +21 -0
- package/dist/reports/rrsp/components/rrsp-preview.js +155 -0
- package/dist/reports/rsmi/components/rsmi-create-form.d.ts +20 -0
- package/dist/reports/rsmi/components/rsmi-create-form.js +8 -0
- package/dist/reports/rsmi/components/rsmi-document-body.d.ts +15 -0
- package/dist/reports/rsmi/components/rsmi-document-body.js +12 -0
- package/dist/reports/rsmi/components/rsmi-types.d.ts +45 -0
- package/dist/reports/rsmi/components/rsmi-types.js +1 -0
- package/dist/reports/rsmi/components/rsmi-utils.d.ts +2 -0
- package/dist/reports/rsmi/components/rsmi-utils.js +18 -0
- package/dist/reports/rsmp/components/rsmp-create-modal.d.ts +5 -0
- package/dist/reports/rsmp/components/rsmp-create-modal.js +7 -0
- package/dist/reports/rsmp/components/rsmp-preview-modal.d.ts +11 -0
- package/dist/reports/rsmp/components/rsmp-preview-modal.js +47 -0
- package/dist/reports/rsmp/components/rsmp-types.d.ts +44 -0
- package/dist/reports/rsmp/components/rsmp-types.js +1 -0
- package/dist/reports/rsmp/components/rsmp-utils.d.ts +5 -0
- package/dist/reports/rsmp/components/rsmp-utils.js +41 -0
- package/dist/reports/rsmp/lib/rsmp-grouping.d.ts +14 -0
- package/dist/reports/rsmp/lib/rsmp-grouping.js +75 -0
- package/dist/reports/stock-card/_components/create-form.d.ts +13 -0
- package/dist/reports/stock-card/_components/create-form.js +39 -0
- package/dist/reports/stock-card/_components/document-preview.d.ts +7 -0
- package/dist/reports/stock-card/_components/document-preview.js +29 -0
- package/dist/reports/stock-card/types.d.ts +31 -0
- package/dist/reports/stock-card/types.js +1 -0
- package/dist/reports/stock-card/utils.d.ts +32 -0
- package/dist/reports/stock-card/utils.js +248 -0
- package/dist/reports/wmr/_components/create-form.d.ts +22 -0
- package/dist/reports/wmr/_components/create-form.js +61 -0
- package/dist/reports/wmr/_components/document-preview.d.ts +10 -0
- package/dist/reports/wmr/_components/document-preview.js +59 -0
- package/dist/reports/wmr/types.d.ts +45 -0
- package/dist/reports/wmr/types.js +1 -0
- package/dist/reports/wmr/utils.d.ts +32 -0
- package/dist/reports/wmr/utils.js +343 -0
- package/dist/styles.css +4492 -0
- package/extraction-manifest.json +620 -0
- package/package.json +197 -0
package/package.json
ADDED
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@tonzxz/government-forms",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Reusable government asset and inventory forms, report definitions, and document previews extracted from BCS IMS.",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"license": "UNLICENSED",
|
|
7
|
+
"sideEffects": [
|
|
8
|
+
"**/*.css"
|
|
9
|
+
],
|
|
10
|
+
"files": [
|
|
11
|
+
"dist",
|
|
12
|
+
"README.md",
|
|
13
|
+
"FORM_CATALOG.md",
|
|
14
|
+
"extraction-manifest.json"
|
|
15
|
+
],
|
|
16
|
+
"main": "./dist/index.js",
|
|
17
|
+
"types": "./dist/index.d.ts",
|
|
18
|
+
"exports": {
|
|
19
|
+
"./inventory": {
|
|
20
|
+
"types": "./dist/inventory/index.d.ts",
|
|
21
|
+
"import": "./dist/inventory/index.js"
|
|
22
|
+
},
|
|
23
|
+
"./inventory/definitions": {
|
|
24
|
+
"types": "./dist/definitions.d.ts",
|
|
25
|
+
"import": "./dist/definitions.js"
|
|
26
|
+
},
|
|
27
|
+
"./inventory/styles.css": "./dist/styles.css",
|
|
28
|
+
"./inventory/pr": {
|
|
29
|
+
"types": "./dist/inventory/pr.d.ts",
|
|
30
|
+
"import": "./dist/inventory/pr.js"
|
|
31
|
+
},
|
|
32
|
+
"./inventory/ris": {
|
|
33
|
+
"types": "./dist/inventory/ris.d.ts",
|
|
34
|
+
"import": "./dist/inventory/ris.js"
|
|
35
|
+
},
|
|
36
|
+
"./inventory/iar": {
|
|
37
|
+
"types": "./dist/inventory/iar.d.ts",
|
|
38
|
+
"import": "./dist/inventory/iar.js"
|
|
39
|
+
},
|
|
40
|
+
"./inventory/iirusp": {
|
|
41
|
+
"types": "./dist/inventory/iirusp.d.ts",
|
|
42
|
+
"import": "./dist/inventory/iirusp.js"
|
|
43
|
+
},
|
|
44
|
+
"./inventory/itr": {
|
|
45
|
+
"types": "./dist/inventory/itr.d.ts",
|
|
46
|
+
"import": "./dist/inventory/itr.js"
|
|
47
|
+
},
|
|
48
|
+
"./inventory/regspi": {
|
|
49
|
+
"types": "./dist/inventory/regspi.d.ts",
|
|
50
|
+
"import": "./dist/inventory/regspi.js"
|
|
51
|
+
},
|
|
52
|
+
"./inventory/rlsddp": {
|
|
53
|
+
"types": "./dist/inventory/rlsddp.d.ts",
|
|
54
|
+
"import": "./dist/inventory/rlsddp.js"
|
|
55
|
+
},
|
|
56
|
+
"./inventory/stock-card": {
|
|
57
|
+
"types": "./dist/inventory/stock-card.d.ts",
|
|
58
|
+
"import": "./dist/inventory/stock-card.js"
|
|
59
|
+
},
|
|
60
|
+
"./inventory/wmr": {
|
|
61
|
+
"types": "./dist/inventory/wmr.d.ts",
|
|
62
|
+
"import": "./dist/inventory/wmr.js"
|
|
63
|
+
},
|
|
64
|
+
"./inventory/rsmi": {
|
|
65
|
+
"types": "./dist/inventory/rsmi.d.ts",
|
|
66
|
+
"import": "./dist/inventory/rsmi.js"
|
|
67
|
+
},
|
|
68
|
+
"./inventory/rsmp": {
|
|
69
|
+
"types": "./dist/inventory/rsmp.d.ts",
|
|
70
|
+
"import": "./dist/inventory/rsmp.js"
|
|
71
|
+
},
|
|
72
|
+
"./inventory/splc": {
|
|
73
|
+
"types": "./dist/inventory/splc.d.ts",
|
|
74
|
+
"import": "./dist/inventory/splc.js"
|
|
75
|
+
},
|
|
76
|
+
"./inventory/par": {
|
|
77
|
+
"types": "./dist/inventory/par.d.ts",
|
|
78
|
+
"import": "./dist/inventory/par.js"
|
|
79
|
+
},
|
|
80
|
+
"./inventory/ics": {
|
|
81
|
+
"types": "./dist/inventory/ics.d.ts",
|
|
82
|
+
"import": "./dist/inventory/ics.js"
|
|
83
|
+
},
|
|
84
|
+
"./inventory/ptr": {
|
|
85
|
+
"types": "./dist/inventory/ptr.d.ts",
|
|
86
|
+
"import": "./dist/inventory/ptr.js"
|
|
87
|
+
},
|
|
88
|
+
"./inventory/iirup": {
|
|
89
|
+
"types": "./dist/inventory/iirup.d.ts",
|
|
90
|
+
"import": "./dist/inventory/iirup.js"
|
|
91
|
+
},
|
|
92
|
+
"./inventory/ppelc": {
|
|
93
|
+
"types": "./dist/inventory/ppelc.d.ts",
|
|
94
|
+
"import": "./dist/inventory/ppelc.js"
|
|
95
|
+
},
|
|
96
|
+
"./inventory/spc": {
|
|
97
|
+
"types": "./dist/inventory/spc.d.ts",
|
|
98
|
+
"import": "./dist/inventory/spc.js"
|
|
99
|
+
},
|
|
100
|
+
"./inventory/rrsp": {
|
|
101
|
+
"types": "./dist/inventory/rrsp.d.ts",
|
|
102
|
+
"import": "./dist/inventory/rrsp.js"
|
|
103
|
+
},
|
|
104
|
+
"./inventory/rspi": {
|
|
105
|
+
"types": "./dist/inventory/rspi.d.ts",
|
|
106
|
+
"import": "./dist/inventory/rspi.js"
|
|
107
|
+
},
|
|
108
|
+
"./inventory/rpcsp": {
|
|
109
|
+
"types": "./dist/inventory/rpcsp.d.ts",
|
|
110
|
+
"import": "./dist/inventory/rpcsp.js"
|
|
111
|
+
},
|
|
112
|
+
"./inventory/rlsddsp": {
|
|
113
|
+
"types": "./dist/inventory/rlsddsp.d.ts",
|
|
114
|
+
"import": "./dist/inventory/rlsddsp.js"
|
|
115
|
+
},
|
|
116
|
+
"./inventory/rpci": {
|
|
117
|
+
"types": "./dist/inventory/rpci.d.ts",
|
|
118
|
+
"import": "./dist/inventory/rpci.js"
|
|
119
|
+
},
|
|
120
|
+
"./inventory/rpcppe": {
|
|
121
|
+
"types": "./dist/inventory/rpcppe.d.ts",
|
|
122
|
+
"import": "./dist/inventory/rpcppe.js"
|
|
123
|
+
},
|
|
124
|
+
"./inventory/property-card": {
|
|
125
|
+
"types": "./dist/inventory/property-card.d.ts",
|
|
126
|
+
"import": "./dist/inventory/property-card.js"
|
|
127
|
+
},
|
|
128
|
+
"./inventory/pplc": {
|
|
129
|
+
"types": "./dist/inventory/pplc.d.ts",
|
|
130
|
+
"import": "./dist/inventory/pplc.js"
|
|
131
|
+
},
|
|
132
|
+
"./inventory/po": {
|
|
133
|
+
"types": "./dist/inventory/po.d.ts",
|
|
134
|
+
"import": "./dist/inventory/po.js"
|
|
135
|
+
},
|
|
136
|
+
"./inventory/item": {
|
|
137
|
+
"types": "./dist/inventory/item.d.ts",
|
|
138
|
+
"import": "./dist/inventory/item.js"
|
|
139
|
+
},
|
|
140
|
+
".": {
|
|
141
|
+
"types": "./dist/index.d.ts",
|
|
142
|
+
"import": "./dist/index.js"
|
|
143
|
+
},
|
|
144
|
+
"./definitions": {
|
|
145
|
+
"types": "./dist/definitions.d.ts",
|
|
146
|
+
"import": "./dist/definitions.js"
|
|
147
|
+
},
|
|
148
|
+
"./styles.css": "./dist/styles.css",
|
|
149
|
+
"./*": {
|
|
150
|
+
"types": "./dist/*.d.ts",
|
|
151
|
+
"import": "./dist/*.js"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"publishConfig": {
|
|
155
|
+
"access": "public",
|
|
156
|
+
"registry": "https://registry.npmjs.org/"
|
|
157
|
+
},
|
|
158
|
+
"scripts": {
|
|
159
|
+
"build": "node scripts/build.mjs",
|
|
160
|
+
"typecheck": "tsc --noEmit",
|
|
161
|
+
"test": "node --test tests/*.test.mjs",
|
|
162
|
+
"prepack": "npm run build && npm test"
|
|
163
|
+
},
|
|
164
|
+
"peerDependencies": {
|
|
165
|
+
"react": "^19.0.0",
|
|
166
|
+
"react-dom": "^19.0.0"
|
|
167
|
+
},
|
|
168
|
+
"dependencies": {
|
|
169
|
+
"@base-ui/react": "^1.0.0",
|
|
170
|
+
"@dnd-kit/core": "^6.3.1",
|
|
171
|
+
"@dnd-kit/sortable": "^8.0.0",
|
|
172
|
+
"@dnd-kit/utilities": "^3.2.2",
|
|
173
|
+
"@hugeicons/core-free-icons": "^3.1.1",
|
|
174
|
+
"@hugeicons/react": "^1.1.4",
|
|
175
|
+
"class-variance-authority": "^0.7.1",
|
|
176
|
+
"clsx": "^2.1.1",
|
|
177
|
+
"cmdk": "^1.1.1",
|
|
178
|
+
"date-fns": "^4.1.0",
|
|
179
|
+
"html2canvas": "^1.4.1",
|
|
180
|
+
"jspdf": "^4.2.0",
|
|
181
|
+
"react-day-picker": "^9.14.0",
|
|
182
|
+
"tailwind-merge": "^3.4.0",
|
|
183
|
+
"xlsx-js-style": "^1.2.0",
|
|
184
|
+
"zod": "^4.3.5"
|
|
185
|
+
},
|
|
186
|
+
"devDependencies": {
|
|
187
|
+
"@types/react": "19.2.7",
|
|
188
|
+
"@types/react-dom": "19.2.3",
|
|
189
|
+
"@types/node": "^22.19.3",
|
|
190
|
+
"typescript": "^5.9.3",
|
|
191
|
+
"react": "19.2.3",
|
|
192
|
+
"react-dom": "19.2.3",
|
|
193
|
+
"tailwindcss": "^4.1.18",
|
|
194
|
+
"@tailwindcss/postcss": "^4.1.18",
|
|
195
|
+
"postcss": "^8.5.6"
|
|
196
|
+
}
|
|
197
|
+
}
|