@powerhousedao/document-engineering 1.16.1 → 1.17.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/dist/src/scalars/components/amount-field/amount-field-validations.d.ts.map +1 -1
- package/dist/src/scalars/components/amount-field/amount-field-validations.js +27 -25
- package/dist/src/scalars/components/amount-field/amount-field-validations.js.map +1 -1
- package/dist/src/scalars/components/email-field/email-field.d.ts +7 -0
- package/dist/src/scalars/components/email-field/email-field.d.ts.map +1 -0
- package/dist/src/scalars/components/email-field/email-field.js +20 -0
- package/dist/src/scalars/components/email-field/email-field.js.map +1 -0
- package/dist/src/scalars/components/email-field/utils.d.ts +15 -0
- package/dist/src/scalars/components/email-field/utils.d.ts.map +1 -0
- package/dist/src/scalars/components/email-field/utils.js +29 -0
- package/dist/src/scalars/components/email-field/utils.js.map +1 -0
- package/dist/src/scalars/lib/utils.d.ts +1 -0
- package/dist/src/scalars/lib/utils.d.ts.map +1 -1
- package/dist/src/scalars/lib/utils.js +4 -0
- package/dist/src/scalars/lib/utils.js.map +1 -1
- package/dist/src/scalars/lib/value-cast.js +4 -4
- package/dist/src/scalars/lib/value-cast.js.map +1 -1
- package/dist/src/ui/components/confirm/alert-dialog.d.ts +11 -12
- package/dist/src/ui/components/confirm/alert-dialog.d.ts.map +1 -1
- package/dist/src/ui/components/confirm/alert-dialog.js +37 -27
- package/dist/src/ui/components/confirm/alert-dialog.js.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/amount-input.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/amount-input.js +1 -1
- package/dist/src/ui/components/data-entry/amount-input/amount-input.js.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/subcomponents/fake-amount-diff.js +2 -2
- package/dist/src/ui/components/data-entry/amount-input/subcomponents/fake-amount-diff.js.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/types.d.ts +4 -4
- package/dist/src/ui/components/data-entry/amount-input/types.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/use-amount-input.d.ts +1 -1
- package/dist/src/ui/components/data-entry/amount-input/use-amount-input.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/use-amount-input.js +63 -38
- package/dist/src/ui/components/data-entry/amount-input/use-amount-input.js.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/utils.d.ts +16 -1
- package/dist/src/ui/components/data-entry/amount-input/utils.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/utils.js +14 -5
- package/dist/src/ui/components/data-entry/amount-input/utils.js.map +1 -1
- package/dist/src/ui/components/data-entry/checkbox/subcomponents/checkbox-diff.js +1 -1
- package/dist/src/ui/components/data-entry/checkbox/subcomponents/checkbox-diff.js.map +1 -1
- package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker.js +1 -0
- package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker.js.map +1 -1
- package/dist/src/ui/components/data-entry/email-input/email-input.d.ts +5 -0
- package/dist/src/ui/components/data-entry/email-input/email-input.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/email-input/email-input.js +25 -0
- package/dist/src/ui/components/data-entry/email-input/email-input.js.map +1 -0
- package/dist/src/ui/components/data-entry/email-input/index.d.ts +3 -0
- package/dist/src/ui/components/data-entry/email-input/index.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/email-input/index.js +2 -0
- package/dist/src/ui/components/data-entry/email-input/index.js.map +1 -0
- package/dist/src/ui/components/data-entry/email-input/types.d.ts +7 -0
- package/dist/src/ui/components/data-entry/email-input/types.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/email-input/types.js +2 -0
- package/dist/src/ui/components/data-entry/email-input/types.js.map +1 -0
- package/dist/src/ui/components/data-entry/toggle/subcomponents/toogle-diff.d.ts +1 -1
- package/dist/src/ui/components/data-entry/toggle/subcomponents/toogle-diff.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/toggle/subcomponents/toogle-diff.js +2 -2
- package/dist/src/ui/components/data-entry/toggle/subcomponents/toogle-diff.js.map +1 -1
- package/dist/src/ui/components/data-entry/toggle/toggle.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/toggle/toggle.js +1 -1
- package/dist/src/ui/components/data-entry/toggle/toggle.js.map +1 -1
- package/dist/src/ui/components/dropdown-menu/dropdown-menu.d.ts +25 -0
- package/dist/src/ui/components/dropdown-menu/dropdown-menu.d.ts.map +1 -0
- package/dist/src/ui/components/dropdown-menu/dropdown-menu.js +52 -0
- package/dist/src/ui/components/dropdown-menu/dropdown-menu.js.map +1 -0
- package/dist/src/ui/components/dropdown-menu/index.d.ts +2 -0
- package/dist/src/ui/components/dropdown-menu/index.d.ts.map +1 -0
- package/dist/src/ui/components/dropdown-menu/index.js +2 -0
- package/dist/src/ui/components/dropdown-menu/index.js.map +1 -0
- package/dist/src/ui/components/object-set-table/examples/table-editing/table-editing.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/examples/table-editing/table-editing.js +38 -1
- package/dist/src/ui/components/object-set-table/examples/table-editing/table-editing.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/body.js +2 -2
- package/dist/src/ui/components/object-set-table/subcomponents/body.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/rows/render-row.d.ts +2 -2
- package/dist/src/ui/components/object-set-table/subcomponents/rows/render-row.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/rows/render-row.js +29 -12
- package/dist/src/ui/components/object-set-table/subcomponents/rows/render-row.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/rows/row-actions.d.ts +15 -0
- package/dist/src/ui/components/object-set-table/subcomponents/rows/row-actions.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/rows/row-actions.js +41 -0
- package/dist/src/ui/components/object-set-table/subcomponents/rows/row-actions.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.d.ts +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.js +5 -3
- package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.js.map +1 -1
- package/dist/src/ui/components/object-set-table/types.d.ts +41 -0
- package/dist/src/ui/components/object-set-table/types.d.ts.map +1 -1
- package/dist/src/ui/hooks/use-controllable-state.d.ts +8 -0
- package/dist/src/ui/hooks/use-controllable-state.d.ts.map +1 -0
- package/dist/src/ui/hooks/use-controllable-state.js +13 -0
- package/dist/src/ui/hooks/use-controllable-state.js.map +1 -0
- package/dist/style.css +114 -0
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/document-engineering",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.17.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"files": [
|
|
6
6
|
"/dist"
|
|
@@ -106,6 +106,7 @@
|
|
|
106
106
|
"@types/node": "^22.15.15",
|
|
107
107
|
"@types/react": "^18.3.12",
|
|
108
108
|
"@types/react-dom": "^18.3.1",
|
|
109
|
+
"@types/react-portal": "^4.0.7",
|
|
109
110
|
"@types/react-virtualized": "^9.22.0",
|
|
110
111
|
"autoprefixer": "^10.4.20",
|
|
111
112
|
"camelcase": "^8.0.0",
|
|
@@ -147,7 +148,7 @@
|
|
|
147
148
|
"@internationalized/date": "^3.5.6",
|
|
148
149
|
"@radix-ui/react-alert-dialog": "^1.1.14",
|
|
149
150
|
"@radix-ui/react-checkbox": "^1.1.2",
|
|
150
|
-
"@radix-ui/react-dropdown-menu": "^2.1.
|
|
151
|
+
"@radix-ui/react-dropdown-menu": "^2.1.14",
|
|
151
152
|
"@radix-ui/react-popover": "^1.1.2",
|
|
152
153
|
"@radix-ui/react-radio-group": "^1.2.1",
|
|
153
154
|
"@radix-ui/react-separator": "^1.1.0",
|
|
@@ -170,6 +171,7 @@
|
|
|
170
171
|
"react-confirm": "^0.4.0",
|
|
171
172
|
"react-day-picker": "9.4.3",
|
|
172
173
|
"react-hook-form": "^7.53.0",
|
|
174
|
+
"react-portal": "^4.3.0",
|
|
173
175
|
"react-virtualized": "^9.22.6",
|
|
174
176
|
"tailwind-merge": "^3.0.2",
|
|
175
177
|
"usehooks-ts": "^3.1.0",
|