Kiln
  • Kiln Fundamentals
    • Introduction
    • The Kiln UI
    • Clay Components
      • Adding, Removing, and Reordering Components
      • Editing Components
      • Form Inputs
    • Deep Linking
  • API Documentation
    • Kiln API
      • Vuex Actions
    • Glossary
Powered by GitBook
On this page
  • Modules
  • Functions
  • component-data
  • component-data.updateSchemaProp(store, schemaName, inputName, prop, value)
  • component-data.triggerModelSave(uri, data) ⇒ promise
  • component-data.triggerModelRender(store, uri, data) ⇒ promise
  • component-data.saveComponent(store, uri, data, [eventID], [snapshot], [prevData], forceSave) ⇒ Promise
  • component-data.removeComponent(store, data) ⇒ Promise
  • component-data.removeHeadComponent(store, startNode) ⇒ Promise
  • component-data.addCreatedComponentsToPageArea(store, newComponents, currentURI, path, replace, number, array, boolean) ⇒ Promise
  • component-data.addComponents(store, [currentURI], parentURI, path, [replace], components) ⇒ Promise
  • component-data.openAddComponent(store, [currentURI], parentURI, path) ⇒ Promise
  • component-data.componentAdded(store, componentName, uri)
  • component-data.closeAddComponent(store)
  • component-data.currentlyRestoring(store, restoring)
  • component-data~logSaveError(uri, e, data, [eventID], [snapshot], store)
  • component-data~revertReject(uri, data, [snapshot], paths, store) ⇒ Promise
  • component-data~clientSave(uri, data, oldData, store, [eventID], [snapshot], paths) ⇒ Promise
  • component-data~findIndex(data, [uri]) ⇒ number
  • component-data~addComponentsToComponentList(store, data, [currentURI], parentURI, path, [replace], components) ⇒ Promise
  • component-data~addComponentsToComponentProp(store, data, parentURI, path, components) ⇒ Promise
  • component-data~addComponentsToPageArea(store, currentURI, path, replace, components) ⇒ Promise
  • decorators
  • decorators.unselect(store)
  • decorators.select(store, el)
  • decorators.scrollToComponent(store, el)
  • decorators.navigateComponents(store, direction) ⇒ Promise
  • decorators.unfocus(store) ⇒ Promise
  • deep-linking
  • deep-linking.parseURLHash(store) ⇒ Promise
  • deep-linking.setHash(commit, [uri], [path], [initialFocus], [menu])
  • deep-linking.clearHash(commit)
  • drawers
  • drawers.closeDrawer(store)
  • drawers.openDrawer(store, nameOrConfig)
  • forms
  • forms.updateFormData(store, path, val)
  • forms.openForm(store, uri, path, [el], [offset], [appendText], [initialFocus], pos)
  • forms.closeForm(store) ⇒ promise
  • forms~hasDataChanged(newData, oldData) ⇒ Boolean
  • layout-state
  • layout-state.fetchLayoutState(store, [preloadOptions]) ⇒ Promise
  • layout-state.updateLayout(store, [data], [preloadOptions]) ⇒ Promise
  • layout-state.scheduleLayout(store, timestamp) ⇒ Promise
  • layout-state.unscheduleLayout(store, [publishing]) ⇒ Promise
  • layout-state.publishLayout(store) ⇒ Promise
  • lists
  • nav
  • nav.openNav(store, nameOrConfig)
  • page-data
  • page-data.savePage(store, data, [snapshot]) ⇒ Promise
  • page-data.createPage(store, id) ⇒ Promise
  • page-data.isPublishing(store, isPublishing)
  • page-data.publishPage(store, uri) ⇒ Promise
  • page-data.unpublishPage(store, uri) ⇒ Promise
  • page-data.schedulePage(store, uri, timestamp) ⇒ Promise
  • page-data.unschedulePage(store, [publishing]) ⇒ Promise
  • page-data~shouldRender(paths) ⇒ boolean
  • page-data~removeURI(uri, store) ⇒ Promise
  • page-state
  • page-state.updatePageList(store, [data]) ⇒ Promise
  • page-state.getListData(store, uri, [prefix]) ⇒ Promise
  • page-state~sequentialUpdate(prefix, uri, data) ⇒ Promise
  • preloader
  • preloader~getComponentModels() ⇒ object
  • preloader~getComponentKilnjs() ⇒ object
  • preloader~reduceComponents(result, val) ⇒ obj
  • preloader~composeLayoutData(layoutSchema, components, original) ⇒ object
  • preloader~reduceTemplates(result, val, key) ⇒ obj
  • preloader~getPageStatus(state) ⇒ string
  • preloader~getSchemas(schemas, kilnjs) ⇒ object
  • toolbar
  • toolbar.startProgress(commit, type)
  • toolbar.finishProgress(commit, type)
  • toolbar.addAlert(store, config)
  • toolbar.removeAlert(store, config)
  • toolbar.showSnackbar(store, config)
  • undo
  • undo.createSnapshot(store)
  • undo.setFixedPoint(store)
  • undo.undo(store)
  • undo.redo(store)
  • undo~getChangedComponents(current, compare) ⇒ object
  • undo~saveChangedComponents(changedComponents, store)
  • validators
  • validators.runMetaValidator(metadata) ⇒ function
  • validators.runMetaValidators(uri, errorValidators, warningValidators) ⇒ Promise
  • validators.runKilnjsValidators(schemas, components) ⇒ array
  • validators.getSchemasWithValidationRules(schemas) ⇒ object
  • validators.isMetadataError(scope, type) ⇒ boolean
  • validators.isMetadataWarning(scope, type) ⇒ boolean
  • validators.isGlobalMetadataError(validator) ⇒ boolean
  • validators.isGlobalMetadataWarning(validator) ⇒ boolean
  • validators.isSpecificMetadataWarning(validator, pageUri) ⇒ boolean
  • validators.isSpecificMetadataError(validator, pageUri) ⇒ boolean
  • validators.validate(store) ⇒ Promise
  • validators~isComponentInPageHeadList(uri, state) ⇒ Boolean
  • validators~runValidator(state) ⇒ function
  • validators~runValidators(validators, state) ⇒ Promise
  • validators~hasItems(error) ⇒ Boolean
  • validators~validKilnjsValidator(validators, validationRule) ⇒ boolean
  • validators~getKilnJsFieldAndValue(validationRule, component) ⇒ object
  • validators~getKilnJsError(validationError, errorItem, errors) ⇒ array
  • isPageSpecific(uri, store) ⇒ boolean
  1. API Documentation
  2. Kiln API

