@powerhousedao/document-engineering 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.
- package/LICENSE +661 -0
- package/README.md +116 -0
- package/dist/scripts/create-icon-components.d.ts +2 -0
- package/dist/scripts/create-icon-components.d.ts.map +1 -0
- package/dist/scripts/create-icon-components.js +77 -0
- package/dist/scripts/create-icon-components.js.map +1 -0
- package/dist/src/assets/connect-loader.mp4 +0 -0
- package/dist/src/assets/connect.png +0 -0
- package/dist/src/assets/home-bg.png +0 -0
- package/dist/src/assets/icons/budget.png +0 -0
- package/dist/src/assets/icons/global.png +0 -0
- package/dist/src/assets/icons/legal.png +0 -0
- package/dist/src/assets/icons/profile.png +0 -0
- package/dist/src/assets/icons/rwa-report.png +0 -0
- package/dist/src/assets/icons/template.png +0 -0
- package/dist/src/assets/powerhouse-rounded.png +0 -0
- package/dist/src/assets/renown-hover.png +0 -0
- package/dist/src/assets/renown-short-hover.png +0 -0
- package/dist/src/assets/renown-short.png +0 -0
- package/dist/src/assets/renown.png +0 -0
- package/dist/src/index.d.ts +3 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +3 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/scalars/EthereumAddress/EthereumAddress.d.ts +5 -0
- package/dist/src/scalars/EthereumAddress/EthereumAddress.d.ts.map +1 -0
- package/dist/src/scalars/EthereumAddress/EthereumAddress.js +14 -0
- package/dist/src/scalars/EthereumAddress/EthereumAddress.js.map +1 -0
- package/dist/src/scalars/EthereumAddress/index.d.ts +2 -0
- package/dist/src/scalars/EthereumAddress/index.d.ts.map +1 -0
- package/dist/src/scalars/EthereumAddress/index.js +2 -0
- package/dist/src/scalars/EthereumAddress/index.js.map +1 -0
- package/dist/src/scalars/components/aid-field/aid-field.d.ts +4 -0
- package/dist/src/scalars/components/aid-field/aid-field.d.ts.map +1 -0
- package/dist/src/scalars/components/aid-field/aid-field.js +49 -0
- package/dist/src/scalars/components/aid-field/aid-field.js.map +1 -0
- package/dist/src/scalars/components/aid-field/index.d.ts +3 -0
- package/dist/src/scalars/components/aid-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/aid-field/index.js +2 -0
- package/dist/src/scalars/components/aid-field/index.js.map +1 -0
- package/dist/src/scalars/components/aid-field/types.d.ts +5 -0
- package/dist/src/scalars/components/aid-field/types.d.ts.map +1 -0
- package/dist/src/scalars/components/aid-field/types.js +2 -0
- package/dist/src/scalars/components/aid-field/types.js.map +1 -0
- package/dist/src/scalars/components/amount-field/amount-currency-validations.d.ts +3 -0
- package/dist/src/scalars/components/amount-field/amount-currency-validations.d.ts.map +1 -0
- package/dist/src/scalars/components/amount-field/amount-currency-validations.js +13 -0
- package/dist/src/scalars/components/amount-field/amount-currency-validations.js.map +1 -0
- package/dist/src/scalars/components/amount-field/amount-field-validations.d.ts +4 -0
- package/dist/src/scalars/components/amount-field/amount-field-validations.d.ts.map +1 -0
- package/dist/src/scalars/components/amount-field/amount-field-validations.js +77 -0
- package/dist/src/scalars/components/amount-field/amount-field-validations.js.map +1 -0
- package/dist/src/scalars/components/amount-field/amount-field.d.ts +6 -0
- package/dist/src/scalars/components/amount-field/amount-field.d.ts.map +1 -0
- package/dist/src/scalars/components/amount-field/amount-field.js +13 -0
- package/dist/src/scalars/components/amount-field/amount-field.js.map +1 -0
- package/dist/src/scalars/components/amount-field/index.d.ts +2 -0
- package/dist/src/scalars/components/amount-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/amount-field/index.js +2 -0
- package/dist/src/scalars/components/amount-field/index.js.map +1 -0
- package/dist/src/scalars/components/boolean-field/boolean-field.d.ts +10 -0
- package/dist/src/scalars/components/boolean-field/boolean-field.d.ts.map +1 -0
- package/dist/src/scalars/components/boolean-field/boolean-field.js +12 -0
- package/dist/src/scalars/components/boolean-field/boolean-field.js.map +1 -0
- package/dist/src/scalars/components/boolean-field/index.d.ts +2 -0
- package/dist/src/scalars/components/boolean-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/boolean-field/index.js +2 -0
- package/dist/src/scalars/components/boolean-field/index.js.map +1 -0
- package/dist/src/scalars/components/country-code-field/country-code-field.d.ts +8 -0
- package/dist/src/scalars/components/country-code-field/country-code-field.d.ts.map +1 -0
- package/dist/src/scalars/components/country-code-field/country-code-field.js +58 -0
- package/dist/src/scalars/components/country-code-field/country-code-field.js.map +1 -0
- package/dist/src/scalars/components/country-code-field/index.d.ts +2 -0
- package/dist/src/scalars/components/country-code-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/country-code-field/index.js +2 -0
- package/dist/src/scalars/components/country-code-field/index.js.map +1 -0
- package/dist/src/scalars/components/country-code-field/types.d.ts +11 -0
- package/dist/src/scalars/components/country-code-field/types.d.ts.map +1 -0
- package/dist/src/scalars/components/country-code-field/types.js +2 -0
- package/dist/src/scalars/components/country-code-field/types.js.map +1 -0
- package/dist/src/scalars/components/currency-code-field/currency-code-field.d.ts +21 -0
- package/dist/src/scalars/components/currency-code-field/currency-code-field.d.ts.map +1 -0
- package/dist/src/scalars/components/currency-code-field/currency-code-field.js +72 -0
- package/dist/src/scalars/components/currency-code-field/currency-code-field.js.map +1 -0
- package/dist/src/scalars/components/currency-code-field/defaults.d.ts +4 -0
- package/dist/src/scalars/components/currency-code-field/defaults.d.ts.map +1 -0
- package/dist/src/scalars/components/currency-code-field/defaults.js +43 -0
- package/dist/src/scalars/components/currency-code-field/defaults.js.map +1 -0
- package/dist/src/scalars/components/currency-code-field/index.d.ts +5 -0
- package/dist/src/scalars/components/currency-code-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/currency-code-field/index.js +4 -0
- package/dist/src/scalars/components/currency-code-field/index.js.map +1 -0
- package/dist/src/scalars/components/currency-code-field/types.d.ts +13 -0
- package/dist/src/scalars/components/currency-code-field/types.d.ts.map +1 -0
- package/dist/src/scalars/components/currency-code-field/types.js +2 -0
- package/dist/src/scalars/components/currency-code-field/types.js.map +1 -0
- package/dist/src/scalars/components/currency-code-field/utils.d.ts +38 -0
- package/dist/src/scalars/components/currency-code-field/utils.d.ts.map +1 -0
- package/dist/src/scalars/components/currency-code-field/utils.js +40 -0
- package/dist/src/scalars/components/currency-code-field/utils.js.map +1 -0
- package/dist/src/scalars/components/date-picker-field/date-picker-field.d.ts +7 -0
- package/dist/src/scalars/components/date-picker-field/date-picker-field.d.ts.map +1 -0
- package/dist/src/scalars/components/date-picker-field/date-picker-field.js +11 -0
- package/dist/src/scalars/components/date-picker-field/date-picker-field.js.map +1 -0
- package/dist/src/scalars/components/date-picker-field/date-picker-validations.d.ts +3 -0
- package/dist/src/scalars/components/date-picker-field/date-picker-validations.d.ts.map +1 -0
- package/dist/src/scalars/components/date-picker-field/date-picker-validations.js +73 -0
- package/dist/src/scalars/components/date-picker-field/date-picker-validations.js.map +1 -0
- package/dist/src/scalars/components/date-picker-field/index.d.ts +2 -0
- package/dist/src/scalars/components/date-picker-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/date-picker-field/index.js +2 -0
- package/dist/src/scalars/components/date-picker-field/index.js.map +1 -0
- package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field-validations.d.ts +3 -0
- package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field-validations.d.ts.map +1 -0
- package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field-validations.js +78 -0
- package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field-validations.js.map +1 -0
- package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field.d.ts +7 -0
- package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field.d.ts.map +1 -0
- package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field.js +11 -0
- package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field.js.map +1 -0
- package/dist/src/scalars/components/date-time-picker-field/index.d.ts +2 -0
- package/dist/src/scalars/components/date-time-picker-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/date-time-picker-field/index.js +2 -0
- package/dist/src/scalars/components/date-time-picker-field/index.js.map +1 -0
- package/dist/src/scalars/components/enum-field/enum-field.d.ts +12 -0
- package/dist/src/scalars/components/enum-field/enum-field.d.ts.map +1 -0
- package/dist/src/scalars/components/enum-field/enum-field.js +18 -0
- package/dist/src/scalars/components/enum-field/enum-field.js.map +1 -0
- package/dist/src/scalars/components/enum-field/index.d.ts +3 -0
- package/dist/src/scalars/components/enum-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/enum-field/index.js +3 -0
- package/dist/src/scalars/components/enum-field/index.js.map +1 -0
- package/dist/src/scalars/components/enum-field/types.d.ts +36 -0
- package/dist/src/scalars/components/enum-field/types.d.ts.map +1 -0
- package/dist/src/scalars/components/enum-field/types.js +2 -0
- package/dist/src/scalars/components/enum-field/types.js.map +1 -0
- package/dist/src/scalars/components/examples/enum-field-example/enum-field-example.d.ts +3 -0
- package/dist/src/scalars/components/examples/enum-field-example/enum-field-example.d.ts.map +1 -0
- package/dist/src/scalars/components/examples/enum-field-example/enum-field-example.js +27 -0
- package/dist/src/scalars/components/examples/enum-field-example/enum-field-example.js.map +1 -0
- package/dist/src/scalars/components/examples/multiple-fields-with-complex-layout/multiple-fields-with-complex-layout.d.ts +3 -0
- package/dist/src/scalars/components/examples/multiple-fields-with-complex-layout/multiple-fields-with-complex-layout.d.ts.map +1 -0
- package/dist/src/scalars/components/examples/multiple-fields-with-complex-layout/multiple-fields-with-complex-layout.js +31 -0
- package/dist/src/scalars/components/examples/multiple-fields-with-complex-layout/multiple-fields-with-complex-layout.js.map +1 -0
- package/dist/src/scalars/components/examples/reset-button/reset-button.d.ts +3 -0
- package/dist/src/scalars/components/examples/reset-button/reset-button.d.ts.map +1 -0
- package/dist/src/scalars/components/examples/reset-button/reset-button.js +12 -0
- package/dist/src/scalars/components/examples/reset-button/reset-button.js.map +1 -0
- package/dist/src/scalars/components/examples/reset-on-successful-submit/reset-on-successful-submit.d.ts +3 -0
- package/dist/src/scalars/components/examples/reset-on-successful-submit/reset-on-successful-submit.d.ts.map +1 -0
- package/dist/src/scalars/components/examples/reset-on-successful-submit/reset-on-successful-submit.js +16 -0
- package/dist/src/scalars/components/examples/reset-on-successful-submit/reset-on-successful-submit.js.map +1 -0
- package/dist/src/scalars/components/examples/submit-changes-only/submit-changes-only.d.ts +4 -0
- package/dist/src/scalars/components/examples/submit-changes-only/submit-changes-only.d.ts.map +1 -0
- package/dist/src/scalars/components/examples/submit-changes-only/submit-changes-only.js +75 -0
- package/dist/src/scalars/components/examples/submit-changes-only/submit-changes-only.js.map +1 -0
- package/dist/src/scalars/components/form/form.d.ts +113 -0
- package/dist/src/scalars/components/form/form.d.ts.map +1 -0
- package/dist/src/scalars/components/form/form.js +138 -0
- package/dist/src/scalars/components/form/form.js.map +1 -0
- package/dist/src/scalars/components/form/index.d.ts +2 -0
- package/dist/src/scalars/components/form/index.d.ts.map +1 -0
- package/dist/src/scalars/components/form/index.js +2 -0
- package/dist/src/scalars/components/form/index.js.map +1 -0
- package/dist/src/scalars/components/form/utils.d.ts +9 -0
- package/dist/src/scalars/components/form/utils.d.ts.map +1 -0
- package/dist/src/scalars/components/form/utils.js +25 -0
- package/dist/src/scalars/components/form/utils.js.map +1 -0
- package/dist/src/scalars/components/fragments/button/button.d.ts +11 -0
- package/dist/src/scalars/components/fragments/button/button.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/button/button.js +23 -0
- package/dist/src/scalars/components/fragments/button/button.js.map +1 -0
- package/dist/src/scalars/components/fragments/button/index.d.ts +2 -0
- package/dist/src/scalars/components/fragments/button/index.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/button/index.js +2 -0
- package/dist/src/scalars/components/fragments/button/index.js.map +1 -0
- package/dist/src/scalars/components/fragments/character-counter/character-counter.d.ts +6 -0
- package/dist/src/scalars/components/fragments/character-counter/character-counter.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/character-counter/character-counter.js +17 -0
- package/dist/src/scalars/components/fragments/character-counter/character-counter.js.map +1 -0
- package/dist/src/scalars/components/fragments/character-counter/index.d.ts +2 -0
- package/dist/src/scalars/components/fragments/character-counter/index.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/character-counter/index.js +2 -0
- package/dist/src/scalars/components/fragments/character-counter/index.js.map +1 -0
- package/dist/src/scalars/components/fragments/checkbox-field/checkbox-field.d.ts +4 -0
- package/dist/src/scalars/components/fragments/checkbox-field/checkbox-field.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/checkbox-field/checkbox-field.js +6 -0
- package/dist/src/scalars/components/fragments/checkbox-field/checkbox-field.js.map +1 -0
- package/dist/src/scalars/components/fragments/checkbox-field/index.d.ts +2 -0
- package/dist/src/scalars/components/fragments/checkbox-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/checkbox-field/index.js +2 -0
- package/dist/src/scalars/components/fragments/checkbox-field/index.js.map +1 -0
- package/dist/src/scalars/components/fragments/command/command.d.ts +80 -0
- package/dist/src/scalars/components/fragments/command/command.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/command/command.js +21 -0
- package/dist/src/scalars/components/fragments/command/command.js.map +1 -0
- package/dist/src/scalars/components/fragments/command/index.d.ts +2 -0
- package/dist/src/scalars/components/fragments/command/index.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/command/index.js +2 -0
- package/dist/src/scalars/components/fragments/command/index.js.map +1 -0
- package/dist/src/scalars/components/fragments/form-description/form-description.d.ts +7 -0
- package/dist/src/scalars/components/fragments/form-description/form-description.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/form-description/form-description.js +8 -0
- package/dist/src/scalars/components/fragments/form-description/form-description.js.map +1 -0
- package/dist/src/scalars/components/fragments/form-description/index.d.ts +2 -0
- package/dist/src/scalars/components/fragments/form-description/index.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/form-description/index.js +2 -0
- package/dist/src/scalars/components/fragments/form-description/index.js.map +1 -0
- package/dist/src/scalars/components/fragments/form-group/form-group.d.ts +2 -0
- package/dist/src/scalars/components/fragments/form-group/form-group.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/form-group/form-group.js +5 -0
- package/dist/src/scalars/components/fragments/form-group/form-group.js.map +1 -0
- package/dist/src/scalars/components/fragments/form-group/index.d.ts +2 -0
- package/dist/src/scalars/components/fragments/form-group/index.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/form-group/index.js +2 -0
- package/dist/src/scalars/components/fragments/form-group/index.js.map +1 -0
- package/dist/src/scalars/components/fragments/form-label/form-label.d.ts +10 -0
- package/dist/src/scalars/components/fragments/form-label/form-label.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/form-label/form-label.js +20 -0
- package/dist/src/scalars/components/fragments/form-label/form-label.js.map +1 -0
- package/dist/src/scalars/components/fragments/form-label/index.d.ts +2 -0
- package/dist/src/scalars/components/fragments/form-label/index.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/form-label/index.js +2 -0
- package/dist/src/scalars/components/fragments/form-label/index.js.map +1 -0
- package/dist/src/scalars/components/fragments/form-message/form-message.d.ts +11 -0
- package/dist/src/scalars/components/fragments/form-message/form-message.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/form-message/form-message.js +15 -0
- package/dist/src/scalars/components/fragments/form-message/form-message.js.map +1 -0
- package/dist/src/scalars/components/fragments/form-message/form-server-error-message.d.ts +2 -0
- package/dist/src/scalars/components/fragments/form-message/form-server-error-message.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/form-message/form-server-error-message.js +11 -0
- package/dist/src/scalars/components/fragments/form-message/form-server-error-message.js.map +1 -0
- package/dist/src/scalars/components/fragments/form-message/index.d.ts +4 -0
- package/dist/src/scalars/components/fragments/form-message/index.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/form-message/index.js +4 -0
- package/dist/src/scalars/components/fragments/form-message/index.js.map +1 -0
- package/dist/src/scalars/components/fragments/form-message/message-list.d.ts +9 -0
- package/dist/src/scalars/components/fragments/form-message/message-list.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/form-message/message-list.js +22 -0
- package/dist/src/scalars/components/fragments/form-message/message-list.js.map +1 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-context.d.ts +3 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-context.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-context.js +4 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-context.js.map +1 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-input-container.d.ts +24 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-input-container.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-input-container.js +71 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-input-container.js.map +1 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list-option.d.ts +16 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list-option.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list-option.js +47 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list-option.js.map +1 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list.d.ts +20 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list.js +31 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list.js.map +1 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete.d.ts +5 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete.js +88 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete.js.map +1 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/index.d.ts +3 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/index.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/index.js +2 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/index.js.map +1 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/types.d.ts +48 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/types.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/types.js +2 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/types.js.map +1 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/use-id-autocomplete.d.ts +33 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/use-id-autocomplete.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/use-id-autocomplete.js +212 -0
- package/dist/src/scalars/components/fragments/id-autocomplete/use-id-autocomplete.js.map +1 -0
- package/dist/src/scalars/components/fragments/index.d.ts +8 -0
- package/dist/src/scalars/components/fragments/index.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/index.js +8 -0
- package/dist/src/scalars/components/fragments/index.js.map +1 -0
- package/dist/src/scalars/components/fragments/popover/index.d.ts +2 -0
- package/dist/src/scalars/components/fragments/popover/index.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/popover/index.js +2 -0
- package/dist/src/scalars/components/fragments/popover/index.js.map +1 -0
- package/dist/src/scalars/components/fragments/popover/popover.d.ts +7 -0
- package/dist/src/scalars/components/fragments/popover/popover.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/popover/popover.js +17 -0
- package/dist/src/scalars/components/fragments/popover/popover.js.map +1 -0
- package/dist/src/scalars/components/fragments/radio-group-field/index.d.ts +3 -0
- package/dist/src/scalars/components/fragments/radio-group-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/radio-group-field/index.js +3 -0
- package/dist/src/scalars/components/fragments/radio-group-field/index.js.map +1 -0
- package/dist/src/scalars/components/fragments/radio-group-field/radio-group-field.d.ts +12 -0
- package/dist/src/scalars/components/fragments/radio-group-field/radio-group-field.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/radio-group-field/radio-group-field.js +18 -0
- package/dist/src/scalars/components/fragments/radio-group-field/radio-group-field.js.map +1 -0
- package/dist/src/scalars/components/fragments/radio-group-field/radio-group.d.ts +10 -0
- package/dist/src/scalars/components/fragments/radio-group-field/radio-group.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/radio-group-field/radio-group.js +10 -0
- package/dist/src/scalars/components/fragments/radio-group-field/radio-group.js.map +1 -0
- package/dist/src/scalars/components/fragments/radio-group-field/radio.d.ts +13 -0
- package/dist/src/scalars/components/fragments/radio-group-field/radio.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/radio-group-field/radio.js +24 -0
- package/dist/src/scalars/components/fragments/radio-group-field/radio.js.map +1 -0
- package/dist/src/scalars/components/fragments/select-field/content.d.ts +17 -0
- package/dist/src/scalars/components/fragments/select-field/content.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/select-field/content.js +34 -0
- package/dist/src/scalars/components/fragments/select-field/content.js.map +1 -0
- package/dist/src/scalars/components/fragments/select-field/index.d.ts +2 -0
- package/dist/src/scalars/components/fragments/select-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/select-field/index.js +2 -0
- package/dist/src/scalars/components/fragments/select-field/index.js.map +1 -0
- package/dist/src/scalars/components/fragments/select-field/select-field.d.ts +19 -0
- package/dist/src/scalars/components/fragments/select-field/select-field.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/select-field/select-field.js +62 -0
- package/dist/src/scalars/components/fragments/select-field/select-field.js.map +1 -0
- package/dist/src/scalars/components/fragments/select-field/selected-content.d.ts +13 -0
- package/dist/src/scalars/components/fragments/select-field/selected-content.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/select-field/selected-content.js +26 -0
- package/dist/src/scalars/components/fragments/select-field/selected-content.js.map +1 -0
- package/dist/src/scalars/components/fragments/select-field/subcomponents/CommandItemList.d.ts +15 -0
- package/dist/src/scalars/components/fragments/select-field/subcomponents/CommandItemList.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/select-field/subcomponents/CommandItemList.js +24 -0
- package/dist/src/scalars/components/fragments/select-field/subcomponents/CommandItemList.js.map +1 -0
- package/dist/src/scalars/components/fragments/select-field/use-select-field.d.ts +19 -0
- package/dist/src/scalars/components/fragments/select-field/use-select-field.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/select-field/use-select-field.js +86 -0
- package/dist/src/scalars/components/fragments/select-field/use-select-field.js.map +1 -0
- package/dist/src/scalars/components/fragments/tabs/tabs.d.ts +8 -0
- package/dist/src/scalars/components/fragments/tabs/tabs.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/tabs/tabs.js +14 -0
- package/dist/src/scalars/components/fragments/tabs/tabs.js.map +1 -0
- package/dist/src/scalars/components/fragments/text-field/index.d.ts +2 -0
- package/dist/src/scalars/components/fragments/text-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/text-field/index.js +2 -0
- package/dist/src/scalars/components/fragments/text-field/index.js.map +1 -0
- package/dist/src/scalars/components/fragments/text-field/text-field.d.ts +5 -0
- package/dist/src/scalars/components/fragments/text-field/text-field.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/text-field/text-field.js +5 -0
- package/dist/src/scalars/components/fragments/text-field/text-field.js.map +1 -0
- package/dist/src/scalars/components/fragments/textarea-field/index.d.ts +2 -0
- package/dist/src/scalars/components/fragments/textarea-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/textarea-field/index.js +2 -0
- package/dist/src/scalars/components/fragments/textarea-field/index.js.map +1 -0
- package/dist/src/scalars/components/fragments/textarea-field/textarea-field.d.ts +6 -0
- package/dist/src/scalars/components/fragments/textarea-field/textarea-field.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/textarea-field/textarea-field.js +6 -0
- package/dist/src/scalars/components/fragments/textarea-field/textarea-field.js.map +1 -0
- package/dist/src/scalars/components/fragments/toggle-field/index.d.ts +2 -0
- package/dist/src/scalars/components/fragments/toggle-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/toggle-field/index.js +2 -0
- package/dist/src/scalars/components/fragments/toggle-field/index.js.map +1 -0
- package/dist/src/scalars/components/fragments/toggle-field/toggle-field.d.ts +4 -0
- package/dist/src/scalars/components/fragments/toggle-field/toggle-field.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/toggle-field/toggle-field.js +6 -0
- package/dist/src/scalars/components/fragments/toggle-field/toggle-field.js.map +1 -0
- package/dist/src/scalars/components/fragments/value-transformer/index.d.ts +3 -0
- package/dist/src/scalars/components/fragments/value-transformer/index.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/value-transformer/index.js +3 -0
- package/dist/src/scalars/components/fragments/value-transformer/index.js.map +1 -0
- package/dist/src/scalars/components/fragments/value-transformer/value-transformer.d.ts +63 -0
- package/dist/src/scalars/components/fragments/value-transformer/value-transformer.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/value-transformer/value-transformer.js +142 -0
- package/dist/src/scalars/components/fragments/value-transformer/value-transformer.js.map +1 -0
- package/dist/src/scalars/components/fragments/with-field-validation/index.d.ts +2 -0
- package/dist/src/scalars/components/fragments/with-field-validation/index.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/with-field-validation/index.js +2 -0
- package/dist/src/scalars/components/fragments/with-field-validation/index.js.map +1 -0
- package/dist/src/scalars/components/fragments/with-field-validation/with-field-validation.d.ts +16 -0
- package/dist/src/scalars/components/fragments/with-field-validation/with-field-validation.d.ts.map +1 -0
- package/dist/src/scalars/components/fragments/with-field-validation/with-field-validation.js +218 -0
- package/dist/src/scalars/components/fragments/with-field-validation/with-field-validation.js.map +1 -0
- package/dist/src/scalars/components/id-field/id-field.d.ts +9 -0
- package/dist/src/scalars/components/id-field/id-field.d.ts.map +1 -0
- package/dist/src/scalars/components/id-field/id-field.js +23 -0
- package/dist/src/scalars/components/id-field/id-field.js.map +1 -0
- package/dist/src/scalars/components/id-field/index.d.ts +2 -0
- package/dist/src/scalars/components/id-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/id-field/index.js +2 -0
- package/dist/src/scalars/components/id-field/index.js.map +1 -0
- package/dist/src/scalars/components/index.d.ts +122 -0
- package/dist/src/scalars/components/index.d.ts.map +1 -0
- package/dist/src/scalars/components/index.js +94 -0
- package/dist/src/scalars/components/index.js.map +1 -0
- package/dist/src/scalars/components/number-field/index.d.ts +2 -0
- package/dist/src/scalars/components/number-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/number-field/index.js +2 -0
- package/dist/src/scalars/components/number-field/index.js.map +1 -0
- package/dist/src/scalars/components/number-field/number-field-validations.d.ts +7 -0
- package/dist/src/scalars/components/number-field/number-field-validations.d.ts.map +1 -0
- package/dist/src/scalars/components/number-field/number-field-validations.js +117 -0
- package/dist/src/scalars/components/number-field/number-field-validations.js.map +1 -0
- package/dist/src/scalars/components/number-field/number-field.d.ts +12 -0
- package/dist/src/scalars/components/number-field/number-field.d.ts.map +1 -0
- package/dist/src/scalars/components/number-field/number-field.js +50 -0
- package/dist/src/scalars/components/number-field/number-field.js.map +1 -0
- package/dist/src/scalars/components/number-field/types.d.ts +20 -0
- package/dist/src/scalars/components/number-field/types.d.ts.map +1 -0
- package/dist/src/scalars/components/number-field/types.js +2 -0
- package/dist/src/scalars/components/number-field/types.js.map +1 -0
- package/dist/src/scalars/components/number-field/use-number-field.d.ts +29 -0
- package/dist/src/scalars/components/number-field/use-number-field.d.ts.map +1 -0
- package/dist/src/scalars/components/number-field/use-number-field.js +140 -0
- package/dist/src/scalars/components/number-field/use-number-field.js.map +1 -0
- package/dist/src/scalars/components/number-field/utils.d.ts +10 -0
- package/dist/src/scalars/components/number-field/utils.d.ts.map +1 -0
- package/dist/src/scalars/components/number-field/utils.js +38 -0
- package/dist/src/scalars/components/number-field/utils.js.map +1 -0
- package/dist/src/scalars/components/oid-field/index.d.ts +3 -0
- package/dist/src/scalars/components/oid-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/oid-field/index.js +2 -0
- package/dist/src/scalars/components/oid-field/index.js.map +1 -0
- package/dist/src/scalars/components/oid-field/oid-field.d.ts +4 -0
- package/dist/src/scalars/components/oid-field/oid-field.d.ts.map +1 -0
- package/dist/src/scalars/components/oid-field/oid-field.js +20 -0
- package/dist/src/scalars/components/oid-field/oid-field.js.map +1 -0
- package/dist/src/scalars/components/oid-field/types.d.ts +5 -0
- package/dist/src/scalars/components/oid-field/types.d.ts.map +1 -0
- package/dist/src/scalars/components/oid-field/types.js +2 -0
- package/dist/src/scalars/components/oid-field/types.js.map +1 -0
- package/dist/src/scalars/components/phid-field/index.d.ts +3 -0
- package/dist/src/scalars/components/phid-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/phid-field/index.js +2 -0
- package/dist/src/scalars/components/phid-field/index.js.map +1 -0
- package/dist/src/scalars/components/phid-field/phid-field.d.ts +4 -0
- package/dist/src/scalars/components/phid-field/phid-field.d.ts.map +1 -0
- package/dist/src/scalars/components/phid-field/phid-field.js +51 -0
- package/dist/src/scalars/components/phid-field/phid-field.js.map +1 -0
- package/dist/src/scalars/components/phid-field/types.d.ts +5 -0
- package/dist/src/scalars/components/phid-field/types.d.ts.map +1 -0
- package/dist/src/scalars/components/phid-field/types.js +2 -0
- package/dist/src/scalars/components/phid-field/types.js.map +1 -0
- package/dist/src/scalars/components/string-field/index.d.ts +2 -0
- package/dist/src/scalars/components/string-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/string-field/index.js +2 -0
- package/dist/src/scalars/components/string-field/index.js.map +1 -0
- package/dist/src/scalars/components/string-field/string-field.d.ts +7 -0
- package/dist/src/scalars/components/string-field/string-field.d.ts.map +1 -0
- package/dist/src/scalars/components/string-field/string-field.js +13 -0
- package/dist/src/scalars/components/string-field/string-field.js.map +1 -0
- package/dist/src/scalars/components/time-picker-field/index.d.ts +2 -0
- package/dist/src/scalars/components/time-picker-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/time-picker-field/index.js +2 -0
- package/dist/src/scalars/components/time-picker-field/index.js.map +1 -0
- package/dist/src/scalars/components/time-picker-field/time-picker-field-validations.d.ts +3 -0
- package/dist/src/scalars/components/time-picker-field/time-picker-field-validations.d.ts.map +1 -0
- package/dist/src/scalars/components/time-picker-field/time-picker-field-validations.js +48 -0
- package/dist/src/scalars/components/time-picker-field/time-picker-field-validations.js.map +1 -0
- package/dist/src/scalars/components/time-picker-field/time-picker-field.d.ts +7 -0
- package/dist/src/scalars/components/time-picker-field/time-picker-field.d.ts.map +1 -0
- package/dist/src/scalars/components/time-picker-field/time-picker-field.js +11 -0
- package/dist/src/scalars/components/time-picker-field/time-picker-field.js.map +1 -0
- package/dist/src/scalars/components/types.d.ts +29 -0
- package/dist/src/scalars/components/types.d.ts.map +1 -0
- package/dist/src/scalars/components/types.js +2 -0
- package/dist/src/scalars/components/types.js.map +1 -0
- package/dist/src/scalars/components/url-field/index.d.ts +3 -0
- package/dist/src/scalars/components/url-field/index.d.ts.map +1 -0
- package/dist/src/scalars/components/url-field/index.js +3 -0
- package/dist/src/scalars/components/url-field/index.js.map +1 -0
- package/dist/src/scalars/components/url-field/url-favicon.d.ts +8 -0
- package/dist/src/scalars/components/url-field/url-favicon.d.ts.map +1 -0
- package/dist/src/scalars/components/url-field/url-favicon.js +35 -0
- package/dist/src/scalars/components/url-field/url-favicon.js.map +1 -0
- package/dist/src/scalars/components/url-field/url-field.d.ts +9 -0
- package/dist/src/scalars/components/url-field/url-field.d.ts.map +1 -0
- package/dist/src/scalars/components/url-field/url-field.js +48 -0
- package/dist/src/scalars/components/url-field/url-field.js.map +1 -0
- package/dist/src/scalars/components/url-field/url-input.d.ts +11 -0
- package/dist/src/scalars/components/url-field/url-input.d.ts.map +1 -0
- package/dist/src/scalars/components/url-field/url-input.js +34 -0
- package/dist/src/scalars/components/url-field/url-input.js.map +1 -0
- package/dist/src/scalars/components/url-field/useURLWarnings.d.ts +5 -0
- package/dist/src/scalars/components/url-field/useURLWarnings.d.ts.map +1 -0
- package/dist/src/scalars/components/url-field/useURLWarnings.js +77 -0
- package/dist/src/scalars/components/url-field/useURLWarnings.js.map +1 -0
- package/dist/src/scalars/graphql/Amount.d.ts +26 -0
- package/dist/src/scalars/graphql/Amount.d.ts.map +1 -0
- package/dist/src/scalars/graphql/Amount.js +48 -0
- package/dist/src/scalars/graphql/Amount.js.map +1 -0
- package/dist/src/scalars/graphql/AmountCrypto.d.ts +27 -0
- package/dist/src/scalars/graphql/AmountCrypto.d.ts.map +1 -0
- package/dist/src/scalars/graphql/AmountCrypto.js +48 -0
- package/dist/src/scalars/graphql/AmountCrypto.js.map +1 -0
- package/dist/src/scalars/graphql/AmountCurrency.d.ts +27 -0
- package/dist/src/scalars/graphql/AmountCurrency.d.ts.map +1 -0
- package/dist/src/scalars/graphql/AmountCurrency.js +48 -0
- package/dist/src/scalars/graphql/AmountCurrency.js.map +1 -0
- package/dist/src/scalars/graphql/AmountFiat.d.ts +27 -0
- package/dist/src/scalars/graphql/AmountFiat.d.ts.map +1 -0
- package/dist/src/scalars/graphql/AmountFiat.js +48 -0
- package/dist/src/scalars/graphql/AmountFiat.js.map +1 -0
- package/dist/src/scalars/graphql/AmountMoney.d.ts +13 -0
- package/dist/src/scalars/graphql/AmountMoney.d.ts.map +1 -0
- package/dist/src/scalars/graphql/AmountMoney.js +35 -0
- package/dist/src/scalars/graphql/AmountMoney.js.map +1 -0
- package/dist/src/scalars/graphql/AmountPercentage.d.ts +13 -0
- package/dist/src/scalars/graphql/AmountPercentage.d.ts.map +1 -0
- package/dist/src/scalars/graphql/AmountPercentage.js +33 -0
- package/dist/src/scalars/graphql/AmountPercentage.js.map +1 -0
- package/dist/src/scalars/graphql/AmountTokens.d.ts +13 -0
- package/dist/src/scalars/graphql/AmountTokens.d.ts.map +1 -0
- package/dist/src/scalars/graphql/AmountTokens.js +33 -0
- package/dist/src/scalars/graphql/AmountTokens.js.map +1 -0
- package/dist/src/scalars/graphql/Currency.d.ts +13 -0
- package/dist/src/scalars/graphql/Currency.d.ts.map +1 -0
- package/dist/src/scalars/graphql/Currency.js +31 -0
- package/dist/src/scalars/graphql/Currency.js.map +1 -0
- package/dist/src/scalars/graphql/Date.d.ts +13 -0
- package/dist/src/scalars/graphql/Date.d.ts.map +1 -0
- package/dist/src/scalars/graphql/Date.js +29 -0
- package/dist/src/scalars/graphql/Date.js.map +1 -0
- package/dist/src/scalars/graphql/DateTime.d.ts +13 -0
- package/dist/src/scalars/graphql/DateTime.d.ts.map +1 -0
- package/dist/src/scalars/graphql/DateTime.js +29 -0
- package/dist/src/scalars/graphql/DateTime.js.map +1 -0
- package/dist/src/scalars/graphql/EmailAddress.d.ts +13 -0
- package/dist/src/scalars/graphql/EmailAddress.d.ts.map +1 -0
- package/dist/src/scalars/graphql/EmailAddress.js +29 -0
- package/dist/src/scalars/graphql/EmailAddress.js.map +1 -0
- package/dist/src/scalars/graphql/EthereumAddress.d.ts +13 -0
- package/dist/src/scalars/graphql/EthereumAddress.d.ts.map +1 -0
- package/dist/src/scalars/graphql/EthereumAddress.js +31 -0
- package/dist/src/scalars/graphql/EthereumAddress.js.map +1 -0
- package/dist/src/scalars/graphql/OID.d.ts +13 -0
- package/dist/src/scalars/graphql/OID.d.ts.map +1 -0
- package/dist/src/scalars/graphql/OID.js +31 -0
- package/dist/src/scalars/graphql/OID.js.map +1 -0
- package/dist/src/scalars/graphql/OLabel.d.ts +13 -0
- package/dist/src/scalars/graphql/OLabel.d.ts.map +1 -0
- package/dist/src/scalars/graphql/OLabel.js +31 -0
- package/dist/src/scalars/graphql/OLabel.js.map +1 -0
- package/dist/src/scalars/graphql/PHID.d.ts +13 -0
- package/dist/src/scalars/graphql/PHID.d.ts.map +1 -0
- package/dist/src/scalars/graphql/PHID.js +31 -0
- package/dist/src/scalars/graphql/PHID.js.map +1 -0
- package/dist/src/scalars/graphql/URL.d.ts +13 -0
- package/dist/src/scalars/graphql/URL.d.ts.map +1 -0
- package/dist/src/scalars/graphql/URL.js +29 -0
- package/dist/src/scalars/graphql/URL.js.map +1 -0
- package/dist/src/scalars/graphql/index.d.ts +89 -0
- package/dist/src/scalars/graphql/index.d.ts.map +1 -0
- package/dist/src/scalars/graphql/index.js +97 -0
- package/dist/src/scalars/graphql/index.js.map +1 -0
- package/dist/src/scalars/graphql/types.d.ts +15 -0
- package/dist/src/scalars/graphql/types.d.ts.map +1 -0
- package/dist/src/scalars/graphql/types.js +2 -0
- package/dist/src/scalars/graphql/types.js.map +1 -0
- package/dist/src/scalars/hooks/useEllipsis.d.ts +7 -0
- package/dist/src/scalars/hooks/useEllipsis.d.ts.map +1 -0
- package/dist/src/scalars/hooks/useEllipsis.js +21 -0
- package/dist/src/scalars/hooks/useEllipsis.js.map +1 -0
- package/dist/src/scalars/index.d.ts +4 -0
- package/dist/src/scalars/index.d.ts.map +1 -0
- package/dist/src/scalars/index.js +5 -0
- package/dist/src/scalars/index.js.map +1 -0
- package/dist/src/scalars/lib/decorators.d.ts +5 -0
- package/dist/src/scalars/lib/decorators.d.ts.map +1 -0
- package/dist/src/scalars/lib/decorators.js +96 -0
- package/dist/src/scalars/lib/decorators.js.map +1 -0
- package/dist/src/scalars/lib/deep-equal.d.ts +2 -0
- package/dist/src/scalars/lib/deep-equal.d.ts.map +1 -0
- package/dist/src/scalars/lib/deep-equal.js +37 -0
- package/dist/src/scalars/lib/deep-equal.js.map +1 -0
- package/dist/src/scalars/lib/index.d.ts +7 -0
- package/dist/src/scalars/lib/index.d.ts.map +1 -0
- package/dist/src/scalars/lib/index.js +7 -0
- package/dist/src/scalars/lib/index.js.map +1 -0
- package/dist/src/scalars/lib/is-empty.d.ts +2 -0
- package/dist/src/scalars/lib/is-empty.d.ts.map +1 -0
- package/dist/src/scalars/lib/is-empty.js +24 -0
- package/dist/src/scalars/lib/is-empty.js.map +1 -0
- package/dist/src/scalars/lib/share-number-validations.d.ts +5 -0
- package/dist/src/scalars/lib/share-number-validations.d.ts.map +1 -0
- package/dist/src/scalars/lib/share-number-validations.js +32 -0
- package/dist/src/scalars/lib/share-number-validations.js.map +1 -0
- package/dist/src/scalars/lib/shared-value-transformers.d.ts +3 -0
- package/dist/src/scalars/lib/shared-value-transformers.d.ts.map +1 -0
- package/dist/src/scalars/lib/shared-value-transformers.js +31 -0
- package/dist/src/scalars/lib/shared-value-transformers.js.map +1 -0
- package/dist/src/scalars/lib/storybook-arg-types.d.ts +404 -0
- package/dist/src/scalars/lib/storybook-arg-types.d.ts.map +1 -0
- package/dist/src/scalars/lib/storybook-arg-types.js +357 -0
- package/dist/src/scalars/lib/storybook-arg-types.js.map +1 -0
- package/dist/src/scalars/lib/testing.d.ts +3 -0
- package/dist/src/scalars/lib/testing.d.ts.map +1 -0
- package/dist/src/scalars/lib/testing.js +9 -0
- package/dist/src/scalars/lib/testing.js.map +1 -0
- package/dist/src/scalars/lib/utils.d.ts +3 -0
- package/dist/src/scalars/lib/utils.d.ts.map +1 -0
- package/dist/src/scalars/lib/utils.js +6 -0
- package/dist/src/scalars/lib/utils.js.map +1 -0
- package/dist/src/scalars/lib/value-cast.d.ts +4 -0
- package/dist/src/scalars/lib/value-cast.d.ts.map +1 -0
- package/dist/src/scalars/lib/value-cast.js +57 -0
- package/dist/src/scalars/lib/value-cast.js.map +1 -0
- package/dist/src/ui/components/data-entry/aid-input/aid-input.d.ts +5 -0
- package/dist/src/ui/components/data-entry/aid-input/aid-input.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/aid-input/aid-input.js +25 -0
- package/dist/src/ui/components/data-entry/aid-input/aid-input.js.map +1 -0
- package/dist/src/ui/components/data-entry/aid-input/index.d.ts +3 -0
- package/dist/src/ui/components/data-entry/aid-input/index.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/aid-input/index.js +2 -0
- package/dist/src/ui/components/data-entry/aid-input/index.js.map +1 -0
- package/dist/src/ui/components/data-entry/aid-input/mocks.d.ts +7 -0
- package/dist/src/ui/components/data-entry/aid-input/mocks.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/aid-input/mocks.js +319 -0
- package/dist/src/ui/components/data-entry/aid-input/mocks.js.map +1 -0
- package/dist/src/ui/components/data-entry/aid-input/types.d.ts +25 -0
- package/dist/src/ui/components/data-entry/aid-input/types.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/aid-input/types.js +2 -0
- package/dist/src/ui/components/data-entry/aid-input/types.js.map +1 -0
- package/dist/src/ui/components/data-entry/amount-input/amount-input.d.ts +24 -0
- package/dist/src/ui/components/data-entry/amount-input/amount-input.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/amount-input/amount-input.js +34 -0
- package/dist/src/ui/components/data-entry/amount-input/amount-input.js.map +1 -0
- package/dist/src/ui/components/data-entry/amount-input/index.d.ts +2 -0
- package/dist/src/ui/components/data-entry/amount-input/index.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/amount-input/index.js +2 -0
- package/dist/src/ui/components/data-entry/amount-input/index.js.map +1 -0
- package/dist/src/ui/components/data-entry/amount-input/types.d.ts +43 -0
- package/dist/src/ui/components/data-entry/amount-input/types.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/amount-input/types.js +2 -0
- package/dist/src/ui/components/data-entry/amount-input/types.js.map +1 -0
- package/dist/src/ui/components/data-entry/amount-input/use-amount-input.d.ts +34 -0
- package/dist/src/ui/components/data-entry/amount-input/use-amount-input.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/amount-input/use-amount-input.js +311 -0
- package/dist/src/ui/components/data-entry/amount-input/use-amount-input.js.map +1 -0
- package/dist/src/ui/components/data-entry/amount-input/utils.d.ts +17 -0
- package/dist/src/ui/components/data-entry/amount-input/utils.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/amount-input/utils.js +93 -0
- package/dist/src/ui/components/data-entry/amount-input/utils.js.map +1 -0
- package/dist/src/ui/components/data-entry/checkbox/checkbox-base.d.ts +8 -0
- package/dist/src/ui/components/data-entry/checkbox/checkbox-base.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/checkbox/checkbox-base.js +29 -0
- package/dist/src/ui/components/data-entry/checkbox/checkbox-base.js.map +1 -0
- package/dist/src/ui/components/data-entry/checkbox/checkbox.d.ts +10 -0
- package/dist/src/ui/components/data-entry/checkbox/checkbox.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/checkbox/checkbox.js +22 -0
- package/dist/src/ui/components/data-entry/checkbox/checkbox.js.map +1 -0
- package/dist/src/ui/components/data-entry/checkbox/index.d.ts +3 -0
- package/dist/src/ui/components/data-entry/checkbox/index.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/checkbox/index.js +2 -0
- package/dist/src/ui/components/data-entry/checkbox/index.js.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/date-picker.d.ts +25 -0
- package/dist/src/ui/components/data-entry/date-picker/date-picker.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/date-picker.js +47 -0
- package/dist/src/ui/components/data-entry/date-picker/date-picker.js.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/index.d.ts +3 -0
- package/dist/src/ui/components/data-entry/date-picker/index.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/index.js +2 -0
- package/dist/src/ui/components/data-entry/date-picker/index.js.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.d.ts +49 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.js +112 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.js.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-date-header/calendar-date-header.d.ts +8 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-date-header/calendar-date-header.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-date-header/calendar-date-header.js +8 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-date-header/calendar-date-header.js.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.d.ts +22 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.js +81 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.js.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.d.ts +9 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.js +15 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.js.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.d.ts +8 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.js +8 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.js.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/utils.d.ts +2 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/utils.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/utils.js +15 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/utils.js.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.d.ts +16 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.js +13 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.js.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.d.ts +18 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.js +8 -0
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.js.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/types.d.ts +4 -0
- package/dist/src/ui/components/data-entry/date-picker/types.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/types.js +2 -0
- package/dist/src/ui/components/data-entry/date-picker/types.js.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/use-date-picker.d.ts +38 -0
- package/dist/src/ui/components/data-entry/date-picker/use-date-picker.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/use-date-picker.js +130 -0
- package/dist/src/ui/components/data-entry/date-picker/use-date-picker.js.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/utils.d.ts +50 -0
- package/dist/src/ui/components/data-entry/date-picker/utils.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/date-picker/utils.js +104 -0
- package/dist/src/ui/components/data-entry/date-picker/utils.js.map +1 -0
- package/dist/src/ui/components/data-entry/date-time-picker/base-picker.d.ts +25 -0
- package/dist/src/ui/components/data-entry/date-time-picker/base-picker.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/date-time-picker/base-picker.js +16 -0
- package/dist/src/ui/components/data-entry/date-time-picker/base-picker.js.map +1 -0
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker-content.d.ts +33 -0
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker-content.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker-content.js +37 -0
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker-content.js.map +1 -0
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.d.ts +30 -0
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.js +50 -0
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.js.map +1 -0
- package/dist/src/ui/components/data-entry/date-time-picker/index.d.ts +2 -0
- package/dist/src/ui/components/data-entry/date-time-picker/index.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/date-time-picker/index.js +2 -0
- package/dist/src/ui/components/data-entry/date-time-picker/index.js.map +1 -0
- package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.d.ts +72 -0
- package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.js +291 -0
- package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.js.map +1 -0
- package/dist/src/ui/components/data-entry/date-time-picker/utils.d.ts +70 -0
- package/dist/src/ui/components/data-entry/date-time-picker/utils.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/date-time-picker/utils.js +217 -0
- package/dist/src/ui/components/data-entry/date-time-picker/utils.js.map +1 -0
- package/dist/src/ui/components/data-entry/input/index.d.ts +2 -0
- package/dist/src/ui/components/data-entry/input/index.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/input/index.js +2 -0
- package/dist/src/ui/components/data-entry/input/index.js.map +1 -0
- package/dist/src/ui/components/data-entry/input/input.d.ts +5 -0
- package/dist/src/ui/components/data-entry/input/input.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/input/input.js +22 -0
- package/dist/src/ui/components/data-entry/input/input.js.map +1 -0
- package/dist/src/ui/components/data-entry/input/splitted-input-diff.d.ts +8 -0
- package/dist/src/ui/components/data-entry/input/splitted-input-diff.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/input/splitted-input-diff.js +35 -0
- package/dist/src/ui/components/data-entry/input/splitted-input-diff.js.map +1 -0
- package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.d.ts +11 -0
- package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.js +8 -0
- package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.js.map +1 -0
- package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.d.ts +9 -0
- package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.js +27 -0
- package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.js.map +1 -0
- package/dist/src/ui/components/data-entry/oid-input/index.d.ts +3 -0
- package/dist/src/ui/components/data-entry/oid-input/index.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/oid-input/index.js +2 -0
- package/dist/src/ui/components/data-entry/oid-input/index.js.map +1 -0
- package/dist/src/ui/components/data-entry/oid-input/mocks.d.ts +7 -0
- package/dist/src/ui/components/data-entry/oid-input/mocks.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/oid-input/mocks.js +119 -0
- package/dist/src/ui/components/data-entry/oid-input/mocks.js.map +1 -0
- package/dist/src/ui/components/data-entry/oid-input/oid-input.d.ts +5 -0
- package/dist/src/ui/components/data-entry/oid-input/oid-input.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/oid-input/oid-input.js +21 -0
- package/dist/src/ui/components/data-entry/oid-input/oid-input.js.map +1 -0
- package/dist/src/ui/components/data-entry/oid-input/types.d.ts +16 -0
- package/dist/src/ui/components/data-entry/oid-input/types.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/oid-input/types.js +2 -0
- package/dist/src/ui/components/data-entry/oid-input/types.js.map +1 -0
- package/dist/src/ui/components/data-entry/phid-input/index.d.ts +3 -0
- package/dist/src/ui/components/data-entry/phid-input/index.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/phid-input/index.js +2 -0
- package/dist/src/ui/components/data-entry/phid-input/index.js.map +1 -0
- package/dist/src/ui/components/data-entry/phid-input/mocks.d.ts +7 -0
- package/dist/src/ui/components/data-entry/phid-input/mocks.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/phid-input/mocks.js +224 -0
- package/dist/src/ui/components/data-entry/phid-input/mocks.js.map +1 -0
- package/dist/src/ui/components/data-entry/phid-input/phid-input-diff.d.ts +13 -0
- package/dist/src/ui/components/data-entry/phid-input/phid-input-diff.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/phid-input/phid-input-diff.js +52 -0
- package/dist/src/ui/components/data-entry/phid-input/phid-input-diff.js.map +1 -0
- package/dist/src/ui/components/data-entry/phid-input/phid-input.d.ts +5 -0
- package/dist/src/ui/components/data-entry/phid-input/phid-input.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/phid-input/phid-input.js +28 -0
- package/dist/src/ui/components/data-entry/phid-input/phid-input.js.map +1 -0
- package/dist/src/ui/components/data-entry/phid-input/types.d.ts +30 -0
- package/dist/src/ui/components/data-entry/phid-input/types.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/phid-input/types.js +2 -0
- package/dist/src/ui/components/data-entry/phid-input/types.js.map +1 -0
- package/dist/src/ui/components/data-entry/text-input/index.d.ts +3 -0
- package/dist/src/ui/components/data-entry/text-input/index.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/text-input/index.js +2 -0
- package/dist/src/ui/components/data-entry/text-input/index.js.map +1 -0
- package/dist/src/ui/components/data-entry/text-input/text-input-diff.d.ts +9 -0
- package/dist/src/ui/components/data-entry/text-input/text-input-diff.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/text-input/text-input-diff.js +8 -0
- package/dist/src/ui/components/data-entry/text-input/text-input-diff.js.map +1 -0
- package/dist/src/ui/components/data-entry/text-input/text-input.d.ts +10 -0
- package/dist/src/ui/components/data-entry/text-input/text-input.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/text-input/text-input.js +37 -0
- package/dist/src/ui/components/data-entry/text-input/text-input.js.map +1 -0
- package/dist/src/ui/components/data-entry/text-input/types.d.ts +12 -0
- package/dist/src/ui/components/data-entry/text-input/types.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/text-input/types.js +2 -0
- package/dist/src/ui/components/data-entry/text-input/types.js.map +1 -0
- package/dist/src/ui/components/data-entry/textarea/index.d.ts +2 -0
- package/dist/src/ui/components/data-entry/textarea/index.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/textarea/index.js +2 -0
- package/dist/src/ui/components/data-entry/textarea/index.js.map +1 -0
- package/dist/src/ui/components/data-entry/textarea/subcomponent/splitted-textarea-diff.d.ts +13 -0
- package/dist/src/ui/components/data-entry/textarea/subcomponent/splitted-textarea-diff.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/textarea/subcomponent/splitted-textarea-diff.js +9 -0
- package/dist/src/ui/components/data-entry/textarea/subcomponent/splitted-textarea-diff.js.map +1 -0
- package/dist/src/ui/components/data-entry/textarea/textarea.d.ts +12 -0
- package/dist/src/ui/components/data-entry/textarea/textarea.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/textarea/textarea.js +103 -0
- package/dist/src/ui/components/data-entry/textarea/textarea.js.map +1 -0
- package/dist/src/ui/components/data-entry/time-picker/index.d.ts +3 -0
- package/dist/src/ui/components/data-entry/time-picker/index.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/time-picker/index.js +2 -0
- package/dist/src/ui/components/data-entry/time-picker/index.js.map +1 -0
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-period-selector.d.ts +8 -0
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-period-selector.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-period-selector.js +8 -0
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-period-selector.js.map +1 -0
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-picker-content.d.ts +25 -0
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-picker-content.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-picker-content.js +12 -0
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-picker-content.js.map +1 -0
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.constants.d.ts +5 -0
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.constants.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.constants.js +5 -0
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.constants.js.map +1 -0
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.d.ts +5 -0
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.js +28 -0
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.js.map +1 -0
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/use-time-selector.d.ts +13 -0
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/use-time-selector.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/use-time-selector.js +106 -0
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/use-time-selector.js.map +1 -0
- package/dist/src/ui/components/data-entry/time-picker/time-picker.d.ts +23 -0
- package/dist/src/ui/components/data-entry/time-picker/time-picker.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/time-picker/time-picker.js +27 -0
- package/dist/src/ui/components/data-entry/time-picker/time-picker.js.map +1 -0
- package/dist/src/ui/components/data-entry/time-picker/type.d.ts +9 -0
- package/dist/src/ui/components/data-entry/time-picker/type.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/time-picker/type.js +2 -0
- package/dist/src/ui/components/data-entry/time-picker/type.js.map +1 -0
- package/dist/src/ui/components/data-entry/time-picker/use-time-picker.d.ts +42 -0
- package/dist/src/ui/components/data-entry/time-picker/use-time-picker.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/time-picker/use-time-picker.js +144 -0
- package/dist/src/ui/components/data-entry/time-picker/use-time-picker.js.map +1 -0
- package/dist/src/ui/components/data-entry/time-picker/utils.d.ts +207 -0
- package/dist/src/ui/components/data-entry/time-picker/utils.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/time-picker/utils.js +475 -0
- package/dist/src/ui/components/data-entry/time-picker/utils.js.map +1 -0
- package/dist/src/ui/components/data-entry/toggle/index.d.ts +2 -0
- package/dist/src/ui/components/data-entry/toggle/index.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/toggle/index.js +2 -0
- package/dist/src/ui/components/data-entry/toggle/index.js.map +1 -0
- package/dist/src/ui/components/data-entry/toggle/toggle-base.d.ts +11 -0
- package/dist/src/ui/components/data-entry/toggle/toggle-base.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/toggle/toggle-base.js +10 -0
- package/dist/src/ui/components/data-entry/toggle/toggle-base.js.map +1 -0
- package/dist/src/ui/components/data-entry/toggle/toggle.d.ts +9 -0
- package/dist/src/ui/components/data-entry/toggle/toggle.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/toggle/toggle.js +14 -0
- package/dist/src/ui/components/data-entry/toggle/toggle.js.map +1 -0
- package/dist/src/ui/components/dropdown/dropdown-example.d.ts +3 -0
- package/dist/src/ui/components/dropdown/dropdown-example.d.ts.map +1 -0
- package/dist/src/ui/components/dropdown/dropdown-example.js +13 -0
- package/dist/src/ui/components/dropdown/dropdown-example.js.map +1 -0
- package/dist/src/ui/components/dropdown/index.d.ts +8 -0
- package/dist/src/ui/components/dropdown/index.d.ts.map +1 -0
- package/dist/src/ui/components/dropdown/index.js +8 -0
- package/dist/src/ui/components/dropdown/index.js.map +1 -0
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-content.d.ts +4 -0
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-content.d.ts.map +1 -0
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-content.js +17 -0
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-content.js.map +1 -0
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-item.d.ts +6 -0
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-item.d.ts.map +1 -0
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-item.js +13 -0
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-item.js.map +1 -0
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-label.d.ts +6 -0
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-label.d.ts.map +1 -0
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-label.js +7 -0
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-label.js.map +1 -0
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-shortcut.d.ts +5 -0
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-shortcut.d.ts.map +1 -0
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-shortcut.js +7 -0
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-shortcut.js.map +1 -0
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-trigger.d.ts +3 -0
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-trigger.d.ts.map +1 -0
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-trigger.js +6 -0
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-trigger.js.map +1 -0
- package/dist/src/ui/components/icon/icon.d.ts +10 -0
- package/dist/src/ui/components/icon/icon.d.ts.map +1 -0
- package/dist/src/ui/components/icon/icon.js +18 -0
- package/dist/src/ui/components/icon/icon.js.map +1 -0
- package/dist/src/ui/components/icon/index.d.ts +4 -0
- package/dist/src/ui/components/icon/index.d.ts.map +1 -0
- package/dist/src/ui/components/icon/index.js +3 -0
- package/dist/src/ui/components/icon/index.js.map +1 -0
- package/dist/src/ui/components/icon-components/ArrowCouterclockwise.d.ts +3 -0
- package/dist/src/ui/components/icon-components/ArrowCouterclockwise.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/ArrowCouterclockwise.js +5 -0
- package/dist/src/ui/components/icon-components/ArrowCouterclockwise.js.map +1 -0
- package/dist/src/ui/components/icon-components/ArrowFilledRight.d.ts +3 -0
- package/dist/src/ui/components/icon-components/ArrowFilledRight.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/ArrowFilledRight.js +5 -0
- package/dist/src/ui/components/icon-components/ArrowFilledRight.js.map +1 -0
- package/dist/src/ui/components/icon-components/ArrowLeft.d.ts +3 -0
- package/dist/src/ui/components/icon-components/ArrowLeft.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/ArrowLeft.js +5 -0
- package/dist/src/ui/components/icon-components/ArrowLeft.js.map +1 -0
- package/dist/src/ui/components/icon-components/ArrowUp.d.ts +3 -0
- package/dist/src/ui/components/icon-components/ArrowUp.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/ArrowUp.js +5 -0
- package/dist/src/ui/components/icon-components/ArrowUp.js.map +1 -0
- package/dist/src/ui/components/icon-components/BarChart.d.ts +3 -0
- package/dist/src/ui/components/icon-components/BarChart.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/BarChart.js +5 -0
- package/dist/src/ui/components/icon-components/BarChart.js.map +1 -0
- package/dist/src/ui/components/icon-components/BaseArrowLeft.d.ts +3 -0
- package/dist/src/ui/components/icon-components/BaseArrowLeft.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/BaseArrowLeft.js +5 -0
- package/dist/src/ui/components/icon-components/BaseArrowLeft.js.map +1 -0
- package/dist/src/ui/components/icon-components/BaseArrowRight.d.ts +3 -0
- package/dist/src/ui/components/icon-components/BaseArrowRight.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/BaseArrowRight.js +5 -0
- package/dist/src/ui/components/icon-components/BaseArrowRight.js.map +1 -0
- package/dist/src/ui/components/icon-components/Braces.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Braces.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Braces.js +5 -0
- package/dist/src/ui/components/icon-components/Braces.js.map +1 -0
- package/dist/src/ui/components/icon-components/Branch.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Branch.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Branch.js +5 -0
- package/dist/src/ui/components/icon-components/Branch.js.map +1 -0
- package/dist/src/ui/components/icon-components/BrickGlobe.d.ts +3 -0
- package/dist/src/ui/components/icon-components/BrickGlobe.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/BrickGlobe.js +5 -0
- package/dist/src/ui/components/icon-components/BrickGlobe.js.map +1 -0
- package/dist/src/ui/components/icon-components/Briefcase.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Briefcase.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Briefcase.js +5 -0
- package/dist/src/ui/components/icon-components/Briefcase.js.map +1 -0
- package/dist/src/ui/components/icon-components/Calendar.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Calendar.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Calendar.js +5 -0
- package/dist/src/ui/components/icon-components/Calendar.js.map +1 -0
- package/dist/src/ui/components/icon-components/CalendarTime.d.ts +3 -0
- package/dist/src/ui/components/icon-components/CalendarTime.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/CalendarTime.js +5 -0
- package/dist/src/ui/components/icon-components/CalendarTime.js.map +1 -0
- package/dist/src/ui/components/icon-components/Caret.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Caret.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Caret.js +5 -0
- package/dist/src/ui/components/icon-components/Caret.js.map +1 -0
- package/dist/src/ui/components/icon-components/CaretDown.d.ts +3 -0
- package/dist/src/ui/components/icon-components/CaretDown.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/CaretDown.js +5 -0
- package/dist/src/ui/components/icon-components/CaretDown.js.map +1 -0
- package/dist/src/ui/components/icon-components/CaretLeft.d.ts +3 -0
- package/dist/src/ui/components/icon-components/CaretLeft.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/CaretLeft.js +5 -0
- package/dist/src/ui/components/icon-components/CaretLeft.js.map +1 -0
- package/dist/src/ui/components/icon-components/CaretRight.d.ts +3 -0
- package/dist/src/ui/components/icon-components/CaretRight.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/CaretRight.js +5 -0
- package/dist/src/ui/components/icon-components/CaretRight.js.map +1 -0
- package/dist/src/ui/components/icon-components/CaretSort.d.ts +3 -0
- package/dist/src/ui/components/icon-components/CaretSort.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/CaretSort.js +5 -0
- package/dist/src/ui/components/icon-components/CaretSort.js.map +1 -0
- package/dist/src/ui/components/icon-components/Check.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Check.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Check.js +5 -0
- package/dist/src/ui/components/icon-components/Check.js.map +1 -0
- package/dist/src/ui/components/icon-components/CheckCircle.d.ts +3 -0
- package/dist/src/ui/components/icon-components/CheckCircle.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/CheckCircle.js +5 -0
- package/dist/src/ui/components/icon-components/CheckCircle.js.map +1 -0
- package/dist/src/ui/components/icon-components/CheckCircleFill.d.ts +3 -0
- package/dist/src/ui/components/icon-components/CheckCircleFill.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/CheckCircleFill.js +5 -0
- package/dist/src/ui/components/icon-components/CheckCircleFill.js.map +1 -0
- package/dist/src/ui/components/icon-components/Checkmark.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Checkmark.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Checkmark.js +5 -0
- package/dist/src/ui/components/icon-components/Checkmark.js.map +1 -0
- package/dist/src/ui/components/icon-components/ChevronDown.d.ts +3 -0
- package/dist/src/ui/components/icon-components/ChevronDown.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/ChevronDown.js +5 -0
- package/dist/src/ui/components/icon-components/ChevronDown.js.map +1 -0
- package/dist/src/ui/components/icon-components/Circle.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Circle.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Circle.js +5 -0
- package/dist/src/ui/components/icon-components/Circle.js.map +1 -0
- package/dist/src/ui/components/icon-components/CircleInfo.d.ts +3 -0
- package/dist/src/ui/components/icon-components/CircleInfo.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/CircleInfo.js +5 -0
- package/dist/src/ui/components/icon-components/CircleInfo.js.map +1 -0
- package/dist/src/ui/components/icon-components/Clock.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Clock.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Clock.js +5 -0
- package/dist/src/ui/components/icon-components/Clock.js.map +1 -0
- package/dist/src/ui/components/icon-components/ClockFill.d.ts +3 -0
- package/dist/src/ui/components/icon-components/ClockFill.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/ClockFill.js +5 -0
- package/dist/src/ui/components/icon-components/ClockFill.js.map +1 -0
- package/dist/src/ui/components/icon-components/ClockHistory.d.ts +3 -0
- package/dist/src/ui/components/icon-components/ClockHistory.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/ClockHistory.js +5 -0
- package/dist/src/ui/components/icon-components/ClockHistory.js.map +1 -0
- package/dist/src/ui/components/icon-components/CloudSlash.d.ts +3 -0
- package/dist/src/ui/components/icon-components/CloudSlash.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/CloudSlash.js +5 -0
- package/dist/src/ui/components/icon-components/CloudSlash.js.map +1 -0
- package/dist/src/ui/components/icon-components/Collapse.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Collapse.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Collapse.js +5 -0
- package/dist/src/ui/components/icon-components/Collapse.js.map +1 -0
- package/dist/src/ui/components/icon-components/Compass.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Compass.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Compass.js +5 -0
- package/dist/src/ui/components/icon-components/Compass.js.map +1 -0
- package/dist/src/ui/components/icon-components/Connect.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Connect.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Connect.js +5 -0
- package/dist/src/ui/components/icon-components/Connect.js.map +1 -0
- package/dist/src/ui/components/icon-components/ConnectSmall.d.ts +3 -0
- package/dist/src/ui/components/icon-components/ConnectSmall.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/ConnectSmall.js +5 -0
- package/dist/src/ui/components/icon-components/ConnectSmall.js.map +1 -0
- package/dist/src/ui/components/icon-components/Copy.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Copy.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Copy.js +5 -0
- package/dist/src/ui/components/icon-components/Copy.js.map +1 -0
- package/dist/src/ui/components/icon-components/Created.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Created.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Created.js +5 -0
- package/dist/src/ui/components/icon-components/Created.js.map +1 -0
- package/dist/src/ui/components/icon-components/CrossCircle.d.ts +3 -0
- package/dist/src/ui/components/icon-components/CrossCircle.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/CrossCircle.js +5 -0
- package/dist/src/ui/components/icon-components/CrossCircle.js.map +1 -0
- package/dist/src/ui/components/icon-components/Danger.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Danger.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Danger.js +5 -0
- package/dist/src/ui/components/icon-components/Danger.js.map +1 -0
- package/dist/src/ui/components/icon-components/DescendenceModified.d.ts +3 -0
- package/dist/src/ui/components/icon-components/DescendenceModified.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/DescendenceModified.js +5 -0
- package/dist/src/ui/components/icon-components/DescendenceModified.js.map +1 -0
- package/dist/src/ui/components/icon-components/Disconnect.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Disconnect.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Disconnect.js +5 -0
- package/dist/src/ui/components/icon-components/Disconnect.js.map +1 -0
- package/dist/src/ui/components/icon-components/Discord.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Discord.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Discord.js +5 -0
- package/dist/src/ui/components/icon-components/Discord.js.map +1 -0
- package/dist/src/ui/components/icon-components/DownloadFile.d.ts +3 -0
- package/dist/src/ui/components/icon-components/DownloadFile.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/DownloadFile.js +5 -0
- package/dist/src/ui/components/icon-components/DownloadFile.js.map +1 -0
- package/dist/src/ui/components/icon-components/Drive.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Drive.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Drive.js +5 -0
- package/dist/src/ui/components/icon-components/Drive.js.map +1 -0
- package/dist/src/ui/components/icon-components/Duplicated.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Duplicated.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Duplicated.js +5 -0
- package/dist/src/ui/components/icon-components/Duplicated.js.map +1 -0
- package/dist/src/ui/components/icon-components/Edit.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Edit.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Edit.js +5 -0
- package/dist/src/ui/components/icon-components/Edit.js.map +1 -0
- package/dist/src/ui/components/icon-components/Ellipsis.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Ellipsis.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Ellipsis.js +5 -0
- package/dist/src/ui/components/icon-components/Ellipsis.js.map +1 -0
- package/dist/src/ui/components/icon-components/Error.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Error.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Error.js +5 -0
- package/dist/src/ui/components/icon-components/Error.js.map +1 -0
- package/dist/src/ui/components/icon-components/Ethscan.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Ethscan.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Ethscan.js +5 -0
- package/dist/src/ui/components/icon-components/Ethscan.js.map +1 -0
- package/dist/src/ui/components/icon-components/Exclamation.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Exclamation.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Exclamation.js +5 -0
- package/dist/src/ui/components/icon-components/Exclamation.js.map +1 -0
- package/dist/src/ui/components/icon-components/ExportCsv.d.ts +3 -0
- package/dist/src/ui/components/icon-components/ExportCsv.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/ExportCsv.js +5 -0
- package/dist/src/ui/components/icon-components/ExportCsv.js.map +1 -0
- package/dist/src/ui/components/icon-components/ExportJson.d.ts +3 -0
- package/dist/src/ui/components/icon-components/ExportJson.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/ExportJson.js +5 -0
- package/dist/src/ui/components/icon-components/ExportJson.js.map +1 -0
- package/dist/src/ui/components/icon-components/ExportPdf.d.ts +3 -0
- package/dist/src/ui/components/icon-components/ExportPdf.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/ExportPdf.js +5 -0
- package/dist/src/ui/components/icon-components/ExportPdf.js.map +1 -0
- package/dist/src/ui/components/icon-components/ExportUbl.d.ts +3 -0
- package/dist/src/ui/components/icon-components/ExportUbl.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/ExportUbl.js +5 -0
- package/dist/src/ui/components/icon-components/ExportUbl.js.map +1 -0
- package/dist/src/ui/components/icon-components/ExportZip.d.ts +3 -0
- package/dist/src/ui/components/icon-components/ExportZip.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/ExportZip.js +5 -0
- package/dist/src/ui/components/icon-components/ExportZip.js.map +1 -0
- package/dist/src/ui/components/icon-components/File.d.ts +3 -0
- package/dist/src/ui/components/icon-components/File.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/File.js +5 -0
- package/dist/src/ui/components/icon-components/File.js.map +1 -0
- package/dist/src/ui/components/icon-components/FilesEarmark.d.ts +3 -0
- package/dist/src/ui/components/icon-components/FilesEarmark.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/FilesEarmark.js +5 -0
- package/dist/src/ui/components/icon-components/FilesEarmark.js.map +1 -0
- package/dist/src/ui/components/icon-components/FolderClose.d.ts +3 -0
- package/dist/src/ui/components/icon-components/FolderClose.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/FolderClose.js +5 -0
- package/dist/src/ui/components/icon-components/FolderClose.js.map +1 -0
- package/dist/src/ui/components/icon-components/FolderOpen.d.ts +3 -0
- package/dist/src/ui/components/icon-components/FolderOpen.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/FolderOpen.js +5 -0
- package/dist/src/ui/components/icon-components/FolderOpen.js.map +1 -0
- package/dist/src/ui/components/icon-components/FolderPlus.d.ts +3 -0
- package/dist/src/ui/components/icon-components/FolderPlus.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/FolderPlus.js +5 -0
- package/dist/src/ui/components/icon-components/FolderPlus.js.map +1 -0
- package/dist/src/ui/components/icon-components/Forum.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Forum.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Forum.js +5 -0
- package/dist/src/ui/components/icon-components/Forum.js.map +1 -0
- package/dist/src/ui/components/icon-components/Gear.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Gear.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Gear.js +5 -0
- package/dist/src/ui/components/icon-components/Gear.js.map +1 -0
- package/dist/src/ui/components/icon-components/Github.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Github.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Github.js +5 -0
- package/dist/src/ui/components/icon-components/Github.js.map +1 -0
- package/dist/src/ui/components/icon-components/Globe.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Globe.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Globe.js +5 -0
- package/dist/src/ui/components/icon-components/Globe.js.map +1 -0
- package/dist/src/ui/components/icon-components/GlobeWww.d.ts +3 -0
- package/dist/src/ui/components/icon-components/GlobeWww.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/GlobeWww.js +5 -0
- package/dist/src/ui/components/icon-components/GlobeWww.js.map +1 -0
- package/dist/src/ui/components/icon-components/Hdd.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Hdd.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Hdd.js +5 -0
- package/dist/src/ui/components/icon-components/Hdd.js.map +1 -0
- package/dist/src/ui/components/icon-components/History.d.ts +3 -0
- package/dist/src/ui/components/icon-components/History.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/History.js +5 -0
- package/dist/src/ui/components/icon-components/History.js.map +1 -0
- package/dist/src/ui/components/icon-components/InfoSquare.d.ts +3 -0
- package/dist/src/ui/components/icon-components/InfoSquare.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/InfoSquare.js +5 -0
- package/dist/src/ui/components/icon-components/InfoSquare.js.map +1 -0
- package/dist/src/ui/components/icon-components/Link.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Link.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Link.js +5 -0
- package/dist/src/ui/components/icon-components/Link.js.map +1 -0
- package/dist/src/ui/components/icon-components/Linkedin.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Linkedin.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Linkedin.js +5 -0
- package/dist/src/ui/components/icon-components/Linkedin.js.map +1 -0
- package/dist/src/ui/components/icon-components/Lock.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Lock.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Lock.js +5 -0
- package/dist/src/ui/components/icon-components/Lock.js.map +1 -0
- package/dist/src/ui/components/icon-components/M.d.ts +3 -0
- package/dist/src/ui/components/icon-components/M.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/M.js +5 -0
- package/dist/src/ui/components/icon-components/M.js.map +1 -0
- package/dist/src/ui/components/icon-components/Modified.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Modified.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Modified.js +5 -0
- package/dist/src/ui/components/icon-components/Modified.js.map +1 -0
- package/dist/src/ui/components/icon-components/Moved.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Moved.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Moved.js +5 -0
- package/dist/src/ui/components/icon-components/Moved.js.map +1 -0
- package/dist/src/ui/components/icon-components/Npm.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Npm.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Npm.js +5 -0
- package/dist/src/ui/components/icon-components/Npm.js.map +1 -0
- package/dist/src/ui/components/icon-components/PackageManager.d.ts +3 -0
- package/dist/src/ui/components/icon-components/PackageManager.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/PackageManager.js +5 -0
- package/dist/src/ui/components/icon-components/PackageManager.js.map +1 -0
- package/dist/src/ui/components/icon-components/Pencil.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Pencil.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Pencil.js +5 -0
- package/dist/src/ui/components/icon-components/Pencil.js.map +1 -0
- package/dist/src/ui/components/icon-components/People.d.ts +3 -0
- package/dist/src/ui/components/icon-components/People.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/People.js +5 -0
- package/dist/src/ui/components/icon-components/People.js.map +1 -0
- package/dist/src/ui/components/icon-components/PeopleFill.d.ts +3 -0
- package/dist/src/ui/components/icon-components/PeopleFill.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/PeopleFill.js +5 -0
- package/dist/src/ui/components/icon-components/PeopleFill.js.map +1 -0
- package/dist/src/ui/components/icon-components/Person.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Person.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Person.js +5 -0
- package/dist/src/ui/components/icon-components/Person.js.map +1 -0
- package/dist/src/ui/components/icon-components/Pin.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Pin.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Pin.js +5 -0
- package/dist/src/ui/components/icon-components/Pin.js.map +1 -0
- package/dist/src/ui/components/icon-components/PinFilled.d.ts +3 -0
- package/dist/src/ui/components/icon-components/PinFilled.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/PinFilled.js +5 -0
- package/dist/src/ui/components/icon-components/PinFilled.js.map +1 -0
- package/dist/src/ui/components/icon-components/Plus.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Plus.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Plus.js +5 -0
- package/dist/src/ui/components/icon-components/Plus.js.map +1 -0
- package/dist/src/ui/components/icon-components/PlusCircle.d.ts +3 -0
- package/dist/src/ui/components/icon-components/PlusCircle.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/PlusCircle.js +5 -0
- package/dist/src/ui/components/icon-components/PlusCircle.js.map +1 -0
- package/dist/src/ui/components/icon-components/PlusSquare.d.ts +3 -0
- package/dist/src/ui/components/icon-components/PlusSquare.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/PlusSquare.js +5 -0
- package/dist/src/ui/components/icon-components/PlusSquare.js.map +1 -0
- package/dist/src/ui/components/icon-components/PowerhouseLogoSmall.d.ts +3 -0
- package/dist/src/ui/components/icon-components/PowerhouseLogoSmall.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/PowerhouseLogoSmall.js +5 -0
- package/dist/src/ui/components/icon-components/PowerhouseLogoSmall.js.map +1 -0
- package/dist/src/ui/components/icon-components/Project.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Project.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Project.js +5 -0
- package/dist/src/ui/components/icon-components/Project.js.map +1 -0
- package/dist/src/ui/components/icon-components/QuestionSquare.d.ts +3 -0
- package/dist/src/ui/components/icon-components/QuestionSquare.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/QuestionSquare.js +5 -0
- package/dist/src/ui/components/icon-components/QuestionSquare.js.map +1 -0
- package/dist/src/ui/components/icon-components/RedoArrow.d.ts +3 -0
- package/dist/src/ui/components/icon-components/RedoArrow.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/RedoArrow.js +5 -0
- package/dist/src/ui/components/icon-components/RedoArrow.js.map +1 -0
- package/dist/src/ui/components/icon-components/Reload.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Reload.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Reload.js +5 -0
- package/dist/src/ui/components/icon-components/Reload.js.map +1 -0
- package/dist/src/ui/components/icon-components/Removed.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Removed.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Removed.js +5 -0
- package/dist/src/ui/components/icon-components/Removed.js.map +1 -0
- package/dist/src/ui/components/icon-components/Renown.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Renown.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Renown.js +5 -0
- package/dist/src/ui/components/icon-components/Renown.js.map +1 -0
- package/dist/src/ui/components/icon-components/RenownHover.d.ts +3 -0
- package/dist/src/ui/components/icon-components/RenownHover.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/RenownHover.js +5 -0
- package/dist/src/ui/components/icon-components/RenownHover.js.map +1 -0
- package/dist/src/ui/components/icon-components/RenownLight.d.ts +3 -0
- package/dist/src/ui/components/icon-components/RenownLight.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/RenownLight.js +5 -0
- package/dist/src/ui/components/icon-components/RenownLight.js.map +1 -0
- package/dist/src/ui/components/icon-components/Ring.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Ring.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Ring.js +5 -0
- package/dist/src/ui/components/icon-components/Ring.js.map +1 -0
- package/dist/src/ui/components/icon-components/Save.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Save.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Save.js +5 -0
- package/dist/src/ui/components/icon-components/Save.js.map +1 -0
- package/dist/src/ui/components/icon-components/Search.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Search.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Search.js +5 -0
- package/dist/src/ui/components/icon-components/Search.js.map +1 -0
- package/dist/src/ui/components/icon-components/Server.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Server.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Server.js +5 -0
- package/dist/src/ui/components/icon-components/Server.js.map +1 -0
- package/dist/src/ui/components/icon-components/Settings.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Settings.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Settings.js +5 -0
- package/dist/src/ui/components/icon-components/Settings.js.map +1 -0
- package/dist/src/ui/components/icon-components/Synced.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Synced.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Synced.js +5 -0
- package/dist/src/ui/components/icon-components/Synced.js.map +1 -0
- package/dist/src/ui/components/icon-components/Syncing.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Syncing.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Syncing.js +5 -0
- package/dist/src/ui/components/icon-components/Syncing.js.map +1 -0
- package/dist/src/ui/components/icon-components/Tabler.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Tabler.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Tabler.js +5 -0
- package/dist/src/ui/components/icon-components/Tabler.js.map +1 -0
- package/dist/src/ui/components/icon-components/Timeline.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Timeline.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Timeline.js +5 -0
- package/dist/src/ui/components/icon-components/Timeline.js.map +1 -0
- package/dist/src/ui/components/icon-components/TimelineCaret.d.ts +3 -0
- package/dist/src/ui/components/icon-components/TimelineCaret.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/TimelineCaret.js +5 -0
- package/dist/src/ui/components/icon-components/TimelineCaret.js.map +1 -0
- package/dist/src/ui/components/icon-components/Trash.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Trash.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Trash.js +5 -0
- package/dist/src/ui/components/icon-components/Trash.js.map +1 -0
- package/dist/src/ui/components/icon-components/TrashFill.d.ts +3 -0
- package/dist/src/ui/components/icon-components/TrashFill.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/TrashFill.js +5 -0
- package/dist/src/ui/components/icon-components/TrashFill.js.map +1 -0
- package/dist/src/ui/components/icon-components/TreeViewSlash.d.ts +3 -0
- package/dist/src/ui/components/icon-components/TreeViewSlash.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/TreeViewSlash.js +5 -0
- package/dist/src/ui/components/icon-components/TreeViewSlash.js.map +1 -0
- package/dist/src/ui/components/icon-components/TriangleDown.d.ts +3 -0
- package/dist/src/ui/components/icon-components/TriangleDown.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/TriangleDown.js +5 -0
- package/dist/src/ui/components/icon-components/TriangleDown.js.map +1 -0
- package/dist/src/ui/components/icon-components/Tube.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Tube.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Tube.js +5 -0
- package/dist/src/ui/components/icon-components/Tube.js.map +1 -0
- package/dist/src/ui/components/icon-components/VariantArrowLeft.d.ts +3 -0
- package/dist/src/ui/components/icon-components/VariantArrowLeft.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/VariantArrowLeft.js +5 -0
- package/dist/src/ui/components/icon-components/VariantArrowLeft.js.map +1 -0
- package/dist/src/ui/components/icon-components/VerticalDots.d.ts +3 -0
- package/dist/src/ui/components/icon-components/VerticalDots.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/VerticalDots.js +5 -0
- package/dist/src/ui/components/icon-components/VerticalDots.js.map +1 -0
- package/dist/src/ui/components/icon-components/WarningFill.d.ts +3 -0
- package/dist/src/ui/components/icon-components/WarningFill.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/WarningFill.js +5 -0
- package/dist/src/ui/components/icon-components/WarningFill.js.map +1 -0
- package/dist/src/ui/components/icon-components/XTwitter.d.ts +3 -0
- package/dist/src/ui/components/icon-components/XTwitter.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/XTwitter.js +5 -0
- package/dist/src/ui/components/icon-components/XTwitter.js.map +1 -0
- package/dist/src/ui/components/icon-components/Xmark.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Xmark.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Xmark.js +5 -0
- package/dist/src/ui/components/icon-components/Xmark.js.map +1 -0
- package/dist/src/ui/components/icon-components/XmarkLight.d.ts +3 -0
- package/dist/src/ui/components/icon-components/XmarkLight.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/XmarkLight.js +5 -0
- package/dist/src/ui/components/icon-components/XmarkLight.js.map +1 -0
- package/dist/src/ui/components/icon-components/Youtube.d.ts +3 -0
- package/dist/src/ui/components/icon-components/Youtube.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/Youtube.js +5 -0
- package/dist/src/ui/components/icon-components/Youtube.js.map +1 -0
- package/dist/src/ui/components/icon-components/index.d.ts +6 -0
- package/dist/src/ui/components/icon-components/index.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/index.js +347 -0
- package/dist/src/ui/components/icon-components/index.js.map +1 -0
- package/dist/src/ui/components/index.d.ts +15 -0
- package/dist/src/ui/components/index.d.ts.map +1 -0
- package/dist/src/ui/components/index.js +21 -0
- package/dist/src/ui/components/index.js.map +1 -0
- package/dist/src/ui/components/object-set-table/hooks/useGlobalTableKeyEvents.d.ts +3 -0
- package/dist/src/ui/components/object-set-table/hooks/useGlobalTableKeyEvents.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/hooks/useGlobalTableKeyEvents.js +48 -0
- package/dist/src/ui/components/object-set-table/hooks/useGlobalTableKeyEvents.js.map +1 -0
- package/dist/src/ui/components/object-set-table/index.d.ts +2 -0
- package/dist/src/ui/components/object-set-table/index.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/index.js +5 -0
- package/dist/src/ui/components/object-set-table/index.js.map +1 -0
- package/dist/src/ui/components/object-set-table/logic/selection-manager.d.ts +49 -0
- package/dist/src/ui/components/object-set-table/logic/selection-manager.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/logic/selection-manager.js +97 -0
- package/dist/src/ui/components/object-set-table/logic/selection-manager.js.map +1 -0
- package/dist/src/ui/components/object-set-table/logic/table-api.d.ts +52 -0
- package/dist/src/ui/components/object-set-table/logic/table-api.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/logic/table-api.js +105 -0
- package/dist/src/ui/components/object-set-table/logic/table-api.js.map +1 -0
- package/dist/src/ui/components/object-set-table/mock-data.d.ts +16 -0
- package/dist/src/ui/components/object-set-table/mock-data.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/mock-data.js +101 -0
- package/dist/src/ui/components/object-set-table/mock-data.js.map +1 -0
- package/dist/src/ui/components/object-set-table/object-set-table.d.ts +12 -0
- package/dist/src/ui/components/object-set-table/object-set-table.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/object-set-table.js +53 -0
- package/dist/src/ui/components/object-set-table/object-set-table.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/body.d.ts +8 -0
- package/dist/src/ui/components/object-set-table/subcomponents/body.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/body.js +114 -0
- package/dist/src/ui/components/object-set-table/subcomponents/body.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.d.ts +3 -0
- package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.js +7 -0
- package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.d.ts +7 -0
- package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.js +8 -0
- package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.d.ts +3 -0
- package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.js +7 -0
- package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.d.ts +8 -0
- package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.js +15 -0
- package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.d.ts +4 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.js +14 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/number-render.d.ts +3 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/number-render.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/number-render.js +6 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/number-render.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/text-render.d.ts +3 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/text-render.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/text-render.js +6 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/text-render.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-formatter.d.ts +3 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-formatter.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-formatter.js +11 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-formatter.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.d.ts +4 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.js +6 -0
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/header/header-cell.d.ts +3 -0
- package/dist/src/ui/components/object-set-table/subcomponents/header/header-cell.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/header/header-cell.js +7 -0
- package/dist/src/ui/components/object-set-table/subcomponents/header/header-cell.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/header/header-number-td.d.ts +7 -0
- package/dist/src/ui/components/object-set-table/subcomponents/header/header-number-td.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/header/header-number-td.js +13 -0
- package/dist/src/ui/components/object-set-table/subcomponents/header/header-number-td.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/header.d.ts +8 -0
- package/dist/src/ui/components/object-set-table/subcomponents/header.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/header.js +19 -0
- package/dist/src/ui/components/object-set-table/subcomponents/header.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.d.ts +6 -0
- package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.js +18 -0
- package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/table-focus-trap.d.ts +5 -0
- package/dist/src/ui/components/object-set-table/subcomponents/table-focus-trap.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/table-focus-trap.js +16 -0
- package/dist/src/ui/components/object-set-table/subcomponents/table-focus-trap.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.d.ts +24 -0
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.js +41 -0
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.js.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.d.ts +49 -0
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.js +109 -0
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.js.map +1 -0
- package/dist/src/ui/components/object-set-table/types.d.ts +242 -0
- package/dist/src/ui/components/object-set-table/types.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/types.js +2 -0
- package/dist/src/ui/components/object-set-table/types.js.map +1 -0
- package/dist/src/ui/components/object-set-table/utils.d.ts +90 -0
- package/dist/src/ui/components/object-set-table/utils.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/utils.js +172 -0
- package/dist/src/ui/components/object-set-table/utils.js.map +1 -0
- package/dist/src/ui/components/sidebar/index.d.ts +4 -0
- package/dist/src/ui/components/sidebar/index.d.ts.map +1 -0
- package/dist/src/ui/components/sidebar/index.js +3 -0
- package/dist/src/ui/components/sidebar/index.js.map +1 -0
- package/dist/src/ui/components/sidebar/mocked_tree.json +5230 -0
- package/dist/src/ui/components/sidebar/sidebar.d.ts +81 -0
- package/dist/src/ui/components/sidebar/sidebar.d.ts.map +1 -0
- package/dist/src/ui/components/sidebar/sidebar.js +62 -0
- package/dist/src/ui/components/sidebar/sidebar.js.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-content-area.d.ts +7 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-content-area.d.ts.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-content-area.js +17 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-content-area.js.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-header.d.ts +8 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-header.d.ts.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-header.js +17 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-header.js.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-item.d.ts +19 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-item.d.ts.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-item.js +82 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-item.js.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-pinning-area.d.ts +2 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-pinning-area.d.ts.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-pinning-area.js +13 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-pinning-area.js.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/index.d.ts +2 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/index.d.ts.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/index.js +2 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/index.js.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-provider.d.ts +37 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-provider.d.ts.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-provider.js +292 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-provider.js.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-reducer.d.ts +93 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-reducer.d.ts.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-reducer.js +135 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-reducer.js.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/index.d.ts +4 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/index.d.ts.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/index.js +4 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/index.js.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-navigation-arrow.d.ts +8 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-navigation-arrow.d.ts.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-navigation-arrow.js +6 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-navigation-arrow.js.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-result-counter.d.ts +8 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-result-counter.d.ts.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-result-counter.js +8 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-result-counter.js.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/sidebar-search.d.ts +6 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/sidebar-search.d.ts.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/sidebar-search.js +36 -0
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/sidebar-search.js.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/status-icon.d.ts +8 -0
- package/dist/src/ui/components/sidebar/subcomponents/status-icon.d.ts.map +1 -0
- package/dist/src/ui/components/sidebar/subcomponents/status-icon.js +32 -0
- package/dist/src/ui/components/sidebar/subcomponents/status-icon.js.map +1 -0
- package/dist/src/ui/components/sidebar/types.d.ts +23 -0
- package/dist/src/ui/components/sidebar/types.d.ts.map +1 -0
- package/dist/src/ui/components/sidebar/types.js +10 -0
- package/dist/src/ui/components/sidebar/types.js.map +1 -0
- package/dist/src/ui/components/sidebar/use-sidebar-resize.d.ts +33 -0
- package/dist/src/ui/components/sidebar/use-sidebar-resize.d.ts.map +1 -0
- package/dist/src/ui/components/sidebar/use-sidebar-resize.js +97 -0
- package/dist/src/ui/components/sidebar/use-sidebar-resize.js.map +1 -0
- package/dist/src/ui/components/sidebar/utils.d.ts +52 -0
- package/dist/src/ui/components/sidebar/utils.d.ts.map +1 -0
- package/dist/src/ui/components/sidebar/utils.js +238 -0
- package/dist/src/ui/components/sidebar/utils.js.map +1 -0
- package/dist/src/ui/components/tooltip/index.d.ts +2 -0
- package/dist/src/ui/components/tooltip/index.d.ts.map +1 -0
- package/dist/src/ui/components/tooltip/index.js +2 -0
- package/dist/src/ui/components/tooltip/index.js.map +1 -0
- package/dist/src/ui/components/tooltip/tooltip.d.ts +11 -0
- package/dist/src/ui/components/tooltip/tooltip.d.ts.map +1 -0
- package/dist/src/ui/components/tooltip/tooltip.js +24 -0
- package/dist/src/ui/components/tooltip/tooltip.js.map +1 -0
- package/dist/src/ui/index.d.ts +2 -0
- package/dist/src/ui/index.d.ts.map +1 -0
- package/dist/src/ui/index.js +2 -0
- package/dist/src/ui/index.js.map +1 -0
- package/dist/style.css +3665 -0
- package/dist/tsconfig.lib.tsbuildinfo +1 -0
- package/package.json +165 -0
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { cn, FormDescription, FormGroup, FormLabel, FormMessageList, } from "#scalars";
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import { BasePickerField } from "../date-time-picker/base-picker.js";
|
|
5
|
+
import { Calendar } from "./subcomponents/calendar/calendar.js";
|
|
6
|
+
import { useDatePickerField } from "./use-date-picker.js";
|
|
7
|
+
const DatePicker = forwardRef(({ label, id, errors, name, disabled, required, value, defaultValue, placeholder, description, warnings, onChange, onBlur, inputProps, disablePastDates, disableFutureDates, dateFormat, weekStart, autoClose = false, minDate, maxDate, ...props }, ref) => {
|
|
8
|
+
const { date, inputValue, handleDateSelect, handleInputChange, isOpen, setIsOpen, handleBlur, disabledDates, weekStartDay, handleDayClick, } = useDatePickerField({
|
|
9
|
+
value,
|
|
10
|
+
defaultValue,
|
|
11
|
+
onChange,
|
|
12
|
+
onBlur,
|
|
13
|
+
disablePastDates,
|
|
14
|
+
disableFutureDates,
|
|
15
|
+
dateFormat,
|
|
16
|
+
weekStart,
|
|
17
|
+
autoClose,
|
|
18
|
+
minDate,
|
|
19
|
+
maxDate,
|
|
20
|
+
});
|
|
21
|
+
return (_jsxs(FormGroup, { children: [label && (_jsx(FormLabel, { htmlFor: id, required: required, disabled: disabled, hasError: !!errors?.length, children: label })), _jsx(BasePickerField, { ref: ref, label: label, id: id, value: inputValue, name: name, errors: errors, disabled: disabled, required: required, iconName: "CalendarTime", placeholder: placeholder, isOpen: isOpen, setIsOpen: setIsOpen, onInputChange: handleInputChange, inputProps: inputProps, handleBlur: handleBlur, "data-cast": `DateString:${dateFormat}`, className: cn(
|
|
22
|
+
// custom styles
|
|
23
|
+
"px-4 pb-6 pt-3"), children: _jsx(Calendar, { mode: "single", selected: date, weekStartsOn: weekStartDay, onSelect: handleDateSelect, disabled: disabledDates, onDayClick: handleDayClick, className: cn("w-full", "p-0",
|
|
24
|
+
// dark
|
|
25
|
+
"dark:text-gray-500",
|
|
26
|
+
// custom styles
|
|
27
|
+
"font-inter", "text-[14px]", "font-semibold", "leading-[22px]"), weekdaysClassName: cn("h-[34px]", "gap-x-[3px]", "dark:text-gray-600"), monthGridClassName: cn("w-full", "px-[5.5px]"), dayClassName: cn("w-[34px] cursor-pointer text-[12px] text-gray-900 hover:rounded-[4px] hover:bg-gray-200",
|
|
28
|
+
// dark
|
|
29
|
+
"dark:text-gray-50 hover:dark:bg-gray-900", "disabled:text-gray-300"), buttonPreviousClassName: cn("border border-gray-200",
|
|
30
|
+
// hover
|
|
31
|
+
"hover:border-gray-300 hover:bg-gray-100 hover:text-gray-900 dark:hover:bg-gray-900",
|
|
32
|
+
// dark
|
|
33
|
+
"dark:border-gray-900 dark:text-gray-300"), buttonNextClassName: cn("border border-gray-200",
|
|
34
|
+
// hover
|
|
35
|
+
"hover:border-gray-300 hover:bg-gray-100 hover:text-gray-900 dark:hover:bg-gray-900",
|
|
36
|
+
// dark
|
|
37
|
+
"dark:border-gray-900 dark:text-gray-300"), todayClassName: cn("rounded-[4px]", "bg-gray-100",
|
|
38
|
+
// dark
|
|
39
|
+
"dark:bg-gray-900 dark:text-gray-50",
|
|
40
|
+
// When selected, apply these styles with !important to ensure priority
|
|
41
|
+
"aria-selected:!bg-gray-900 aria-selected:!text-white"), selectedClassName: cn("rounded-[4px]", "bg-gray-900 text-white", "hover:bg-gray-900",
|
|
42
|
+
// dark
|
|
43
|
+
"dark:bg-gray-50 dark:text-gray-900", "dark:hover:bg-gray-50 dark:hover:text-gray-900"), dayButtonClassName: cn("text-[12px] font-medium"), weekClassName: cn("w-full"), disabledClassName: cn("!cursor-not-allowed !text-gray-300 hover:!bg-transparent [&>button]:hover:!bg-transparent"), ...props }) }), description && _jsx(FormDescription, { children: description }), warnings && _jsx(FormMessageList, { messages: warnings, type: "warning" }), errors && _jsx(FormMessageList, { messages: errors, type: "error" })] }));
|
|
44
|
+
});
|
|
45
|
+
DatePicker.displayName = "DatePicker";
|
|
46
|
+
export { DatePicker };
|
|
47
|
+
//# sourceMappingURL=date-picker.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"date-picker.js","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/date-picker/date-picker.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/date-picker/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACpE,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/date-picker/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAwB,MAAM,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { type DayPickerProps } from "react-day-picker";
|
|
2
|
+
export type CalendarProps = DayPickerProps & {
|
|
3
|
+
/**
|
|
4
|
+
* In the year view, the number of years to display at once.
|
|
5
|
+
* @default 12
|
|
6
|
+
*/
|
|
7
|
+
yearRange?: number;
|
|
8
|
+
/**
|
|
9
|
+
* Wether to show the year switcher in the caption.
|
|
10
|
+
* @default true
|
|
11
|
+
*/
|
|
12
|
+
showYearSwitcher?: boolean;
|
|
13
|
+
monthsClassName?: string;
|
|
14
|
+
monthCaptionClassName?: string;
|
|
15
|
+
weekdaysClassName?: string;
|
|
16
|
+
weekdayClassName?: string;
|
|
17
|
+
monthClassName?: string;
|
|
18
|
+
captionClassName?: string;
|
|
19
|
+
captionLabelClassName?: string;
|
|
20
|
+
buttonNextClassName?: string;
|
|
21
|
+
buttonPreviousClassName?: string;
|
|
22
|
+
navClassName?: string;
|
|
23
|
+
monthGridClassName?: string;
|
|
24
|
+
weekClassName?: string;
|
|
25
|
+
dayClassName?: string;
|
|
26
|
+
dayButtonClassName?: string;
|
|
27
|
+
rangeStartClassName?: string;
|
|
28
|
+
rangeEndClassName?: string;
|
|
29
|
+
selectedClassName?: string;
|
|
30
|
+
todayClassName?: string;
|
|
31
|
+
outsideClassName?: string;
|
|
32
|
+
disabledClassName?: string;
|
|
33
|
+
rangeMiddleClassName?: string;
|
|
34
|
+
hiddenClassName?: string;
|
|
35
|
+
dayPickerClassName?: string;
|
|
36
|
+
disabledDates?: boolean;
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* A custom calendar component built on top of react-day-picker.
|
|
40
|
+
* @param props The props for the calendar.
|
|
41
|
+
* @default yearRange 12
|
|
42
|
+
* @returns
|
|
43
|
+
*/
|
|
44
|
+
declare const Calendar: {
|
|
45
|
+
({ className, showOutsideDays, showYearSwitcher, yearRange, numberOfMonths, disabledDates, ...props }: CalendarProps): import("react/jsx-runtime").JSX.Element;
|
|
46
|
+
displayName: string;
|
|
47
|
+
};
|
|
48
|
+
export { Calendar };
|
|
49
|
+
//# sourceMappingURL=calendar.d.ts.map
|
package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.tsx"],"names":[],"mappings":"AAMA,OAAO,EAA2B,KAAK,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAUhF,MAAM,MAAM,aAAa,GAAG,cAAc,GAAG;IAC3C;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAE3B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF;;;;;GAKG;AACH,QAAA,MAAM,QAAQ;2GAQX,aAAa;;CA8Nf,CAAC;AAGF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { Icon } from "@powerhousedao/design-system";
|
|
4
|
+
import { cn } from "#scalars";
|
|
5
|
+
import { format } from "date-fns";
|
|
6
|
+
import * as React from "react";
|
|
7
|
+
import { DayPicker, useDayPicker } from "react-day-picker";
|
|
8
|
+
import { buttonVariants } from "../../../../../../scalars/components/fragments/button/index.js";
|
|
9
|
+
import CalendarDateHeader from "../calendar-date-header/calendar-date-header.js";
|
|
10
|
+
import NavCalendar from "../calendar-nav/calendar-nav.js";
|
|
11
|
+
import CaptionLabel from "../caption-label/caption-label.js";
|
|
12
|
+
import { MonthGrid } from "../months-view/month-view.js";
|
|
13
|
+
import { MONTHS } from "../utils.js";
|
|
14
|
+
import { YearGrid } from "../year-view/year-grid.js";
|
|
15
|
+
/**
|
|
16
|
+
* A custom calendar component built on top of react-day-picker.
|
|
17
|
+
* @param props The props for the calendar.
|
|
18
|
+
* @default yearRange 12
|
|
19
|
+
* @returns
|
|
20
|
+
*/
|
|
21
|
+
const Calendar = ({ className, showOutsideDays = true, showYearSwitcher = true, yearRange = 12, numberOfMonths, disabledDates = false, ...props }) => {
|
|
22
|
+
const [navView, setNavView] = React.useState("days");
|
|
23
|
+
const [displayYears, setDisplayYears] = React.useState(React.useMemo(() => {
|
|
24
|
+
const currentYear = new Date().getFullYear();
|
|
25
|
+
return {
|
|
26
|
+
from: currentYear - Math.floor(yearRange / 2 - 1),
|
|
27
|
+
to: currentYear + Math.ceil(yearRange / 2),
|
|
28
|
+
};
|
|
29
|
+
}, [yearRange]));
|
|
30
|
+
const { onNextClick, onPrevClick, startMonth, endMonth } = props;
|
|
31
|
+
const columnsDisplayed = navView === "years" ? 1 : numberOfMonths;
|
|
32
|
+
const _monthsClassName = cn("relative flex", props.monthsClassName);
|
|
33
|
+
const _monthCaptionClassName = cn("relative mx-10 flex h-7 items-center justify-center", props.monthCaptionClassName);
|
|
34
|
+
const _weekdaysClassName = cn("flex flex-row", props.weekdaysClassName);
|
|
35
|
+
const _weekdayClassName = cn("text-muted-foreground w-8 text-sm font-normal", props.weekdayClassName);
|
|
36
|
+
const _monthClassName = cn("w-full", props.monthClassName);
|
|
37
|
+
const _captionClassName = cn("relative flex items-center justify-center pt-1", "w-full", props.captionClassName);
|
|
38
|
+
const _captionLabelClassName = cn("truncate text-sm font-medium", props.captionLabelClassName);
|
|
39
|
+
const buttonNavClassName = buttonVariants({
|
|
40
|
+
variant: "outline",
|
|
41
|
+
className: "absolute h-7 w-7 bg-transparent p-0 opacity-50 hover:opacity-100",
|
|
42
|
+
});
|
|
43
|
+
const _buttonNextClassName = cn(buttonNavClassName, "right-0", props.buttonNextClassName);
|
|
44
|
+
const _buttonPreviousClassName = cn(buttonNavClassName, "left-0", props.buttonPreviousClassName);
|
|
45
|
+
const _navClassName = cn("flex items-start", props.navClassName);
|
|
46
|
+
const _monthGridClassName = cn("mt-[15px]", "w-auto", props.monthGridClassName);
|
|
47
|
+
const _weekClassName = cn("mt-[5px] flex w-max items-start", props.weekClassName);
|
|
48
|
+
const _dayClassName = cn("flex h-[34px] w-8 flex-1 items-center justify-center p-0 text-sm", props.dayClassName);
|
|
49
|
+
const _dayButtonClassName = cn(buttonVariants({ variant: "ghost" }), "size-8 rounded-md p-0 font-normal transition-none aria-selected:opacity-100", props.dayButtonClassName);
|
|
50
|
+
const buttonRangeClassName = "bg-accent [&>button]:bg-primary [&>button]:text-primary-foreground [&>button]:hover:bg-primary [&>button]:hover:text-primary-foreground";
|
|
51
|
+
const _rangeStartClassName = cn(buttonRangeClassName, "day-range-start rounded-s-md", props.rangeStartClassName);
|
|
52
|
+
const _rangeEndClassName = cn(buttonRangeClassName, "day-range-end rounded-e-md", props.rangeEndClassName);
|
|
53
|
+
const _rangeMiddleClassName = cn("bg-accent !text-foreground [&>button]:!text-foreground [&>button]:hover:!text-foreground [&>button]:bg-transparent [&>button]:hover:bg-transparent", props.rangeMiddleClassName);
|
|
54
|
+
const _selectedClassName = cn("[&>button]:bg-primary [&>button]:text-primary-foreground [&>button]:hover:bg-primary [&>button]:hover:text-primary-foreground", "rounded-[4px] bg-green-500", props.selectedClassName);
|
|
55
|
+
const _todayClassName = cn("[&>button]:bg-accent [&>button]:text-accent-foreground", props.todayClassName);
|
|
56
|
+
const _outsideClassName = cn("day-outside text-muted-foreground aria-selected:bg-accent/50 aria-selected:text-muted-foreground opacity-50 aria-selected:opacity-30", props.outsideClassName);
|
|
57
|
+
const _disabledClassName = cn("text-gray-300 cursor-not-allowed", props.disabledClassName);
|
|
58
|
+
const _hiddenClassName = cn("invisible flex-1", props.hiddenClassName);
|
|
59
|
+
return (_jsx(DayPicker, { mode: "single", showOutsideDays: showOutsideDays, numberOfMonths: columnsDisplayed, disabled: disabledDates, className: cn("w-auto p-3 dark:border-gray-900 dark:bg-slate-600", className), classNames: {
|
|
60
|
+
months: _monthsClassName,
|
|
61
|
+
month_caption: _monthCaptionClassName,
|
|
62
|
+
weekdays: _weekdaysClassName,
|
|
63
|
+
weekday: _weekdayClassName,
|
|
64
|
+
month: _monthClassName,
|
|
65
|
+
caption: _captionClassName,
|
|
66
|
+
caption_label: _captionLabelClassName,
|
|
67
|
+
button_next: _buttonNextClassName,
|
|
68
|
+
button_previous: _buttonPreviousClassName,
|
|
69
|
+
nav: _navClassName,
|
|
70
|
+
month_grid: _monthGridClassName,
|
|
71
|
+
week: _weekClassName,
|
|
72
|
+
day: _dayClassName,
|
|
73
|
+
day_button: _dayButtonClassName,
|
|
74
|
+
range_start: _rangeStartClassName,
|
|
75
|
+
range_middle: _rangeMiddleClassName,
|
|
76
|
+
range_end: _rangeEndClassName,
|
|
77
|
+
selected: _selectedClassName,
|
|
78
|
+
today: _todayClassName,
|
|
79
|
+
outside: _outsideClassName,
|
|
80
|
+
disabled: _disabledClassName,
|
|
81
|
+
hidden: _hiddenClassName,
|
|
82
|
+
}, components: {
|
|
83
|
+
Chevron: () => {
|
|
84
|
+
return _jsx(Icon, { className: "size-4", name: "ArrowLeft" });
|
|
85
|
+
},
|
|
86
|
+
Nav: ({ className }) => {
|
|
87
|
+
return (_jsx(NavCalendar, { navView: navView, displayYears: displayYears, onPrevClick: onPrevClick, onNextClick: onNextClick, setDisplayYears: setDisplayYears, className: className, buttonPreviousClassName: props.buttonPreviousClassName, buttonNextClassName: props.buttonNextClassName, startMonth: startMonth, endMonth: endMonth, ...props }));
|
|
88
|
+
},
|
|
89
|
+
CaptionLabel: ({ children, ...props }) => (_jsx(CaptionLabel, { navView: navView, setNavView: setNavView, showYearSwitcher: showYearSwitcher, ...props, children: children })),
|
|
90
|
+
MonthGrid: ({ className, children, ...props }) => {
|
|
91
|
+
const { goToMonth, months } = useDayPicker();
|
|
92
|
+
const actualYear = format(months[0].date, "yyyy");
|
|
93
|
+
const actualMonth = format(months[0].date, "MMMM");
|
|
94
|
+
if (navView === "years") {
|
|
95
|
+
return (_jsxs("div", { className: "mt-[18px] flex flex-col gap-2", children: [_jsx(YearGrid, { displayYears: displayYears, startMonth: startMonth, endMonth: endMonth, actualMonth: actualMonth, months: months, currentYear: new Date().getFullYear(), onYearSelect: (year) => {
|
|
96
|
+
goToMonth(new Date(year, MONTHS.indexOf(actualMonth)));
|
|
97
|
+
setNavView("months");
|
|
98
|
+
} }), _jsx(CalendarDateHeader, { navView: navView, setNavView: setNavView })] }));
|
|
99
|
+
}
|
|
100
|
+
if (navView === "months") {
|
|
101
|
+
return (_jsxs("div", { className: "mt-[15px] flex flex-col gap-3", children: [_jsx(MonthGrid, { actualMonth: actualMonth, actualYear: actualYear, onMonthSelect: (year, monthIndex) => {
|
|
102
|
+
goToMonth(new Date(year, monthIndex));
|
|
103
|
+
setNavView("days");
|
|
104
|
+
} }), _jsx(CalendarDateHeader, { navView: navView, setNavView: setNavView })] }));
|
|
105
|
+
}
|
|
106
|
+
return (_jsx("table", { className: className, ...props, children: children }));
|
|
107
|
+
},
|
|
108
|
+
}, ...props }));
|
|
109
|
+
};
|
|
110
|
+
Calendar.displayName = "Calendar";
|
|
111
|
+
export { Calendar };
|
|
112
|
+
//# sourceMappingURL=calendar.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar.js","sourceRoot":"","sources":["../../../../../../../../src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { type DatePickerView } from "../../types.js";
|
|
2
|
+
type CalendarDateHeaderProps = {
|
|
3
|
+
navView: DatePickerView;
|
|
4
|
+
setNavView: (navView: DatePickerView) => void;
|
|
5
|
+
};
|
|
6
|
+
declare const CalendarDateHeader: ({ navView, setNavView, }: CalendarDateHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default CalendarDateHeader;
|
|
8
|
+
//# sourceMappingURL=calendar-date-header.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-date-header.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/components/data-entry/date-picker/subcomponents/calendar-date-header/calendar-date-header.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,gBAAgB,CAAC;AACrD,KAAK,uBAAuB,GAAG;IAC7B,OAAO,EAAE,cAAc,CAAC;IACxB,UAAU,EAAE,CAAC,OAAO,EAAE,cAAc,KAAK,IAAI,CAAC;CAC/C,CAAC;AAEF,QAAA,MAAM,kBAAkB,GAAI,0BAGzB,uBAAuB,4CA2BzB,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { cn } from "#scalars";
|
|
3
|
+
import { Button } from "../../../../../../scalars/components/fragments/button/index.js";
|
|
4
|
+
const CalendarDateHeader = ({ navView, setNavView, }) => {
|
|
5
|
+
return (_jsxs("div", { className: "flex flex-row justify-between", children: [_jsx(Button, { variant: "ghost", onClick: () => setNavView("years"), className: cn("w-[114px] py-2 text-gray-500", "rounded-[6px] border border-gray-200 bg-white", navView === "years" && "bg-gray-100"), children: "Year" }), _jsx(Button, { variant: "ghost", onClick: () => setNavView("months"), className: cn("w-[114px] py-2 text-gray-500", "rounded-[6px] border border-gray-200 bg-white", navView === "months" && "bg-gray-100"), children: "Month" })] }));
|
|
6
|
+
};
|
|
7
|
+
export default CalendarDateHeader;
|
|
8
|
+
//# sourceMappingURL=calendar-date-header.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-date-header.js","sourceRoot":"","sources":["../../../../../../../../src/ui/components/data-entry/date-picker/subcomponents/calendar-date-header/calendar-date-header.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,UAAU,CAAC;AAC9B,OAAO,EAAE,MAAM,EAAE,MAAM,gEAAgE,CAAC;AAOxF,MAAM,kBAAkB,GAAG,CAAC,EAC1B,OAAO,EACP,UAAU,GACc,EAAE,EAAE;IAC5B,OAAO,CACL,eAAK,SAAS,EAAC,+BAA+B,aAC5C,KAAC,MAAM,IACL,OAAO,EAAC,OAAO,EACf,OAAO,EAAE,GAAG,EAAE,CAAC,UAAU,CAAC,OAAO,CAAC,EAClC,SAAS,EAAE,EAAE,CACX,8BAA8B,EAC9B,+CAA+C,EAC/C,OAAO,KAAK,OAAO,IAAI,aAAa,CACrC,qBAGM,EACT,KAAC,MAAM,IACL,OAAO,EAAC,OAAO,EACf,OAAO,EAAE,GAAG,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,EACnC,SAAS,EAAE,EAAE,CACX,8BAA8B,EAC9B,+CAA+C,EAC/C,OAAO,KAAK,QAAQ,IAAI,aAAa,CACtC,sBAGM,IACL,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { type DatePickerView } from "../../types.js";
|
|
2
|
+
interface NavProps {
|
|
3
|
+
className?: string;
|
|
4
|
+
navView: DatePickerView;
|
|
5
|
+
displayYears: {
|
|
6
|
+
from: number;
|
|
7
|
+
to: number;
|
|
8
|
+
};
|
|
9
|
+
setDisplayYears: (years: {
|
|
10
|
+
from: number;
|
|
11
|
+
to: number;
|
|
12
|
+
}) => void;
|
|
13
|
+
onPrevClick?: (date: Date) => void;
|
|
14
|
+
onNextClick?: (date: Date) => void;
|
|
15
|
+
startMonth?: Date;
|
|
16
|
+
endMonth?: Date;
|
|
17
|
+
buttonPreviousClassName?: string;
|
|
18
|
+
buttonNextClassName?: string;
|
|
19
|
+
}
|
|
20
|
+
declare const NavCalendar: React.FC<NavProps>;
|
|
21
|
+
export default NavCalendar;
|
|
22
|
+
//# sourceMappingURL=calendar-nav.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-nav.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAErD,UAAU,QAAQ;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,cAAc,CAAC;IACxB,YAAY,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,CAAC;IAC3C,eAAe,EAAE,CAAC,KAAK,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IAC/D,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IACnC,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IACnC,UAAU,CAAC,EAAE,IAAI,CAAC;IAClB,QAAQ,CAAC,EAAE,IAAI,CAAC;IAChB,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CAyInC,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.js
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Icon } from "@powerhousedao/design-system";
|
|
3
|
+
import { cn } from "#scalars";
|
|
4
|
+
import { differenceInCalendarDays } from "date-fns";
|
|
5
|
+
import { useCallback, useMemo } from "react";
|
|
6
|
+
import { useDayPicker } from "react-day-picker";
|
|
7
|
+
import { Button } from "../../../../../../scalars/components/fragments/button/index.js";
|
|
8
|
+
const NavCalendar = ({ className, navView, displayYears, setDisplayYears, onPrevClick, onNextClick, startMonth, endMonth, buttonPreviousClassName, buttonNextClassName, }) => {
|
|
9
|
+
const { nextMonth, previousMonth, goToMonth } = useDayPicker();
|
|
10
|
+
// Function to check if the "Previous" button should be disabled
|
|
11
|
+
const isPreviousDisabled = useMemo(() => {
|
|
12
|
+
if (navView === "years") {
|
|
13
|
+
const previousYearDate = new Date(displayYears.from - 1, 0, 1);
|
|
14
|
+
return ((startMonth &&
|
|
15
|
+
differenceInCalendarDays(previousYearDate, startMonth) < 0) ||
|
|
16
|
+
(endMonth && differenceInCalendarDays(previousYearDate, endMonth) > 0));
|
|
17
|
+
}
|
|
18
|
+
return !previousMonth;
|
|
19
|
+
}, [navView, displayYears, startMonth, endMonth, previousMonth]);
|
|
20
|
+
// Function to check if the "Next" button should be disabled
|
|
21
|
+
const isNextDisabled = useMemo(() => {
|
|
22
|
+
if (navView === "years") {
|
|
23
|
+
const nextYearDate = new Date(displayYears.to + 1, 0, 1);
|
|
24
|
+
return ((startMonth &&
|
|
25
|
+
differenceInCalendarDays(nextYearDate, startMonth) < 0) ||
|
|
26
|
+
(endMonth && differenceInCalendarDays(nextYearDate, endMonth) > 0));
|
|
27
|
+
}
|
|
28
|
+
return !nextMonth;
|
|
29
|
+
}, [navView, displayYears, startMonth, endMonth, nextMonth]);
|
|
30
|
+
const handlePreviousClick = useCallback(() => {
|
|
31
|
+
if (!previousMonth)
|
|
32
|
+
return;
|
|
33
|
+
if (navView === "years") {
|
|
34
|
+
const newDisplayYears = {
|
|
35
|
+
from: displayYears.from - (displayYears.to - displayYears.from + 1),
|
|
36
|
+
to: displayYears.to - (displayYears.to - displayYears.from + 1),
|
|
37
|
+
};
|
|
38
|
+
setDisplayYears(newDisplayYears);
|
|
39
|
+
onPrevClick?.(new Date(displayYears.from - (displayYears.to - displayYears.from), 0, 1));
|
|
40
|
+
return;
|
|
41
|
+
}
|
|
42
|
+
goToMonth(previousMonth);
|
|
43
|
+
onPrevClick?.(previousMonth);
|
|
44
|
+
}, [
|
|
45
|
+
previousMonth,
|
|
46
|
+
goToMonth,
|
|
47
|
+
navView,
|
|
48
|
+
displayYears,
|
|
49
|
+
setDisplayYears,
|
|
50
|
+
onPrevClick,
|
|
51
|
+
]);
|
|
52
|
+
const handleNextClick = useCallback(() => {
|
|
53
|
+
if (!nextMonth)
|
|
54
|
+
return;
|
|
55
|
+
if (navView === "years") {
|
|
56
|
+
const newDisplayYears = {
|
|
57
|
+
from: displayYears.from + (displayYears.to - displayYears.from + 1),
|
|
58
|
+
to: displayYears.to + (displayYears.to - displayYears.from + 1),
|
|
59
|
+
};
|
|
60
|
+
setDisplayYears(newDisplayYears);
|
|
61
|
+
onNextClick?.(new Date(displayYears.from + (displayYears.to - displayYears.from), 0, 1));
|
|
62
|
+
return;
|
|
63
|
+
}
|
|
64
|
+
goToMonth(nextMonth);
|
|
65
|
+
onNextClick?.(nextMonth);
|
|
66
|
+
}, [
|
|
67
|
+
nextMonth,
|
|
68
|
+
goToMonth,
|
|
69
|
+
navView,
|
|
70
|
+
displayYears,
|
|
71
|
+
setDisplayYears,
|
|
72
|
+
onNextClick,
|
|
73
|
+
]);
|
|
74
|
+
return (_jsxs("nav", { className: cn("flex items-center", className), children: [_jsx(Button, { variant: "outline", className: cn("absolute left-0 size-7 bg-transparent p-0 opacity-80 hover:opacity-100", buttonPreviousClassName), type: "button", tabIndex: isPreviousDisabled ? undefined : -1, disabled: isPreviousDisabled, "aria-label": navView === "years"
|
|
75
|
+
? `Go to the previous ${displayYears.to - displayYears.from + 1} years`
|
|
76
|
+
: `Previous month`, onClick: handlePreviousClick, children: _jsx(Icon, { className: "size-4", name: "CaretLeft" }) }), _jsx(Button, { variant: "outline", className: cn("absolute right-0 size-7 bg-transparent p-0 opacity-80 hover:opacity-100", buttonNextClassName), type: "button", tabIndex: isNextDisabled ? undefined : -1, disabled: isNextDisabled, "aria-label": navView === "years"
|
|
77
|
+
? `Go to the next ${displayYears.to - displayYears.from + 1} years`
|
|
78
|
+
: `Next month`, onClick: handleNextClick, children: _jsx(Icon, { className: "size-4", name: "CaretRight" }) })] }));
|
|
79
|
+
};
|
|
80
|
+
export default NavCalendar;
|
|
81
|
+
//# sourceMappingURL=calendar-nav.js.map
|
package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendar-nav.js","sourceRoot":"","sources":["../../../../../../../../src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.tsx"],"names":[],"mappings":"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"}
|
package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { type DatePickerView } from "../../types.js";
|
|
2
|
+
interface CaptionLabelProps extends React.PropsWithChildren {
|
|
3
|
+
showYearSwitcher: boolean;
|
|
4
|
+
navView: DatePickerView;
|
|
5
|
+
setNavView: (navView: DatePickerView) => void;
|
|
6
|
+
}
|
|
7
|
+
declare const CaptionLabel: React.FC<CaptionLabelProps>;
|
|
8
|
+
export default CaptionLabel;
|
|
9
|
+
//# sourceMappingURL=caption-label.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"caption-label.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,gBAAgB,CAAC;AACrD,UAAU,iBAAkB,SAAQ,KAAK,CAAC,iBAAiB;IACzD,gBAAgB,EAAE,OAAO,CAAC;IAC1B,OAAO,EAAE,cAAc,CAAC;IACxB,UAAU,EAAE,CAAC,OAAO,EAAE,cAAc,KAAK,IAAI,CAAC;CAC/C;AAED,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAsD7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Icon } from "@powerhousedao/design-system";
|
|
3
|
+
import { cn } from "#scalars";
|
|
4
|
+
import { Button } from "../../../../../../scalars/components/fragments/button/index.js";
|
|
5
|
+
const CaptionLabel = ({ children, showYearSwitcher, navView, setNavView, ...props }) => {
|
|
6
|
+
if (!showYearSwitcher)
|
|
7
|
+
return _jsx("span", { ...props, children: children });
|
|
8
|
+
// Convert children to a string and split by space to separate the month and the year
|
|
9
|
+
const [monthAbbreviation, yearNumber] = children.split(" ");
|
|
10
|
+
const isSelectedMonth = navView === "months";
|
|
11
|
+
const isSelectedYear = navView === "years";
|
|
12
|
+
return (_jsxs("div", { className: cn("flex items-center gap-2 text-gray-600", isSelectedMonth ? "text-gray-900" : "text-gray-600"), children: [_jsxs(Button, { className: cn("truncate text-sm font-semibold", isSelectedYear ? "text-gray-900" : "text-gray-600"), variant: "ghost", onClick: () => setNavView("years"), children: [_jsx("span", { className: cn(isSelectedMonth ? "text-gray-900" : "text-gray-600"), children: monthAbbreviation }), _jsx("span", { className: cn(isSelectedYear ? "text-gray-900" : "text-gray-600"), children: yearNumber })] }), navView === "days" ? (_jsx(Icon, { className: "size-[18px] cursor-pointer text-gray-600", name: "TriangleDown", onClick: () => setNavView("years") })) : (_jsx(Button, { variant: "ghost", onClick: () => setNavView("days"), children: _jsx(Icon, { className: "size-[18px] text-gray-900", name: "CrossCircle" }) }))] }));
|
|
13
|
+
};
|
|
14
|
+
export default CaptionLabel;
|
|
15
|
+
//# sourceMappingURL=caption-label.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"caption-label.js","sourceRoot":"","sources":["../../../../../../../../src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,8BAA8B,CAAC;AACpD,OAAO,EAAE,EAAE,EAAE,MAAM,UAAU,CAAC;AAC9B,OAAO,EAAE,MAAM,EAAE,MAAM,gEAAgE,CAAC;AAQxF,MAAM,YAAY,GAAgC,CAAC,EACjD,QAAQ,EACR,gBAAgB,EAChB,OAAO,EACP,UAAU,EACV,GAAG,KAAK,EACT,EAAE,EAAE;IACH,IAAI,CAAC,gBAAgB;QAAE,OAAO,kBAAU,KAAK,YAAG,QAAQ,GAAQ,CAAC;IAEjE,qFAAqF;IACrF,MAAM,CAAC,iBAAiB,EAAE,UAAU,CAAC,GAAI,QAAmB,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IAExE,MAAM,eAAe,GAAG,OAAO,KAAK,QAAQ,CAAC;IAC7C,MAAM,cAAc,GAAG,OAAO,KAAK,OAAO,CAAC;IAE3C,OAAO,CACL,eACE,SAAS,EAAE,EAAE,CACX,uCAAuC,EACvC,eAAe,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,eAAe,CACpD,aAED,MAAC,MAAM,IACL,SAAS,EAAE,EAAE,CACX,gCAAgC,EAChC,cAAc,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,eAAe,CACnD,EACD,OAAO,EAAC,OAAO,EACf,OAAO,EAAE,GAAG,EAAE,CAAC,UAAU,CAAC,OAAO,CAAC,aAElC,eACE,SAAS,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,eAAe,CAAC,YAEjE,iBAAiB,GACb,EACP,eACE,SAAS,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,CAAC,eAAe,CAAC,CAAC,CAAC,eAAe,CAAC,YAEhE,UAAU,GACN,IACA,EACR,OAAO,KAAK,MAAM,CAAC,CAAC,CAAC,CACpB,KAAC,IAAI,IACH,SAAS,EAAC,0CAA0C,EACpD,IAAI,EAAC,cAAc,EACnB,OAAO,EAAE,GAAG,EAAE,CAAC,UAAU,CAAC,OAAO,CAAC,GAClC,CACH,CAAC,CAAC,CAAC,CACF,KAAC,MAAM,IAAC,OAAO,EAAC,OAAO,EAAC,OAAO,EAAE,GAAG,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC,YACvD,KAAC,IAAI,IAAC,SAAS,EAAC,2BAA2B,EAAC,IAAI,EAAC,aAAa,GAAG,GAC1D,CACV,IACG,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
interface MonthGridProps {
|
|
2
|
+
actualMonth: string;
|
|
3
|
+
actualYear: string;
|
|
4
|
+
onMonthSelect: (year: number, monthIndex: number) => void;
|
|
5
|
+
}
|
|
6
|
+
export declare const MonthGrid: ({ actualMonth, actualYear, onMonthSelect, }: MonthGridProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=month-view.d.ts.map
|
package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"month-view.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.tsx"],"names":[],"mappings":"AAIA,UAAU,cAAc;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;CAC3D;AAED,eAAO,MAAM,SAAS,GAAI,6CAIvB,cAAc,4CAsBhB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { cn } from "#scalars";
|
|
3
|
+
import { Button } from "../../../../../../scalars/components/fragments/button/index.js";
|
|
4
|
+
import { MONTHS } from "../utils.js";
|
|
5
|
+
export const MonthGrid = ({ actualMonth, actualYear, onMonthSelect, }) => {
|
|
6
|
+
return (_jsx("div", { className: "grid grid-cols-3 gap-x-[14px] gap-y-[15px]", children: MONTHS.flat().map((month) => (_jsx(Button, { variant: "ghost", className: cn("w-full px-[2px] py-[5px] text-[12px] leading-[18px] text-gray-900", month === actualMonth && "bg-gray-900 hover:bg-gray-900", "hover:bg-gray-100", month === actualMonth && "bg-gray-900 text-white hover:bg-gray-900"), onClick: () => onMonthSelect(parseInt(actualYear), MONTHS.indexOf(month)), children: month }, month))) }));
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=month-view.js.map
|
package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"month-view.js","sourceRoot":"","sources":["../../../../../../../../src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,UAAU,CAAC;AAC9B,OAAO,EAAE,MAAM,EAAE,MAAM,gEAAgE,CAAC;AACxF,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAQrC,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,EACxB,WAAW,EACX,UAAU,EACV,aAAa,GACE,EAAE,EAAE;IACnB,OAAO,CACL,cAAK,SAAS,EAAC,4CAA4C,YACxD,MAAM,CAAC,IAAI,EAAE,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CAC5B,KAAC,MAAM,IAEL,OAAO,EAAC,OAAO,EACf,SAAS,EAAE,EAAE,CACX,mEAAmE,EACnE,KAAK,KAAK,WAAW,IAAI,+BAA+B,EACxD,mBAAmB,EACnB,KAAK,KAAK,WAAW,IAAI,0CAA0C,CACpE,EACD,OAAO,EAAE,GAAG,EAAE,CACZ,aAAa,CAAC,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,YAG3D,KAAK,IAZD,KAAK,CAaH,CACV,CAAC,GACE,CACP,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../../src/ui/components/data-entry/date-picker/subcomponents/utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,UAalB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../../../../src/ui/components/data-entry/date-picker/subcomponents/utils.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,MAAM,GAAG;IACpB,SAAS;IACT,UAAU;IACV,OAAO;IACP,OAAO;IACP,KAAK;IACL,MAAM;IACN,MAAM;IACN,QAAQ;IACR,WAAW;IACX,SAAS;IACT,UAAU;IACV,UAAU;CACX,CAAC"}
|
package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
interface YearButtonProps {
|
|
2
|
+
year: number;
|
|
3
|
+
actualYear: string;
|
|
4
|
+
currentYear: number;
|
|
5
|
+
startMonth?: Date;
|
|
6
|
+
endMonth?: Date;
|
|
7
|
+
actualMonth: string;
|
|
8
|
+
months: {
|
|
9
|
+
date: Date;
|
|
10
|
+
}[];
|
|
11
|
+
onSelect: (year: number) => void;
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
}
|
|
14
|
+
declare const YearButton: ({ year, actualYear, currentYear, startMonth, endMonth, actualMonth, months, onSelect, disabled, }: YearButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export default YearButton;
|
|
16
|
+
//# sourceMappingURL=year-button.d.ts.map
|
package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"year-button.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.tsx"],"names":[],"mappings":"AAIA,UAAU,eAAe;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,IAAI,CAAC;IAClB,QAAQ,CAAC,EAAE,IAAI,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE;QAAE,IAAI,EAAE,IAAI,CAAA;KAAE,EAAE,CAAC;IACzB,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,UAAU,GAAI,mGAUjB,eAAe,4CAuBjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { cn } from "#scalars";
|
|
3
|
+
import { differenceInCalendarDays } from "date-fns";
|
|
4
|
+
import { Button } from "../../../../../../scalars/components/fragments/button/index.js";
|
|
5
|
+
const YearButton = ({ year, actualYear, currentYear, startMonth, endMonth, actualMonth, months, onSelect, disabled, }) => {
|
|
6
|
+
const isBefore = differenceInCalendarDays(new Date(year, 11, 31), startMonth) < 0;
|
|
7
|
+
const isAfter = differenceInCalendarDays(new Date(year, 0, 0), endMonth) > 0;
|
|
8
|
+
return (_jsx(Button, { className: cn("h-[28px] w-[68px] rounded-[4px] text-[12px] leading-[18px] text-gray-900", year === currentYear &&
|
|
9
|
+
"text-accent-foreground bg-gray-100 font-medium", "hover:bg-gray-100", year === months[0].date.getFullYear() &&
|
|
10
|
+
"bg-gray-900 text-white hover:bg-gray-900"), variant: "ghost", onClick: () => onSelect(year), disabled: disabled || isBefore || isAfter, children: year }));
|
|
11
|
+
};
|
|
12
|
+
export default YearButton;
|
|
13
|
+
//# sourceMappingURL=year-button.js.map
|
package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"year-button.js","sourceRoot":"","sources":["../../../../../../../../src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,UAAU,CAAC;AAC9B,OAAO,EAAE,wBAAwB,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,EAAE,MAAM,EAAE,MAAM,gEAAgE,CAAC;AAcxF,MAAM,UAAU,GAAG,CAAC,EAClB,IAAI,EACJ,UAAU,EACV,WAAW,EACX,UAAU,EACV,QAAQ,EACR,WAAW,EACX,MAAM,EACN,QAAQ,EACR,QAAQ,GACQ,EAAE,EAAE;IACpB,MAAM,QAAQ,GACZ,wBAAwB,CAAC,IAAI,IAAI,CAAC,IAAI,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,UAAW,CAAC,GAAG,CAAC,CAAC;IAEpE,MAAM,OAAO,GAAG,wBAAwB,CAAC,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,QAAS,CAAC,GAAG,CAAC,CAAC;IAE9E,OAAO,CACL,KAAC,MAAM,IACL,SAAS,EAAE,EAAE,CACX,0EAA0E,EAC1E,IAAI,KAAK,WAAW;YAClB,gDAAgD,EAClD,mBAAmB,EACnB,IAAI,KAAK,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,EAAE;YACnC,0CAA0C,CAC7C,EACD,OAAO,EAAC,OAAO,EACf,OAAO,EAAE,GAAG,EAAE,CAAC,QAAQ,CAAC,IAAI,CAAC,EAC7B,QAAQ,EAAE,QAAQ,IAAI,QAAQ,IAAI,OAAO,YAExC,IAAI,GACE,CACV,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
interface YearRange {
|
|
2
|
+
from: number;
|
|
3
|
+
to: number;
|
|
4
|
+
}
|
|
5
|
+
interface YearGridProps {
|
|
6
|
+
displayYears: YearRange;
|
|
7
|
+
startMonth?: Date;
|
|
8
|
+
endMonth?: Date;
|
|
9
|
+
actualMonth: string;
|
|
10
|
+
months: {
|
|
11
|
+
date: Date;
|
|
12
|
+
}[];
|
|
13
|
+
currentYear: number;
|
|
14
|
+
onYearSelect: (year: number) => void;
|
|
15
|
+
}
|
|
16
|
+
export declare const YearGrid: ({ displayYears, startMonth, endMonth, actualMonth, months, currentYear, onYearSelect, }: YearGridProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=year-grid.d.ts.map
|
package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"year-grid.d.ts","sourceRoot":"","sources":["../../../../../../../../src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.tsx"],"names":[],"mappings":"AAGA,UAAU,SAAS;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,EAAE,EAAE,MAAM,CAAC;CACZ;AACD,UAAU,aAAa;IACrB,YAAY,EAAE,SAAS,CAAC;IACxB,UAAU,CAAC,EAAE,IAAI,CAAC;IAClB,QAAQ,CAAC,EAAE,IAAI,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE;QAAE,IAAI,EAAE,IAAI,CAAA;KAAE,EAAE,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;CACtC;AAED,eAAO,MAAM,QAAQ,GAAI,yFAQtB,aAAa,4CAuBf,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { format } from "date-fns";
|
|
3
|
+
import YearButton from "./year-button.js";
|
|
4
|
+
export const YearGrid = ({ displayYears, startMonth, endMonth, actualMonth, months, currentYear, onYearSelect, }) => {
|
|
5
|
+
const years = Array.from({ length: displayYears.to - displayYears.from + 1 }, (_, i) => displayYears.from + i);
|
|
6
|
+
return (_jsx("div", { className: "grid grid-cols-3 gap-x-[14px] gap-y-[15px]", children: years.map((year) => (_jsx(YearButton, { year: year, actualYear: format(months[0].date, "yyyy"), currentYear: currentYear, startMonth: startMonth, endMonth: endMonth, actualMonth: actualMonth, months: months, onSelect: onYearSelect }, year))) }));
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=year-grid.js.map
|
package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"year-grid.js","sourceRoot":"","sources":["../../../../../../../../src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,UAAU,MAAM,kBAAkB,CAAC;AAgB1C,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,EACvB,YAAY,EACZ,UAAU,EACV,QAAQ,EACR,WAAW,EACX,MAAM,EACN,WAAW,EACX,YAAY,GACE,EAAE,EAAE;IAClB,MAAM,KAAK,GAAG,KAAK,CAAC,IAAI,CACtB,EAAE,MAAM,EAAE,YAAY,CAAC,EAAE,GAAG,YAAY,CAAC,IAAI,GAAG,CAAC,EAAE,EACnD,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,YAAY,CAAC,IAAI,GAAG,CAAC,CAChC,CAAC;IAEF,OAAO,CACL,cAAK,SAAS,EAAC,4CAA4C,YACxD,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CACnB,KAAC,UAAU,IAET,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,MAAM,CAAC,EAC1C,WAAW,EAAE,WAAW,EACxB,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,QAAQ,EAClB,WAAW,EAAE,WAAW,EACxB,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,YAAY,IARjB,IAAI,CAST,CACH,CAAC,GACE,CACP,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/date-picker/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;AACvD,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;AACzD,MAAM,MAAM,kBAAkB,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../../src/ui/components/data-entry/date-picker/types.ts"],"names":[],"mappings":""}
|