Remove form block and rename form block plus to form block
This commit is contained in:
parent
434fe378c7
commit
0a2ad8f879
|
@ -6,8 +6,7 @@
|
||||||
"tableblock",
|
"tableblock",
|
||||||
"cardsblock",
|
"cardsblock",
|
||||||
"repeaterblock",
|
"repeaterblock",
|
||||||
"formblock",
|
"formblock"
|
||||||
"formblockplus"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -4389,142 +4389,12 @@
|
||||||
"type": "select",
|
"type": "select",
|
||||||
"label": "Type",
|
"label": "Type",
|
||||||
"key": "actionType",
|
"key": "actionType",
|
||||||
"options": ["Create", "Update"],
|
"options": ["Create", "Update", "View"],
|
||||||
"defaultValue": "Create"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "dataSource",
|
|
||||||
"label": "Schema",
|
|
||||||
"key": "dataSource"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "text",
|
|
||||||
"label": "Title",
|
|
||||||
"key": "title"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"section": true,
|
|
||||||
"name": "Fields",
|
|
||||||
"settings": [
|
|
||||||
{
|
|
||||||
"type": "multifield",
|
|
||||||
"label": "Fields",
|
|
||||||
"key": "fields"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "select",
|
|
||||||
"label": "Field labels",
|
|
||||||
"key": "labelPosition",
|
|
||||||
"defaultValue": "left",
|
|
||||||
"options": [
|
|
||||||
{
|
|
||||||
"label": "Left",
|
|
||||||
"value": "left"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Right",
|
|
||||||
"value": "right"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Above",
|
|
||||||
"value": "above"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "select",
|
|
||||||
"label": "Size",
|
|
||||||
"key": "size",
|
|
||||||
"options": [
|
|
||||||
{
|
|
||||||
"label": "Medium",
|
|
||||||
"value": "spectrum--medium"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": "Large",
|
|
||||||
"value": "spectrum--large"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"defaultValue": "spectrum--medium"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "boolean",
|
|
||||||
"label": "Disabled",
|
|
||||||
"key": "disabled",
|
|
||||||
"defaultValue": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"section": true,
|
|
||||||
"name": "Buttons",
|
|
||||||
"settings": [
|
|
||||||
{
|
|
||||||
"type": "boolean",
|
|
||||||
"label": "Show primary button",
|
|
||||||
"key": "showPrimaryButton",
|
|
||||||
"defaultValue": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "text",
|
|
||||||
"label": "Text",
|
|
||||||
"key": "primaryButtonText",
|
|
||||||
"defaultValue": "Submit",
|
|
||||||
"dependsOn": "showPrimaryButton"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "event",
|
|
||||||
"label": "On click",
|
|
||||||
"key": "primaryButtonOnClick",
|
|
||||||
"nested": true,
|
|
||||||
"dependsOn": "showPrimaryButton"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "boolean",
|
|
||||||
"label": "Show secondary button",
|
|
||||||
"key": "showSecondaryButton",
|
|
||||||
"defaultValue": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "text",
|
|
||||||
"label": "Text",
|
|
||||||
"key": "secondaryButtonText",
|
|
||||||
"defaultValue": "Action",
|
|
||||||
"dependsOn": "showSecondaryButton"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "event",
|
|
||||||
"label": "On click",
|
|
||||||
"key": "secondaryButtonOnClick",
|
|
||||||
"nested": true,
|
|
||||||
"dependsOn": "showSecondaryButton"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"context": [
|
|
||||||
{
|
|
||||||
"type": "form",
|
|
||||||
"suffix": "form"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"formblockplus": {
|
|
||||||
"name": "Form Block+",
|
|
||||||
"icon": "Form",
|
|
||||||
"styles": ["size"],
|
|
||||||
"block": true,
|
|
||||||
"settings": [
|
|
||||||
{
|
|
||||||
"type": "select",
|
|
||||||
"label": "Type",
|
|
||||||
"key": "actionType",
|
|
||||||
"options": ["Create", "Update"],
|
|
||||||
"defaultValue": "Create"
|
"defaultValue": "Create"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "table",
|
"type": "table",
|
||||||
"label": "Schema",
|
"label": "Table",
|
||||||
"key": "dataSource"
|
"key": "dataSource"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -4561,10 +4431,6 @@
|
||||||
"label": "Left",
|
"label": "Left",
|
||||||
"value": "left"
|
"value": "left"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"label": "Right",
|
|
||||||
"value": "right"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"label": "Above",
|
"label": "Above",
|
||||||
"value": "above"
|
"value": "above"
|
||||||
|
@ -4591,7 +4457,12 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"label": "Disabled",
|
"label": "Disabled",
|
||||||
"key": "disabled",
|
"key": "disabled",
|
||||||
"defaultValue": false
|
"defaultValue": false,
|
||||||
|
"dependsOn": {
|
||||||
|
"setting": "actionType",
|
||||||
|
"value": "View",
|
||||||
|
"invert": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -4603,7 +4474,12 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"label": "Show save button",
|
"label": "Show save button",
|
||||||
"key": "showSaveButton",
|
"key": "showSaveButton",
|
||||||
"defaultValue": true
|
"defaultValue": true,
|
||||||
|
"dependsOn": {
|
||||||
|
"setting": "actionType",
|
||||||
|
"value": "View",
|
||||||
|
"invert": true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
|
@ -4614,6 +4490,17 @@
|
||||||
"setting": "actionType",
|
"setting": "actionType",
|
||||||
"value": "Update"
|
"value": "Update"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "url",
|
||||||
|
"label": "Navigate after button press",
|
||||||
|
"key": "actionUrl",
|
||||||
|
"placeholder": "Choose a screen",
|
||||||
|
"dependsOn": {
|
||||||
|
"setting": "actionType",
|
||||||
|
"value": "View",
|
||||||
|
"invert": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,8 +2,9 @@
|
||||||
import { getContext } from "svelte"
|
import { getContext } from "svelte"
|
||||||
import BlockComponent from "../../BlockComponent.svelte"
|
import BlockComponent from "../../BlockComponent.svelte"
|
||||||
import Block from "../../Block.svelte"
|
import Block from "../../Block.svelte"
|
||||||
import { Heading, Layout } from "@budibase/bbui"
|
import { Layout } from "@budibase/bbui"
|
||||||
import Placeholder from "../Placeholder.svelte"
|
import Placeholder from "../Placeholder.svelte"
|
||||||
|
import { makePropSafe as safe } from "@budibase/string-templates"
|
||||||
|
|
||||||
export let actionType
|
export let actionType
|
||||||
export let dataSource
|
export let dataSource
|
||||||
|
@ -12,14 +13,12 @@
|
||||||
export let fields
|
export let fields
|
||||||
export let labelPosition
|
export let labelPosition
|
||||||
export let title
|
export let title
|
||||||
export let showPrimaryButton
|
export let showSaveButton
|
||||||
export let primaryButtonOnClick
|
export let showDeleteButton
|
||||||
export let primaryButtonText
|
export let rowId
|
||||||
export let showSecondaryButton
|
export let actionUrl
|
||||||
export let secondaryButtonOnClick
|
|
||||||
export let secondaryButtonText
|
|
||||||
|
|
||||||
const { styleable, fetchDatasourceSchema } = getContext("sdk")
|
const { styleable, fetchDatasourceSchema, builderStore } = getContext("sdk")
|
||||||
const component = getContext("component")
|
const component = getContext("component")
|
||||||
const FieldTypeToComponentMap = {
|
const FieldTypeToComponentMap = {
|
||||||
string: "stringfield",
|
string: "stringfield",
|
||||||
|
@ -35,7 +34,65 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
let schema
|
let schema
|
||||||
|
let formId
|
||||||
|
let providerId
|
||||||
|
let repeaterId
|
||||||
|
|
||||||
$: fetchSchema(dataSource)
|
$: fetchSchema(dataSource)
|
||||||
|
$: onSave = [
|
||||||
|
{
|
||||||
|
"##eventHandlerType": "Save Row",
|
||||||
|
parameters: {
|
||||||
|
providerId: formId,
|
||||||
|
tableId: dataSource?.tableId,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"##eventHandlerType": "Close Screen Modal",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"##eventHandlerType": "Navigate To",
|
||||||
|
parameters: {
|
||||||
|
url: actionUrl,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
]
|
||||||
|
$: onDelete = [
|
||||||
|
{
|
||||||
|
"##eventHandlerType": "Delete Row",
|
||||||
|
parameters: {
|
||||||
|
confirm: true,
|
||||||
|
tableId: dataSource?.tableId,
|
||||||
|
rowId: `{{ ${safe(repeaterId)}.${safe("_id")} }}`,
|
||||||
|
revId: `{{ ${safe(repeaterId)}.${safe("_rev")} }}`,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"##eventHandlerType": "Close Screen Modal",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"##eventHandlerType": "Navigate To",
|
||||||
|
parameters: {
|
||||||
|
url: actionUrl,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
]
|
||||||
|
$: filter = [
|
||||||
|
{
|
||||||
|
field: "_id",
|
||||||
|
operator: "equal",
|
||||||
|
type: "string",
|
||||||
|
value: rowId,
|
||||||
|
valueType: "binding",
|
||||||
|
},
|
||||||
|
]
|
||||||
|
// If we're using an "update" form, use the real data provider. If we're
|
||||||
|
// using a create form, we just want a fake array so that our repeater
|
||||||
|
// will actually render the form, but data doesn't matter.
|
||||||
|
$: dataProvider =
|
||||||
|
actionType === "Update"
|
||||||
|
? `{{ literal ${safe(providerId)} }}`
|
||||||
|
: { rows: [{}] }
|
||||||
|
|
||||||
const fetchSchema = async () => {
|
const fetchSchema = async () => {
|
||||||
schema = (await fetchDatasourceSchema(dataSource)) || {}
|
schema = (await fetchDatasourceSchema(dataSource)) || {}
|
||||||
|
@ -54,57 +111,85 @@
|
||||||
<div use:styleable={$component.styles}>
|
<div use:styleable={$component.styles}>
|
||||||
{#if fields?.length}
|
{#if fields?.length}
|
||||||
<BlockComponent
|
<BlockComponent
|
||||||
type="form"
|
type="dataprovider"
|
||||||
props={{ actionType, dataSource, size, disabled }}
|
context="provider"
|
||||||
context="form"
|
bind:id={providerId}
|
||||||
|
props={{
|
||||||
|
dataSource,
|
||||||
|
filter,
|
||||||
|
limit: rowId ? 1 : $builderStore.inBuilder ? 1 : 0,
|
||||||
|
paginate: false,
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
<Layout noPadding gap="M">
|
<BlockComponent
|
||||||
<div class="title" class:with-text={!!title}>
|
type="repeater"
|
||||||
<Heading>{title || ""}</Heading>
|
context="repeater"
|
||||||
<div class="buttons">
|
bind:id={repeaterId}
|
||||||
{#if showSecondaryButton}
|
props={{
|
||||||
<BlockComponent
|
dataProvider,
|
||||||
type="button"
|
noRowsMessage: "We couldn't find a row to display",
|
||||||
props={{
|
}}
|
||||||
text: secondaryButtonText,
|
>
|
||||||
onClick: secondaryButtonOnClick,
|
<BlockComponent
|
||||||
quiet: true,
|
type="form"
|
||||||
type: "secondary",
|
props={{
|
||||||
}}
|
actionType,
|
||||||
/>
|
dataSource,
|
||||||
{/if}
|
size,
|
||||||
{#if showPrimaryButton}
|
disabled: disabled || actionType === "View",
|
||||||
<BlockComponent
|
}}
|
||||||
type="button"
|
context="form"
|
||||||
props={{
|
bind:id={formId}
|
||||||
text: primaryButtonText,
|
>
|
||||||
onClick: primaryButtonOnClick,
|
<Layout noPadding gap="M">
|
||||||
type: "cta",
|
<div class="title" class:with-text={!!title}>
|
||||||
}}
|
<BlockComponent type="heading" props={{ text: title || "" }} />
|
||||||
/>
|
<div class="buttons">
|
||||||
{/if}
|
{#if showDeleteButton && actionType === "Update"}
|
||||||
</div>
|
<BlockComponent
|
||||||
</div>
|
type="button"
|
||||||
<BlockComponent type="fieldgroup" props={{ labelPosition }}>
|
props={{
|
||||||
{#each fields as field}
|
text: "Delete",
|
||||||
{#if getComponentForField(field)}
|
onClick: onDelete,
|
||||||
<BlockComponent
|
quiet: true,
|
||||||
type={getComponentForField(field)}
|
type: "secondary",
|
||||||
props={{
|
}}
|
||||||
field,
|
/>
|
||||||
label: field,
|
{/if}
|
||||||
placeholder: field,
|
{#if showSaveButton && actionType !== "View"}
|
||||||
disabled,
|
<BlockComponent
|
||||||
}}
|
type="button"
|
||||||
/>
|
props={{
|
||||||
{/if}
|
text: "Save",
|
||||||
{/each}
|
onClick: onSave,
|
||||||
|
type: "cta",
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
{/if}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<BlockComponent type="fieldgroup" props={{ labelPosition }}>
|
||||||
|
{#each fields as field}
|
||||||
|
{#if getComponentForField(field)}
|
||||||
|
<BlockComponent
|
||||||
|
type={getComponentForField(field)}
|
||||||
|
props={{
|
||||||
|
field,
|
||||||
|
label: field,
|
||||||
|
placeholder: field,
|
||||||
|
disabled,
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
{/if}
|
||||||
|
{/each}
|
||||||
|
</BlockComponent>
|
||||||
|
</Layout>
|
||||||
</BlockComponent>
|
</BlockComponent>
|
||||||
</Layout>
|
</BlockComponent>
|
||||||
</BlockComponent>
|
</BlockComponent>
|
||||||
{:else}
|
{:else}
|
||||||
<Placeholder
|
<Placeholder
|
||||||
text="Choose your schema and add some fields to your form to get started"
|
text="Choose your table and add some fields to your form to get started"
|
||||||
/>
|
/>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,199 +0,0 @@
|
||||||
<script>
|
|
||||||
import { getContext } from "svelte"
|
|
||||||
import BlockComponent from "../../BlockComponent.svelte"
|
|
||||||
import Block from "../../Block.svelte"
|
|
||||||
import { Layout } from "@budibase/bbui"
|
|
||||||
import Placeholder from "../Placeholder.svelte"
|
|
||||||
import { makePropSafe as safe } from "@budibase/string-templates"
|
|
||||||
|
|
||||||
export let actionType
|
|
||||||
export let dataSource
|
|
||||||
export let size
|
|
||||||
export let disabled
|
|
||||||
export let fields
|
|
||||||
export let labelPosition
|
|
||||||
export let title
|
|
||||||
export let showSaveButton
|
|
||||||
export let showDeleteButton
|
|
||||||
export let rowId
|
|
||||||
|
|
||||||
const { styleable, fetchDatasourceSchema, builderStore } = getContext("sdk")
|
|
||||||
const component = getContext("component")
|
|
||||||
const FieldTypeToComponentMap = {
|
|
||||||
string: "stringfield",
|
|
||||||
number: "numberfield",
|
|
||||||
options: "optionsfield",
|
|
||||||
array: "multifieldselect",
|
|
||||||
boolean: "booleanfield",
|
|
||||||
longform: "longformfield",
|
|
||||||
datetime: "datetimefield",
|
|
||||||
attachment: "attachmentfield",
|
|
||||||
link: "relationshipfield",
|
|
||||||
json: "jsonfield",
|
|
||||||
}
|
|
||||||
|
|
||||||
let schema
|
|
||||||
let formId
|
|
||||||
let providerId
|
|
||||||
let repeaterId
|
|
||||||
|
|
||||||
$: fetchSchema(dataSource)
|
|
||||||
$: onSave = [
|
|
||||||
{
|
|
||||||
"##eventHandlerType": "Save Row",
|
|
||||||
parameters: {
|
|
||||||
providerId: formId,
|
|
||||||
tableId: dataSource?.tableId,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"##eventHandlerType": "Close Screen Modal",
|
|
||||||
},
|
|
||||||
]
|
|
||||||
$: onDelete = [
|
|
||||||
{
|
|
||||||
"##eventHandlerType": "Delete Row",
|
|
||||||
parameters: {
|
|
||||||
confirm: true,
|
|
||||||
tableId: dataSource?.tableId,
|
|
||||||
rowId: `{{ ${safe(repeaterId)}.${safe("_id")} }}`,
|
|
||||||
revId: `{{ ${safe(repeaterId)}.${safe("_rev")} }}`,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"##eventHandlerType": "Close Screen Modal",
|
|
||||||
},
|
|
||||||
]
|
|
||||||
$: filter = [
|
|
||||||
{
|
|
||||||
field: "_id",
|
|
||||||
operator: "equal",
|
|
||||||
type: "string",
|
|
||||||
value: rowId,
|
|
||||||
valueType: "binding",
|
|
||||||
},
|
|
||||||
]
|
|
||||||
// If we're using an "update" form, use the real data provider. If we're
|
|
||||||
// using a create form, we just want a fake array so that our repeater
|
|
||||||
// will actually render the form, but data doesn't matter.
|
|
||||||
$: dataProvider =
|
|
||||||
actionType === "Update"
|
|
||||||
? `{{ literal ${safe(providerId)} }}`
|
|
||||||
: { rows: [{}] }
|
|
||||||
|
|
||||||
const fetchSchema = async () => {
|
|
||||||
schema = (await fetchDatasourceSchema(dataSource)) || {}
|
|
||||||
}
|
|
||||||
|
|
||||||
const getComponentForField = field => {
|
|
||||||
if (!field || !schema?.[field]) {
|
|
||||||
return null
|
|
||||||
}
|
|
||||||
const type = schema[field].type
|
|
||||||
return FieldTypeToComponentMap[type]
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<Block>
|
|
||||||
<div use:styleable={$component.styles}>
|
|
||||||
{#if fields?.length}
|
|
||||||
<BlockComponent
|
|
||||||
type="dataprovider"
|
|
||||||
context="provider"
|
|
||||||
bind:id={providerId}
|
|
||||||
props={{
|
|
||||||
dataSource,
|
|
||||||
filter,
|
|
||||||
limit: rowId ? 1 : $builderStore.inBuilder ? 1 : 0,
|
|
||||||
paginate: false,
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<BlockComponent
|
|
||||||
type="repeater"
|
|
||||||
context="repeater"
|
|
||||||
bind:id={repeaterId}
|
|
||||||
props={{
|
|
||||||
dataProvider,
|
|
||||||
noRowsMessage: "We couldn't find a row to display",
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<BlockComponent
|
|
||||||
type="form"
|
|
||||||
props={{ actionType, dataSource, size, disabled }}
|
|
||||||
context="form"
|
|
||||||
bind:id={formId}
|
|
||||||
>
|
|
||||||
<Layout noPadding gap="M">
|
|
||||||
<div class="title" class:with-text={!!title}>
|
|
||||||
<BlockComponent type="heading" props={{ text: title || "" }} />
|
|
||||||
<div class="buttons">
|
|
||||||
{#if showDeleteButton}
|
|
||||||
<BlockComponent
|
|
||||||
type="button"
|
|
||||||
props={{
|
|
||||||
text: "Delete",
|
|
||||||
onClick: onDelete,
|
|
||||||
quiet: true,
|
|
||||||
type: "secondary",
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
{/if}
|
|
||||||
{#if showSaveButton}
|
|
||||||
<BlockComponent
|
|
||||||
type="button"
|
|
||||||
props={{
|
|
||||||
text: "Save",
|
|
||||||
onClick: onSave,
|
|
||||||
type: "cta",
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
{/if}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<BlockComponent type="fieldgroup" props={{ labelPosition }}>
|
|
||||||
{#each fields as field}
|
|
||||||
{#if getComponentForField(field)}
|
|
||||||
<BlockComponent
|
|
||||||
type={getComponentForField(field)}
|
|
||||||
props={{
|
|
||||||
field,
|
|
||||||
label: field,
|
|
||||||
placeholder: field,
|
|
||||||
disabled,
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
{/if}
|
|
||||||
{/each}
|
|
||||||
</BlockComponent>
|
|
||||||
</Layout>
|
|
||||||
</BlockComponent>
|
|
||||||
</BlockComponent>
|
|
||||||
</BlockComponent>
|
|
||||||
{:else}
|
|
||||||
<Placeholder
|
|
||||||
text="Choose your schema and add some fields to your form to get started"
|
|
||||||
/>
|
|
||||||
{/if}
|
|
||||||
</div>
|
|
||||||
</Block>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
.title {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
gap: var(--spacing-m);
|
|
||||||
order: 2;
|
|
||||||
}
|
|
||||||
.title.with-text {
|
|
||||||
order: 0;
|
|
||||||
}
|
|
||||||
.buttons {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
justify-content: flex-end;
|
|
||||||
align-items: center;
|
|
||||||
gap: var(--spacing-m);
|
|
||||||
}
|
|
||||||
</style>
|
|
|
@ -2,4 +2,3 @@ export { default as tableblock } from "./TableBlock.svelte"
|
||||||
export { default as cardsblock } from "./CardsBlock.svelte"
|
export { default as cardsblock } from "./CardsBlock.svelte"
|
||||||
export { default as repeaterblock } from "./RepeaterBlock.svelte"
|
export { default as repeaterblock } from "./RepeaterBlock.svelte"
|
||||||
export { default as formblock } from "./FormBlock.svelte"
|
export { default as formblock } from "./FormBlock.svelte"
|
||||||
export { default as formblockplus } from "./FormBlockPlus.svelte"
|
|
||||||
|
|
Loading…
Reference in New Issue