Vuex Actions

PreviousKiln APINextGlossary

Last updated 5 years ago

Modules

Functions

⇒ boolean

is uri page spectific

component-data

    • static

      • ⇒ promise

      • ⇒ promise

      • ⇒ Promise

      • ⇒ Promise

      • ⇒ Promise

      • ⇒ Promise

      • ⇒ Promise

      • ⇒ Promise

    • inner

      • ⇒ Promise

      • ⇒ Promise

      • ⇒ number

      • ⇒ Promise

      • ⇒ Promise

      • ⇒ Promise

component-data.updateSchemaProp(store, schemaName, inputName, prop, value)

update a property value on a component schema

Param

Type

store

object

schemaName

string

inputName

string

prop

string

value

object | string | number

component-data.triggerModelSave(uri, data) ⇒ promise

trigger a the model.save of a component

Param

Type

uri

string

data

object

component-data.triggerModelRender(store, uri, data) ⇒ promise

trigger a the model.render of a component

Param

Type

store

object

uri

string

data

object

component-data.saveComponent(store, uri, data, [eventID], [snapshot], [prevData], forceSave) ⇒ Promise

save a component's data and re-render

Param

Type

Description

store

object

uri

string

data

object

(may be a subset of the data)

[eventID]

string

when saving from a pubsub subscription

[snapshot]

boolean

set to false if save is triggered by undo/redo

[prevData]

object

manually passed in when undoing/redoing (because the store has already been updated)

forceSave

boolean

if true, component will be saved even if it doesn't appear to have changed

component-data.removeComponent(store, data) ⇒ Promise

remove a component from its parent note: removes from parent component OR page

Param

Type

Description

store

object

data

Element

el

{el, msg} where el is the component to delete

component-data.removeHeadComponent(store, startNode) ⇒ Promise

remove head components (from page or layout)

Param

Type

Description

store

object

startNode

Node

comment with data-uri

component-data.addCreatedComponentsToPageArea(store, newComponents, currentURI, path, replace, number, array, boolean) ⇒ Promise

add components to a page area

Param

Type

store

object

newComponents

array

