Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions crd-chart/templates/Button.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,16 +325,6 @@ spec:
description: message to display while waiting for
the event
type: string
mode:
default: navigate
description: 'navigate (default): closes drawer
and redirects on event. notification: closes drawer
immediately, shows a persistent notification with
loader until event is received'
enum:
- navigate
- notification
type: string
reloadRoutes:
type: boolean
timeout:
Expand Down
80 changes: 0 additions & 80 deletions crd-chart/templates/Form.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,16 +326,6 @@ spec:
description: message to display while waiting for
the event
type: string
mode:
default: navigate
description: 'navigate (default): closes drawer
and redirects on event. notification: closes drawer
immediately, shows a persistent notification with
loader until event is received'
enum:
- navigate
- notification
type: string
reloadRoutes:
type: boolean
timeout:
Expand Down Expand Up @@ -502,76 +492,6 @@ spec:
for each field, allowing users to scroll to the selected field.
If not specified, the menu is displayed by default.
type: boolean
displayingDependencies:
description: Configuration for the form fields whose displaying
is dependent from other form fields.
items:
properties:
dependsOn:
description: the field on which this field depends on
properties:
conditionType:
description: '`notEmpty` (default) indicates that the
current field is displayed if the dependency field
has a non-empty value. `value` indicates that the
current field is displayed only when the dependency
field matches a specific value.'
enum:
- notEmpty
- value
type: string
name:
description: the name of the field on which this field
depends on
type: string
value:
description: Expected value used when `type = value`.
properties:
arrayValue:
description: Value if type = array
items:
type: string
type: array
booleanValue:
description: Value if type = boolean
type: boolean
integerValue:
description: Value if type = integer
format: int32
type: integer
optionValue:
description: 'Value if type = option: includes a
single value or a { label, value } object'
type: object
x-kubernetes-preserve-unknown-fields: true
stringValue:
description: Value if type = string
type: string
type:
description: Expected dependency value type.
enum:
- string
- integer
- boolean
- array
- option
- "null"
type: string
required:
- type
type: object
required:
- conditionType
- name
type: object
name:
description: the name of the field
type: string
required:
- dependsOn
- name
type: object
type: array
fieldDescription:
default: inline
description: the displaying mode of the field description, default
Expand Down
191 changes: 0 additions & 191 deletions crd-chart/templates/Notifications.crd.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions crd-chart/templates/Panel.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,16 +325,6 @@ spec:
description: message to display while waiting for
the event
type: string
mode:
default: navigate
description: 'navigate (default): closes drawer
and redirects on event. notification: closes drawer
immediately, shows a persistent notification with
loader until event is received'
enum:
- navigate
- notification
type: string
reloadRoutes:
type: boolean
timeout:
Expand Down
10 changes: 0 additions & 10 deletions crd-chart/templates/Table.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -325,16 +325,6 @@ spec:
description: message to display while waiting for
the event
type: string
mode:
default: navigate
description: 'navigate (default): closes drawer
and redirects on event. notification: closes drawer
immediately, shows a persistent notification with
loader until event is received'
enum:
- navigate
- notification
type: string
reloadRoutes:
type: boolean
timeout:
Expand Down
Loading