rotion 0.4.1 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ui/cjs/index.css +1 -1
- package/dist/ui/cjs/index.js +1 -1
- package/dist/ui/cjs/index.js.map +1 -1
- package/dist/ui/cjs/types/ui/components/Gallery/Gallery.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Gallery/Gallery.types.d.ts +14 -4
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryCard.types.d.ts +2 -9
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryHandler.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +6 -2
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.types.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.types.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryFormulaField/GalleryFormulaField.d.ts +5 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryFormulaField/GalleryFormulaField.types.d.ts +5 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryFormulaField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +2 -6
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.types.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.types.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryPreview/GalleryPreview.d.ts +5 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryPreview/GalleryPreview.types.d.ts +14 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryPreview/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GallerySelectField/GallerySelectField.d.ts +5 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GallerySelectField/GallerySelectField.types.d.ts +6 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GallerySelectField/LinkedTag.d.ts +5 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GallerySelectField/LinkedTag.types.d.ts +10 -0
- package/dist/ui/cjs/types/ui/components/Gallery/GallerySelectField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/List/Column.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/List/Column.types.d.ts +2 -6
- package/dist/ui/cjs/types/ui/components/List/List.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/List/List.types.d.ts +13 -2
- package/dist/ui/cjs/types/ui/components/List/ListCheckboxField/ListCheckboxField.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/List/ListCheckboxField/ListCheckboxField.types.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/List/ListFormulaField/ListFormulaField.d.ts +5 -0
- package/dist/ui/cjs/types/ui/components/List/ListFormulaField/ListFormulaField.types.d.ts +5 -0
- package/dist/ui/cjs/types/ui/components/List/ListFormulaField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/List/ListHandler.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/List/ListHandler.types.d.ts +7 -3
- package/dist/ui/cjs/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.types.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.types.d.ts +2 -6
- package/dist/ui/cjs/types/ui/components/List/ListNumberField/ListNumberField.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/List/ListNumberField/ListNumberField.types.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/List/ListSelectField/LinkedTagIfLinked.d.ts +5 -0
- package/dist/ui/cjs/types/ui/components/List/ListSelectField/LinkedTagIfLinked.types.d.ts +11 -0
- package/dist/ui/cjs/types/ui/components/List/ListSelectField/ListSelectField.d.ts +5 -0
- package/dist/ui/cjs/types/ui/components/List/ListSelectField/ListSelectField.types.d.ts +6 -0
- package/dist/ui/cjs/types/ui/components/List/ListSelectField/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/List/ListTitleField/LinkedTitle.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/List/ListTitleField/LinkedTitle.types.d.ts +2 -6
- package/dist/ui/cjs/types/ui/components/List/ListTitleField/ListTitleField.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/List/ListTitleField/ListTitleField.types.d.ts +2 -7
- package/dist/ui/cjs/types/ui/components/PrefixSuffix/PrefixSuffix.d.ts +5 -0
- package/dist/ui/cjs/types/ui/components/PrefixSuffix/PrefixSuffix.types.d.ts +6 -0
- package/dist/ui/cjs/types/ui/components/PrefixSuffix/index.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Table/Column.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Table/Column.types.d.ts +2 -6
- package/dist/ui/cjs/types/ui/components/Table/Table.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Table/Table.types.d.ts +14 -2
- package/dist/ui/cjs/types/ui/components/Table/TableCheckboxField/TableCheckboxField.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Table/TableCheckboxField/TableCheckboxField.types.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Table/TableFormulaField/TableFormulaField.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Table/TableFormulaField/TableFormulaField.types.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Table/TableHandler.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Table/TableHandler.types.d.ts +6 -2
- package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +2 -6
- package/dist/ui/cjs/types/ui/components/Table/TableNumberField/TableNumberField.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Table/TableNumberField/TableNumberField.types.d.ts +2 -0
- package/dist/ui/cjs/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Table/TableSelectField/TableSelectField.types.d.ts +2 -6
- package/dist/ui/cjs/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.types.d.ts +2 -7
- package/dist/ui/cjs/types/ui/components/Table/TableTitleField/TableTitleField.d.ts +1 -1
- package/dist/ui/cjs/types/ui/components/Table/TableTitleField/TableTitleField.types.d.ts +2 -7
- package/dist/ui/cjs/types/ui/components/index.d.ts +7 -2
- package/dist/ui/cjs/types/ui/components/lib.d.ts +2 -1
- package/dist/ui/esm/index.css +1 -1
- package/dist/ui/esm/index.js +1 -1
- package/dist/ui/esm/index.js.map +1 -1
- package/dist/ui/esm/types/ui/components/Gallery/Gallery.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Gallery/Gallery.types.d.ts +14 -4
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryCard.types.d.ts +2 -9
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryHandler.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +6 -2
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.types.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.types.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryFormulaField/GalleryFormulaField.d.ts +5 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryFormulaField/GalleryFormulaField.types.d.ts +5 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryFormulaField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +2 -6
- package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.types.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.types.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryPreview/GalleryPreview.d.ts +5 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryPreview/GalleryPreview.types.d.ts +14 -0
- package/dist/ui/esm/types/ui/components/Gallery/GalleryPreview/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Gallery/GallerySelectField/GallerySelectField.d.ts +5 -0
- package/dist/ui/esm/types/ui/components/Gallery/GallerySelectField/GallerySelectField.types.d.ts +6 -0
- package/dist/ui/esm/types/ui/components/Gallery/GallerySelectField/LinkedTag.d.ts +5 -0
- package/dist/ui/esm/types/ui/components/Gallery/GallerySelectField/LinkedTag.types.d.ts +10 -0
- package/dist/ui/esm/types/ui/components/Gallery/GallerySelectField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/List/Column.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/List/Column.types.d.ts +2 -6
- package/dist/ui/esm/types/ui/components/List/List.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/List/List.types.d.ts +13 -2
- package/dist/ui/esm/types/ui/components/List/ListCheckboxField/ListCheckboxField.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/List/ListCheckboxField/ListCheckboxField.types.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/List/ListFormulaField/ListFormulaField.d.ts +5 -0
- package/dist/ui/esm/types/ui/components/List/ListFormulaField/ListFormulaField.types.d.ts +5 -0
- package/dist/ui/esm/types/ui/components/List/ListFormulaField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/List/ListHandler.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/List/ListHandler.types.d.ts +7 -3
- package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.types.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.types.d.ts +2 -6
- package/dist/ui/esm/types/ui/components/List/ListNumberField/ListNumberField.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/List/ListNumberField/ListNumberField.types.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/List/ListSelectField/LinkedTagIfLinked.d.ts +5 -0
- package/dist/ui/esm/types/ui/components/List/ListSelectField/LinkedTagIfLinked.types.d.ts +11 -0
- package/dist/ui/esm/types/ui/components/List/ListSelectField/ListSelectField.d.ts +5 -0
- package/dist/ui/esm/types/ui/components/List/ListSelectField/ListSelectField.types.d.ts +6 -0
- package/dist/ui/esm/types/ui/components/List/ListSelectField/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/List/ListTitleField/LinkedTitle.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/List/ListTitleField/LinkedTitle.types.d.ts +2 -6
- package/dist/ui/esm/types/ui/components/List/ListTitleField/ListTitleField.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/List/ListTitleField/ListTitleField.types.d.ts +2 -7
- package/dist/ui/esm/types/ui/components/PrefixSuffix/PrefixSuffix.d.ts +5 -0
- package/dist/ui/esm/types/ui/components/PrefixSuffix/PrefixSuffix.types.d.ts +6 -0
- package/dist/ui/esm/types/ui/components/PrefixSuffix/index.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Table/Column.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Table/Column.types.d.ts +2 -6
- package/dist/ui/esm/types/ui/components/Table/Table.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Table/Table.types.d.ts +14 -2
- package/dist/ui/esm/types/ui/components/Table/TableCheckboxField/TableCheckboxField.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Table/TableCheckboxField/TableCheckboxField.types.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Table/TableFormulaField/TableFormulaField.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Table/TableFormulaField/TableFormulaField.types.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Table/TableHandler.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Table/TableHandler.types.d.ts +6 -2
- package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +2 -6
- package/dist/ui/esm/types/ui/components/Table/TableNumberField/TableNumberField.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Table/TableNumberField/TableNumberField.types.d.ts +2 -0
- package/dist/ui/esm/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Table/TableSelectField/TableSelectField.types.d.ts +2 -6
- package/dist/ui/esm/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.types.d.ts +2 -7
- package/dist/ui/esm/types/ui/components/Table/TableTitleField/TableTitleField.d.ts +1 -1
- package/dist/ui/esm/types/ui/components/Table/TableTitleField/TableTitleField.types.d.ts +2 -7
- package/dist/ui/esm/types/ui/components/index.d.ts +7 -2
- package/dist/ui/esm/types/ui/components/lib.d.ts +2 -1
- package/dist/ui/style-without-dark.css +1 -1
- package/dist/ui/types.d.ts +160 -68
- package/dist/ui/umd/index.css +1 -1
- package/dist/ui/umd/index.js +1 -1
- package/dist/ui/umd/index.js.map +1 -1
- package/dist/ui/umd/types/ui/components/Gallery/Gallery.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Gallery/Gallery.types.d.ts +14 -4
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryCard.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryCard.types.d.ts +2 -9
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryHandler.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryHandler.types.d.ts +6 -2
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryLinkedCard.types.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.types.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryFormulaField/GalleryFormulaField.d.ts +5 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryFormulaField/GalleryFormulaField.types.d.ts +5 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryFormulaField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.types.d.ts +2 -6
- package/dist/ui/umd/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.types.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Gallery/GalleryNumberField/GalleryNumberField.types.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryPreview/GalleryPreview.d.ts +5 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryPreview/GalleryPreview.types.d.ts +14 -0
- package/dist/ui/umd/types/ui/components/Gallery/GalleryPreview/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Gallery/GallerySelectField/GallerySelectField.d.ts +5 -0
- package/dist/ui/umd/types/ui/components/Gallery/GallerySelectField/GallerySelectField.types.d.ts +6 -0
- package/dist/ui/umd/types/ui/components/Gallery/GallerySelectField/LinkedTag.d.ts +5 -0
- package/dist/ui/umd/types/ui/components/Gallery/GallerySelectField/LinkedTag.types.d.ts +10 -0
- package/dist/ui/umd/types/ui/components/Gallery/GallerySelectField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/List/Column.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/List/Column.types.d.ts +2 -6
- package/dist/ui/umd/types/ui/components/List/List.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/List/List.types.d.ts +13 -2
- package/dist/ui/umd/types/ui/components/List/ListCheckboxField/ListCheckboxField.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/List/ListCheckboxField/ListCheckboxField.types.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/List/ListFormulaField/ListFormulaField.d.ts +5 -0
- package/dist/ui/umd/types/ui/components/List/ListFormulaField/ListFormulaField.types.d.ts +5 -0
- package/dist/ui/umd/types/ui/components/List/ListFormulaField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/List/ListHandler.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/List/ListHandler.types.d.ts +7 -3
- package/dist/ui/umd/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.types.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.types.d.ts +2 -6
- package/dist/ui/umd/types/ui/components/List/ListNumberField/ListNumberField.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/List/ListNumberField/ListNumberField.types.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/List/ListSelectField/LinkedTagIfLinked.d.ts +5 -0
- package/dist/ui/umd/types/ui/components/List/ListSelectField/LinkedTagIfLinked.types.d.ts +11 -0
- package/dist/ui/umd/types/ui/components/List/ListSelectField/ListSelectField.d.ts +5 -0
- package/dist/ui/umd/types/ui/components/List/ListSelectField/ListSelectField.types.d.ts +6 -0
- package/dist/ui/umd/types/ui/components/List/ListSelectField/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/List/ListTitleField/LinkedTitle.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/List/ListTitleField/LinkedTitle.types.d.ts +2 -6
- package/dist/ui/umd/types/ui/components/List/ListTitleField/ListTitleField.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/List/ListTitleField/ListTitleField.types.d.ts +2 -7
- package/dist/ui/umd/types/ui/components/PrefixSuffix/PrefixSuffix.d.ts +5 -0
- package/dist/ui/umd/types/ui/components/PrefixSuffix/PrefixSuffix.types.d.ts +6 -0
- package/dist/ui/umd/types/ui/components/PrefixSuffix/index.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Table/Column.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Table/Column.types.d.ts +2 -6
- package/dist/ui/umd/types/ui/components/Table/Table.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Table/Table.types.d.ts +14 -2
- package/dist/ui/umd/types/ui/components/Table/TableCheckboxField/TableCheckboxField.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Table/TableCheckboxField/TableCheckboxField.types.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Table/TableFormulaField/TableFormulaField.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Table/TableFormulaField/TableFormulaField.types.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Table/TableHandler.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Table/TableHandler.types.d.ts +6 -2
- package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Table/TableMultiSelectField/TableMultiSelectField.types.d.ts +2 -6
- package/dist/ui/umd/types/ui/components/Table/TableNumberField/TableNumberField.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Table/TableNumberField/TableNumberField.types.d.ts +2 -0
- package/dist/ui/umd/types/ui/components/Table/TableSelectField/TableSelectField.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Table/TableSelectField/TableSelectField.types.d.ts +2 -6
- package/dist/ui/umd/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Table/TableTitleField/LinkedTitleIfLinked.types.d.ts +2 -7
- package/dist/ui/umd/types/ui/components/Table/TableTitleField/TableTitleField.d.ts +1 -1
- package/dist/ui/umd/types/ui/components/Table/TableTitleField/TableTitleField.types.d.ts +2 -7
- package/dist/ui/umd/types/ui/components/index.d.ts +7 -2
- package/dist/ui/umd/types/ui/components/lib.d.ts +2 -1
- package/package.json +1 -1
- package/dist/ui/cjs/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +0 -9
- package/dist/ui/esm/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +0 -9
- package/dist/ui/umd/types/ui/components/Gallery/GalleryCard/GalleryPreview.d.ts +0 -9
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
import type { GalleryProps } from './Gallery.types';
|
|
3
3
|
import '../tokens.css';
|
|
4
4
|
import './Gallery.css';
|
|
5
|
-
declare const Gallery: ({ keys, db,
|
|
5
|
+
declare const Gallery: ({ keys, db, options }: GalleryProps) => React.JSX.Element;
|
|
6
6
|
export default Gallery;
|
|
@@ -2,13 +2,23 @@
|
|
|
2
2
|
import type { FetchDatabaseRes } from '../../../exporter';
|
|
3
3
|
import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
4
4
|
import type { Link } from '../types';
|
|
5
|
+
import { GalleryPreviewOptions } from './GalleryPreview/GalleryPreview.types';
|
|
5
6
|
export interface GalleryProps {
|
|
6
7
|
keys: string[];
|
|
7
8
|
db: FetchDatabaseRes;
|
|
8
|
-
|
|
9
|
+
options?: GalleryOptions;
|
|
10
|
+
}
|
|
11
|
+
export interface GalleryOptions {
|
|
12
|
+
href?: {
|
|
13
|
+
[key: string]: string;
|
|
14
|
+
};
|
|
9
15
|
link?: Link;
|
|
10
16
|
query?: ParsedUrlQueryInput;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
17
|
+
image?: GalleryPreviewOptions;
|
|
18
|
+
prefix?: {
|
|
19
|
+
[key: string]: string;
|
|
20
|
+
};
|
|
21
|
+
suffix?: {
|
|
22
|
+
[key: string]: string;
|
|
23
|
+
};
|
|
14
24
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { GalleryCardProps } from './GalleryCard.types';
|
|
3
3
|
import './GalleryCard.css';
|
|
4
|
-
declare const GalleryCard: ({ keys, page,
|
|
4
|
+
declare const GalleryCard: ({ keys, page, options }: GalleryCardProps) => React.JSX.Element;
|
|
5
5
|
export default GalleryCard;
|
|
@@ -1,14 +1,7 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
1
|
import type { PageObjectResponseEx } from '../../../../exporter';
|
|
3
|
-
import
|
|
4
|
-
import type { Link } from '../../types';
|
|
2
|
+
import { GalleryOptions } from '../Gallery.types';
|
|
5
3
|
export interface GalleryCardProps {
|
|
6
4
|
keys: string[];
|
|
7
5
|
page: PageObjectResponseEx;
|
|
8
|
-
|
|
9
|
-
link?: Link;
|
|
10
|
-
query?: ParsedUrlQueryInput;
|
|
11
|
-
preview?: 'cover' | 'content';
|
|
12
|
-
size: 'small' | 'medium' | 'large';
|
|
13
|
-
fit: boolean;
|
|
6
|
+
options?: GalleryOptions;
|
|
14
7
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { GalleryHandlerProps } from './GalleryHandler.types';
|
|
3
|
-
declare const GalleryHandler: ({ property,
|
|
3
|
+
declare const GalleryHandler: ({ property, options }: GalleryHandlerProps) => React.JSX.Element;
|
|
4
4
|
export default GalleryHandler;
|
|
@@ -4,8 +4,12 @@ import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
|
4
4
|
import type { Link } from '../../types';
|
|
5
5
|
export interface GalleryHandlerProps {
|
|
6
6
|
property?: DatabaseProperty;
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
options: GalleryPropertyOptions;
|
|
8
|
+
}
|
|
9
|
+
export interface GalleryPropertyOptions {
|
|
10
|
+
pathname?: string;
|
|
9
11
|
link?: Link;
|
|
10
12
|
query?: ParsedUrlQueryInput;
|
|
13
|
+
prefix?: string;
|
|
14
|
+
suffix?: string;
|
|
11
15
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { GalleryLinkedCardProps } from './GalleryLinkedCard.types';
|
|
3
|
-
declare const GalleryLinkedCard: ({ children, link, query,
|
|
3
|
+
declare const GalleryLinkedCard: ({ children, link, query, pathname }: GalleryLinkedCardProps) => React.JSX.Element;
|
|
4
4
|
export default GalleryLinkedCard;
|
package/dist/ui/esm/types/ui/components/Gallery/GalleryCheckboxField/GalleryCheckboxField.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { GalleryCheckboxFieldProps } from './GalleryCheckboxField.types';
|
|
3
3
|
import './GalleryCheckboxField.css';
|
|
4
|
-
declare const GalleryCheckboxField: ({ checked }: GalleryCheckboxFieldProps) => React.JSX.Element;
|
|
4
|
+
declare const GalleryCheckboxField: ({ checked, options }: GalleryCheckboxFieldProps) => React.JSX.Element;
|
|
5
5
|
export default GalleryCheckboxField;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { GalleryFormulaFieldProps } from './GalleryFormulaField.types';
|
|
3
|
+
import './GalleryFormulaField.css';
|
|
4
|
+
declare const GalleryFormulaField: ({ number, options }: GalleryFormulaFieldProps) => React.JSX.Element;
|
|
5
|
+
export default GalleryFormulaField;
|
package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/GalleryMultiSelectField.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { GalleryMultiSelectFieldProps } from './GalleryMultiSelectField.types';
|
|
3
3
|
import './GalleryMultiSelectField.css';
|
|
4
|
-
declare const GalleryMultiSelectField: ({ multiSelect,
|
|
4
|
+
declare const GalleryMultiSelectField: ({ multiSelect, options }: GalleryMultiSelectFieldProps) => React.JSX.Element;
|
|
5
5
|
export default GalleryMultiSelectField;
|
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
3
1
|
import type { SelectPropertyResponse } from '../../../../exporter';
|
|
4
|
-
import
|
|
2
|
+
import { GalleryPropertyOptions } from '../GalleryCard/GalleryHandler.types';
|
|
5
3
|
export interface GalleryMultiSelectFieldProps {
|
|
6
4
|
multiSelect: SelectPropertyResponse[];
|
|
7
|
-
|
|
8
|
-
link?: Link;
|
|
9
|
-
query?: ParsedUrlQueryInput;
|
|
5
|
+
options?: GalleryPropertyOptions;
|
|
10
6
|
}
|
package/dist/ui/esm/types/ui/components/Gallery/GalleryMultiSelectField/LinkedTag.types.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
|
3
3
|
import type { ReactNode } from 'react';
|
|
4
4
|
import type { Link } from '../../types';
|
|
5
5
|
export interface LinkedTagIfLinkedProps {
|
|
6
|
-
pathname
|
|
6
|
+
pathname?: string;
|
|
7
7
|
link?: Link;
|
|
8
8
|
query?: ParsedUrlQueryInput;
|
|
9
9
|
children?: ReactNode;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { GalleryNumberFieldProps } from './GalleryNumberField.types';
|
|
3
3
|
import './GalleryNumberField.css';
|
|
4
|
-
declare const GalleryNumberField: ({ number }: GalleryNumberFieldProps) => React.JSX.Element;
|
|
4
|
+
declare const GalleryNumberField: ({ number, options }: GalleryNumberFieldProps) => React.JSX.Element;
|
|
5
5
|
export default GalleryNumberField;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export interface GalleryPreviewProps {
|
|
2
|
+
src: string;
|
|
3
|
+
options?: GalleryPreviewOptions;
|
|
4
|
+
}
|
|
5
|
+
export interface GalleryPreviewOptions {
|
|
6
|
+
preview?: 'cover' | 'content';
|
|
7
|
+
size?: 'small' | 'medium' | 'large';
|
|
8
|
+
fit?: boolean;
|
|
9
|
+
height?: {
|
|
10
|
+
small: string;
|
|
11
|
+
medium: string;
|
|
12
|
+
large: string;
|
|
13
|
+
} | string;
|
|
14
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { GallerySelectFieldProps } from './GallerySelectField.types';
|
|
3
|
+
import './GallerySelectField.css';
|
|
4
|
+
declare const GalleryMultiSelectField: ({ select, options }: GallerySelectFieldProps) => React.JSX.Element;
|
|
5
|
+
export default GalleryMultiSelectField;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { LinkedTagIfLinkedProps } from './LinkedTag.types';
|
|
3
|
+
import './LinkedTag.css';
|
|
4
|
+
declare const LinkedTagIfLinked: ({ pathname, link, query, children }: LinkedTagIfLinkedProps) => React.JSX.Element;
|
|
5
|
+
export default LinkedTagIfLinked;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
3
|
+
import type { ReactNode } from 'react';
|
|
4
|
+
import type { Link } from '../../types';
|
|
5
|
+
export interface LinkedTagIfLinkedProps {
|
|
6
|
+
pathname?: string;
|
|
7
|
+
link?: Link;
|
|
8
|
+
query?: ParsedUrlQueryInput;
|
|
9
|
+
children?: ReactNode;
|
|
10
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { ColumnProps } from './Column.types';
|
|
3
|
-
declare const Column: ({ name, page,
|
|
3
|
+
declare const Column: ({ name, page, options }: ColumnProps) => React.JSX.Element;
|
|
4
4
|
export default Column;
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
1
|
import type { PageObjectResponseEx } from '../../../exporter';
|
|
3
|
-
import type {
|
|
4
|
-
import type { Link } from '../types';
|
|
2
|
+
import type { ListOptions } from './List.types';
|
|
5
3
|
export interface ColumnProps {
|
|
6
4
|
name: string;
|
|
7
5
|
page: PageObjectResponseEx;
|
|
8
|
-
|
|
9
|
-
link?: Link;
|
|
10
|
-
query?: ParsedUrlQueryInput;
|
|
6
|
+
options?: ListOptions;
|
|
11
7
|
}
|
|
@@ -6,8 +6,19 @@ import type { Link } from '../types';
|
|
|
6
6
|
export interface ListProps {
|
|
7
7
|
keys: string[];
|
|
8
8
|
db: QueryDatabaseResponseEx;
|
|
9
|
-
|
|
9
|
+
children?: ReactNode;
|
|
10
|
+
options?: ListOptions;
|
|
11
|
+
}
|
|
12
|
+
export interface ListOptions {
|
|
13
|
+
href?: {
|
|
14
|
+
[key: string]: string;
|
|
15
|
+
};
|
|
10
16
|
link?: Link;
|
|
11
17
|
query?: ParsedUrlQueryInput;
|
|
12
|
-
|
|
18
|
+
suffix?: {
|
|
19
|
+
[key: string]: string;
|
|
20
|
+
};
|
|
21
|
+
prefix?: {
|
|
22
|
+
[key: string]: string;
|
|
23
|
+
};
|
|
13
24
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { ListCheckboxFieldProps } from './ListCheckboxField.types';
|
|
3
3
|
import './ListCheckboxField.css';
|
|
4
|
-
declare const ListCheckboxField: ({ checked }: ListCheckboxFieldProps) => React.JSX.Element;
|
|
4
|
+
declare const ListCheckboxField: ({ checked, options }: ListCheckboxFieldProps) => React.JSX.Element;
|
|
5
5
|
export default ListCheckboxField;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { ListHandlerProps } from './ListHandler.types';
|
|
3
|
-
declare const ListHandler: ({ property,
|
|
3
|
+
declare const ListHandler: ({ property, options }: ListHandlerProps) => React.JSX.Element;
|
|
4
4
|
export default ListHandler;
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
|
-
import type { DatabaseProperty } from '../../../exporter';
|
|
3
2
|
import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
3
|
+
import type { DatabaseProperty } from '../../../exporter';
|
|
4
4
|
import type { Link } from '../types';
|
|
5
5
|
export interface ListHandlerProps {
|
|
6
6
|
property: DatabaseProperty;
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
options?: ListPropertyOptions;
|
|
8
|
+
}
|
|
9
|
+
export interface ListPropertyOptions {
|
|
10
|
+
pathname?: string;
|
|
9
11
|
link?: Link;
|
|
10
12
|
query?: ParsedUrlQueryInput;
|
|
13
|
+
suffix?: string;
|
|
14
|
+
prefix?: string;
|
|
11
15
|
}
|
package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/LinkedTagIfLinked.types.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import type { ReactNode } from 'react';
|
|
|
3
3
|
import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
4
4
|
import type { Link } from '../../types';
|
|
5
5
|
export interface LinkedTagIfLinkedProps {
|
|
6
|
-
pathname
|
|
6
|
+
pathname?: string;
|
|
7
7
|
color: string;
|
|
8
8
|
link?: Link;
|
|
9
9
|
query?: ParsedUrlQueryInput;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { ListMultiSelectFieldProps } from './ListMultiSelectField.types';
|
|
3
3
|
import './ListMultiSelectField.css';
|
|
4
|
-
declare const ListMultiSelectField: ({ multiSelect,
|
|
4
|
+
declare const ListMultiSelectField: ({ multiSelect, options }: ListMultiSelectFieldProps) => React.JSX.Element;
|
|
5
5
|
export default ListMultiSelectField;
|
package/dist/ui/esm/types/ui/components/List/ListMultiSelectField/ListMultiSelectField.types.d.ts
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
3
1
|
import type { SelectPropertyResponse } from '../../../../exporter';
|
|
4
|
-
import
|
|
2
|
+
import { ListPropertyOptions } from '../ListHandler.types';
|
|
5
3
|
export interface ListMultiSelectFieldProps {
|
|
6
4
|
multiSelect: SelectPropertyResponse[];
|
|
7
|
-
|
|
8
|
-
link?: Link;
|
|
9
|
-
query?: ParsedUrlQueryInput;
|
|
5
|
+
options?: ListPropertyOptions;
|
|
10
6
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { ListNumberFieldProps } from './ListNumberField.types';
|
|
3
3
|
import './ListNumberField.css';
|
|
4
|
-
declare const ListNumberField: ({ number }: ListNumberFieldProps) => React.JSX.Element;
|
|
4
|
+
declare const ListNumberField: ({ number, options }: ListNumberFieldProps) => React.JSX.Element;
|
|
5
5
|
export default ListNumberField;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { LinkedTagIfLinkedProps } from './LinkedTagIfLinked.types';
|
|
3
|
+
import './LinkedTagIfLinked.css';
|
|
4
|
+
declare const LinkedTagIfLinked: ({ color, pathname, link, query, children }: LinkedTagIfLinkedProps) => React.JSX.Element;
|
|
5
|
+
export default LinkedTagIfLinked;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import type { ReactNode } from 'react';
|
|
3
|
+
import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
4
|
+
import type { Link } from '../../types';
|
|
5
|
+
export interface LinkedTagIfLinkedProps {
|
|
6
|
+
pathname?: string;
|
|
7
|
+
color: string;
|
|
8
|
+
link?: Link;
|
|
9
|
+
query?: ParsedUrlQueryInput;
|
|
10
|
+
children?: ReactNode;
|
|
11
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { LinkedTitleProps } from './LinkedTitle.types';
|
|
3
3
|
import './LinkedTitle.css';
|
|
4
|
-
declare const LinkedTitle: ({ textObjects,
|
|
4
|
+
declare const LinkedTitle: ({ textObjects, options }: LinkedTitleProps) => React.JSX.Element;
|
|
5
5
|
export default LinkedTitle;
|
|
@@ -1,10 +1,6 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
3
|
-
import type { Link } from '../../types';
|
|
4
1
|
import type { RichTextItemResponse, RichTextItemResponseEx } from '../../../../exporter';
|
|
2
|
+
import { ListPropertyOptions } from '../ListHandler.types';
|
|
5
3
|
export interface LinkedTitleProps {
|
|
6
4
|
textObjects: RichTextItemResponseEx[] | RichTextItemResponse[];
|
|
7
|
-
|
|
8
|
-
link?: Link;
|
|
9
|
-
query?: ParsedUrlQueryInput;
|
|
5
|
+
options?: ListPropertyOptions;
|
|
10
6
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { ListTitleFieldProps } from './ListTitleField.types';
|
|
3
3
|
import './ListTitleField.css';
|
|
4
|
-
declare const ListTitleField: ({ textObjects,
|
|
4
|
+
declare const ListTitleField: ({ textObjects, options }: ListTitleFieldProps) => React.JSX.Element;
|
|
5
5
|
export default ListTitleField;
|
|
@@ -1,11 +1,6 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
1
|
import type { RichTextItemResponseEx, RichTextItemResponse } from '../../../../exporter';
|
|
3
|
-
import
|
|
4
|
-
import type { Link } from '../../types';
|
|
2
|
+
import { ListPropertyOptions } from '../ListHandler.types';
|
|
5
3
|
export interface ListTitleFieldProps {
|
|
6
4
|
textObjects: RichTextItemResponseEx[] | RichTextItemResponse[];
|
|
7
|
-
|
|
8
|
-
slug: string;
|
|
9
|
-
link?: Link;
|
|
10
|
-
query?: ParsedUrlQueryInput;
|
|
5
|
+
options?: ListPropertyOptions;
|
|
11
6
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { ColumnProps } from './Column.types';
|
|
3
|
-
declare const Column: ({ name, page,
|
|
3
|
+
declare const Column: ({ name, page, options }: ColumnProps) => React.JSX.Element;
|
|
4
4
|
export default Column;
|
|
@@ -1,11 +1,7 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import type { ParsedUrlQueryInput } from 'node:querystring';
|
|
3
1
|
import type { PageObjectResponseEx } from '../../../exporter';
|
|
4
|
-
import
|
|
2
|
+
import { TableOptions } from './Table.types';
|
|
5
3
|
export interface ColumnProps {
|
|
6
4
|
name: string;
|
|
7
5
|
page: PageObjectResponseEx;
|
|
8
|
-
|
|
9
|
-
link?: Link;
|
|
10
|
-
query?: ParsedUrlQueryInput;
|
|
6
|
+
options?: TableOptions;
|
|
11
7
|
}
|
|
@@ -2,5 +2,5 @@ import React from 'react';
|
|
|
2
2
|
import type { TableProps } from './Table.types';
|
|
3
3
|
import '../tokens.css';
|
|
4
4
|
import './Table.css';
|
|
5
|
-
export declare const Table: ({ keys, db,
|
|
5
|
+
export declare const Table: ({ keys, db, options }: TableProps) => React.JSX.Element;
|
|
6
6
|
export default Table;
|
|
@@ -6,8 +6,20 @@ import type { Link } from '../types';
|
|
|
6
6
|
export interface TableProps {
|
|
7
7
|
keys: string[];
|
|
8
8
|
db: QueryDatabaseResponseEx;
|
|
9
|
-
|
|
9
|
+
children?: ReactNode;
|
|
10
|
+
options?: TableOptions;
|
|
11
|
+
}
|
|
12
|
+
export interface TableOptions {
|
|
13
|
+
href?: {
|
|
14
|
+
[key: string]: string;
|
|
15
|
+
};
|
|
10
16
|
link?: Link;
|
|
11
17
|
query?: ParsedUrlQueryInput;
|
|
12
|
-
|
|
18
|
+
prefix?: {
|
|
19
|
+
[key: string]: string;
|
|
20
|
+
};
|
|
21
|
+
suffix?: {
|
|
22
|
+
[key: string]: string;
|
|
23
|
+
};
|
|
24
|
+
verticalLines?: boolean;
|
|
13
25
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { TableCheckboxFieldProps } from './TableCheckboxField.types';
|
|
3
3
|
import './TableCheckboxField.css';
|
|
4
|
-
export declare const TableCheckboxField: ({ checked }: TableCheckboxFieldProps) => React.JSX.Element;
|
|
4
|
+
export declare const TableCheckboxField: ({ checked, options }: TableCheckboxFieldProps) => React.JSX.Element;
|
|
5
5
|
export default TableCheckboxField;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { TableFormulaFieldProps } from './TableFormulaField.types';
|
|
3
3
|
import './TableFormulaField.css';
|
|
4
|
-
declare const TableFormulaField: ({ number }: TableFormulaFieldProps) => React.JSX.Element;
|
|
4
|
+
declare const TableFormulaField: ({ number, options }: TableFormulaFieldProps) => React.JSX.Element;
|
|
5
5
|
export default TableFormulaField;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { TableHandlerProps } from './TableHandler.types';
|
|
3
|
-
declare const TableHandler: ({ property,
|
|
3
|
+
declare const TableHandler: ({ property, options }: TableHandlerProps) => React.JSX.Element;
|
|
4
4
|
export default TableHandler;
|