currentURI

string

path

string

replace

boolean

number

index

array

data

boolean

forceRender

component-data.addComponents(store, [currentURI], parentURI, path, [replace], components) ⇒ Promise

add components to a parent component (or page) note: allows multiple components to be added at once note: always creates new instances of the components you're adding note: allows you to replace a specific uri, or add components after it note: if no currentURI passed in, it will add new components to the end (and won't replace anything)

Param

Type

Description

store

object

[currentURI]

string

if adding after / replacing a specific component

parentURI

string

path

string

[replace]

boolean

to replace the current URI

components

array

to add (object with name and [data])

component-data.openAddComponent(store, [currentURI], parentURI, path) ⇒ Promise

open the add components pane, or add a new components

Param

Type

Description

store

object

[currentURI]

string

if we're inserting after a specific component

parentURI

string

path

string

component-data.componentAdded(store, componentName, uri)

Store the last item added

Param

Type

store

object

componentName

string

uri

string

component-data.closeAddComponent(store)

Close the add component

Param

Type

store

object

component-data.currentlyRestoring(store, restoring)

open the add components pane, or add a new components

Param

Type

Description

store

object

restoring

boolean

if we're currently restoring a page

component-data~logSaveError(uri, e, data, [eventID], [snapshot], store)

log errors when components save and display them to the user

Param

Type

uri

string

e

Error

data

object

[eventID]

string

[snapshot]

boolean

store

object

component-data~revertReject(uri, data, [snapshot], paths, store) ⇒ Promise

re-render (reverting) a component and stop the saving promise chain

Param

Type

uri

string

data

object

[snapshot]

boolean

paths

array

store

object

component-data~clientSave(uri, data, oldData, store, [eventID], [snapshot], paths) ⇒ Promise

save data client-side and queue up api call for the server note: this uses the components' model.js (if it exists) and handlebars template note: server-side saving and/or re-rendering has been removed in kiln v4.x

Param

Type

Description

uri

string

data

object

oldData

object

store

object

[eventID]

string

[snapshot]

boolean

passed through to render

paths

array

component-data~findIndex(data, [uri]) ⇒ number

find the index of a uri in a list this is broken out into a separate function so we don't assume an index of 0 is falsy

Param

Type

data

array

[uri]

string

component-data~addComponentsToComponentList(store, data, [currentURI], parentURI, path, [replace], components) ⇒ Promise

add one or more components to a component list

Param

Type

Description

store

object

data

array

list data

[currentURI]

string

if you want to add after / replace a specific current component

parentURI

string

path

string

of the list

[replace]

boolean

to replace currentURI

components

array

with { name, [data] }

component-data~addComponentsToComponentProp(store, data, parentURI, path, components) ⇒ Promise

replace a single component in another component's property

Param

Type

Description

store

object

data

object

parentURI

string

path

string

components

array

note: it'll only replace using the first thing in this array

component-data~addComponentsToPageArea(store, currentURI, path, replace, components) ⇒ Promise

create components to be added to a page area (i.e. head, main, etc.)

Param

Type

store

object

currentURI

string

path

string

replace

boolean

components

array

decorators

decorators.unselect(store)

unselect currently-selected component

Param

Type

store

object

decorators.select(store, el)

select a component

Param

Type

store

object

el

element

decorators.scrollToComponent(store, el)

Scroll user to the component. "Weeee!" or "What the?"

Param

Type

store

object

el

Element

decorators.navigateComponents(store, direction) ⇒ Promise

navigate to the previous or next component

Param

Type

Description

store

object

direction

string

'prev' or 'next'

decorators.unfocus(store) ⇒ Promise

unfocus currently-focused field/group

Param

Type

store

object

deep-linking

deep-linking.parseURLHash(store) ⇒ Promise

parse url hash, opening form or clay menu as necessary

Param

Type

store

object

deep-linking.setHash(commit, [uri], [path], [initialFocus], [menu])

set hash in window and store

Param

Type

commit

function

[uri]

string

[path]

string

[initialFocus]

string

[menu]

object

deep-linking.clearHash(commit)

clear hash in window and store

Param

Type

commit

function

drawers

drawers.closeDrawer(store)

close drawer without toggling a new drawer

Param

Type

store

Object

drawers.openDrawer(store, nameOrConfig)

open drawer

Param

Type

Description

store

Object

nameOrConfig

string | object

