SYMBOL INDEX (340 symbols across 58 files) FILE: src/FeathersVuexCount.ts method total (line 40) | total() { method scope (line 48) | scope() { method findData (line 55) | findData() { method fetchData (line 75) | fetchData() { method created (line 89) | created() { method render (line 119) | render() { FILE: src/FeathersVuexFind.ts method default (line 41) | default() { method default (line 51) | default(scope) { method default (line 57) | default() { method items (line 75) | items() { method pagination (line 85) | pagination() { method queryInfo (line 88) | queryInfo() { method pageInfo (line 92) | pageInfo() { method scope (line 101) | scope() { method findData (line 115) | findData() { method fetchData (line 144) | fetchData() { method created (line 158) | created() { method render (line 193) | render() { FILE: src/FeathersVuexFormWrapper.ts method isNew (line 32) | isNew() { method setup (line 44) | setup() { method save (line 61) | save(params) { method reset (line 73) | reset() { method remove (line 78) | async remove() { method markAsDirty (line 83) | markAsDirty() { method render (line 89) | render() { FILE: src/FeathersVuexGet.ts method default (line 66) | default() { method default (line 84) | default(scope) { method item (line 94) | item() { method scope (line 111) | scope() { method getArgs (line 119) | getArgs(queryToUse) { method getData (line 131) | getData() { method fetchData (line 154) | fetchData() { method created (line 170) | created() { method render (line 205) | render() { FILE: src/FeathersVuexInputWrapper.ts method current (line 23) | current() { method handler (line 29) | handler(wait) { method createClone (line 36) | createClone(e) { method cleanup (line 39) | cleanup() { method handler (line 44) | handler(e, callback) { method render (line 61) | render() { FILE: src/FeathersVuexPagination.ts method setup (line 28) | setup(props, context) { FILE: src/auth-module/auth-module.actions.ts function makeAuthActions (line 10) | function makeAuthActions(feathersClient) { FILE: src/auth-module/auth-module.getters.ts function makeAuthGetters (line 6) | function makeAuthGetters({ userService }) { FILE: src/auth-module/auth-module.mutations.ts function makeAuthMutations (line 8) | function makeAuthMutations() { FILE: src/auth-module/auth-module.state.ts function setupAuthState (line 8) | function setupAuthState({ FILE: src/auth-module/make-auth-plugin.ts function authPluginInit (line 23) | function authPluginInit( FILE: src/auth-module/types.ts type AuthState (line 1) | interface AuthState { FILE: src/index.ts function feathersVuex (line 56) | function feathersVuex(feathers, options: FeathersVuexOptions) { FILE: src/make-find-mixin.ts function makeFindMixin (line 17) | function makeFindMixin(options) { FILE: src/make-get-mixin.ts function makeFindMixin (line 9) | function makeFindMixin(options) { FILE: src/service-module/global-clients.ts function addClient (line 20) | function addClient({ client, serverAlias }) { function clearClients (line 33) | function clearClients() { FILE: src/service-module/global-models.ts function prepareAddModel (line 18) | function prepareAddModel(options: FeathersVuexOptions) { function clearModels (line 35) | function clearModels() { FILE: src/service-module/make-base-model.ts function assertIsEventEmitter (line 33) | function assertIsEventEmitter(val: unknown): asserts val is EventEmitter { function makeBaseModel (line 47) | function makeBaseModel(options: FeathersVuexOptions) { FILE: src/service-module/make-service-module.ts function makeServiceModule (line 16) | function makeServiceModule( FILE: src/service-module/make-service-plugin.ts type ServiceOptionsDefaults (line 18) | interface ServiceOptionsDefaults { function prepareMakeServicePlugin (line 56) | function prepareMakeServicePlugin( FILE: src/service-module/service-module.actions.ts type serviceAndOptions (line 11) | interface serviceAndOptions { function makeServiceActions (line 16) | function makeServiceActions({service, options}: serviceAndOptions) { FILE: src/service-module/service-module.events.ts type ServiceEventsDebouncedQueue (line 5) | interface ServiceEventsDebouncedQueue { function enableServiceEvents (line 14) | function enableServiceEvents({ FILE: src/service-module/service-module.getters.ts constant FILTERS (line 14) | const FILTERS = ['$sort', '$limit', '$skip', '$select'] function makeServiceGetters (line 32) | function makeServiceGetters() { type GetterName (line 134) | type GetterName = keyof ReturnType FILE: src/service-module/service-module.mutations.ts type PendingServiceMethodName (line 23) | type PendingServiceMethodName = type PendingIdServiceMethodName (line 30) | type PendingIdServiceMethodName = Exclude< function makeServiceMutations (line 35) | function makeServiceMutations() { FILE: src/service-module/service-module.state.ts type ServiceStateExclusiveDefaults (line 12) | interface ServiceStateExclusiveDefaults { type ServiceState (line 47) | interface ServiceState { type PaginationState (line 94) | interface PaginationState { function makeDefaultState (line 103) | function makeDefaultState(options: MakeServicePluginOptions) { FILE: src/service-module/types.ts type FeathersVuexOptions (line 13) | interface FeathersVuexOptions { type HandleEvents (line 33) | interface HandleEvents { type ServicePluginExtendOptions (line 40) | interface ServicePluginExtendOptions { type MakeServicePluginOptions (line 45) | interface MakeServicePluginOptions { type FeathersVuexStoreState (line 89) | interface FeathersVuexStoreState { type FeathersVuexGlobalModels (line 93) | interface FeathersVuexGlobalModels { type StoreState (line 98) | type StoreState = keyof FeathersVuexStoreState extends never type GlobalModels (line 101) | type GlobalModels = keyof FeathersVuexGlobalModels extends never type PatchParams (line 105) | interface PatchParams extends Params { type ModelSetupContext (line 109) | interface ModelSetupContext { type ModelInstanceOptions (line 120) | interface ModelInstanceOptions { type AnyData (line 141) | type AnyData = { [key: string]: any } type ModelStatic (line 144) | interface ModelStatic extends EventEmitter { type Model (line 300) | interface Model { FILE: src/useFind.ts type UseFindOptions (line 17) | interface UseFindOptions { type UseFindState (line 26) | interface UseFindState { type UseFindData (line 36) | interface UseFindData { function find (line 54) | function find(options: UseFindOptions): UseFind... FILE: src/useGet.ts type UseGetOptions (line 16) | interface UseGetOptions { type UseGetState (line 24) | interface UseGetState { type UseGetData (line 31) | interface UseGetData { function get (line 42) | function get(options: UseGetOptions): UseGetDat... FILE: src/utils.ts type Query (line 18) | interface Query { type PaginationOptions (line 21) | interface PaginationOptions { type Params (line 25) | interface Params { type Paginated (line 36) | interface Paginated { function stripSlashes (line 45) | function stripSlashes(location: string) { function setByDot (line 49) | function setByDot(obj, path, value, ifDelete?) { function upperCaseFirst (line 85) | function upperCaseFirst(string) { function getShortName (line 89) | function getShortName(service) { function getNameFromPath (line 99) | function getNameFromPath(service) { function readCookie (line 104) | function readCookie(cookies, name) { function payloadIsValid (line 123) | function payloadIsValid(payload) { function getValidPayloadFromToken (line 142) | function getValidPayloadFromToken(token) { function assignTempId (line 209) | function assignTempId(state, item) { function stringifyIfObject (line 220) | function stringifyIfObject(val): string | any { function getId (line 235) | function getId(item, idField?) { function getModelName (line 251) | function getModelName(Model) { function registerModel (line 266) | function registerModel(Model, globalModels, apiPrefix, servicePath) { function getServicePrefix (line 278) | function getServicePrefix(servicePath) { function getServiceCapitalization (line 287) | function getServiceCapitalization(servicePath) { function updateOriginal (line 296) | function updateOriginal(original, newData) { function getQueryInfo (line 339) | function getQueryInfo( function getItemsFromQueryInfo (line 371) | function getItemsFromQueryInfo(pagination, queryInfo, keyedById) { function makeNamespace (line 384) | function makeNamespace(namespace, servicePath, nameStyle) { function getServicePath (line 398) | function getServicePath(service: Service, Model: any) { function randomString (line 408) | function randomString(length) { function createRelatedInstance (line 420) | function createRelatedInstance({ item, Model, idField, store }) { function isBaseModelInstance (line 429) | function isBaseModelInstance(item) { function mergeWithAccessors (line 436) | function mergeWithAccessors( function checkNamespace (line 522) | function checkNamespace(namespace, item, debug) { function assignIfNotPresent (line 534) | function assignIfNotPresent(Model, props): void { FILE: src/vue-plugin/vue-plugin.ts type VueConstructor (line 17) | interface VueConstructor { type Vue (line 20) | interface Vue { method install (line 26) | install(Vue, options = { components: true }) { FILE: stories/FeathersVuexInputWrapper.stories.js method save (line 26) | save({ clone, data }) { method save (line 57) | async save({ clone, data }) { method save (line 89) | async save({ event, clone, prop, data }) { method save (line 131) | async save({ clone, data }) { FILE: test/auth-module/actions.test.js method create (line 23) | create(data) { method create (line 67) | create(data) { method create (line 91) | create(data) { FILE: test/auth-module/auth-module.test.ts type CustomStore (line 15) | interface CustomStore { function makeContext (line 22) | function makeContext() { method setTestToFalse (line 101) | setTestToFalse(state) { method oneTwoThree (line 175) | oneTwoThree() { method setToTrue (line 195) | setToTrue(state) { method trigger (line 200) | trigger(context) { method create (line 218) | create(data, params) { method create (line 239) | create(data, params) { FILE: test/auth.test.js method authenticate (line 28) | authenticate() {} method dispatch (line 46) | dispatch(action) { FILE: test/fixtures/feathers-client.js function makeFeathersSocketClient (line 61) | function makeFeathersSocketClient(baseUrl) { function makeFeathersRestClient (line 68) | function makeFeathersRestClient(baseUrl) { FILE: test/fixtures/store.js function makeStore (line 6) | function makeStore() { FILE: test/fixtures/todos.js function makeTodos (line 1) | function makeTodos() { FILE: test/make-find-mixin.test.ts function makeContext (line 17) | function makeContext() { type TodosComponent (line 47) | interface TodosComponent { method service (line 104) | service() { type TasksComponent (line 110) | interface TasksComponent { FILE: test/service-module/make-service-plugin.test.ts type RootState (line 32) | interface RootState { class Todo (line 41) | class Todo extends BaseModel { class Todo (line 112) | class Todo extends BaseModel { class Todo (line 132) | class Todo extends BaseModel { class Todo (line 159) | class Todo extends BaseModel { method created (line 174) | created() { method updated (line 178) | updated() { method patched (line 182) | patched() { method removed (line 186) | removed() { method created (line 258) | created() { method updated (line 262) | updated() { method patched (line 266) | patched() { method removed (line 270) | removed() { class Todo (line 278) | class Todo extends BaseModel { method updated (line 291) | updated() { method created (line 359) | created(e) { method updated (line 362) | updated(e) { method patched (line 365) | patched(e) { method removed (line 368) | removed(e) { class Todo (line 375) | class Todo extends BaseModel { FILE: test/service-module/misconfigured-client.test.ts class MisconfiguredTask (line 15) | class MisconfiguredTask extends BaseModel { FILE: test/service-module/model-base.test.ts class Todo (line 167) | class Todo extends BaseModel { class Task (line 178) | class Task extends BaseModel { class Todo (line 205) | class Todo extends myApi.BaseModel { class Task (line 219) | class Task extends theirApi.BaseModel { FILE: test/service-module/model-instance-defaults.test.ts type TodoState (line 19) | interface TodoState extends ServiceState { type RootState (line 26) | interface RootState { function makeContext (line 34) | function makeContext() { class NakedTodo (line 125) | class NakedTodo extends BaseModel { class Car (line 211) | class Car extends BaseModel { method combined (line 216) | public get combined(): string { method yearBeforeCurrent (line 219) | public set yearBeforeCurrent(year) { method constructor (line 225) | public constructor(data?, options?) { method constructor (line 253) | public constructor(data?, options?) { class Car (line 247) | class Car extends BaseModel { method combined (line 216) | public get combined(): string { method yearBeforeCurrent (line 219) | public set yearBeforeCurrent(year) { method constructor (line 225) | public constructor(data?, options?) { method constructor (line 253) | public constructor(data?, options?) { class Person (line 271) | class Person extends BaseModel { method constructor (line 278) | public constructor(data?, options?) { method constructor (line 322) | public constructor(data?, options?) { method constructor (line 354) | public constructor(data?, options?) { method constructor (line 425) | public constructor(data?, options?) { class Person (line 315) | class Person extends BaseModel { method constructor (line 278) | public constructor(data?, options?) { method constructor (line 322) | public constructor(data?, options?) { method constructor (line 354) | public constructor(data?, options?) { method constructor (line 425) | public constructor(data?, options?) { class Person (line 351) | class Person extends BaseModel { method constructor (line 278) | public constructor(data?, options?) { method constructor (line 322) | public constructor(data?, options?) { method constructor (line 354) | public constructor(data?, options?) { method constructor (line 425) | public constructor(data?, options?) { method fullName (line 372) | get fullName() { method fullName (line 375) | set fullName(val) { class Person (line 422) | class Person extends BaseModel { method constructor (line 278) | public constructor(data?, options?) { method constructor (line 322) | public constructor(data?, options?) { method constructor (line 354) | public constructor(data?, options?) { method constructor (line 425) | public constructor(data?, options?) { method fullName (line 443) | get fullName() { method fullName (line 446) | set fullName(val) { FILE: test/service-module/model-methods.test.ts type TodoState (line 18) | interface TodoState extends ServiceState { type RootState (line 25) | interface RootState { function makeContext (line 34) | function makeContext() { method value (line 303) | value(params) { method value (line 321) | value(params) { method value (line 338) | value(params) { method value (line 357) | value(params) { method get (line 517) | get() { class PendingThing (line 534) | class PendingThing extends BaseModel { method constructor (line 536) | public constructor(data?, options?) { FILE: test/service-module/model-relationships.test.ts class Todo (line 24) | class Todo extends BaseModel { method constructor (line 29) | public constructor(data, options?) { method constructor (line 72) | public constructor(data, options?) { function setupInstance (line 33) | function setupInstance(instance, { models, store }): Todo { class Todo (line 66) | class Todo extends BaseModel { method constructor (line 29) | public constructor(data, options?) { method constructor (line 72) | public constructor(data, options?) { class User (line 76) | class User extends BaseModel { function setupInstance (line 83) | function setupInstance(instance, { models, store }): Todo { function makeContext (line 138) | function makeContext() { FILE: test/service-module/model-serialize.test.ts class Task (line 23) | class Task extends BaseModel { method instanceDefaults (line 25) | public static instanceDefaults() { method toJSON (line 32) | public toJSON() { method constructor (line 35) | public constructor(data, options?) { FILE: test/service-module/model-temp-ids.test.ts type RootState (line 18) | interface RootState { class ComicService (line 23) | class ComicService extends MemoryService { method create (line 24) | public create(data, params) { method update (line 32) | public update(id, data, params) { function makeContext (line 38) | function makeContext() { class Transaction (line 83) | class Transaction extends BaseModel { method constructor (line 85) | public constructor(data?, options?) { method constructor (line 130) | public constructor(data?, options?) { method constructor (line 260) | public constructor(data?, options?) { method constructor (line 291) | public constructor(data?, options?) { method constructor (line 325) | public constructor(data?, options?) { class Transaction (line 128) | class Transaction extends BaseModel { method constructor (line 85) | public constructor(data?, options?) { method constructor (line 130) | public constructor(data?, options?) { method constructor (line 260) | public constructor(data?, options?) { method constructor (line 291) | public constructor(data?, options?) { method constructor (line 325) | public constructor(data?, options?) { class Thing (line 159) | class Thing extends BaseModel { method constructor (line 161) | public constructor(data?, options?) { method constructor (line 226) | public constructor(data?, options?) { method constructor (line 449) | public constructor(data?, options?) { class Thing (line 224) | class Thing extends BaseModel { method constructor (line 161) | public constructor(data?, options?) { method constructor (line 226) | public constructor(data?, options?) { method constructor (line 449) | public constructor(data?, options?) { class Transaction (line 258) | class Transaction extends BaseModel { method constructor (line 85) | public constructor(data?, options?) { method constructor (line 130) | public constructor(data?, options?) { method constructor (line 260) | public constructor(data?, options?) { method constructor (line 291) | public constructor(data?, options?) { method constructor (line 325) | public constructor(data?, options?) { class Transaction (line 289) | class Transaction extends BaseModel { method constructor (line 85) | public constructor(data?, options?) { method constructor (line 130) | public constructor(data?, options?) { method constructor (line 260) | public constructor(data?, options?) { method constructor (line 291) | public constructor(data?, options?) { method constructor (line 325) | public constructor(data?, options?) { class Transaction (line 323) | class Transaction extends BaseModel { method constructor (line 85) | public constructor(data?, options?) { method constructor (line 130) | public constructor(data?, options?) { method constructor (line 260) | public constructor(data?, options?) { method constructor (line 291) | public constructor(data?, options?) { method constructor (line 325) | public constructor(data?, options?) { class Thing (line 385) | class Thing extends BaseModel { method constructor (line 161) | public constructor(data?, options?) { method constructor (line 226) | public constructor(data?, options?) { method constructor (line 449) | public constructor(data?, options?) { class Thing (line 414) | class Thing extends BaseModel { method constructor (line 161) | public constructor(data?, options?) { method constructor (line 226) | public constructor(data?, options?) { method constructor (line 449) | public constructor(data?, options?) { class Thing (line 447) | class Thing extends BaseModel { method constructor (line 161) | public constructor(data?, options?) { method constructor (line 226) | public constructor(data?, options?) { method constructor (line 449) | public constructor(data?, options?) { class FooModel (line 518) | class FooModel extends BaseModel { method constructor (line 520) | public constructor(data?, options?) { method things (line 555) | things() { method things (line 563) | things(items) { class PendingThing (line 586) | class PendingThing extends BaseModel { method constructor (line 588) | public constructor(data?, options?) { FILE: test/service-module/model-tests.test.ts type ModelOptions (line 8) | interface ModelOptions { method constructor (line 16) | public constructor(data, options?) { class Todo (line 26) | class Todo extends BaseModel { method constructor (line 34) | public constructor(data, options?) { method serialize (line 154) | public serialize() { method constructor (line 58) | public constructor(data, options?) { function makeServiceModel (line 69) | function makeServiceModel(options) { class Todo (line 82) | class Todo extends makeServiceModel({ servicePath: 'todos' }) { method constructor (line 34) | public constructor(data, options?) { method serialize (line 154) | public serialize() { method constructor (line 107) | public constructor(data, options?) { class Todo (line 121) | class Todo extends BaseModel { method constructor (line 34) | public constructor(data, options?) { method serialize (line 154) | public serialize() { class BaseModel (line 142) | class BaseModel { method clone (line 143) | public clone() { method constructor (line 147) | public constructor(data) { class Todo (line 152) | class Todo extends BaseModel { method constructor (line 34) | public constructor(data, options?) { method serialize (line 154) | public serialize() { FILE: test/service-module/service-module.actions.test.ts type RootState (line 15) | interface RootState { type NumberedList (line 20) | interface NumberedList { function makeContext (line 25) | function makeContext() { method afterFind (line 563) | afterFind({}, response) { FILE: test/service-module/service-module.mutations.test.ts class Todo (line 35) | class Todo extends BaseModel { class ComicService (line 70) | class ComicService extends MemoryService { method create (line 71) | public create(data, params) { method update (line 79) | public update(id, data, params) { function makeContext (line 85) | function makeContext() { method getter (line 484) | get getter() { method 'item.getter' (line 501) | 'item.getter'() { method 'item.users' (line 536) | 'item.users'() { method 'item.users' (line 567) | 'item.users'() { method 'item.obj' (line 598) | 'item.obj'() { method 'item.obj' (line 627) | 'item.obj'() { method 'item.isValid' (line 657) | 'item.isValid'() { method 'item.isValid' (line 686) | 'item.isValid'() { method 'item.name' (line 716) | 'item.name'() { method 'item.name' (line 745) | 'item.name'() { method 'item.name' (line 775) | 'item.name'() { method 'item.name' (line 805) | 'item.name'() { method 'item.age' (line 835) | 'item.age'() { method 'item.age' (line 864) | 'item.age'() { method getter (line 885) | get getter() { method setter (line 888) | set setter(val) { method handler (line 907) | handler() { method getter (line 932) | get getter() { method setter (line 935) | set setter(val) { method handler (line 956) | handler() { method getter (line 981) | get getter() { method setter (line 984) | set setter(val) { method getter (line 1042) | get getter() { method setter (line 1045) | set setter(val) { method getter (line 1146) | get getter() { method setter (line 1149) | set setter(val) { method getter (line 1200) | get getter() { method setter (line 1203) | set setter(val) { method getter (line 1232) | get getter() { method setter (line 1235) | set setter(val) { method makeResult (line 1325) | makeResult(props) { method makeResult (line 1372) | makeResult(props) { method makeResult (line 1419) | makeResult(props) { method makeResult (line 1479) | makeResult(props) { FILE: test/service-module/service-module.reinitialization.test.ts type RootState (line 6) | interface RootState { function makeContext (line 10) | function makeContext() { FILE: test/service-module/service-module.test.ts type Options (line 24) | interface Options { type TodoState (line 27) | interface TodoState extends ServiceState { type RootState (line 34) | interface RootState { function makeContext (line 42) | function makeContext() { function makeContextWithState (line 117) | function makeContextWithState() { function makeAutoRemoveContext (line 138) | function makeAutoRemoveContext() { function makeSocketIoContext (line 182) | function makeSocketIoContext() { class Todo (line 570) | class Todo extends BaseModel { method setTestToFalse (line 997) | setTestToFalse(state) { method oneTwoThree (line 1025) | oneTwoThree(state) { method setToTrue (line 1059) | setToTrue(state) { method trigger (line 1064) | trigger(context) { method setTestToFalse (line 1112) | setTestToFalse(state) { method oneTwoThree (line 1138) | oneTwoThree(state) { method setToTrue (line 1165) | setToTrue(state) { method trigger (line 1170) | trigger(context) { FILE: test/service-module/types.ts type ServiceState (line 6) | interface ServiceState { type PaginationState (line 36) | interface PaginationState { type Location (line 45) | interface Location { FILE: test/test-utils.ts function assertGetter (line 8) | function assertGetter(item, prop, value) { FILE: test/use/InstrumentComponent.js method setup (line 12) | setup(props, context) { FILE: test/use/find.test.ts function makeContext (line 25) | function makeContext() { FILE: test/use/get.test.ts function makeContext (line 36) | function makeContext() { class Dohickey (line 161) | class Dohickey extends BaseModel { FILE: test/utils.test.ts type RootState (line 21) | interface RootState { class User (line 67) | class User extends BaseModel { class User (line 124) | class User extends BaseModel { method addServerItem (line 136) | addServerItem(state) { FILE: test/vue-plugin.test.ts type VueWithFeathers (line 17) | interface VueWithFeathers { function makeContext (line 21) | function makeContext() {