@powerhousedao/document-engineering 1.7.0 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/scripts/create-icon-components.js +44 -30
- package/dist/scripts/create-icon-components.js.map +1 -1
- package/dist/src/index.d.ts +2 -2
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +2 -2
- package/dist/src/index.js.map +1 -1
- package/dist/src/scalars/components/aid-field/aid-field.d.ts +1 -1
- package/dist/src/scalars/components/aid-field/aid-field.d.ts.map +1 -1
- package/dist/src/scalars/components/aid-field/aid-field.js +13 -13
- package/dist/src/scalars/components/aid-field/aid-field.js.map +1 -1
- package/dist/src/scalars/components/aid-field/index.d.ts +2 -2
- package/dist/src/scalars/components/aid-field/index.d.ts.map +1 -1
- package/dist/src/scalars/components/aid-field/index.js +1 -1
- package/dist/src/scalars/components/aid-field/index.js.map +1 -1
- package/dist/src/scalars/components/aid-field/types.d.ts +2 -2
- package/dist/src/scalars/components/aid-field/types.d.ts.map +1 -1
- package/dist/src/scalars/components/amount-field/amount-currency-validations.d.ts +1 -1
- package/dist/src/scalars/components/amount-field/amount-currency-validations.d.ts.map +1 -1
- package/dist/src/scalars/components/amount-field/amount-currency-validations.js +3 -3
- package/dist/src/scalars/components/amount-field/amount-currency-validations.js.map +1 -1
- package/dist/src/scalars/components/amount-field/amount-field-validations.d.ts +3 -3
- package/dist/src/scalars/components/amount-field/amount-field-validations.d.ts.map +1 -1
- package/dist/src/scalars/components/amount-field/amount-field-validations.js +23 -29
- package/dist/src/scalars/components/amount-field/amount-field-validations.js.map +1 -1
- package/dist/src/scalars/components/amount-field/amount-field.d.ts +2 -4
- package/dist/src/scalars/components/amount-field/amount-field.d.ts.map +1 -1
- package/dist/src/scalars/components/amount-field/amount-field.js +5 -5
- package/dist/src/scalars/components/amount-field/amount-field.js.map +1 -1
- package/dist/src/scalars/components/amount-field/index.d.ts +2 -1
- package/dist/src/scalars/components/amount-field/index.d.ts.map +1 -1
- package/dist/src/scalars/components/amount-field/index.js +1 -1
- package/dist/src/scalars/components/amount-field/index.js.map +1 -1
- package/dist/src/scalars/components/amount-field/types.d.ts +5 -0
- package/dist/src/scalars/components/amount-field/types.d.ts.map +1 -0
- package/dist/src/scalars/components/amount-field/types.js +2 -0
- package/dist/src/scalars/components/amount-field/types.js.map +1 -0
- package/dist/src/scalars/components/boolean-field/boolean-field.d.ts +4 -4
- package/dist/src/scalars/components/boolean-field/boolean-field.d.ts.map +1 -1
- package/dist/src/scalars/components/boolean-field/boolean-field.js +4 -4
- package/dist/src/scalars/components/boolean-field/boolean-field.js.map +1 -1
- package/dist/src/scalars/components/boolean-field/index.d.ts +1 -1
- package/dist/src/scalars/components/boolean-field/index.d.ts.map +1 -1
- package/dist/src/scalars/components/boolean-field/index.js +1 -1
- package/dist/src/scalars/components/boolean-field/index.js.map +1 -1
- package/dist/src/scalars/components/country-code-field/country-code-field.d.ts +3 -3
- package/dist/src/scalars/components/country-code-field/country-code-field.d.ts.map +1 -1
- package/dist/src/scalars/components/country-code-field/country-code-field.js +20 -22
- package/dist/src/scalars/components/country-code-field/country-code-field.js.map +1 -1
- package/dist/src/scalars/components/country-code-field/index.d.ts +1 -1
- package/dist/src/scalars/components/country-code-field/index.d.ts.map +1 -1
- package/dist/src/scalars/components/country-code-field/index.js +1 -1
- package/dist/src/scalars/components/country-code-field/index.js.map +1 -1
- package/dist/src/scalars/components/country-code-field/types.d.ts +1 -1
- package/dist/src/scalars/components/country-code-field/types.d.ts.map +1 -1
- package/dist/src/scalars/components/currency-code-field/currency-code-field.d.ts +2 -20
- package/dist/src/scalars/components/currency-code-field/currency-code-field.d.ts.map +1 -1
- package/dist/src/scalars/components/currency-code-field/currency-code-field.js +5 -72
- package/dist/src/scalars/components/currency-code-field/currency-code-field.js.map +1 -1
- package/dist/src/scalars/components/currency-code-field/index.d.ts +2 -4
- package/dist/src/scalars/components/currency-code-field/index.d.ts.map +1 -1
- package/dist/src/scalars/components/currency-code-field/index.js +1 -3
- package/dist/src/scalars/components/currency-code-field/index.js.map +1 -1
- package/dist/src/scalars/components/currency-code-field/types.d.ts +4 -12
- package/dist/src/scalars/components/currency-code-field/types.d.ts.map +1 -1
- package/dist/src/scalars/components/date-picker-field/date-picker-field.d.ts +2 -5
- package/dist/src/scalars/components/date-picker-field/date-picker-field.d.ts.map +1 -1
- package/dist/src/scalars/components/date-picker-field/date-picker-field.js +4 -4
- package/dist/src/scalars/components/date-picker-field/date-picker-field.js.map +1 -1
- package/dist/src/scalars/components/date-picker-field/date-picker-validations.d.ts +2 -2
- package/dist/src/scalars/components/date-picker-field/date-picker-validations.d.ts.map +1 -1
- package/dist/src/scalars/components/date-picker-field/date-picker-validations.js +15 -16
- package/dist/src/scalars/components/date-picker-field/date-picker-validations.js.map +1 -1
- package/dist/src/scalars/components/date-picker-field/index.d.ts +2 -1
- package/dist/src/scalars/components/date-picker-field/index.d.ts.map +1 -1
- package/dist/src/scalars/components/date-picker-field/index.js +1 -1
- package/dist/src/scalars/components/date-picker-field/index.js.map +1 -1
- package/dist/src/scalars/components/date-picker-field/types.d.ts +6 -0
- package/dist/src/scalars/components/date-picker-field/types.d.ts.map +1 -0
- package/dist/src/scalars/components/date-picker-field/types.js +2 -0
- package/dist/src/scalars/components/date-picker-field/types.js.map +1 -0
- package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field-validations.d.ts +2 -2
- package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field-validations.d.ts.map +1 -1
- package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field-validations.js +16 -17
- package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field-validations.js.map +1 -1
- package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field.d.ts +2 -5
- package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field.d.ts.map +1 -1
- package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field.js +4 -4
- package/dist/src/scalars/components/date-time-picker-field/date-time-picker-field.js.map +1 -1
- package/dist/src/scalars/components/date-time-picker-field/index.d.ts +2 -1
- package/dist/src/scalars/components/date-time-picker-field/index.d.ts.map +1 -1
- package/dist/src/scalars/components/date-time-picker-field/index.js +1 -1
- package/dist/src/scalars/components/date-time-picker-field/index.js.map +1 -1
- package/dist/src/scalars/components/date-time-picker-field/types.d.ts +6 -0
- package/dist/src/scalars/components/date-time-picker-field/types.d.ts.map +1 -0
- package/dist/src/scalars/components/date-time-picker-field/types.js +2 -0
- package/dist/src/scalars/components/date-time-picker-field/types.js.map +1 -0
- package/dist/src/scalars/components/enum-field/enum-field.d.ts +6 -6
- package/dist/src/scalars/components/enum-field/enum-field.d.ts.map +1 -1
- package/dist/src/scalars/components/enum-field/enum-field.js +8 -8
- package/dist/src/scalars/components/enum-field/enum-field.js.map +1 -1
- package/dist/src/scalars/components/enum-field/index.d.ts +1 -1
- package/dist/src/scalars/components/enum-field/index.d.ts.map +1 -1
- package/dist/src/scalars/components/enum-field/index.js +1 -1
- package/dist/src/scalars/components/enum-field/index.js.map +1 -1
- package/dist/src/scalars/components/examples/enum-field-example/enum-field-example.d.ts.map +1 -1
- package/dist/src/scalars/components/examples/enum-field-example/enum-field-example.js +15 -13
- package/dist/src/scalars/components/examples/enum-field-example/enum-field-example.js.map +1 -1
- package/dist/src/scalars/components/examples/multiple-fields-with-complex-layout/multiple-fields-with-complex-layout.d.ts.map +1 -1
- package/dist/src/scalars/components/examples/multiple-fields-with-complex-layout/multiple-fields-with-complex-layout.js +17 -15
- package/dist/src/scalars/components/examples/multiple-fields-with-complex-layout/multiple-fields-with-complex-layout.js.map +1 -1
- package/dist/src/scalars/components/examples/reset-button/reset-button.d.ts.map +1 -1
- package/dist/src/scalars/components/examples/reset-button/reset-button.js +5 -4
- package/dist/src/scalars/components/examples/reset-button/reset-button.js.map +1 -1
- package/dist/src/scalars/components/examples/reset-on-successful-submit/reset-on-successful-submit.d.ts.map +1 -1
- package/dist/src/scalars/components/examples/reset-on-successful-submit/reset-on-successful-submit.js +7 -6
- package/dist/src/scalars/components/examples/reset-on-successful-submit/reset-on-successful-submit.js.map +1 -1
- package/dist/src/scalars/components/examples/submit-changes-only/submit-changes-only.d.ts.map +1 -1
- package/dist/src/scalars/components/examples/submit-changes-only/submit-changes-only.js +9 -6
- package/dist/src/scalars/components/examples/submit-changes-only/submit-changes-only.js.map +1 -1
- package/dist/src/scalars/components/form/form.d.ts +3 -3
- package/dist/src/scalars/components/form/form.d.ts.map +1 -1
- package/dist/src/scalars/components/form/form.js +19 -30
- package/dist/src/scalars/components/form/form.js.map +1 -1
- package/dist/src/scalars/components/form/index.d.ts +1 -1
- package/dist/src/scalars/components/form/index.d.ts.map +1 -1
- package/dist/src/scalars/components/form/index.js +1 -1
- package/dist/src/scalars/components/form/index.js.map +1 -1
- package/dist/src/scalars/components/form/utils.d.ts +2 -2
- package/dist/src/scalars/components/form/utils.d.ts.map +1 -1
- package/dist/src/scalars/components/form/utils.js +4 -6
- package/dist/src/scalars/components/form/utils.js.map +1 -1
- package/dist/src/scalars/components/fragments/button/button.d.ts +2 -2
- package/dist/src/scalars/components/fragments/button/button.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/button/button.js +12 -11
- package/dist/src/scalars/components/fragments/button/button.js.map +1 -1
- package/dist/src/scalars/components/fragments/button/index.d.ts +1 -1
- package/dist/src/scalars/components/fragments/button/index.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/button/index.js +1 -1
- package/dist/src/scalars/components/fragments/button/index.js.map +1 -1
- package/dist/src/scalars/components/fragments/character-counter/character-counter.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/character-counter/character-counter.js +8 -8
- package/dist/src/scalars/components/fragments/character-counter/character-counter.js.map +1 -1
- package/dist/src/scalars/components/fragments/character-counter/index.d.ts +1 -1
- package/dist/src/scalars/components/fragments/character-counter/index.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/character-counter/index.js +1 -1
- package/dist/src/scalars/components/fragments/character-counter/index.js.map +1 -1
- package/dist/src/scalars/components/fragments/checkbox-field/checkbox-field.d.ts +1 -1
- package/dist/src/scalars/components/fragments/checkbox-field/checkbox-field.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/checkbox-field/checkbox-field.js +3 -3
- package/dist/src/scalars/components/fragments/checkbox-field/checkbox-field.js.map +1 -1
- package/dist/src/scalars/components/fragments/checkbox-field/index.d.ts +1 -1
- package/dist/src/scalars/components/fragments/checkbox-field/index.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/checkbox-field/index.js +1 -1
- package/dist/src/scalars/components/fragments/checkbox-field/index.js.map +1 -1
- package/dist/src/scalars/components/fragments/command/command.d.ts +2 -2
- package/dist/src/scalars/components/fragments/command/command.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/command/command.js +10 -10
- package/dist/src/scalars/components/fragments/command/command.js.map +1 -1
- package/dist/src/scalars/components/fragments/command/index.d.ts +1 -1
- package/dist/src/scalars/components/fragments/command/index.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/command/index.js +1 -1
- package/dist/src/scalars/components/fragments/command/index.js.map +1 -1
- package/dist/src/scalars/components/fragments/form-description/form-description.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/form-description/form-description.js +4 -4
- package/dist/src/scalars/components/fragments/form-description/form-description.js.map +1 -1
- package/dist/src/scalars/components/fragments/form-description/index.d.ts +1 -1
- package/dist/src/scalars/components/fragments/form-description/index.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/form-description/index.js +1 -1
- package/dist/src/scalars/components/fragments/form-description/index.js.map +1 -1
- package/dist/src/scalars/components/fragments/form-group/form-group.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/form-group/form-group.js.map +1 -1
- package/dist/src/scalars/components/fragments/form-group/index.d.ts +1 -1
- package/dist/src/scalars/components/fragments/form-group/index.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/form-group/index.js +1 -1
- package/dist/src/scalars/components/fragments/form-group/index.js.map +1 -1
- package/dist/src/scalars/components/fragments/form-label/form-label.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/form-label/form-label.js +5 -9
- package/dist/src/scalars/components/fragments/form-label/form-label.js.map +1 -1
- package/dist/src/scalars/components/fragments/form-label/index.d.ts +1 -1
- package/dist/src/scalars/components/fragments/form-label/index.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/form-label/index.js +1 -1
- package/dist/src/scalars/components/fragments/form-label/index.js.map +1 -1
- package/dist/src/scalars/components/fragments/form-message/form-message.d.ts +3 -3
- package/dist/src/scalars/components/fragments/form-message/form-message.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/form-message/form-message.js +7 -7
- package/dist/src/scalars/components/fragments/form-message/form-message.js.map +1 -1
- package/dist/src/scalars/components/fragments/form-message/form-server-error-message.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/form-message/form-server-error-message.js +3 -3
- package/dist/src/scalars/components/fragments/form-message/form-server-error-message.js.map +1 -1
- package/dist/src/scalars/components/fragments/form-message/index.d.ts +3 -3
- package/dist/src/scalars/components/fragments/form-message/index.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/form-message/index.js +3 -3
- package/dist/src/scalars/components/fragments/form-message/index.js.map +1 -1
- package/dist/src/scalars/components/fragments/form-message/message-list.d.ts +1 -1
- package/dist/src/scalars/components/fragments/form-message/message-list.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/form-message/message-list.js +9 -9
- package/dist/src/scalars/components/fragments/form-message/message-list.js.map +1 -1
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-context.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-context.js +1 -1
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-context.js.map +1 -1
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-input-container.d.ts +4 -4
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-input-container.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-input-container.js +22 -33
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-input-container.js.map +1 -1
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list-option.d.ts +4 -4
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list-option.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list-option.js +11 -33
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list-option.js.map +1 -1
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list.d.ts +2 -3
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list.js +14 -14
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete-list.js.map +1 -1
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete.d.ts +2 -2
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete.js +28 -38
- package/dist/src/scalars/components/fragments/id-autocomplete/id-autocomplete.js.map +1 -1
- package/dist/src/scalars/components/fragments/id-autocomplete/index.d.ts +2 -2
- package/dist/src/scalars/components/fragments/id-autocomplete/index.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/id-autocomplete/index.js +1 -1
- package/dist/src/scalars/components/fragments/id-autocomplete/index.js.map +1 -1
- package/dist/src/scalars/components/fragments/id-autocomplete/types.d.ts +5 -5
- package/dist/src/scalars/components/fragments/id-autocomplete/types.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/id-autocomplete/use-id-autocomplete.d.ts +7 -7
- package/dist/src/scalars/components/fragments/id-autocomplete/use-id-autocomplete.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/id-autocomplete/use-id-autocomplete.js +13 -15
- package/dist/src/scalars/components/fragments/id-autocomplete/use-id-autocomplete.js.map +1 -1
- package/dist/src/scalars/components/fragments/index.d.ts +5 -5
- package/dist/src/scalars/components/fragments/index.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/index.js +5 -5
- package/dist/src/scalars/components/fragments/index.js.map +1 -1
- package/dist/src/scalars/components/fragments/popover/index.d.ts +1 -1
- package/dist/src/scalars/components/fragments/popover/index.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/popover/index.js +1 -1
- package/dist/src/scalars/components/fragments/popover/index.js.map +1 -1
- package/dist/src/scalars/components/fragments/popover/popover.d.ts +7 -6
- package/dist/src/scalars/components/fragments/popover/popover.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/popover/popover.js +16 -14
- package/dist/src/scalars/components/fragments/popover/popover.js.map +1 -1
- package/dist/src/scalars/components/fragments/radio-group-field/index.d.ts +1 -1
- package/dist/src/scalars/components/fragments/radio-group-field/index.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/radio-group-field/index.js +1 -1
- package/dist/src/scalars/components/fragments/radio-group-field/index.js.map +1 -1
- package/dist/src/scalars/components/fragments/radio-group-field/radio-group-field.d.ts +2 -2
- package/dist/src/scalars/components/fragments/radio-group-field/radio-group-field.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/radio-group-field/radio-group-field.js +3 -3
- package/dist/src/scalars/components/fragments/radio-group-field/radio-group-field.js.map +1 -1
- package/dist/src/scalars/components/fragments/select-field/index.d.ts +1 -1
- package/dist/src/scalars/components/fragments/select-field/index.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/select-field/index.js +1 -1
- package/dist/src/scalars/components/fragments/select-field/index.js.map +1 -1
- package/dist/src/scalars/components/fragments/select-field/select-field.d.ts +2 -2
- package/dist/src/scalars/components/fragments/select-field/select-field.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/select-field/select-field.js +3 -3
- package/dist/src/scalars/components/fragments/select-field/select-field.js.map +1 -1
- package/dist/src/scalars/components/fragments/tabs/tabs.d.ts +2 -2
- package/dist/src/scalars/components/fragments/tabs/tabs.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/tabs/tabs.js +7 -7
- package/dist/src/scalars/components/fragments/tabs/tabs.js.map +1 -1
- package/dist/src/scalars/components/fragments/text-field/index.d.ts +1 -1
- package/dist/src/scalars/components/fragments/text-field/index.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/text-field/index.js +1 -1
- package/dist/src/scalars/components/fragments/text-field/index.js.map +1 -1
- package/dist/src/scalars/components/fragments/text-field/text-field.d.ts +5 -4
- package/dist/src/scalars/components/fragments/text-field/text-field.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/text-field/text-field.js +5 -4
- package/dist/src/scalars/components/fragments/text-field/text-field.js.map +1 -1
- package/dist/src/scalars/components/fragments/textarea-field/index.d.ts +1 -1
- package/dist/src/scalars/components/fragments/textarea-field/index.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/textarea-field/index.js +1 -1
- package/dist/src/scalars/components/fragments/textarea-field/index.js.map +1 -1
- package/dist/src/scalars/components/fragments/textarea-field/textarea-field.d.ts +2 -2
- package/dist/src/scalars/components/fragments/textarea-field/textarea-field.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/textarea-field/textarea-field.js +3 -3
- package/dist/src/scalars/components/fragments/textarea-field/textarea-field.js.map +1 -1
- package/dist/src/scalars/components/fragments/toggle-field/index.d.ts +1 -1
- package/dist/src/scalars/components/fragments/toggle-field/index.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/toggle-field/index.js +1 -1
- package/dist/src/scalars/components/fragments/toggle-field/index.js.map +1 -1
- package/dist/src/scalars/components/fragments/toggle-field/toggle-field.d.ts +2 -2
- package/dist/src/scalars/components/fragments/toggle-field/toggle-field.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/toggle-field/toggle-field.js +3 -3
- package/dist/src/scalars/components/fragments/toggle-field/toggle-field.js.map +1 -1
- package/dist/src/scalars/components/fragments/value-transformer/index.d.ts +2 -2
- package/dist/src/scalars/components/fragments/value-transformer/index.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/value-transformer/index.js +2 -2
- package/dist/src/scalars/components/fragments/value-transformer/index.js.map +1 -1
- package/dist/src/scalars/components/fragments/value-transformer/value-transformer.d.ts +4 -4
- package/dist/src/scalars/components/fragments/value-transformer/value-transformer.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/value-transformer/value-transformer.js +25 -22
- package/dist/src/scalars/components/fragments/value-transformer/value-transformer.js.map +1 -1
- package/dist/src/scalars/components/fragments/with-field-validation/index.d.ts +1 -1
- package/dist/src/scalars/components/fragments/with-field-validation/index.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/with-field-validation/index.js +1 -1
- package/dist/src/scalars/components/fragments/with-field-validation/index.js.map +1 -1
- package/dist/src/scalars/components/fragments/with-field-validation/with-field-validation.d.ts +2 -2
- package/dist/src/scalars/components/fragments/with-field-validation/with-field-validation.d.ts.map +1 -1
- package/dist/src/scalars/components/fragments/with-field-validation/with-field-validation.js +20 -35
- package/dist/src/scalars/components/fragments/with-field-validation/with-field-validation.js.map +1 -1
- package/dist/src/scalars/components/id-field/id-field.d.ts +1 -1
- package/dist/src/scalars/components/id-field/id-field.d.ts.map +1 -1
- package/dist/src/scalars/components/id-field/id-field.js +8 -8
- package/dist/src/scalars/components/id-field/id-field.js.map +1 -1
- package/dist/src/scalars/components/id-field/index.d.ts +1 -1
- package/dist/src/scalars/components/id-field/index.d.ts.map +1 -1
- package/dist/src/scalars/components/id-field/index.js +1 -1
- package/dist/src/scalars/components/id-field/index.js.map +1 -1
- package/dist/src/scalars/components/index.d.ts +27 -27
- package/dist/src/scalars/components/index.d.ts.map +1 -1
- package/dist/src/scalars/components/index.js +27 -27
- package/dist/src/scalars/components/index.js.map +1 -1
- package/dist/src/scalars/components/number-field/index.d.ts +1 -1
- package/dist/src/scalars/components/number-field/index.d.ts.map +1 -1
- package/dist/src/scalars/components/number-field/index.js +1 -1
- package/dist/src/scalars/components/number-field/index.js.map +1 -1
- package/dist/src/scalars/components/number-field/number-field-validations.d.ts +2 -2
- package/dist/src/scalars/components/number-field/number-field-validations.d.ts.map +1 -1
- package/dist/src/scalars/components/number-field/number-field-validations.js +40 -46
- package/dist/src/scalars/components/number-field/number-field-validations.js.map +1 -1
- package/dist/src/scalars/components/number-field/number-field.d.ts +4 -11
- package/dist/src/scalars/components/number-field/number-field.d.ts.map +1 -1
- package/dist/src/scalars/components/number-field/number-field.js +27 -21
- package/dist/src/scalars/components/number-field/number-field.js.map +1 -1
- package/dist/src/scalars/components/number-field/types.d.ts +13 -5
- package/dist/src/scalars/components/number-field/types.d.ts.map +1 -1
- package/dist/src/scalars/components/number-field/use-number-field.d.ts +1 -1
- package/dist/src/scalars/components/number-field/use-number-field.d.ts.map +1 -1
- package/dist/src/scalars/components/number-field/use-number-field.js +24 -33
- package/dist/src/scalars/components/number-field/use-number-field.js.map +1 -1
- package/dist/src/scalars/components/number-field/utils.d.ts +3 -3
- package/dist/src/scalars/components/number-field/utils.d.ts.map +1 -1
- package/dist/src/scalars/components/number-field/utils.js +8 -14
- package/dist/src/scalars/components/number-field/utils.js.map +1 -1
- package/dist/src/scalars/components/oid-field/index.d.ts +2 -2
- package/dist/src/scalars/components/oid-field/index.d.ts.map +1 -1
- package/dist/src/scalars/components/oid-field/index.js +1 -1
- package/dist/src/scalars/components/oid-field/index.js.map +1 -1
- package/dist/src/scalars/components/oid-field/oid-field.d.ts +1 -1
- package/dist/src/scalars/components/oid-field/oid-field.d.ts.map +1 -1
- package/dist/src/scalars/components/oid-field/oid-field.js +6 -6
- package/dist/src/scalars/components/oid-field/oid-field.js.map +1 -1
- package/dist/src/scalars/components/oid-field/types.d.ts +2 -2
- package/dist/src/scalars/components/oid-field/types.d.ts.map +1 -1
- package/dist/src/scalars/components/phid-field/index.d.ts +2 -2
- package/dist/src/scalars/components/phid-field/index.d.ts.map +1 -1
- package/dist/src/scalars/components/phid-field/index.js +1 -1
- package/dist/src/scalars/components/phid-field/index.js.map +1 -1
- package/dist/src/scalars/components/phid-field/phid-field.d.ts +1 -1
- package/dist/src/scalars/components/phid-field/phid-field.d.ts.map +1 -1
- package/dist/src/scalars/components/phid-field/phid-field.js +11 -11
- package/dist/src/scalars/components/phid-field/phid-field.js.map +1 -1
- package/dist/src/scalars/components/phid-field/types.d.ts +2 -2
- package/dist/src/scalars/components/phid-field/types.d.ts.map +1 -1
- package/dist/src/scalars/components/string-field/index.d.ts +1 -1
- package/dist/src/scalars/components/string-field/index.d.ts.map +1 -1
- package/dist/src/scalars/components/string-field/index.js +1 -1
- package/dist/src/scalars/components/string-field/index.js.map +1 -1
- package/dist/src/scalars/components/string-field/string-field.d.ts +6 -5
- package/dist/src/scalars/components/string-field/string-field.d.ts.map +1 -1
- package/dist/src/scalars/components/string-field/string-field.js +7 -6
- package/dist/src/scalars/components/string-field/string-field.js.map +1 -1
- package/dist/src/scalars/components/time-picker-field/index.d.ts +2 -1
- package/dist/src/scalars/components/time-picker-field/index.d.ts.map +1 -1
- package/dist/src/scalars/components/time-picker-field/index.js +1 -1
- package/dist/src/scalars/components/time-picker-field/index.js.map +1 -1
- package/dist/src/scalars/components/time-picker-field/time-picker-field-validations.d.ts +1 -1
- package/dist/src/scalars/components/time-picker-field/time-picker-field-validations.d.ts.map +1 -1
- package/dist/src/scalars/components/time-picker-field/time-picker-field-validations.js +13 -13
- package/dist/src/scalars/components/time-picker-field/time-picker-field-validations.js.map +1 -1
- package/dist/src/scalars/components/time-picker-field/time-picker-field.d.ts +2 -5
- package/dist/src/scalars/components/time-picker-field/time-picker-field.d.ts.map +1 -1
- package/dist/src/scalars/components/time-picker-field/time-picker-field.js +4 -4
- package/dist/src/scalars/components/time-picker-field/time-picker-field.js.map +1 -1
- package/dist/src/scalars/components/time-picker-field/types.d.ts +6 -0
- package/dist/src/scalars/components/time-picker-field/types.d.ts.map +1 -0
- package/dist/src/scalars/components/time-picker-field/types.js +2 -0
- package/dist/src/scalars/components/time-picker-field/types.js.map +1 -0
- package/dist/src/scalars/components/types.d.ts +2 -2
- package/dist/src/scalars/components/types.d.ts.map +1 -1
- package/dist/src/scalars/components/url-field/index.d.ts +1 -1
- package/dist/src/scalars/components/url-field/index.d.ts.map +1 -1
- package/dist/src/scalars/components/url-field/index.js +1 -1
- package/dist/src/scalars/components/url-field/index.js.map +1 -1
- package/dist/src/scalars/components/url-field/url-field.d.ts +2 -2
- package/dist/src/scalars/components/url-field/url-field.d.ts.map +1 -1
- package/dist/src/scalars/components/url-field/url-field.js +6 -6
- package/dist/src/scalars/components/url-field/url-field.js.map +1 -1
- package/dist/src/scalars/graphql/Amount.d.ts +6 -6
- package/dist/src/scalars/graphql/Amount.d.ts.map +1 -1
- package/dist/src/scalars/graphql/Amount.js +13 -13
- package/dist/src/scalars/graphql/Amount.js.map +1 -1
- package/dist/src/scalars/graphql/AmountCrypto.d.ts +6 -6
- package/dist/src/scalars/graphql/AmountCrypto.d.ts.map +1 -1
- package/dist/src/scalars/graphql/AmountCrypto.js +13 -13
- package/dist/src/scalars/graphql/AmountCrypto.js.map +1 -1
- package/dist/src/scalars/graphql/AmountCurrency.d.ts +6 -6
- package/dist/src/scalars/graphql/AmountCurrency.d.ts.map +1 -1
- package/dist/src/scalars/graphql/AmountCurrency.js +13 -13
- package/dist/src/scalars/graphql/AmountCurrency.js.map +1 -1
- package/dist/src/scalars/graphql/AmountFiat.d.ts +6 -6
- package/dist/src/scalars/graphql/AmountFiat.d.ts.map +1 -1
- package/dist/src/scalars/graphql/AmountFiat.js +13 -13
- package/dist/src/scalars/graphql/AmountFiat.js.map +1 -1
- package/dist/src/scalars/graphql/AmountMoney.d.ts +4 -4
- package/dist/src/scalars/graphql/AmountMoney.d.ts.map +1 -1
- package/dist/src/scalars/graphql/AmountMoney.js +9 -9
- package/dist/src/scalars/graphql/AmountMoney.js.map +1 -1
- package/dist/src/scalars/graphql/AmountPercentage.d.ts +4 -4
- package/dist/src/scalars/graphql/AmountPercentage.d.ts.map +1 -1
- package/dist/src/scalars/graphql/AmountPercentage.js +9 -9
- package/dist/src/scalars/graphql/AmountPercentage.js.map +1 -1
- package/dist/src/scalars/graphql/AmountTokens.d.ts +4 -4
- package/dist/src/scalars/graphql/AmountTokens.d.ts.map +1 -1
- package/dist/src/scalars/graphql/AmountTokens.js +9 -9
- package/dist/src/scalars/graphql/AmountTokens.js.map +1 -1
- package/dist/src/scalars/graphql/Currency.d.ts +4 -4
- package/dist/src/scalars/graphql/Currency.d.ts.map +1 -1
- package/dist/src/scalars/graphql/Currency.js +8 -8
- package/dist/src/scalars/graphql/Currency.js.map +1 -1
- package/dist/src/scalars/graphql/Date.d.ts +4 -4
- package/dist/src/scalars/graphql/Date.d.ts.map +1 -1
- package/dist/src/scalars/graphql/Date.js +9 -9
- package/dist/src/scalars/graphql/Date.js.map +1 -1
- package/dist/src/scalars/graphql/DateTime.d.ts +4 -4
- package/dist/src/scalars/graphql/DateTime.d.ts.map +1 -1
- package/dist/src/scalars/graphql/DateTime.js +9 -9
- package/dist/src/scalars/graphql/DateTime.js.map +1 -1
- package/dist/src/scalars/graphql/EmailAddress.d.ts +4 -4
- package/dist/src/scalars/graphql/EmailAddress.d.ts.map +1 -1
- package/dist/src/scalars/graphql/EmailAddress.js +8 -8
- package/dist/src/scalars/graphql/EmailAddress.js.map +1 -1
- package/dist/src/scalars/graphql/EthereumAddress.d.ts +4 -4
- package/dist/src/scalars/graphql/EthereumAddress.d.ts.map +1 -1
- package/dist/src/scalars/graphql/EthereumAddress.js +8 -8
- package/dist/src/scalars/graphql/EthereumAddress.js.map +1 -1
- package/dist/src/scalars/graphql/OID.d.ts +4 -4
- package/dist/src/scalars/graphql/OID.d.ts.map +1 -1
- package/dist/src/scalars/graphql/OID.js +8 -8
- package/dist/src/scalars/graphql/OID.js.map +1 -1
- package/dist/src/scalars/graphql/OLabel.d.ts +4 -4
- package/dist/src/scalars/graphql/OLabel.d.ts.map +1 -1
- package/dist/src/scalars/graphql/OLabel.js +8 -8
- package/dist/src/scalars/graphql/OLabel.js.map +1 -1
- package/dist/src/scalars/graphql/PHID.d.ts +4 -4
- package/dist/src/scalars/graphql/PHID.d.ts.map +1 -1
- package/dist/src/scalars/graphql/PHID.js +8 -8
- package/dist/src/scalars/graphql/PHID.js.map +1 -1
- package/dist/src/scalars/graphql/URL.d.ts +4 -4
- package/dist/src/scalars/graphql/URL.d.ts.map +1 -1
- package/dist/src/scalars/graphql/URL.js +9 -9
- package/dist/src/scalars/graphql/URL.js.map +1 -1
- package/dist/src/scalars/graphql/index.d.ts +3 -3
- package/dist/src/scalars/graphql/index.d.ts.map +1 -1
- package/dist/src/scalars/graphql/index.js +2 -2
- package/dist/src/scalars/graphql/index.js.map +1 -1
- package/dist/src/scalars/graphql/scalars.d.ts +33 -33
- package/dist/src/scalars/graphql/scalars.d.ts.map +1 -1
- package/dist/src/scalars/graphql/scalars.js +20 -16
- package/dist/src/scalars/graphql/scalars.js.map +1 -1
- package/dist/src/scalars/graphql/types.d.ts +4 -4
- package/dist/src/scalars/graphql/types.d.ts.map +1 -1
- package/dist/src/scalars/graphql/utils.d.ts +2 -2
- package/dist/src/scalars/graphql/utils.d.ts.map +1 -1
- package/dist/src/scalars/graphql/utils.js +2 -2
- package/dist/src/scalars/graphql/utils.js.map +1 -1
- package/dist/src/scalars/hooks/useEllipsis.d.ts.map +1 -1
- package/dist/src/scalars/hooks/useEllipsis.js +4 -2
- package/dist/src/scalars/hooks/useEllipsis.js.map +1 -1
- package/dist/src/scalars/index.d.ts +2 -3
- package/dist/src/scalars/index.d.ts.map +1 -1
- package/dist/src/scalars/index.js +3 -4
- package/dist/src/scalars/index.js.map +1 -1
- package/dist/src/scalars/lib/decorators.d.ts +2 -2
- package/dist/src/scalars/lib/decorators.d.ts.map +1 -1
- package/dist/src/scalars/lib/decorators.js +18 -19
- package/dist/src/scalars/lib/decorators.js.map +1 -1
- package/dist/src/scalars/lib/deep-equal.d.ts.map +1 -1
- package/dist/src/scalars/lib/deep-equal.js +3 -8
- package/dist/src/scalars/lib/deep-equal.js.map +1 -1
- package/dist/src/scalars/lib/index.d.ts +7 -7
- package/dist/src/scalars/lib/index.d.ts.map +1 -1
- package/dist/src/scalars/lib/index.js +7 -7
- package/dist/src/scalars/lib/index.js.map +1 -1
- package/dist/src/scalars/lib/is-empty.d.ts.map +1 -1
- package/dist/src/scalars/lib/is-empty.js +4 -6
- package/dist/src/scalars/lib/is-empty.js.map +1 -1
- package/dist/src/scalars/lib/share-number-validations.d.ts.map +1 -1
- package/dist/src/scalars/lib/share-number-validations.js +8 -16
- package/dist/src/scalars/lib/share-number-validations.js.map +1 -1
- package/dist/src/scalars/lib/shared-value-transformers.d.ts +1 -1
- package/dist/src/scalars/lib/shared-value-transformers.d.ts.map +1 -1
- package/dist/src/scalars/lib/shared-value-transformers.js +4 -4
- package/dist/src/scalars/lib/shared-value-transformers.js.map +1 -1
- package/dist/src/scalars/lib/storybook-arg-types.d.ts +2 -2
- package/dist/src/scalars/lib/storybook-arg-types.d.ts.map +1 -1
- package/dist/src/scalars/lib/storybook-arg-types.js +101 -102
- package/dist/src/scalars/lib/storybook-arg-types.js.map +1 -1
- package/dist/src/scalars/lib/testing.d.ts +1 -1
- package/dist/src/scalars/lib/testing.d.ts.map +1 -1
- package/dist/src/scalars/lib/testing.js +3 -3
- package/dist/src/scalars/lib/testing.js.map +1 -1
- package/dist/src/scalars/lib/utils.d.ts +1 -1
- package/dist/src/scalars/lib/utils.d.ts.map +1 -1
- package/dist/src/scalars/lib/utils.js +2 -2
- package/dist/src/scalars/lib/utils.js.map +1 -1
- package/dist/src/scalars/lib/value-cast.d.ts +1 -1
- package/dist/src/scalars/lib/value-cast.d.ts.map +1 -1
- package/dist/src/scalars/lib/value-cast.js +15 -15
- package/dist/src/scalars/lib/value-cast.js.map +1 -1
- package/dist/src/ui/components/data-entry/aid-input/aid-input.d.ts +2 -2
- package/dist/src/ui/components/data-entry/aid-input/aid-input.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/aid-input/aid-input.js +10 -13
- package/dist/src/ui/components/data-entry/aid-input/aid-input.js.map +1 -1
- package/dist/src/ui/components/data-entry/aid-input/index.d.ts +2 -2
- package/dist/src/ui/components/data-entry/aid-input/index.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/aid-input/index.js +1 -1
- package/dist/src/ui/components/data-entry/aid-input/index.js.map +1 -1
- package/dist/src/ui/components/data-entry/aid-input/mocks.d.ts +1 -1
- package/dist/src/ui/components/data-entry/aid-input/mocks.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/aid-input/mocks.js +177 -177
- package/dist/src/ui/components/data-entry/aid-input/mocks.js.map +1 -1
- package/dist/src/ui/components/data-entry/aid-input/types.d.ts +4 -4
- package/dist/src/ui/components/data-entry/aid-input/types.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/amount-input.d.ts +14 -13
- package/dist/src/ui/components/data-entry/amount-input/amount-input.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/amount-input.js +26 -17
- package/dist/src/ui/components/data-entry/amount-input/amount-input.js.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/index.d.ts +1 -1
- package/dist/src/ui/components/data-entry/amount-input/index.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/index.js +1 -1
- package/dist/src/ui/components/data-entry/amount-input/index.js.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/types.d.ts +14 -9
- package/dist/src/ui/components/data-entry/amount-input/types.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/use-amount-input.d.ts +5 -5
- package/dist/src/ui/components/data-entry/amount-input/use-amount-input.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/use-amount-input.js +64 -74
- package/dist/src/ui/components/data-entry/amount-input/use-amount-input.js.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/utils.d.ts +2 -2
- package/dist/src/ui/components/data-entry/amount-input/utils.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/amount-input/utils.js +18 -19
- package/dist/src/ui/components/data-entry/amount-input/utils.js.map +1 -1
- package/dist/src/ui/components/data-entry/checkbox/checkbox-base.d.ts +3 -3
- package/dist/src/ui/components/data-entry/checkbox/checkbox-base.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/checkbox/checkbox-base.js +14 -14
- package/dist/src/ui/components/data-entry/checkbox/checkbox-base.js.map +1 -1
- package/dist/src/ui/components/data-entry/checkbox/checkbox.d.ts +4 -4
- package/dist/src/ui/components/data-entry/checkbox/checkbox.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/checkbox/checkbox.js +9 -9
- package/dist/src/ui/components/data-entry/checkbox/checkbox.js.map +1 -1
- package/dist/src/ui/components/data-entry/checkbox/index.d.ts +2 -2
- package/dist/src/ui/components/data-entry/checkbox/index.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/checkbox/index.js +1 -1
- package/dist/src/ui/components/data-entry/checkbox/index.js.map +1 -1
- package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker.d.ts +5 -0
- package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker.js +53 -0
- package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker.js.map +1 -0
- package/dist/src/{scalars/components/currency-code-field → ui/components/data-entry/currency-code-picker}/defaults.d.ts +1 -1
- package/dist/src/ui/components/data-entry/currency-code-picker/defaults.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/currency-code-picker/defaults.js +43 -0
- package/dist/src/ui/components/data-entry/currency-code-picker/defaults.js.map +1 -0
- package/dist/src/ui/components/data-entry/currency-code-picker/index.d.ts +5 -0
- package/dist/src/ui/components/data-entry/currency-code-picker/index.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/currency-code-picker/index.js +4 -0
- package/dist/src/ui/components/data-entry/currency-code-picker/index.js.map +1 -0
- package/dist/src/ui/components/data-entry/currency-code-picker/types.d.ts +29 -0
- package/dist/src/ui/components/data-entry/currency-code-picker/types.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/currency-code-picker/types.js +2 -0
- package/dist/src/ui/components/data-entry/currency-code-picker/types.js.map +1 -0
- package/dist/src/{scalars/components/currency-code-field → ui/components/data-entry/currency-code-picker}/utils.d.ts +1 -1
- package/dist/src/ui/components/data-entry/currency-code-picker/utils.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/currency-code-picker/utils.js +39 -0
- package/dist/src/{scalars/components/currency-code-field → ui/components/data-entry/currency-code-picker}/utils.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/date-picker.d.ts +3 -3
- package/dist/src/ui/components/data-entry/date-picker/date-picker.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/date-picker.js +21 -21
- package/dist/src/ui/components/data-entry/date-picker/date-picker.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/index.d.ts +2 -2
- package/dist/src/ui/components/data-entry/date-picker/index.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/index.js +1 -1
- package/dist/src/ui/components/data-entry/date-picker/index.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.d.ts +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.js +49 -49
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar/calendar.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-date-header/calendar-date-header.d.ts +4 -4
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-date-header/calendar-date-header.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-date-header/calendar-date-header.js +8 -4
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-date-header/calendar-date-header.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.d.ts +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.js +15 -35
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/calendar-nav/calendar-nav.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.d.ts +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.js +13 -7
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/caption-label/caption-label.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.d.ts +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.js +7 -5
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/months-view/month-view.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/utils.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/utils.js +12 -12
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/utils.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.d.ts +2 -2
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.js +6 -6
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-button.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.d.ts +2 -2
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.js +3 -3
- package/dist/src/ui/components/data-entry/date-picker/subcomponents/year-view/year-grid.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/types.d.ts +1 -1
- package/dist/src/ui/components/data-entry/date-picker/types.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/use-date-picker.d.ts +2 -2
- package/dist/src/ui/components/data-entry/date-picker/use-date-picker.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/use-date-picker.js +11 -19
- package/dist/src/ui/components/data-entry/date-picker/use-date-picker.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/utils.d.ts +1 -1
- package/dist/src/ui/components/data-entry/date-picker/utils.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-picker/utils.js +11 -11
- package/dist/src/ui/components/data-entry/date-picker/utils.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/base-picker.d.ts +6 -5
- package/dist/src/ui/components/data-entry/date-time-picker/base-picker.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/base-picker.js +17 -11
- package/dist/src/ui/components/data-entry/date-time-picker/base-picker.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker-content.d.ts +10 -10
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker-content.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker-content.js +23 -23
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker-content.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.d.ts +8 -8
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.js +11 -11
- package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/index.d.ts +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/index.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/index.js +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/index.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.d.ts +3 -3
- package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.js +41 -43
- package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.js.map +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/utils.d.ts +10 -10
- package/dist/src/ui/components/data-entry/date-time-picker/utils.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/date-time-picker/utils.js +43 -66
- package/dist/src/ui/components/data-entry/date-time-picker/utils.js.map +1 -1
- package/dist/src/ui/components/data-entry/input/index.d.ts +1 -1
- package/dist/src/ui/components/data-entry/input/index.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/input/index.js +1 -1
- package/dist/src/ui/components/data-entry/input/index.js.map +1 -1
- package/dist/src/ui/components/data-entry/input/input.d.ts +1 -1
- package/dist/src/ui/components/data-entry/input/input.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/input/input.js +10 -10
- package/dist/src/ui/components/data-entry/input/input.js.map +1 -1
- package/dist/src/ui/components/data-entry/input/splitted-input-diff.d.ts +2 -2
- package/dist/src/ui/components/data-entry/input/splitted-input-diff.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/input/splitted-input-diff.js +18 -19
- package/dist/src/ui/components/data-entry/input/splitted-input-diff.js.map +1 -1
- package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.js +3 -3
- package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.js.map +1 -1
- package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.d.ts +1 -1
- package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.js +12 -16
- package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.js.map +1 -1
- package/dist/src/ui/components/data-entry/oid-input/index.d.ts +2 -2
- package/dist/src/ui/components/data-entry/oid-input/index.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/oid-input/index.js +1 -1
- package/dist/src/ui/components/data-entry/oid-input/index.js.map +1 -1
- package/dist/src/ui/components/data-entry/oid-input/mocks.d.ts +1 -1
- package/dist/src/ui/components/data-entry/oid-input/mocks.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/oid-input/mocks.js +61 -61
- package/dist/src/ui/components/data-entry/oid-input/mocks.js.map +1 -1
- package/dist/src/ui/components/data-entry/oid-input/oid-input.d.ts +2 -2
- package/dist/src/ui/components/data-entry/oid-input/oid-input.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/oid-input/oid-input.js +7 -10
- package/dist/src/ui/components/data-entry/oid-input/oid-input.js.map +1 -1
- package/dist/src/ui/components/data-entry/oid-input/types.d.ts +2 -2
- package/dist/src/ui/components/data-entry/oid-input/types.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/phid-input/index.d.ts +2 -2
- package/dist/src/ui/components/data-entry/phid-input/index.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/phid-input/index.js +1 -1
- package/dist/src/ui/components/data-entry/phid-input/index.js.map +1 -1
- package/dist/src/ui/components/data-entry/phid-input/mocks.d.ts +1 -1
- package/dist/src/ui/components/data-entry/phid-input/mocks.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/phid-input/mocks.js +129 -131
- package/dist/src/ui/components/data-entry/phid-input/mocks.js.map +1 -1
- package/dist/src/ui/components/data-entry/phid-input/phid-input-diff.d.ts +8 -8
- package/dist/src/ui/components/data-entry/phid-input/phid-input-diff.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/phid-input/phid-input-diff.js +20 -38
- package/dist/src/ui/components/data-entry/phid-input/phid-input-diff.js.map +1 -1
- package/dist/src/ui/components/data-entry/phid-input/phid-input.d.ts +2 -2
- package/dist/src/ui/components/data-entry/phid-input/phid-input.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/phid-input/phid-input.js +12 -15
- package/dist/src/ui/components/data-entry/phid-input/phid-input.js.map +1 -1
- package/dist/src/ui/components/data-entry/phid-input/types.d.ts +5 -5
- package/dist/src/ui/components/data-entry/phid-input/types.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/radio-group/customizable-radio-group.d.ts +2 -2
- package/dist/src/ui/components/data-entry/radio-group/customizable-radio-group.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/radio-group/customizable-radio-group.js +3 -3
- package/dist/src/ui/components/data-entry/radio-group/customizable-radio-group.js.map +1 -1
- package/dist/src/ui/components/data-entry/radio-group/index.d.ts +2 -2
- package/dist/src/ui/components/data-entry/radio-group/index.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/radio-group/index.js +2 -2
- package/dist/src/ui/components/data-entry/radio-group/index.js.map +1 -1
- package/dist/src/ui/components/data-entry/radio-group/radio-group.d.ts +6 -6
- package/dist/src/ui/components/data-entry/radio-group/radio-group.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/radio-group/radio-group.js +9 -9
- package/dist/src/ui/components/data-entry/radio-group/radio-group.js.map +1 -1
- package/dist/src/ui/components/data-entry/radio-group/radio.d.ts +2 -2
- package/dist/src/ui/components/data-entry/radio-group/radio.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/radio-group/radio.js +9 -19
- package/dist/src/ui/components/data-entry/radio-group/radio.js.map +1 -1
- package/dist/src/ui/components/data-entry/select/command-list-item.d.ts +5 -5
- package/dist/src/ui/components/data-entry/select/command-list-item.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/select/command-list-item.js +12 -14
- package/dist/src/ui/components/data-entry/select/command-list-item.js.map +1 -1
- package/dist/src/ui/components/data-entry/select/content.d.ts +5 -6
- package/dist/src/ui/components/data-entry/select/content.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/select/content.js +10 -20
- package/dist/src/ui/components/data-entry/select/content.js.map +1 -1
- package/dist/src/ui/components/data-entry/select/index.d.ts +2 -2
- package/dist/src/ui/components/data-entry/select/index.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/select/index.js +1 -1
- package/dist/src/ui/components/data-entry/select/index.js.map +1 -1
- package/dist/src/ui/components/data-entry/select/select-diff.d.ts +3 -3
- package/dist/src/ui/components/data-entry/select/select-diff.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/select/select-diff.js +3 -3
- package/dist/src/ui/components/data-entry/select/select-diff.js.map +1 -1
- package/dist/src/ui/components/data-entry/select/select.d.ts +2 -2
- package/dist/src/ui/components/data-entry/select/select.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/select/select.js +26 -29
- package/dist/src/ui/components/data-entry/select/select.js.map +1 -1
- package/dist/src/ui/components/data-entry/select/selected-content.d.ts +3 -3
- package/dist/src/ui/components/data-entry/select/selected-content.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/select/selected-content.js +7 -9
- package/dist/src/ui/components/data-entry/select/selected-content.js.map +1 -1
- package/dist/src/ui/components/data-entry/select/types.d.ts +11 -12
- package/dist/src/ui/components/data-entry/select/types.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/select/use-select.d.ts +3 -3
- package/dist/src/ui/components/data-entry/select/use-select.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/select/use-select.js +7 -9
- package/dist/src/ui/components/data-entry/select/use-select.js.map +1 -1
- package/dist/src/ui/components/data-entry/text-input/index.d.ts +2 -2
- package/dist/src/ui/components/data-entry/text-input/index.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/text-input/index.js +1 -1
- package/dist/src/ui/components/data-entry/text-input/index.js.map +1 -1
- package/dist/src/ui/components/data-entry/text-input/text-input-diff.d.ts +1 -1
- package/dist/src/ui/components/data-entry/text-input/text-input-diff.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/text-input/text-input-diff.js +4 -4
- package/dist/src/ui/components/data-entry/text-input/text-input-diff.js.map +1 -1
- package/dist/src/ui/components/data-entry/text-input/text-input.d.ts +4 -4
- package/dist/src/ui/components/data-entry/text-input/text-input.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/text-input/text-input.js +18 -20
- package/dist/src/ui/components/data-entry/text-input/text-input.js.map +1 -1
- package/dist/src/ui/components/data-entry/text-input/types.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/textarea/index.d.ts +1 -1
- package/dist/src/ui/components/data-entry/textarea/index.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/textarea/index.js +1 -1
- package/dist/src/ui/components/data-entry/textarea/index.js.map +1 -1
- package/dist/src/ui/components/data-entry/textarea/subcomponent/splitted-textarea-diff.d.ts +1 -1
- package/dist/src/ui/components/data-entry/textarea/subcomponent/splitted-textarea-diff.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/textarea/subcomponent/splitted-textarea-diff.js +7 -7
- package/dist/src/ui/components/data-entry/textarea/subcomponent/splitted-textarea-diff.js.map +1 -1
- package/dist/src/ui/components/data-entry/textarea/textarea.d.ts +5 -5
- package/dist/src/ui/components/data-entry/textarea/textarea.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/textarea/textarea.js +37 -39
- package/dist/src/ui/components/data-entry/textarea/textarea.js.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/index.d.ts +2 -2
- package/dist/src/ui/components/data-entry/time-picker/index.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/index.js +1 -1
- package/dist/src/ui/components/data-entry/time-picker/index.js.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-period-selector.d.ts +1 -1
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-period-selector.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-period-selector.js +5 -5
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-period-selector.js.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-picker-content.d.ts +5 -5
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-picker-content.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-picker-content.js +6 -6
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-picker-content.js.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.constants.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.constants.js.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.d.ts +2 -2
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.js +11 -9
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/time-selector.js.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/use-time-selector.d.ts +1 -1
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/use-time-selector.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/use-time-selector.js +13 -19
- package/dist/src/ui/components/data-entry/time-picker/subcomponents/use-time-selector.js.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/time-picker.d.ts +7 -7
- package/dist/src/ui/components/data-entry/time-picker/time-picker.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/time-picker.js +13 -13
- package/dist/src/ui/components/data-entry/time-picker/time-picker.js.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/type.d.ts +1 -1
- package/dist/src/ui/components/data-entry/time-picker/type.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/use-time-picker.d.ts +6 -7
- package/dist/src/ui/components/data-entry/time-picker/use-time-picker.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/use-time-picker.js +25 -35
- package/dist/src/ui/components/data-entry/time-picker/use-time-picker.js.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/utils.d.ts +1 -1
- package/dist/src/ui/components/data-entry/time-picker/utils.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/time-picker/utils.js +59 -69
- package/dist/src/ui/components/data-entry/time-picker/utils.js.map +1 -1
- package/dist/src/ui/components/data-entry/toggle/index.d.ts +1 -1
- package/dist/src/ui/components/data-entry/toggle/index.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/toggle/index.js +1 -1
- package/dist/src/ui/components/data-entry/toggle/index.js.map +1 -1
- package/dist/src/ui/components/data-entry/toggle/subcomponents/toogle-diff.d.ts +2 -2
- package/dist/src/ui/components/data-entry/toggle/subcomponents/toogle-diff.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/toggle/subcomponents/toogle-diff.js +14 -14
- package/dist/src/ui/components/data-entry/toggle/subcomponents/toogle-diff.js.map +1 -1
- package/dist/src/ui/components/data-entry/toggle/toggle-base.d.ts +2 -2
- package/dist/src/ui/components/data-entry/toggle/toggle-base.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/toggle/toggle-base.js +6 -7
- package/dist/src/ui/components/data-entry/toggle/toggle-base.js.map +1 -1
- package/dist/src/ui/components/data-entry/toggle/toggle.d.ts +4 -4
- package/dist/src/ui/components/data-entry/toggle/toggle.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/toggle/toggle.js +10 -10
- package/dist/src/ui/components/data-entry/toggle/toggle.js.map +1 -1
- package/dist/src/ui/components/data-entry/url-input/index.d.ts +2 -1
- package/dist/src/ui/components/data-entry/url-input/index.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/url-input/index.js +1 -1
- package/dist/src/ui/components/data-entry/url-input/index.js.map +1 -1
- package/dist/src/ui/components/data-entry/url-input/types.d.ts +12 -0
- package/dist/src/ui/components/data-entry/url-input/types.d.ts.map +1 -0
- package/dist/src/ui/components/data-entry/url-input/types.js +2 -0
- package/dist/src/ui/components/data-entry/url-input/types.js.map +1 -0
- package/dist/src/ui/components/data-entry/url-input/url-favicon.d.ts +1 -1
- package/dist/src/ui/components/data-entry/url-input/url-favicon.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/url-input/url-favicon.js +6 -6
- package/dist/src/ui/components/data-entry/url-input/url-favicon.js.map +1 -1
- package/dist/src/ui/components/data-entry/url-input/url-input-diff.d.ts +4 -4
- package/dist/src/ui/components/data-entry/url-input/url-input-diff.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/url-input/url-input-diff.js +4 -4
- package/dist/src/ui/components/data-entry/url-input/url-input-diff.js.map +1 -1
- package/dist/src/ui/components/data-entry/url-input/url-input.d.ts +3 -13
- package/dist/src/ui/components/data-entry/url-input/url-input.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/url-input/url-input.js +19 -19
- package/dist/src/ui/components/data-entry/url-input/url-input.js.map +1 -1
- package/dist/src/ui/components/data-entry/url-input/useURLWarnings.d.ts.map +1 -1
- package/dist/src/ui/components/data-entry/url-input/useURLWarnings.js +18 -29
- package/dist/src/ui/components/data-entry/url-input/useURLWarnings.js.map +1 -1
- package/dist/src/ui/components/dropdown/dropdown-example.d.ts.map +1 -1
- package/dist/src/ui/components/dropdown/dropdown-example.js +16 -8
- package/dist/src/ui/components/dropdown/dropdown-example.js.map +1 -1
- package/dist/src/ui/components/dropdown/index.d.ts +6 -6
- package/dist/src/ui/components/dropdown/index.d.ts.map +1 -1
- package/dist/src/ui/components/dropdown/index.js +6 -6
- package/dist/src/ui/components/dropdown/index.js.map +1 -1
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-content.d.ts +2 -2
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-content.d.ts.map +1 -1
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-content.js +13 -13
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-content.js.map +1 -1
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-item.d.ts +2 -2
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-item.d.ts.map +1 -1
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-item.js +8 -8
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-item.js.map +1 -1
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-label.d.ts +2 -2
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-label.d.ts.map +1 -1
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-label.js +5 -5
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-label.js.map +1 -1
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-shortcut.d.ts.map +1 -1
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-shortcut.js +3 -3
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-shortcut.js.map +1 -1
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-trigger.d.ts +1 -1
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-trigger.d.ts.map +1 -1
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-trigger.js +4 -4
- package/dist/src/ui/components/dropdown/subcomponents/dropdown-trigger.js.map +1 -1
- package/dist/src/ui/components/icon/icon.d.ts +14 -5
- package/dist/src/ui/components/icon/icon.d.ts.map +1 -1
- package/dist/src/ui/components/icon/icon.js +19 -5
- package/dist/src/ui/components/icon/icon.js.map +1 -1
- package/dist/src/ui/components/icon/index.d.ts +3 -3
- package/dist/src/ui/components/icon/index.d.ts.map +1 -1
- package/dist/src/ui/components/icon/index.js +2 -2
- package/dist/src/ui/components/icon/index.js.map +1 -1
- package/dist/src/ui/components/icon-components/ArrowCouterclockwise.d.ts +6 -2
- package/dist/src/ui/components/icon-components/ArrowCouterclockwise.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/ArrowCouterclockwise.js +4 -2
- package/dist/src/ui/components/icon-components/ArrowCouterclockwise.js.map +1 -1
- package/dist/src/ui/components/icon-components/ArrowFilledRight.d.ts +6 -2
- package/dist/src/ui/components/icon-components/ArrowFilledRight.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/ArrowFilledRight.js +4 -2
- package/dist/src/ui/components/icon-components/ArrowFilledRight.js.map +1 -1
- package/dist/src/ui/components/icon-components/ArrowLeft.d.ts +6 -2
- package/dist/src/ui/components/icon-components/ArrowLeft.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/ArrowLeft.js +4 -2
- package/dist/src/ui/components/icon-components/ArrowLeft.js.map +1 -1
- package/dist/src/ui/components/icon-components/ArrowUp.d.ts +6 -2
- package/dist/src/ui/components/icon-components/ArrowUp.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/ArrowUp.js +4 -2
- package/dist/src/ui/components/icon-components/ArrowUp.js.map +1 -1
- package/dist/src/ui/components/icon-components/BarChart.d.ts +6 -2
- package/dist/src/ui/components/icon-components/BarChart.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/BarChart.js +4 -2
- package/dist/src/ui/components/icon-components/BarChart.js.map +1 -1
- package/dist/src/ui/components/icon-components/BaseArrowLeft.d.ts +6 -2
- package/dist/src/ui/components/icon-components/BaseArrowLeft.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/BaseArrowLeft.js +4 -2
- package/dist/src/ui/components/icon-components/BaseArrowLeft.js.map +1 -1
- package/dist/src/ui/components/icon-components/BaseArrowRight.d.ts +6 -2
- package/dist/src/ui/components/icon-components/BaseArrowRight.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/BaseArrowRight.js +4 -2
- package/dist/src/ui/components/icon-components/BaseArrowRight.js.map +1 -1
- package/dist/src/ui/components/icon-components/Braces.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Braces.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Braces.js +4 -2
- package/dist/src/ui/components/icon-components/Braces.js.map +1 -1
- package/dist/src/ui/components/icon-components/Branch.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Branch.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Branch.js +4 -2
- package/dist/src/ui/components/icon-components/Branch.js.map +1 -1
- package/dist/src/ui/components/icon-components/BrickGlobe.d.ts +6 -2
- package/dist/src/ui/components/icon-components/BrickGlobe.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/BrickGlobe.js +4 -2
- package/dist/src/ui/components/icon-components/BrickGlobe.js.map +1 -1
- package/dist/src/ui/components/icon-components/Briefcase.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Briefcase.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Briefcase.js +4 -2
- package/dist/src/ui/components/icon-components/Briefcase.js.map +1 -1
- package/dist/src/ui/components/icon-components/Calendar.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Calendar.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Calendar.js +4 -2
- package/dist/src/ui/components/icon-components/Calendar.js.map +1 -1
- package/dist/src/ui/components/icon-components/CalendarTime.d.ts +6 -2
- package/dist/src/ui/components/icon-components/CalendarTime.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/CalendarTime.js +4 -2
- package/dist/src/ui/components/icon-components/CalendarTime.js.map +1 -1
- package/dist/src/ui/components/icon-components/Caret.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Caret.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Caret.js +4 -2
- package/dist/src/ui/components/icon-components/Caret.js.map +1 -1
- package/dist/src/ui/components/icon-components/CaretDown.d.ts +6 -2
- package/dist/src/ui/components/icon-components/CaretDown.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/CaretDown.js +4 -2
- package/dist/src/ui/components/icon-components/CaretDown.js.map +1 -1
- package/dist/src/ui/components/icon-components/CaretLeft.d.ts +6 -2
- package/dist/src/ui/components/icon-components/CaretLeft.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/CaretLeft.js +4 -2
- package/dist/src/ui/components/icon-components/CaretLeft.js.map +1 -1
- package/dist/src/ui/components/icon-components/CaretRight.d.ts +6 -2
- package/dist/src/ui/components/icon-components/CaretRight.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/CaretRight.js +4 -2
- package/dist/src/ui/components/icon-components/CaretRight.js.map +1 -1
- package/dist/src/ui/components/icon-components/CaretSort.d.ts +6 -2
- package/dist/src/ui/components/icon-components/CaretSort.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/CaretSort.js +4 -2
- package/dist/src/ui/components/icon-components/CaretSort.js.map +1 -1
- package/dist/src/ui/components/icon-components/Check.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Check.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Check.js +4 -2
- package/dist/src/ui/components/icon-components/Check.js.map +1 -1
- package/dist/src/ui/components/icon-components/CheckCircle.d.ts +6 -2
- package/dist/src/ui/components/icon-components/CheckCircle.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/CheckCircle.js +4 -2
- package/dist/src/ui/components/icon-components/CheckCircle.js.map +1 -1
- package/dist/src/ui/components/icon-components/CheckCircleFill.d.ts +6 -2
- package/dist/src/ui/components/icon-components/CheckCircleFill.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/CheckCircleFill.js +4 -2
- package/dist/src/ui/components/icon-components/CheckCircleFill.js.map +1 -1
- package/dist/src/ui/components/icon-components/Checkmark.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Checkmark.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Checkmark.js +4 -2
- package/dist/src/ui/components/icon-components/Checkmark.js.map +1 -1
- package/dist/src/ui/components/icon-components/ChevronDown.d.ts +6 -2
- package/dist/src/ui/components/icon-components/ChevronDown.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/ChevronDown.js +4 -2
- package/dist/src/ui/components/icon-components/ChevronDown.js.map +1 -1
- package/dist/src/ui/components/icon-components/Circle.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Circle.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Circle.js +4 -2
- package/dist/src/ui/components/icon-components/Circle.js.map +1 -1
- package/dist/src/ui/components/icon-components/CircleInfo.d.ts +6 -2
- package/dist/src/ui/components/icon-components/CircleInfo.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/CircleInfo.js +4 -2
- package/dist/src/ui/components/icon-components/CircleInfo.js.map +1 -1
- package/dist/src/ui/components/icon-components/Clock.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Clock.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Clock.js +4 -2
- package/dist/src/ui/components/icon-components/Clock.js.map +1 -1
- package/dist/src/ui/components/icon-components/ClockFill.d.ts +6 -2
- package/dist/src/ui/components/icon-components/ClockFill.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/ClockFill.js +4 -2
- package/dist/src/ui/components/icon-components/ClockFill.js.map +1 -1
- package/dist/src/ui/components/icon-components/ClockHistory.d.ts +6 -2
- package/dist/src/ui/components/icon-components/ClockHistory.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/ClockHistory.js +4 -2
- package/dist/src/ui/components/icon-components/ClockHistory.js.map +1 -1
- package/dist/src/ui/components/icon-components/CloudSlash.d.ts +6 -2
- package/dist/src/ui/components/icon-components/CloudSlash.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/CloudSlash.js +4 -2
- package/dist/src/ui/components/icon-components/CloudSlash.js.map +1 -1
- package/dist/src/ui/components/icon-components/Collapse.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Collapse.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Collapse.js +4 -2
- package/dist/src/ui/components/icon-components/Collapse.js.map +1 -1
- package/dist/src/ui/components/icon-components/Compass.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Compass.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Compass.js +4 -2
- package/dist/src/ui/components/icon-components/Compass.js.map +1 -1
- package/dist/src/ui/components/icon-components/Connect.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Connect.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Connect.js +4 -2
- package/dist/src/ui/components/icon-components/Connect.js.map +1 -1
- package/dist/src/ui/components/icon-components/ConnectSmall.d.ts +6 -2
- package/dist/src/ui/components/icon-components/ConnectSmall.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/ConnectSmall.js +4 -2
- package/dist/src/ui/components/icon-components/ConnectSmall.js.map +1 -1
- package/dist/src/ui/components/icon-components/Copy.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Copy.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Copy.js +4 -2
- package/dist/src/ui/components/icon-components/Copy.js.map +1 -1
- package/dist/src/ui/components/icon-components/Created.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Created.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Created.js +4 -2
- package/dist/src/ui/components/icon-components/Created.js.map +1 -1
- package/dist/src/ui/components/icon-components/CrossCircle.d.ts +6 -2
- package/dist/src/ui/components/icon-components/CrossCircle.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/CrossCircle.js +4 -2
- package/dist/src/ui/components/icon-components/CrossCircle.js.map +1 -1
- package/dist/src/ui/components/icon-components/Danger.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Danger.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Danger.js +4 -2
- package/dist/src/ui/components/icon-components/Danger.js.map +1 -1
- package/dist/src/ui/components/icon-components/DescendenceModified.d.ts +6 -2
- package/dist/src/ui/components/icon-components/DescendenceModified.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/DescendenceModified.js +4 -2
- package/dist/src/ui/components/icon-components/DescendenceModified.js.map +1 -1
- package/dist/src/ui/components/icon-components/Disconnect.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Disconnect.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Disconnect.js +4 -2
- package/dist/src/ui/components/icon-components/Disconnect.js.map +1 -1
- package/dist/src/ui/components/icon-components/Discord.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Discord.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Discord.js +4 -2
- package/dist/src/ui/components/icon-components/Discord.js.map +1 -1
- package/dist/src/ui/components/icon-components/DownloadFile.d.ts +6 -2
- package/dist/src/ui/components/icon-components/DownloadFile.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/DownloadFile.js +4 -2
- package/dist/src/ui/components/icon-components/DownloadFile.js.map +1 -1
- package/dist/src/ui/components/icon-components/Drive.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Drive.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Drive.js +4 -2
- package/dist/src/ui/components/icon-components/Drive.js.map +1 -1
- package/dist/src/ui/components/icon-components/Duplicated.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Duplicated.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Duplicated.js +4 -2
- package/dist/src/ui/components/icon-components/Duplicated.js.map +1 -1
- package/dist/src/ui/components/icon-components/Edit.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Edit.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Edit.js +4 -2
- package/dist/src/ui/components/icon-components/Edit.js.map +1 -1
- package/dist/src/ui/components/icon-components/Ellipsis.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Ellipsis.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Ellipsis.js +4 -2
- package/dist/src/ui/components/icon-components/Ellipsis.js.map +1 -1
- package/dist/src/ui/components/icon-components/Error.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Error.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Error.js +4 -2
- package/dist/src/ui/components/icon-components/Error.js.map +1 -1
- package/dist/src/ui/components/icon-components/Ethscan.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Ethscan.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Ethscan.js +4 -2
- package/dist/src/ui/components/icon-components/Ethscan.js.map +1 -1
- package/dist/src/ui/components/icon-components/Exclamation.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Exclamation.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Exclamation.js +4 -2
- package/dist/src/ui/components/icon-components/Exclamation.js.map +1 -1
- package/dist/src/ui/components/icon-components/ExportCsv.d.ts +6 -2
- package/dist/src/ui/components/icon-components/ExportCsv.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/ExportCsv.js +4 -2
- package/dist/src/ui/components/icon-components/ExportCsv.js.map +1 -1
- package/dist/src/ui/components/icon-components/ExportJson.d.ts +6 -2
- package/dist/src/ui/components/icon-components/ExportJson.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/ExportJson.js +4 -2
- package/dist/src/ui/components/icon-components/ExportJson.js.map +1 -1
- package/dist/src/ui/components/icon-components/ExportPdf.d.ts +6 -2
- package/dist/src/ui/components/icon-components/ExportPdf.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/ExportPdf.js +4 -2
- package/dist/src/ui/components/icon-components/ExportPdf.js.map +1 -1
- package/dist/src/ui/components/icon-components/ExportUbl.d.ts +6 -2
- package/dist/src/ui/components/icon-components/ExportUbl.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/ExportUbl.js +4 -2
- package/dist/src/ui/components/icon-components/ExportUbl.js.map +1 -1
- package/dist/src/ui/components/icon-components/ExportZip.d.ts +6 -2
- package/dist/src/ui/components/icon-components/ExportZip.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/ExportZip.js +4 -2
- package/dist/src/ui/components/icon-components/ExportZip.js.map +1 -1
- package/dist/src/ui/components/icon-components/File.d.ts +6 -2
- package/dist/src/ui/components/icon-components/File.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/File.js +4 -2
- package/dist/src/ui/components/icon-components/File.js.map +1 -1
- package/dist/src/ui/components/icon-components/FilesEarmark.d.ts +6 -2
- package/dist/src/ui/components/icon-components/FilesEarmark.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/FilesEarmark.js +4 -2
- package/dist/src/ui/components/icon-components/FilesEarmark.js.map +1 -1
- package/dist/src/ui/components/icon-components/FolderClose.d.ts +6 -2
- package/dist/src/ui/components/icon-components/FolderClose.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/FolderClose.js +4 -2
- package/dist/src/ui/components/icon-components/FolderClose.js.map +1 -1
- package/dist/src/ui/components/icon-components/FolderOpen.d.ts +6 -2
- package/dist/src/ui/components/icon-components/FolderOpen.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/FolderOpen.js +4 -2
- package/dist/src/ui/components/icon-components/FolderOpen.js.map +1 -1
- package/dist/src/ui/components/icon-components/FolderPlus.d.ts +6 -2
- package/dist/src/ui/components/icon-components/FolderPlus.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/FolderPlus.js +4 -2
- package/dist/src/ui/components/icon-components/FolderPlus.js.map +1 -1
- package/dist/src/ui/components/icon-components/Forum.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Forum.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Forum.js +4 -2
- package/dist/src/ui/components/icon-components/Forum.js.map +1 -1
- package/dist/src/ui/components/icon-components/Gear.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Gear.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Gear.js +4 -2
- package/dist/src/ui/components/icon-components/Gear.js.map +1 -1
- package/dist/src/ui/components/icon-components/Github.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Github.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Github.js +4 -2
- package/dist/src/ui/components/icon-components/Github.js.map +1 -1
- package/dist/src/ui/components/icon-components/Globe.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Globe.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Globe.js +4 -2
- package/dist/src/ui/components/icon-components/Globe.js.map +1 -1
- package/dist/src/ui/components/icon-components/GlobeWww.d.ts +6 -2
- package/dist/src/ui/components/icon-components/GlobeWww.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/GlobeWww.js +4 -2
- package/dist/src/ui/components/icon-components/GlobeWww.js.map +1 -1
- package/dist/src/ui/components/icon-components/Hdd.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Hdd.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Hdd.js +4 -2
- package/dist/src/ui/components/icon-components/Hdd.js.map +1 -1
- package/dist/src/ui/components/icon-components/History.d.ts +6 -2
- package/dist/src/ui/components/icon-components/History.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/History.js +4 -2
- package/dist/src/ui/components/icon-components/History.js.map +1 -1
- package/dist/src/ui/components/icon-components/InfoSquare.d.ts +6 -2
- package/dist/src/ui/components/icon-components/InfoSquare.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/InfoSquare.js +4 -2
- package/dist/src/ui/components/icon-components/InfoSquare.js.map +1 -1
- package/dist/src/ui/components/icon-components/Link.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Link.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Link.js +4 -2
- package/dist/src/ui/components/icon-components/Link.js.map +1 -1
- package/dist/src/ui/components/icon-components/Linkedin.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Linkedin.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Linkedin.js +4 -2
- package/dist/src/ui/components/icon-components/Linkedin.js.map +1 -1
- package/dist/src/ui/components/icon-components/Lock.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Lock.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Lock.js +4 -2
- package/dist/src/ui/components/icon-components/Lock.js.map +1 -1
- package/dist/src/ui/components/icon-components/M.d.ts +6 -2
- package/dist/src/ui/components/icon-components/M.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/M.js +4 -2
- package/dist/src/ui/components/icon-components/M.js.map +1 -1
- package/dist/src/ui/components/icon-components/Modified.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Modified.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Modified.js +4 -2
- package/dist/src/ui/components/icon-components/Modified.js.map +1 -1
- package/dist/src/ui/components/icon-components/Moved.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Moved.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Moved.js +4 -2
- package/dist/src/ui/components/icon-components/Moved.js.map +1 -1
- package/dist/src/ui/components/icon-components/Npm.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Npm.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Npm.js +4 -2
- package/dist/src/ui/components/icon-components/Npm.js.map +1 -1
- package/dist/src/ui/components/icon-components/PackageManager.d.ts +6 -2
- package/dist/src/ui/components/icon-components/PackageManager.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/PackageManager.js +4 -2
- package/dist/src/ui/components/icon-components/PackageManager.js.map +1 -1
- package/dist/src/ui/components/icon-components/Pencil.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Pencil.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Pencil.js +4 -2
- package/dist/src/ui/components/icon-components/Pencil.js.map +1 -1
- package/dist/src/ui/components/icon-components/People.d.ts +6 -2
- package/dist/src/ui/components/icon-components/People.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/People.js +4 -2
- package/dist/src/ui/components/icon-components/People.js.map +1 -1
- package/dist/src/ui/components/icon-components/PeopleFill.d.ts +6 -2
- package/dist/src/ui/components/icon-components/PeopleFill.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/PeopleFill.js +4 -2
- package/dist/src/ui/components/icon-components/PeopleFill.js.map +1 -1
- package/dist/src/ui/components/icon-components/Person.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Person.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Person.js +4 -2
- package/dist/src/ui/components/icon-components/Person.js.map +1 -1
- package/dist/src/ui/components/icon-components/Pin.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Pin.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Pin.js +4 -2
- package/dist/src/ui/components/icon-components/Pin.js.map +1 -1
- package/dist/src/ui/components/icon-components/PinFilled.d.ts +6 -2
- package/dist/src/ui/components/icon-components/PinFilled.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/PinFilled.js +4 -2
- package/dist/src/ui/components/icon-components/PinFilled.js.map +1 -1
- package/dist/src/ui/components/icon-components/Plus.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Plus.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Plus.js +4 -2
- package/dist/src/ui/components/icon-components/Plus.js.map +1 -1
- package/dist/src/ui/components/icon-components/PlusCircle.d.ts +6 -2
- package/dist/src/ui/components/icon-components/PlusCircle.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/PlusCircle.js +4 -2
- package/dist/src/ui/components/icon-components/PlusCircle.js.map +1 -1
- package/dist/src/ui/components/icon-components/PlusSquare.d.ts +6 -2
- package/dist/src/ui/components/icon-components/PlusSquare.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/PlusSquare.js +4 -2
- package/dist/src/ui/components/icon-components/PlusSquare.js.map +1 -1
- package/dist/src/ui/components/icon-components/PowerhouseLogoSmall.d.ts +6 -2
- package/dist/src/ui/components/icon-components/PowerhouseLogoSmall.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/PowerhouseLogoSmall.js +4 -2
- package/dist/src/ui/components/icon-components/PowerhouseLogoSmall.js.map +1 -1
- package/dist/src/ui/components/icon-components/Project.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Project.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Project.js +4 -2
- package/dist/src/ui/components/icon-components/Project.js.map +1 -1
- package/dist/src/ui/components/icon-components/QuestionSquare.d.ts +6 -2
- package/dist/src/ui/components/icon-components/QuestionSquare.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/QuestionSquare.js +4 -2
- package/dist/src/ui/components/icon-components/QuestionSquare.js.map +1 -1
- package/dist/src/ui/components/icon-components/RedoArrow.d.ts +6 -2
- package/dist/src/ui/components/icon-components/RedoArrow.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/RedoArrow.js +4 -2
- package/dist/src/ui/components/icon-components/RedoArrow.js.map +1 -1
- package/dist/src/ui/components/icon-components/Reload.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Reload.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Reload.js +4 -2
- package/dist/src/ui/components/icon-components/Reload.js.map +1 -1
- package/dist/src/ui/components/icon-components/Removed.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Removed.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Removed.js +4 -2
- package/dist/src/ui/components/icon-components/Removed.js.map +1 -1
- package/dist/src/ui/components/icon-components/Renown.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Renown.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Renown.js +4 -2
- package/dist/src/ui/components/icon-components/Renown.js.map +1 -1
- package/dist/src/ui/components/icon-components/RenownHover.d.ts +6 -2
- package/dist/src/ui/components/icon-components/RenownHover.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/RenownHover.js +4 -2
- package/dist/src/ui/components/icon-components/RenownHover.js.map +1 -1
- package/dist/src/ui/components/icon-components/RenownLight.d.ts +6 -2
- package/dist/src/ui/components/icon-components/RenownLight.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/RenownLight.js +4 -2
- package/dist/src/ui/components/icon-components/RenownLight.js.map +1 -1
- package/dist/src/ui/components/icon-components/Ring.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Ring.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Ring.js +4 -2
- package/dist/src/ui/components/icon-components/Ring.js.map +1 -1
- package/dist/src/ui/components/icon-components/Save.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Save.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Save.js +4 -2
- package/dist/src/ui/components/icon-components/Save.js.map +1 -1
- package/dist/src/ui/components/icon-components/Search.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Search.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Search.js +4 -2
- package/dist/src/ui/components/icon-components/Search.js.map +1 -1
- package/dist/src/ui/components/icon-components/Server.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Server.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Server.js +4 -2
- package/dist/src/ui/components/icon-components/Server.js.map +1 -1
- package/dist/src/ui/components/icon-components/Settings.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Settings.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Settings.js +4 -2
- package/dist/src/ui/components/icon-components/Settings.js.map +1 -1
- package/dist/src/ui/components/icon-components/Synced.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Synced.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Synced.js +4 -2
- package/dist/src/ui/components/icon-components/Synced.js.map +1 -1
- package/dist/src/ui/components/icon-components/Syncing.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Syncing.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Syncing.js +4 -2
- package/dist/src/ui/components/icon-components/Syncing.js.map +1 -1
- package/dist/src/ui/components/icon-components/Tabler.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Tabler.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Tabler.js +4 -2
- package/dist/src/ui/components/icon-components/Tabler.js.map +1 -1
- package/dist/src/ui/components/icon-components/Timeline.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Timeline.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Timeline.js +4 -2
- package/dist/src/ui/components/icon-components/Timeline.js.map +1 -1
- package/dist/src/ui/components/icon-components/TimelineCaret.d.ts +6 -2
- package/dist/src/ui/components/icon-components/TimelineCaret.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/TimelineCaret.js +4 -2
- package/dist/src/ui/components/icon-components/TimelineCaret.js.map +1 -1
- package/dist/src/ui/components/icon-components/Trash.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Trash.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Trash.js +4 -2
- package/dist/src/ui/components/icon-components/Trash.js.map +1 -1
- package/dist/src/ui/components/icon-components/TrashFill.d.ts +6 -2
- package/dist/src/ui/components/icon-components/TrashFill.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/TrashFill.js +4 -2
- package/dist/src/ui/components/icon-components/TrashFill.js.map +1 -1
- package/dist/src/ui/components/icon-components/TreeViewSlash.d.ts +6 -2
- package/dist/src/ui/components/icon-components/TreeViewSlash.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/TreeViewSlash.js +4 -2
- package/dist/src/ui/components/icon-components/TreeViewSlash.js.map +1 -1
- package/dist/src/ui/components/icon-components/TriangleDown.d.ts +6 -2
- package/dist/src/ui/components/icon-components/TriangleDown.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/TriangleDown.js +4 -2
- package/dist/src/ui/components/icon-components/TriangleDown.js.map +1 -1
- package/dist/src/ui/components/icon-components/Tube.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Tube.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Tube.js +4 -2
- package/dist/src/ui/components/icon-components/Tube.js.map +1 -1
- package/dist/src/ui/components/icon-components/VariantArrowLeft.d.ts +6 -2
- package/dist/src/ui/components/icon-components/VariantArrowLeft.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/VariantArrowLeft.js +4 -2
- package/dist/src/ui/components/icon-components/VariantArrowLeft.js.map +1 -1
- package/dist/src/ui/components/icon-components/VerticalDots.d.ts +6 -2
- package/dist/src/ui/components/icon-components/VerticalDots.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/VerticalDots.js +4 -2
- package/dist/src/ui/components/icon-components/VerticalDots.js.map +1 -1
- package/dist/src/ui/components/icon-components/WarningFill.d.ts +6 -2
- package/dist/src/ui/components/icon-components/WarningFill.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/WarningFill.js +4 -2
- package/dist/src/ui/components/icon-components/WarningFill.js.map +1 -1
- package/dist/src/ui/components/icon-components/XTwitter.d.ts +6 -2
- package/dist/src/ui/components/icon-components/XTwitter.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/XTwitter.js +4 -2
- package/dist/src/ui/components/icon-components/XTwitter.js.map +1 -1
- package/dist/src/ui/components/icon-components/Xmark.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Xmark.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Xmark.js +4 -2
- package/dist/src/ui/components/icon-components/Xmark.js.map +1 -1
- package/dist/src/ui/components/icon-components/XmarkLight.d.ts +6 -2
- package/dist/src/ui/components/icon-components/XmarkLight.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/XmarkLight.js +4 -2
- package/dist/src/ui/components/icon-components/XmarkLight.js.map +1 -1
- package/dist/src/ui/components/icon-components/Youtube.d.ts +6 -2
- package/dist/src/ui/components/icon-components/Youtube.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/Youtube.js +4 -2
- package/dist/src/ui/components/icon-components/Youtube.js.map +1 -1
- package/dist/src/ui/components/icon-components/index.d.ts +2 -3
- package/dist/src/ui/components/icon-components/index.d.ts.map +1 -1
- package/dist/src/ui/components/icon-components/index.js +245 -245
- package/dist/src/ui/components/icon-components/index.js.map +1 -1
- package/dist/src/ui/components/icon-components/types.d.ts +3 -0
- package/dist/src/ui/components/icon-components/types.d.ts.map +1 -0
- package/dist/src/ui/components/icon-components/types.js +2 -0
- package/dist/src/ui/components/icon-components/types.js.map +1 -0
- package/dist/src/ui/components/index.d.ts +18 -18
- package/dist/src/ui/components/index.d.ts.map +1 -1
- package/dist/src/ui/components/index.js +18 -18
- package/dist/src/ui/components/index.js.map +1 -1
- package/dist/src/ui/components/object-set-table/examples/api-usage/api-usage.d.ts +3 -0
- package/dist/src/ui/components/object-set-table/examples/api-usage/api-usage.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/examples/api-usage/api-usage.js +59 -0
- package/dist/src/ui/components/object-set-table/examples/api-usage/api-usage.js.map +1 -0
- package/dist/src/ui/components/object-set-table/examples/api-usage/button.d.ts +12 -0
- package/dist/src/ui/components/object-set-table/examples/api-usage/button.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/examples/api-usage/button.js +13 -0
- package/dist/src/ui/components/object-set-table/examples/api-usage/button.js.map +1 -0
- package/dist/src/ui/components/object-set-table/examples/computed-columns/computed-columns.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/examples/computed-columns/computed-columns.js +21 -22
- package/dist/src/ui/components/object-set-table/examples/computed-columns/computed-columns.js.map +1 -1
- package/dist/src/ui/components/object-set-table/examples/custom-rendering/custom-rendering.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/examples/custom-rendering/custom-rendering.js +15 -15
- package/dist/src/ui/components/object-set-table/examples/custom-rendering/custom-rendering.js.map +1 -1
- package/dist/src/ui/components/object-set-table/hooks/useGlobalTableKeyEvents.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/hooks/useGlobalTableKeyEvents.js +11 -13
- package/dist/src/ui/components/object-set-table/hooks/useGlobalTableKeyEvents.js.map +1 -1
- package/dist/src/ui/components/object-set-table/index.d.ts +2 -2
- package/dist/src/ui/components/object-set-table/index.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/index.js +2 -2
- package/dist/src/ui/components/object-set-table/index.js.map +1 -1
- package/dist/src/ui/components/object-set-table/logic/public-table-api.d.ts +9 -0
- package/dist/src/ui/components/object-set-table/logic/public-table-api.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/logic/public-table-api.js +43 -0
- package/dist/src/ui/components/object-set-table/logic/public-table-api.js.map +1 -0
- package/dist/src/ui/components/object-set-table/logic/selection-manager.d.ts +25 -7
- package/dist/src/ui/components/object-set-table/logic/selection-manager.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/logic/selection-manager.js +48 -13
- package/dist/src/ui/components/object-set-table/logic/selection-manager.js.map +1 -1
- package/dist/src/ui/components/object-set-table/logic/table-api.d.ts +13 -7
- package/dist/src/ui/components/object-set-table/logic/table-api.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/logic/table-api.js +15 -10
- package/dist/src/ui/components/object-set-table/logic/table-api.js.map +1 -1
- package/dist/src/ui/components/object-set-table/logic/types.d.ts +31 -0
- package/dist/src/ui/components/object-set-table/logic/types.d.ts.map +1 -0
- package/dist/src/ui/components/object-set-table/logic/types.js +2 -0
- package/dist/src/ui/components/object-set-table/logic/types.js.map +1 -0
- package/dist/src/ui/components/object-set-table/mock-data.d.ts +1 -1
- package/dist/src/ui/components/object-set-table/mock-data.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/mock-data.js +63 -63
- package/dist/src/ui/components/object-set-table/mock-data.js.map +1 -1
- package/dist/src/ui/components/object-set-table/object-set-table.d.ts +1 -1
- package/dist/src/ui/components/object-set-table/object-set-table.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/object-set-table.js +10 -14
- package/dist/src/ui/components/object-set-table/object-set-table.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/body.d.ts +3 -3
- package/dist/src/ui/components/object-set-table/subcomponents/body.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/body.js +15 -20
- package/dist/src/ui/components/object-set-table/subcomponents/body.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.js +2 -2
- package/dist/src/ui/components/object-set-table/subcomponents/cells/basic-cell.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.js +3 -3
- package/dist/src/ui/components/object-set-table/subcomponents/cells/default-cell.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.js +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/information-cell.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.js +5 -5
- package/dist/src/ui/components/object-set-table/subcomponents/cells/row-number-cell.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/boolean-render.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/boolean-render.js +2 -2
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/boolean-render.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.d.ts +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.js +8 -6
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/number-render.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/number-render.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/text-render.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/text-render.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-formatter.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-formatter.js +2 -3
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-formatter.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.d.ts +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.js +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-cell-value-getter.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/header/header-cell.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/header/header-cell.js +2 -2
- package/dist/src/ui/components/object-set-table/subcomponents/header/header-cell.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/header/header-number-td.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/header/header-number-td.js +4 -4
- package/dist/src/ui/components/object-set-table/subcomponents/header/header-number-td.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/header.d.ts +3 -3
- package/dist/src/ui/components/object-set-table/subcomponents/header.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/header.js +8 -8
- package/dist/src/ui/components/object-set-table/subcomponents/header.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.js +3 -9
- package/dist/src/ui/components/object-set-table/subcomponents/rows/table-row.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/table-focus-trap.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/table-focus-trap.js +7 -5
- package/dist/src/ui/components/object-set-table/subcomponents/table-focus-trap.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.d.ts +7 -6
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.js +16 -7
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.js.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.d.ts +16 -11
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.js +27 -32
- package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.js.map +1 -1
- package/dist/src/ui/components/object-set-table/types.d.ts +11 -9
- package/dist/src/ui/components/object-set-table/types.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/utils.d.ts +2 -2
- package/dist/src/ui/components/object-set-table/utils.d.ts.map +1 -1
- package/dist/src/ui/components/object-set-table/utils.js +20 -20
- package/dist/src/ui/components/object-set-table/utils.js.map +1 -1
- package/dist/src/ui/components/sidebar/index.d.ts +3 -3
- package/dist/src/ui/components/sidebar/index.d.ts.map +1 -1
- package/dist/src/ui/components/sidebar/index.js +2 -2
- package/dist/src/ui/components/sidebar/index.js.map +1 -1
- package/dist/src/ui/components/sidebar/sidebar.d.ts +1 -1
- package/dist/src/ui/components/sidebar/sidebar.d.ts.map +1 -1
- package/dist/src/ui/components/sidebar/sidebar.js +16 -16
- package/dist/src/ui/components/sidebar/sidebar.js.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-content-area.d.ts +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-content-area.d.ts.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-content-area.js +9 -9
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-content-area.js.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-header.d.ts.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-header.js +10 -7
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-header.js.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-item.d.ts +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-item.d.ts.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-item.js +22 -36
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-item.js.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-pinning-area.d.ts.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-pinning-area.js +3 -3
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-pinning-area.js.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/index.d.ts +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/index.d.ts.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/index.js +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/index.js.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-provider.d.ts +6 -6
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-provider.d.ts.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-provider.js +21 -16
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-provider.js.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-reducer.d.ts +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-reducer.d.ts.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-reducer.js +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-provider/sidebar-reducer.js.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/index.d.ts +3 -3
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/index.d.ts.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/index.js +3 -3
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/index.js.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-navigation-arrow.d.ts +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-navigation-arrow.d.ts.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-navigation-arrow.js +4 -4
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-navigation-arrow.js.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-result-counter.d.ts.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-result-counter.js +2 -2
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/search-result-counter.js.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/sidebar-search.d.ts.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/sidebar-search.js +17 -17
- package/dist/src/ui/components/sidebar/subcomponents/sidebar-search/sidebar-search.js.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/status-icon.d.ts +2 -2
- package/dist/src/ui/components/sidebar/subcomponents/status-icon.d.ts.map +1 -1
- package/dist/src/ui/components/sidebar/subcomponents/status-icon.js +9 -9
- package/dist/src/ui/components/sidebar/subcomponents/status-icon.js.map +1 -1
- package/dist/src/ui/components/sidebar/types.d.ts +3 -3
- package/dist/src/ui/components/sidebar/types.d.ts.map +1 -1
- package/dist/src/ui/components/sidebar/use-sidebar-resize.d.ts +1 -1
- package/dist/src/ui/components/sidebar/use-sidebar-resize.d.ts.map +1 -1
- package/dist/src/ui/components/sidebar/use-sidebar-resize.js +14 -14
- package/dist/src/ui/components/sidebar/use-sidebar-resize.js.map +1 -1
- package/dist/src/ui/components/sidebar/utils.d.ts +4 -4
- package/dist/src/ui/components/sidebar/utils.d.ts.map +1 -1
- package/dist/src/ui/components/sidebar/utils.js +5 -7
- package/dist/src/ui/components/sidebar/utils.js.map +1 -1
- package/dist/src/ui/components/tooltip/index.d.ts +1 -1
- package/dist/src/ui/components/tooltip/index.d.ts.map +1 -1
- package/dist/src/ui/components/tooltip/index.js +1 -1
- package/dist/src/ui/components/tooltip/index.js.map +1 -1
- package/dist/src/ui/components/tooltip/tooltip.d.ts +3 -3
- package/dist/src/ui/components/tooltip/tooltip.d.ts.map +1 -1
- package/dist/src/ui/components/tooltip/tooltip.js +11 -10
- package/dist/src/ui/components/tooltip/tooltip.js.map +1 -1
- package/dist/src/ui/index.d.ts +1 -1
- package/dist/src/ui/index.d.ts.map +1 -1
- package/dist/src/ui/index.js +1 -1
- package/dist/src/ui/index.js.map +1 -1
- package/dist/style.css +13 -6
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +13 -2
- package/dist/src/scalars/EthereumAddress/EthereumAddress.d.ts +0 -5
- package/dist/src/scalars/EthereumAddress/EthereumAddress.d.ts.map +0 -1
- package/dist/src/scalars/EthereumAddress/EthereumAddress.js +0 -14
- package/dist/src/scalars/EthereumAddress/EthereumAddress.js.map +0 -1
- package/dist/src/scalars/EthereumAddress/index.d.ts +0 -2
- package/dist/src/scalars/EthereumAddress/index.d.ts.map +0 -1
- package/dist/src/scalars/EthereumAddress/index.js +0 -2
- package/dist/src/scalars/EthereumAddress/index.js.map +0 -1
- package/dist/src/scalars/components/currency-code-field/defaults.d.ts.map +0 -1
- package/dist/src/scalars/components/currency-code-field/defaults.js +0 -43
- package/dist/src/scalars/components/currency-code-field/defaults.js.map +0 -1
- package/dist/src/scalars/components/currency-code-field/utils.d.ts.map +0 -1
- package/dist/src/scalars/components/currency-code-field/utils.js +0 -40
|
@@ -9,105 +9,99 @@ export const isValidNumber = (value) => {
|
|
|
9
9
|
return /^-?\d+(\.\d+)?$/.test(value);
|
|
10
10
|
};
|
|
11
11
|
export const validateNumericType = ({ numericType }) => (value) => {
|
|
12
|
-
if (value ===
|
|
12
|
+
if (value === '') {
|
|
13
13
|
return true;
|
|
14
14
|
}
|
|
15
15
|
if (!isValidNumber(value)) {
|
|
16
|
-
return
|
|
16
|
+
return 'Value is not a valid number';
|
|
17
17
|
}
|
|
18
18
|
const isPositive = Number(value) > 0;
|
|
19
19
|
const isNegative = Number(value) < 0;
|
|
20
20
|
const isInt = isInteger(value);
|
|
21
21
|
const numberValue = Number(value);
|
|
22
|
-
if (Math.abs(numberValue) > Number.MAX_SAFE_INTEGER &&
|
|
23
|
-
numericType !== "BigInt") {
|
|
22
|
+
if (Math.abs(numberValue) > Number.MAX_SAFE_INTEGER && numericType !== 'BigInt') {
|
|
24
23
|
const isFloatType = numericType &&
|
|
25
|
-
[
|
|
26
|
-
|
|
27
|
-
"PositiveFloat",
|
|
28
|
-
"NegativeFloat",
|
|
29
|
-
"NonNegativeFloat",
|
|
30
|
-
"NonPositiveFloat",
|
|
31
|
-
].includes(numericType);
|
|
32
|
-
return isFloatType
|
|
33
|
-
? "Value is too large for float"
|
|
34
|
-
: "Value is too large for int";
|
|
24
|
+
['Float', 'PositiveFloat', 'NegativeFloat', 'NonNegativeFloat', 'NonPositiveFloat'].includes(numericType);
|
|
25
|
+
return isFloatType ? 'Value is too large for float' : 'Value is too large for int';
|
|
35
26
|
}
|
|
36
27
|
switch (numericType) {
|
|
37
|
-
case
|
|
28
|
+
case 'PositiveInt': {
|
|
38
29
|
if (!isInt)
|
|
39
|
-
return
|
|
30
|
+
return 'Value must be a positive integer';
|
|
40
31
|
if (isPositive)
|
|
41
32
|
return true;
|
|
42
|
-
return
|
|
33
|
+
return 'Value must be a positive integer';
|
|
43
34
|
}
|
|
44
|
-
case
|
|
35
|
+
case 'NegativeInt': {
|
|
45
36
|
if (!isInt)
|
|
46
|
-
return
|
|
37
|
+
return 'Value must be a negative integer';
|
|
47
38
|
if (Number(value) >= 0)
|
|
48
|
-
return
|
|
39
|
+
return 'Value must be a negative integer';
|
|
49
40
|
if (isNegative)
|
|
50
41
|
return true;
|
|
51
|
-
return
|
|
42
|
+
return 'Value must be a negative integer';
|
|
52
43
|
}
|
|
53
|
-
case
|
|
44
|
+
case 'NonNegativeInt': {
|
|
54
45
|
if (!isInt)
|
|
55
|
-
return
|
|
46
|
+
return 'Value must be a non-negative integer';
|
|
56
47
|
if (Number(value) >= 0)
|
|
57
48
|
return true;
|
|
58
|
-
return
|
|
49
|
+
return 'Value must be a non-negative integer';
|
|
59
50
|
}
|
|
60
|
-
case
|
|
51
|
+
case 'NonPositiveInt': {
|
|
61
52
|
if (!isInt)
|
|
62
|
-
return
|
|
53
|
+
return 'Value must be a non-positive integer';
|
|
63
54
|
if (Number(value) <= 0)
|
|
64
55
|
return true;
|
|
65
|
-
return
|
|
56
|
+
return 'Value must be a non-positive integer';
|
|
66
57
|
}
|
|
67
|
-
case
|
|
58
|
+
case 'PositiveFloat': {
|
|
68
59
|
if (!isFloat(value))
|
|
69
|
-
return
|
|
60
|
+
return 'Value must be a positive float';
|
|
70
61
|
if (parseFloat(value) > 0)
|
|
71
62
|
return true;
|
|
72
|
-
return
|
|
63
|
+
return 'Value must be a positive float';
|
|
73
64
|
}
|
|
74
|
-
case
|
|
65
|
+
case 'NegativeFloat': {
|
|
75
66
|
if (!isFloat(value))
|
|
76
|
-
return
|
|
67
|
+
return 'Value must be a negative float';
|
|
77
68
|
if (parseFloat(value) >= 0)
|
|
78
|
-
return
|
|
69
|
+
return 'Value must be a negative float';
|
|
79
70
|
if (isNegative)
|
|
80
71
|
return true;
|
|
81
|
-
return
|
|
72
|
+
return 'Value must be a negative float';
|
|
82
73
|
}
|
|
83
|
-
case
|
|
74
|
+
case 'NonNegativeFloat': {
|
|
84
75
|
if (!isFloat(value))
|
|
85
|
-
return
|
|
76
|
+
return 'Value must be a non-negative float ';
|
|
86
77
|
if (parseFloat(value) >= 0)
|
|
87
78
|
return true;
|
|
88
|
-
return
|
|
79
|
+
return 'Value must be a non-negative float';
|
|
89
80
|
}
|
|
90
|
-
case
|
|
81
|
+
case 'NonPositiveFloat': {
|
|
91
82
|
if (!isFloat(value))
|
|
92
|
-
return
|
|
83
|
+
return 'Value must be a non-positive float';
|
|
93
84
|
if (parseFloat(value) <= 0)
|
|
94
85
|
return true;
|
|
95
|
-
return
|
|
86
|
+
return 'Value must be a non-positive float';
|
|
96
87
|
}
|
|
97
|
-
case
|
|
88
|
+
case 'Int': {
|
|
98
89
|
if (!isInt)
|
|
99
|
-
return
|
|
90
|
+
return 'Value must be an integer';
|
|
100
91
|
return true;
|
|
101
92
|
}
|
|
102
|
-
case
|
|
93
|
+
case 'Float': {
|
|
103
94
|
if (!isFloat(value))
|
|
104
|
-
return
|
|
95
|
+
return 'Value must be a float';
|
|
105
96
|
return true;
|
|
106
97
|
}
|
|
107
|
-
case
|
|
98
|
+
case 'BigInt': {
|
|
108
99
|
if (isInt)
|
|
109
100
|
return true;
|
|
110
|
-
return
|
|
101
|
+
return 'This is not a valid BigInt';
|
|
102
|
+
}
|
|
103
|
+
case undefined: {
|
|
104
|
+
return true;
|
|
111
105
|
}
|
|
112
106
|
default: {
|
|
113
107
|
return true;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"number-field-validations.js","sourceRoot":"","sources":["../../../../../src/scalars/components/number-field/number-field-validations.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,KAAc,EAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"number-field-validations.js","sourceRoot":"","sources":["../../../../../src/scalars/components/number-field/number-field-validations.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
defaultValue?: number | bigint;
|
|
6
|
-
className?: string;
|
|
7
|
-
pattern?: RegExp;
|
|
8
|
-
onFocus?: (e: React.FocusEvent<HTMLInputElement>) => void;
|
|
9
|
-
}
|
|
10
|
-
export declare const NumberFieldRaw: import("react").ForwardRefExoticComponent<NumberFieldProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
11
|
-
export declare const NumberField: import("react").ForwardRefExoticComponent<NumberFieldProps & import("react").RefAttributes<unknown>>;
|
|
1
|
+
import type { NumberFieldProps } from './types.js';
|
|
2
|
+
declare const NumberFieldRaw: import("react").ForwardRefExoticComponent<NumberFieldProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
3
|
+
declare const NumberField: import("react").ForwardRefExoticComponent<NumberFieldProps & import("react").RefAttributes<unknown>>;
|
|
4
|
+
export { NumberField, NumberFieldRaw };
|
|
12
5
|
//# sourceMappingURL=number-field.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"number-field.d.ts","sourceRoot":"","sources":["../../../../../src/scalars/components/number-field/number-field.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"number-field.d.ts","sourceRoot":"","sources":["../../../../../src/scalars/components/number-field/number-field.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAIlD,QAAA,MAAM,cAAc,+GAqJnB,CAAA;AAID,QAAA,MAAM,WAAW,sGAIf,CAAA;AAIF,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,CAAA"}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Icon } from
|
|
3
|
-
import { cn } from
|
|
4
|
-
import { forwardRef, useId } from
|
|
5
|
-
import { Input } from
|
|
6
|
-
import { FormDescription } from
|
|
7
|
-
import { FormGroup } from
|
|
8
|
-
import { FormLabel } from
|
|
9
|
-
import { FormMessageList } from
|
|
10
|
-
import { withFieldValidation } from
|
|
11
|
-
import { validateNumericType } from
|
|
12
|
-
import { useNumberField } from
|
|
13
|
-
import { regex } from
|
|
14
|
-
|
|
2
|
+
import { Icon } from '../../../ui/components/icon/index.js';
|
|
3
|
+
import { cn } from '../../../scalars/lib/index.js';
|
|
4
|
+
import { forwardRef, useId } from 'react';
|
|
5
|
+
import { Input } from '../../../ui/components/data-entry/input/index.js';
|
|
6
|
+
import { FormDescription } from '../fragments/form-description/index.js';
|
|
7
|
+
import { FormGroup } from '../fragments/form-group/index.js';
|
|
8
|
+
import { FormLabel } from '../fragments/form-label/index.js';
|
|
9
|
+
import { FormMessageList } from '../fragments/form-message/index.js';
|
|
10
|
+
import { withFieldValidation } from '../fragments/with-field-validation/index.js';
|
|
11
|
+
import { validateNumericType } from './number-field-validations.js';
|
|
12
|
+
import { useNumberField } from './use-number-field.js';
|
|
13
|
+
import { regex } from './utils.js';
|
|
14
|
+
const NumberFieldRaw = forwardRef(({ label, name, description, value, defaultValue, onChange, onBlur, errors, warnings, className, id: propId, minValue, maxValue, step = 1, pattern, trailingZeros = false, numericType = 'Float', precision = 0, onFocus, ...props }, ref) => {
|
|
15
15
|
const generatedId = useId();
|
|
16
16
|
const id = propId ?? generatedId;
|
|
17
17
|
const { canIncrement, canDecrement, showSteps, preventInvalidCharsAndHandleArrows, stepValueHandler, blockInvalidPaste, preventLetterInput, isBigInt, handleBlur, handleFocus, buttonRef, } = useNumberField({
|
|
@@ -26,25 +26,31 @@ export const NumberFieldRaw = forwardRef(({ label, name, description, value, def
|
|
|
26
26
|
precision,
|
|
27
27
|
onFocus,
|
|
28
28
|
});
|
|
29
|
-
return (_jsxs(FormGroup, { children: [label && (_jsx(FormLabel, { htmlFor: id, required: props.required, disabled: props.disabled, hasError: !!errors?.length, className: "mb-[3px]", children: label })), _jsxs("div", { className: "relative flex items-center", children: [_jsx(Input, { id: id, onFocus: handleFocus, name: name, className: cn(
|
|
29
|
+
return (_jsxs(FormGroup, { children: [label && (_jsx(FormLabel, { htmlFor: id, required: props.required, disabled: props.disabled, hasError: !!errors?.length, className: "mb-[3px]", children: label })), _jsxs("div", { className: "relative flex items-center", children: [_jsx(Input, { id: id, onFocus: handleFocus, name: name, className: cn('pr-8', className), pattern: isBigInt ? regex.toString() : pattern?.toString(), type: "text", inputMode: "numeric", role: "spinbutton", min: minValue, max: maxValue, "aria-valuemin": minValue, "aria-valuemax": maxValue, "aria-invalid": !!errors?.length, onKeyDown: (e) => {
|
|
30
30
|
preventLetterInput(e);
|
|
31
31
|
preventInvalidCharsAndHandleArrows(e);
|
|
32
|
-
}, value: value === undefined ?
|
|
33
|
-
|
|
32
|
+
}, value: value === undefined ? '' : value.toString(), onBlur: handleBlur, defaultValue: defaultValue?.toString(), onChange: onChange, onPaste: blockInvalidPaste, ref: ref, "data-cast": isBigInt ? 'BigInt' : 'Number', ...props }), showSteps && (_jsxs("div", { className: "absolute inset-y-2 right-3 flex flex-col justify-center", children: [_jsx("button", { "aria-label": "Increment", disabled: canIncrement, onMouseDown: (e) => {
|
|
33
|
+
e.preventDefault();
|
|
34
|
+
}, type: "button", onClick: (e) => {
|
|
35
|
+
stepValueHandler(e, 'increment');
|
|
34
36
|
if (buttonRef.current) {
|
|
35
37
|
buttonRef.current.focus();
|
|
36
38
|
}
|
|
37
|
-
}, children: _jsx(Icon, { size: 10, name: "ChevronDown", className: cn(
|
|
38
|
-
|
|
39
|
+
}, children: _jsx(Icon, { size: 10, name: "ChevronDown", className: cn('rotate-180 text-gray-700 dark:text-gray-300', canIncrement && 'cursor-not-allowed') }) }), _jsx("button", { "aria-label": "Decrement", onMouseDown: (e) => {
|
|
40
|
+
e.preventDefault();
|
|
41
|
+
}, disabled: canDecrement, type: "button", onClick: (e) => {
|
|
42
|
+
stepValueHandler(e, 'decrement');
|
|
39
43
|
if (buttonRef.current) {
|
|
40
44
|
buttonRef.current.focus();
|
|
41
45
|
}
|
|
42
|
-
}, children: _jsx(Icon, { size: 10, name: "ChevronDown", className: cn(
|
|
46
|
+
}, children: _jsx(Icon, { size: 10, name: "ChevronDown", className: cn('items-center justify-center text-gray-700 dark:text-gray-300', canDecrement && 'cursor-not-allowed') }) })] }))] }), description && _jsx(FormDescription, { children: description }), warnings && _jsx(FormMessageList, { messages: warnings, type: "warning" }), errors && _jsx(FormMessageList, { messages: errors, type: "error" })] }));
|
|
43
47
|
});
|
|
44
|
-
|
|
48
|
+
NumberFieldRaw.displayName = 'NumberFieldRaw';
|
|
49
|
+
const NumberField = withFieldValidation(NumberFieldRaw, {
|
|
45
50
|
validations: {
|
|
46
51
|
_numericType: validateNumericType,
|
|
47
52
|
},
|
|
48
53
|
});
|
|
49
|
-
NumberField.displayName =
|
|
54
|
+
NumberField.displayName = 'NumberField';
|
|
55
|
+
export { NumberField, NumberFieldRaw };
|
|
50
56
|
//# sourceMappingURL=number-field.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"number-field.js","sourceRoot":"","sources":["../../../../../src/scalars/components/number-field/number-field.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,sCAAsC,
|
|
1
|
+
{"version":3,"file":"number-field.js","sourceRoot":"","sources":["../../../../../src/scalars/components/number-field/number-field.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import type { FieldErrorHandling, InputBaseProps } from
|
|
2
|
-
|
|
1
|
+
import type { FieldErrorHandling, InputBaseProps } from '../types.js';
|
|
2
|
+
interface NumberProps {
|
|
3
3
|
numericType?: NumericType | undefined;
|
|
4
4
|
minValue?: number;
|
|
5
5
|
maxValue?: number;
|
|
6
6
|
step?: number;
|
|
7
7
|
precision?: number;
|
|
8
8
|
trailingZeros?: boolean;
|
|
9
|
-
}
|
|
10
|
-
export type NumericType =
|
|
11
|
-
export interface InputNumberProps extends Omit<InputBaseProps<string | number> & FieldErrorHandling & NumberProps & Omit<React.InputHTMLAttributes<HTMLInputElement>,
|
|
9
|
+
}
|
|
10
|
+
export type NumericType = 'PositiveInt' | 'NegativeInt' | 'NonNegativeInt' | 'NonPositiveInt' | 'NegativeFloat' | 'PositiveFloat' | 'NonNegativeFloat' | 'NonPositiveFloat' | 'BigInt' | 'Int' | 'Float';
|
|
11
|
+
export interface InputNumberProps extends Omit<InputBaseProps<string | number> & FieldErrorHandling & NumberProps & Omit<React.InputHTMLAttributes<HTMLInputElement>, 'min' | 'max' | 'minLength' | 'maxLength'>, 'value' | 'defaultValue' | 'name' | 'pattern'> {
|
|
12
12
|
name: string;
|
|
13
13
|
min?: number;
|
|
14
14
|
max?: number;
|
|
@@ -16,5 +16,13 @@ export interface InputNumberProps extends Omit<InputBaseProps<string | number> &
|
|
|
16
16
|
precision?: number;
|
|
17
17
|
trailingZeros?: boolean;
|
|
18
18
|
}
|
|
19
|
+
export interface NumberFieldProps extends InputNumberProps {
|
|
20
|
+
name: string;
|
|
21
|
+
value?: number | bigint;
|
|
22
|
+
defaultValue?: number | bigint;
|
|
23
|
+
className?: string;
|
|
24
|
+
pattern?: RegExp;
|
|
25
|
+
onFocus?: (e: React.FocusEvent<HTMLInputElement>) => void;
|
|
26
|
+
}
|
|
19
27
|
export {};
|
|
20
28
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/scalars/components/number-field/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/scalars/components/number-field/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAErE,UAAU,WAAW;IACnB,WAAW,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAED,MAAM,MAAM,WAAW,GACnB,aAAa,GACb,aAAa,GACb,gBAAgB,GAChB,gBAAgB,GAChB,eAAe,GACf,eAAe,GACf,kBAAkB,GAClB,kBAAkB,GAClB,QAAQ,GACR,KAAK,GACL,OAAO,CAAA;AAEX,MAAM,WAAW,gBACf,SAAQ,IAAI,CACV,cAAc,CAAC,MAAM,GAAG,MAAM,CAAC,GAC7B,kBAAkB,GAClB,WAAW,GACX,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,KAAK,GAAG,KAAK,GAAG,WAAW,GAAG,WAAW,CAAC,EAC9F,OAAO,GAAG,cAAc,GAAG,MAAM,GAAG,SAAS,CAC9C;IACD,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAED,MAAM,WAAW,gBAAiB,SAAQ,gBAAgB;IACxD,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACvB,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAA;CAC1D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-number-field.d.ts","sourceRoot":"","sources":["../../../../../src/scalars/components/number-field/use-number-field.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"use-number-field.d.ts","sourceRoot":"","sources":["../../../../../src/scalars/components/number-field/use-number-field.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAA;AAG7C,UAAU,mBAAmB;IAC3B,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAA;IAC3D,WAAW,CAAC,EAAE,WAAW,CAAA;IACzB,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAA;IACxD,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC,KAAK,IAAI,CAAA;CAC1D;AAED,eAAO,MAAM,cAAc,GAAI,wGAW5B,mBAAmB;;;;4CAe2B,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC;0BAiCvD,KAAK,CAAC,UAAU,CAAC,iBAAiB,CAAC,aAAa,WAAW,GAAG,WAAW;2BAjBxE,KAAK,CAAC,cAAc,CAAC,gBAAgB,CAAC;gCAQjC,KAAK,CAAC,aAAa,CAAC,gBAAgB,CAAC;;oBAyCjD,KAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC;qBAmDjC,KAAK,CAAC,UAAU,CAAC,gBAAgB,CAAC;;;CAoB3D,CAAA"}
|
|
@@ -1,37 +1,31 @@
|
|
|
1
|
-
import { useRef, useState } from
|
|
2
|
-
import { isNotSafeValue } from
|
|
3
|
-
import { getDisplayValue } from
|
|
1
|
+
import { useRef, useState } from 'react';
|
|
2
|
+
import { isNotSafeValue } from '../../../ui/components/data-entry/amount-input/utils.js';
|
|
3
|
+
import { getDisplayValue } from './utils.js';
|
|
4
4
|
export const useNumberField = ({ value, maxValue, minValue, step = 1, onChange, numericType, onBlur, trailingZeros = false, precision = 0, onFocus, }) => {
|
|
5
5
|
const [isFocus, setIsFocus] = useState(false);
|
|
6
6
|
const buttonRef = useRef(null);
|
|
7
|
-
const canIncrement = maxValue !== undefined &&
|
|
8
|
-
|
|
9
|
-
? value >= BigInt(maxValue)
|
|
10
|
-
: Number(value) >= maxValue);
|
|
11
|
-
const canDecrement = minValue !== undefined &&
|
|
12
|
-
(typeof value === "bigint"
|
|
13
|
-
? value <= BigInt(minValue)
|
|
14
|
-
: Number(value) <= minValue);
|
|
7
|
+
const canIncrement = maxValue !== undefined && (typeof value === 'bigint' ? value >= BigInt(maxValue) : Number(value) >= maxValue);
|
|
8
|
+
const canDecrement = minValue !== undefined && (typeof value === 'bigint' ? value <= BigInt(minValue) : Number(value) <= minValue);
|
|
15
9
|
const showSteps = isFocus;
|
|
16
10
|
// Boolean to no convert float values to BigInt
|
|
17
|
-
const isBigInt = numericType && numericType ===
|
|
11
|
+
const isBigInt = numericType && numericType === 'BigInt';
|
|
18
12
|
// Prevent to write invalid characters and handle the arrow keys
|
|
19
13
|
const preventInvalidCharsAndHandleArrows = (e) => {
|
|
20
|
-
if ([
|
|
14
|
+
if (['e', 'E', '+'].includes(e.key)) {
|
|
21
15
|
e.preventDefault();
|
|
22
16
|
return;
|
|
23
17
|
}
|
|
24
18
|
// Handle the arrow keys
|
|
25
|
-
if (e.key ===
|
|
19
|
+
if (e.key === 'ArrowUp' || e.key === 'ArrowDown') {
|
|
26
20
|
e.preventDefault();
|
|
27
|
-
const operation = e.key ===
|
|
21
|
+
const operation = e.key === 'ArrowUp' ? 'increment' : 'decrement';
|
|
28
22
|
// Call the handleChangeSteps function
|
|
29
23
|
stepValueHandler(e, operation);
|
|
30
24
|
}
|
|
31
25
|
};
|
|
32
26
|
// Prevent pasting invalid characters
|
|
33
27
|
const blockInvalidPaste = (e) => {
|
|
34
|
-
const pastedData = e.clipboardData.getData(
|
|
28
|
+
const pastedData = e.clipboardData.getData('Text');
|
|
35
29
|
if (/[eE]/.test(pastedData)) {
|
|
36
30
|
e.preventDefault();
|
|
37
31
|
}
|
|
@@ -50,13 +44,12 @@ export const useNumberField = ({ value, maxValue, minValue, step = 1, onChange,
|
|
|
50
44
|
let newValue;
|
|
51
45
|
if (isBigInt) {
|
|
52
46
|
const currentValue = BigInt(value ?? 0);
|
|
53
|
-
const adjustment = BigInt(step || 1) *
|
|
54
|
-
(operation === "increment" ? BigInt(1) : BigInt(-1));
|
|
47
|
+
const adjustment = BigInt(step || 1) * (operation === 'increment' ? BigInt(1) : BigInt(-1));
|
|
55
48
|
newValue = currentValue + adjustment;
|
|
56
49
|
}
|
|
57
50
|
else {
|
|
58
51
|
const currentValue = Number(value ?? 0);
|
|
59
|
-
const adjustment = (step || 1) * (operation ===
|
|
52
|
+
const adjustment = (step || 1) * (operation === 'increment' ? 1 : -1);
|
|
60
53
|
newValue = currentValue + adjustment;
|
|
61
54
|
}
|
|
62
55
|
if (!isBigInt) {
|
|
@@ -65,11 +58,11 @@ export const useNumberField = ({ value, maxValue, minValue, step = 1, onChange,
|
|
|
65
58
|
if (minValue !== undefined && Number(newValue) < minValue)
|
|
66
59
|
return;
|
|
67
60
|
}
|
|
68
|
-
const nativeEvent = new Event(
|
|
61
|
+
const nativeEvent = new Event('change', {
|
|
69
62
|
bubbles: true,
|
|
70
63
|
cancelable: true,
|
|
71
64
|
});
|
|
72
|
-
Object.defineProperty(nativeEvent,
|
|
65
|
+
Object.defineProperty(nativeEvent, 'target', {
|
|
73
66
|
value: { value: newValue },
|
|
74
67
|
writable: false,
|
|
75
68
|
});
|
|
@@ -79,17 +72,17 @@ export const useNumberField = ({ value, maxValue, minValue, step = 1, onChange,
|
|
|
79
72
|
setIsFocus(false);
|
|
80
73
|
const inputValue = e.target.value;
|
|
81
74
|
// If the value is not a number, not an empty string, or is empty, show the error message or keep it empty
|
|
82
|
-
if (inputValue ===
|
|
75
|
+
if (inputValue === '' || isNaN(Number(inputValue))) {
|
|
83
76
|
onBlur?.(e);
|
|
84
77
|
return;
|
|
85
78
|
}
|
|
86
79
|
const integerTypes = [
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
80
|
+
'PositiveInt',
|
|
81
|
+
'NegativeInt',
|
|
82
|
+
'NonNegativeInt',
|
|
83
|
+
'NonPositiveInt',
|
|
84
|
+
'BigInt',
|
|
85
|
+
'Int',
|
|
93
86
|
];
|
|
94
87
|
// Get the formatted value for keeping the trailing zeros
|
|
95
88
|
const formattedValue = getDisplayValue(inputValue, {
|
|
@@ -103,14 +96,12 @@ export const useNumberField = ({ value, maxValue, minValue, step = 1, onChange,
|
|
|
103
96
|
onBlur?.(e);
|
|
104
97
|
return;
|
|
105
98
|
}
|
|
106
|
-
const finalValue = !numericType || integerTypes.includes(numericType)
|
|
107
|
-
|
|
108
|
-
: formattedValue;
|
|
109
|
-
const nativeEvent = new Event("change", {
|
|
99
|
+
const finalValue = !numericType || integerTypes.includes(numericType) ? parseFloat(inputValue).toString() : formattedValue;
|
|
100
|
+
const nativeEvent = new Event('change', {
|
|
110
101
|
bubbles: true,
|
|
111
102
|
cancelable: true,
|
|
112
103
|
});
|
|
113
|
-
Object.defineProperty(nativeEvent,
|
|
104
|
+
Object.defineProperty(nativeEvent, 'target', {
|
|
114
105
|
value: { value: finalValue },
|
|
115
106
|
writable: false,
|
|
116
107
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use-number-field.js","sourceRoot":"","sources":["../../../../../src/scalars/components/number-field/use-number-field.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"use-number-field.js","sourceRoot":"","sources":["../../../../../src/scalars/components/number-field/use-number-field.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { NumericType } from './types.js';
|
|
2
2
|
export declare const regex: RegExp;
|
|
3
|
-
|
|
3
|
+
interface TransformProps {
|
|
4
4
|
numericType?: NumericType;
|
|
5
5
|
trailingZeros?: boolean;
|
|
6
6
|
precision?: number;
|
|
7
|
-
}
|
|
7
|
+
}
|
|
8
8
|
export declare function getDisplayValue(value?: string, transformProps?: TransformProps): string;
|
|
9
9
|
export {};
|
|
10
10
|
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/scalars/components/number-field/utils.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/scalars/components/number-field/utils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAA;AAE7C,eAAO,MAAM,KAAK,QAAkB,CAAA;AASpC,UAAU,cAAc;IACtB,WAAW,CAAC,EAAE,WAAW,CAAA;IACzB,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,wBAAgB,eAAe,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,cAAc,UA4B9E"}
|
|
@@ -1,31 +1,25 @@
|
|
|
1
|
-
import { MAX_SAFE_INTEGER } from
|
|
1
|
+
import { MAX_SAFE_INTEGER } from './number-field-validations.js';
|
|
2
2
|
export const regex = /^-?\d*\.?\d*$/;
|
|
3
|
-
const floatTypes = [
|
|
4
|
-
"NegativeFloat",
|
|
5
|
-
"PositiveFloat",
|
|
6
|
-
"NonNegativeFloat",
|
|
7
|
-
"NonPositiveFloat",
|
|
8
|
-
"Float",
|
|
9
|
-
];
|
|
3
|
+
const floatTypes = ['NegativeFloat', 'PositiveFloat', 'NonNegativeFloat', 'NonPositiveFloat', 'Float'];
|
|
10
4
|
const formatValue = (value, precision, trailingZeros) => {
|
|
11
5
|
const formattedValue = parseFloat(value).toFixed(precision);
|
|
12
6
|
return trailingZeros ? formattedValue : parseFloat(formattedValue).toString();
|
|
13
7
|
};
|
|
14
8
|
export function getDisplayValue(value, transformProps) {
|
|
15
9
|
if (!value)
|
|
16
|
-
return
|
|
17
|
-
const { numericType, precision, trailingZeros = false
|
|
10
|
+
return '';
|
|
11
|
+
const { numericType, precision, trailingZeros = false } = transformProps || {};
|
|
18
12
|
const isFloat = numericType && floatTypes.includes(numericType);
|
|
19
13
|
const numberValue = Number(value);
|
|
20
|
-
if (numericType ===
|
|
21
|
-
//Not need to convert a BigInt the convertion is done in the onSubmit
|
|
14
|
+
if (numericType === 'BigInt') {
|
|
15
|
+
// Not need to convert a BigInt the convertion is done in the onSubmit
|
|
22
16
|
return value;
|
|
23
17
|
}
|
|
24
|
-
//
|
|
18
|
+
// Keep the value as its if a flaot and no precision is set
|
|
25
19
|
if (isFloat && precision === 0) {
|
|
26
20
|
return numberValue.toString();
|
|
27
21
|
}
|
|
28
|
-
//keep the value as its if the value is greater than the max safe integer
|
|
22
|
+
// keep the value as its if the value is greater than the max safe integer
|
|
29
23
|
// to avoid convert to cientific notation
|
|
30
24
|
if (Math.abs(numberValue) > MAX_SAFE_INTEGER) {
|
|
31
25
|
return value.toString();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../../src/scalars/components/number-field/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../../src/scalars/components/number-field/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAA;AAGhE,MAAM,CAAC,MAAM,KAAK,GAAG,eAAe,CAAA;AAEpC,MAAM,UAAU,GAAkB,CAAC,eAAe,EAAE,eAAe,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,OAAO,CAAC,CAAA;AAErH,MAAM,WAAW,GAAG,CAAC,KAAa,EAAE,SAAkB,EAAE,aAAuB,EAAE,EAAE;IACjF,MAAM,cAAc,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC,CAAA;IAC3D,OAAO,aAAa,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,UAAU,CAAC,cAAc,CAAC,CAAC,QAAQ,EAAE,CAAA;AAC/E,CAAC,CAAA;AAQD,MAAM,UAAU,eAAe,CAAC,KAAc,EAAE,cAA+B;IAC7E,IAAI,CAAC,KAAK;QAAE,OAAO,EAAE,CAAA;IAErB,MAAM,EAAE,WAAW,EAAE,SAAS,EAAE,aAAa,GAAG,KAAK,EAAE,GAAG,cAAc,IAAI,EAAE,CAAA;IAE9E,MAAM,OAAO,GAAG,WAAW,IAAI,UAAU,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAA;IAC/D,MAAM,WAAW,GAAG,MAAM,CAAC,KAAK,CAAC,CAAA;IAEjC,IAAI,WAAW,KAAK,QAAQ,EAAE,CAAC;QAC7B,sEAAsE;QACtE,OAAO,KAAK,CAAA;IACd,CAAC;IACD,2DAA2D;IAC3D,IAAI,OAAO,IAAI,SAAS,KAAK,CAAC,EAAE,CAAC;QAC/B,OAAO,WAAW,CAAC,QAAQ,EAAE,CAAA;IAC/B,CAAC;IAED,0EAA0E;IAC1E,yCAAyC;IACzC,IAAI,IAAI,CAAC,GAAG,CAAC,WAAW,CAAC,GAAG,gBAAgB,EAAE,CAAC;QAC7C,OAAO,KAAK,CAAC,QAAQ,EAAE,CAAA;IACzB,CAAC;IAED,IAAI,SAAS,KAAK,CAAC,EAAE,CAAC;QACpB,OAAO,WAAW,CAAC,KAAK,EAAE,SAAS,EAAE,aAAa,CAAC,CAAA;IACrD,CAAC;IAED,OAAO,KAAK,CAAA;AACd,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { OIDField } from
|
|
2
|
-
export type { OIDFieldProps } from
|
|
1
|
+
export { OIDField } from './oid-field.js';
|
|
2
|
+
export type { OIDFieldProps } from './types.js';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/scalars/components/oid-field/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/scalars/components/oid-field/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA;AACzC,YAAY,EAAE,aAAa,EAAE,MAAM,YAAY,CAAA"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { OIDField } from
|
|
1
|
+
export { OIDField } from './oid-field.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/scalars/components/oid-field/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/scalars/components/oid-field/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAA"}
|