either just the tab name or a json object for deeper linking

forms

    • static

    • inner

forms.updateFormData(store, path, val)

Update form data

Param

Type

store

object

path

string

val

string | number

forms.openForm(store, uri, path, [el], [offset], [appendText], [initialFocus], pos)

open form

Param

Type

Description

store

object

uri

string

component uri

path

string

field/form path

[el]

Element

parent element (for inline forms)

[offset]

number

caret offset (for text inputs)

[appendText]

string

text to append (for text inputs, used when splitting/merging components with text fields)

[initialFocus]

string

if focusing on a specific field when opening the form

pos

object

x/y coordinates used to position overlay forms

forms.closeForm(store) ⇒ promise

Close a form

Param

Type

store

object

forms~hasDataChanged(newData, oldData) ⇒ Boolean

determine if data in form has changed note: convert data to plain objects, since they're reactive

Param

Type

Description

newData

object

from form

oldData

object

from store

layout-state

layout-state.fetchLayoutState(store, [preloadOptions]) ⇒ Promise

get the list data for a specific layout note: if prefix / uri is specified, this does NOT commit the data (only returns it), allowing the preloader to use it when doing the initial preload of data

Param

Type

store

object

[preloadOptions]

object

[preloadOptions.uri]

string

[preloadOptions.prefix]

string

[preloadOptions.user]

object

layout-state.updateLayout(store, [data], [preloadOptions]) ⇒ Promise

update a layout's title, or just the latest timestamp + user

Param

Type

store

object

[data]

object

[data.title]

string

[preloadOptions]

object

layout-state.scheduleLayout(store, timestamp) ⇒ Promise

schedule the layout and update its index

Param

Type

store

object

timestamp

Date

layout-state.unscheduleLayout(store, [publishing]) ⇒ Promise

unschedule the layout get updated layout state if the call wasn't made during layout publish

Param

Type

store

object

[publishing]

Boolean

layout-state.publishLayout(store) ⇒ Promise

publish layout note: layouts index is updated server-side, including unscheduling the layout if it's currently scheduled also note: this will trigger a fetch of the updated (published) layout state

Param

Type

store

object

lists

nav

nav.openNav(store, nameOrConfig)

open nav tab

Param

Type

Description

store

object

nameOrConfig

string | object

tab name, or clay menu config openNav sets the ui.currentDrawer vuex variable, this allows drawers (the right slide-in menus) as well as the "nav" (the left slide-in menu) to be deep linked to. The openNav/closeNav are functions are depreciated. Should use the openDrawer/closeDrawer/toggleDrawer actions Just leaving these here in case any legacy plugins are still calling these functions

page-data

    • static

    • inner

page-data.savePage(store, data, [snapshot]) ⇒ Promise

save a page's data, but do not re-render because, uh, that would just be reloading the page

Param

Type

Description

store

object

data

*

to save

[snapshot]

boolean

false if we're undoing/redoing

page-data.createPage(store, id) ⇒ Promise

create a new page, then return its editable link

Param

Type

store

object

id

string

page-data.isPublishing(store, isPublishing)

set currentlyPublishing in state

Param

Type

store

object

isPublishing

boolean

page-data.publishPage(store, uri) ⇒ Promise

manually publish the page

Param

Type

store

object

uri

string

page-data.unpublishPage(store, uri) ⇒ Promise

remove uri from /uris/

Param

Type

store

object

uri

string

page-data.schedulePage(store, uri, timestamp) ⇒ Promise

schedule the page to publish

Param

Type

store

object

uri

string

timestamp

Date

page-data.unschedulePage(store, [publishing]) ⇒ Promise

unschedule the page get updated page state if the call wasn't made during a page publish

Param

Type

store

object

[publishing]

Boolean

page-data~shouldRender(paths) ⇒ boolean

iterate through the paths we're saving if one of them ISN'T in the internalPageProps, we should re-render

Param

Type

paths

array

page-data~removeURI(uri, store) ⇒ Promise

remove uri from /uris/

Param

Type

uri

String

store

Object

page-state

    • static

    • inner

page-state.updatePageList(store, [data]) ⇒ Promise

update page list with data provided from pubsub note: if called without data, this just updates the updateTime and user (e.g. when saving components in the page) note: if called with a user, it adds the user (with updateTime) to the page (instead of current user)

Param

Type

store

object

[data]

object

page-state.getListData(store, uri, [prefix]) ⇒ Promise

get the list data for a specific page note: if prefix is specified, this does NOT commit the data (only returns it), allowing the preloader to use it when doing the initial preload of data

Param

Type

Description

store

object

uri

string

[prefix]

string

passed in when preloading (e.g. if site isn't in store yet)

page-state~sequentialUpdate(prefix, uri, data) ⇒ Promise

run page list updates sequentially, grabbing from the store after each to prevent race conditions

Param

Type

prefix

string

uri

string

data

object

preloader

preloader~getComponentModels() ⇒ object

get component models so we can mount them on window.kiln.componentModels if they aren't already mounted (backwards-compatability)

preloader~getComponentKilnjs() ⇒ object

get component kiln files so we can mount them on window.kiln.componentKilnjs

preloader~reduceComponents(result, val) ⇒ obj

extract component data from preloadData obj

Param

Type

result

obj

val

obj

preloader~composeLayoutData(layoutSchema, components, original) ⇒ object

extract layout data from original data

Param

Type

Description

layoutSchema

object

schema for layout

components

object

key/value store of components

original

object

original preloaded data

preloader~reduceTemplates(result, val, key) ⇒ obj

make precompiled hbs templates ready for user

Param

Type

result

obj

val

obj

key

string

preloader~getPageStatus(state) ⇒ string

get string state to pass to progress bar

Param

Type

state

object

preloader~getSchemas(schemas, kilnjs) ⇒ object

run a copy of the schema through its kiln.js file (if it has one)

Param

Type

schemas

object

kilnjs

function

toolbar

toolbar.startProgress(commit, type)

start progress bar. if already started, this will cause a slight pause before continuing the progress bar

Param

Type

Description

commit

function

type

string

e.g. 'save' or 'publish'

toolbar.finishProgress(commit, type)

finish the progress bar.

Param

Type

Description

commit

function

type

string

e.g. 'save' or 'publish'

toolbar.addAlert(store, config)

add alert to the array

Param

Type

Description

store

object

config

string | object

the text of the alert (for info), or an object with { type, text }

toolbar.removeAlert(store, config)

remove an alert from the array, specifying the index

Param

Type

Description

store

object

config

number | object

index or an equivalent config object

toolbar.showSnackbar(store, config)

trigger a new snackbar. note: this happens imperatively (toolbar handles the actual creation, by watching this value) note: if you want the snackbar to have an action, pass in both action (the text of the button) and onActionClick (a reference to the function you want invoked)

Param

Type

Description

store

object

config

string | object

message or full config object

undo

    • static

    • inner

undo.createSnapshot(store)

create snapshot. called from the plugin listening to batched renders

Param

Type

store

object

undo.setFixedPoint(store)

"You're a fixed point in time and space. You're a fact. That's never meant to happen." when doing a manual save from some point in history, we need to remove snapshots after that point (to preserve the expected undo functionality)

Param

Type

store

object

undo.undo(store)

undo: sets cursor back one, re-saves affected components with old data

Param

Type

store

object

undo.redo(store)

redo: sets cursor forward one, re-saves affected components with new data

Param

Type

store

object

undo~getChangedComponents(current, compare) ⇒ object

get changed components, used by undo and redo

Param

Type

Description

current

object

compare

object

(prev/next components object)

undo~saveChangedComponents(changedComponents, store)

render multiple components at once

Param

Type

changedComponents

object

store

object

validators

    • static

    • inner

validators.runMetaValidator(metadata) ⇒ function

run an metadata validator. if it returns items, add the label and description and items

Param

Type

metadata

object

validators.runMetaValidators(uri, errorValidators, warningValidators) ⇒ Promise

run a list of validators using page metadata

Param

Type

Description

uri

uri

page uri

errorValidators

array

validators for errors

warningValidators

array

validators for warnings

validators.runKilnjsValidators(schemas, components) ⇒ array

Run the kilnjsValidators

Param

Type

schemas

object

components

object

validators.getSchemasWithValidationRules(schemas) ⇒ object

Get the schemas that have a validation property

Param

Type

schemas

object

validators.isMetadataError(scope, type) ⇒ boolean

Check whether is a metadata error

Param

Type

scope

string

type

string

validators.isMetadataWarning(scope, type) ⇒ boolean

Check whether is a metadata warning

Param

Type

scope

string

type

string

validators.isGlobalMetadataError(validator) ⇒ boolean

Check whether is a metadata error

Param

Type

validator

object

validator.scope

string

validator.type

string

validator.uri

string

validators.isGlobalMetadataWarning(validator) ⇒ boolean

Check whether is a metadata error

Param

Type

validator

object

validator.scope

string

validator.type

string

validator.uri

string

validators.isSpecificMetadataWarning(validator, pageUri) ⇒ boolean

Check whether is a metadata warning for specific page

Param

Type

validator

object

validator.scope

string

validator.type

string

validator.uri

string

pageUri

string

validators.isSpecificMetadataError(validator, pageUri) ⇒ boolean

Check whether is a metadata error for specific page

Param

Type

validator

object

validator.scope

string

validator.type

string

validator.uri

string

pageUri

string

validators.validate(store) ⇒ Promise

trigger validation

Param

Type

store

object

validators~isComponentInPageHeadList(uri, state) ⇒ Boolean

determine if a component is in a page-specific head list

Param

Type

uri

string

state

object

validators~runValidator(state) ⇒ function

run an individual validator. if it returns items, add the label and description

Param

Type

state

object

validators~runValidators(validators, state) ⇒ Promise

run a list of validators

Param

Type

validators

array

state

object

validators~hasItems(error) ⇒ Boolean

make sure that all errors have items that can display. some may have been parsed out by the isActive check in runValidator, above

Param

Type

error

object

validators~validKilnjsValidator(validators, validationRule) ⇒ boolean

Check if the validationRule has the correct properties to run validation with

Param

Type

validators

object

validationRule

object

validators~getKilnJsFieldAndValue(validationRule, component) ⇒ object

Get the inputs from a validationRule, either as a string or as an array the fieldName is the name of the input that will have the focus when the user clicks to that error from the Health Tab the value is what will be tested by the rule

Param

Type

validationRule

object

component

object

validators~getKilnJsError(validationError, errorItem, errors) ⇒ array

Add error to Errors, either as a completely new error, or as an entry in an existing error

Param

Type

validationError

object

errorItem

object

errors

array

isPageSpecific(uri, store) ⇒ boolean

is uri page spectific

Kind: global function

Param

Type

uri

string

store

object

Kind: static method of Return{promise}:

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of Returns: Promise - with the last added component's el

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: inner method of

Kind: inner method of

Kind: inner method of

Kind: inner method of

Kind: inner method of

Kind: inner method of

Kind: inner method of

⇒ Promise

⇒ Promise

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

⇒ Promise

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

⇒ promise

⇒ Boolean

Kind: static method of

Kind: static method of

Kind: static method of

Kind: inner method of

⇒ Promise

⇒ Promise

⇒ Promise

⇒ Promise

⇒ Promise

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

⇒ Promise

⇒ Promise

⇒ Promise

⇒ Promise

⇒ Promise

⇒ Promise

⇒ boolean

⇒ Promise

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: inner method of

Kind: inner method of

⇒ Promise

⇒ Promise

⇒ Promise

Kind: static method of

Kind: static method of

Kind: inner method of

⇒ object

⇒ object

⇒ obj

⇒ object

⇒ obj

⇒ string

⇒ object

Kind: inner method of

Kind: inner method of

Kind: inner method of

Kind: inner method of

Kind: inner method of

Kind: inner method of

Kind: inner method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

⇒ object

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: inner method of

Kind: inner method of

⇒ function

⇒ Promise

⇒ array

⇒ object

⇒ boolean

⇒ boolean

⇒ boolean

⇒ boolean

⇒ boolean

⇒ boolean

⇒ Promise

⇒ Boolean

⇒ function

⇒ Promise

⇒ Boolean

⇒ boolean

⇒ object

⇒ array

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: static method of

Kind: inner method of

Kind: inner method of

Kind: inner method of

Kind: inner method of

Kind: inner method of

Kind: inner method of

Kind: inner method of

component-data
decorators
deep-linking
drawers
forms
layout-state
lists
nav
page-data
page-state
preloader
toolbar
undo
validators
isPageSpecific(uri, store)
component-data
.updateSchemaProp(store, schemaName, inputName, prop, value)
.triggerModelSave(uri, data)
.triggerModelRender(store, uri, data)
.saveComponent(store, uri, data, [eventID], [snapshot], [prevData], forceSave)
.removeComponent(store, data)
.removeHeadComponent(store, startNode)
.addCreatedComponentsToPageArea(store, newComponents, currentURI, path, replace, number, array, boolean)
.addComponents(store, [currentURI], parentURI, path, [replace], components)
.openAddComponent(store, [currentURI], parentURI, path)
.componentAdded(store, componentName, uri)
.closeAddComponent(store)
.currentlyRestoring(store, restoring)
~logSaveError(uri, e, data, [eventID], [snapshot], store)
~revertReject(uri, data, [snapshot], paths, store)
~clientSave(uri, data, oldData, store, [eventID], [snapshot], paths)
~findIndex(data, [uri])
~addComponentsToComponentList(store, data, [currentURI], parentURI, path, [replace], components)
~addComponentsToComponentProp(store, data, parentURI, path, components)
~addComponentsToPageArea(store, currentURI, path, replace, components)
component-data
component-data
component-data
component-data
component-data
component-data
component-data
component-data
component-data
component-data
component-data
component-data
component-data
component-data
component-data
component-data
component-data
component-data
component-data
decorators
.unselect(store)
.select(store, el)
.scrollToComponent(store, el)
.navigateComponents(store, direction)
.unfocus(store)
decorators
decorators
decorators
decorators
decorators
deep-linking
.parseURLHash(store)
.setHash(commit, [uri], [path], [initialFocus], [menu])
.clearHash(commit)
deep-linking
deep-linking
deep-linking
drawers
.closeDrawer(store)
.openDrawer(store, nameOrConfig)
drawers
drawers
forms
.updateFormData(store, path, val)
.openForm(store, uri, path, [el], [offset], [appendText], [initialFocus], pos)
.closeForm(store)
~hasDataChanged(newData, oldData)
forms
forms
forms
forms
layout-state
.fetchLayoutState(store, [preloadOptions])
.updateLayout(store, [data], [preloadOptions])
.scheduleLayout(store, timestamp)
.unscheduleLayout(store, [publishing])
.publishLayout(store)
layout-state
layout-state
layout-state
layout-state
layout-state
nav
page-data
.savePage(store, data, [snapshot])
.createPage(store, id)
.isPublishing(store, isPublishing)
.publishPage(store, uri)
.unpublishPage(store, uri)
.schedulePage(store, uri, timestamp)
.unschedulePage(store, [publishing])
~shouldRender(paths)
~removeURI(uri, store)
page-data
page-data
page-data
page-data
page-data
page-data
page-data
page-data
page-data
page-state
.updatePageList(store, [data])
.getListData(store, uri, [prefix])
~sequentialUpdate(prefix, uri, data)
page-state
page-state
page-state
preloader
~getComponentModels()
~getComponentKilnjs()
~reduceComponents(result, val)
~composeLayoutData(layoutSchema, components, original)
~reduceTemplates(result, val, key)
~getPageStatus(state)
~getSchemas(schemas, kilnjs)
preloader
preloader
preloader
preloader
preloader
preloader
preloader
toolbar
.startProgress(commit, type)
.finishProgress(commit, type)
.addAlert(store, config)
.removeAlert(store, config)
.showSnackbar(store, config)
toolbar
toolbar
toolbar
toolbar
toolbar
undo
.createSnapshot(store)
.setFixedPoint(store)
.undo(store)
.redo(store)
~getChangedComponents(current, compare)
~saveChangedComponents(changedComponents, store)
undo
undo
undo
undo
undo
undo
validators
.runMetaValidator(metadata)
.runMetaValidators(uri, errorValidators, warningValidators)
.runKilnjsValidators(schemas, components)
.getSchemasWithValidationRules(schemas)
.isMetadataError(scope, type)
.isMetadataWarning(scope, type)
.isGlobalMetadataError(validator)
.isGlobalMetadataWarning(validator)
.isSpecificMetadataWarning(validator, pageUri)
.isSpecificMetadataError(validator, pageUri)
.validate(store)
~isComponentInPageHeadList(uri, state)
~runValidator(state)
~runValidators(validators, state)
~hasItems(error)
~validKilnjsValidator(validators, validationRule)
~getKilnJsFieldAndValue(validationRule, component)
~getKilnJsError(validationError, errorItem, errors)
validators
validators
validators
validators
validators
validators
validators
validators
validators
validators
validators
validators
validators
validators
validators
validators
validators
validators