{"version":3,"file":"Blocks.js","sources":["../../../Framework/Enums/Blocks/Cms/ContentCollectionView/searchOrder.ts","../../../Framework/Enums/Blocks/Engagement/SignUp/registerMode.ts","../../../Framework/Enums/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailDateSelectionMode.ts","../../../Framework/Enums/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailLocationSelectionMode.ts","../../../Framework/Enums/Blocks/Group/GroupAttendanceDetail/groupAttendanceDetailScheduleSelectionMode.ts","../../../Framework/Enums/Blocks/Security/AccountEntry/accountEntryStep.ts","../../../Framework/Enums/Blocks/Security/Login/loginMethod.ts","../../../Framework/Enums/Blocks/Security/Login/passwordlessLoginStep.ts"],"sourcesContent":["//------------------------------------------------------------------------------\r\n// \r\n// This code was generated by the Rock.CodeGeneration project\r\n// Changes to this file will be lost when the code is regenerated.\r\n// \r\n//------------------------------------------------------------------------------\r\n// \r\n// Copyright by the Spark Development Network\r\n//\r\n// Licensed under the Rock Community License (the \"License\");\r\n// you may not use this file except in compliance with the License.\r\n// You may obtain a copy of the License at\r\n//\r\n// http://www.rockrms.com/license\r\n//\r\n// Unless required by applicable law or agreed to in writing, software\r\n// distributed under the License is distributed on an \"AS IS\" BASIS,\r\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n// See the License for the specific language governing permissions and\r\n// limitations under the License.\r\n// \r\n//\r\n\r\n/** The search order options available in the Content Collection View block. */\r\nexport const SearchOrder = {\r\n /** The most relevant will be displayed first, this is based on the score. */\r\n Relevance: 0,\r\n\r\n /** The document with the highest relevance date time will be displayed first. */\r\n Newest: 1,\r\n\r\n /** The document with the oldest relevance date time will be displayed first. */\r\n Oldest: 2,\r\n\r\n /**\r\n * The most popular documents will be displayed first. This is determined\r\n * by the trending values and will then fall back to best match.\r\n */\r\n Trending: 3,\r\n\r\n /** The documents will be displayed alphabetically, A-Z. */\r\n Alphabetical: 4\r\n} as const;\r\n\r\n/** The search order options available in the Content Collection View block. */\r\nexport const SearchOrderDescription: Record = {\r\n 0: \"Relevance\",\r\n\r\n 1: \"Newest\",\r\n\r\n 2: \"Oldest\",\r\n\r\n 3: \"Trending\",\r\n\r\n 4: \"Alphabetical\"\r\n};\r\n\r\n/** The search order options available in the Content Collection View block. */\r\nexport type SearchOrder = typeof SearchOrder[keyof typeof SearchOrder];\r\n","//------------------------------------------------------------------------------\r\n// \r\n// This code was generated by the Rock.CodeGeneration project\r\n// Changes to this file will be lost when the code is regenerated.\r\n// \r\n//------------------------------------------------------------------------------\r\n// \r\n// Copyright by the Spark Development Network\r\n//\r\n// Licensed under the Rock Community License (the \"License\");\r\n// you may not use this file except in compliance with the License.\r\n// You may obtain a copy of the License at\r\n//\r\n// http://www.rockrms.com/license\r\n//\r\n// Unless required by applicable law or agreed to in writing, software\r\n// distributed under the License is distributed on an \"AS IS\" BASIS,\r\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n// See the License for the specific language governing permissions and\r\n// limitations under the License.\r\n// \r\n//\r\n\r\n/** The register mode options available in the Sign-Up Register block. */\r\nexport const RegisterMode = {\r\n /** The logged-in user and any family members will be presented for selection. */\r\n Family: 0,\r\n\r\n /** An anonymous form (with the logged-in user pre-filled, if applicable) will be presented. */\r\n Anonymous: 1,\r\n\r\n /** The specified group's members - assuming the logged-in user belongs to the group - will be presented for selection. */\r\n Group: 2\r\n} as const;\r\n\r\n/** The register mode options available in the Sign-Up Register block. */\r\nexport const RegisterModeDescription: Record = {\r\n 0: \"Family\",\r\n\r\n 1: \"Anonymous\",\r\n\r\n 2: \"Group\"\r\n};\r\n\r\n/** The register mode options available in the Sign-Up Register block. */\r\nexport type RegisterMode = typeof RegisterMode[keyof typeof RegisterMode];\r\n","//------------------------------------------------------------------------------\r\n// \r\n// This code was generated by the Rock.CodeGeneration project\r\n// Changes to this file will be lost when the code is regenerated.\r\n// \r\n//------------------------------------------------------------------------------\r\n// \r\n// Copyright by the Spark Development Network\r\n//\r\n// Licensed under the Rock Community License (the \"License\");\r\n// you may not use this file except in compliance with the License.\r\n// You may obtain a copy of the License at\r\n//\r\n// http://www.rockrms.com/license\r\n//\r\n// Unless required by applicable law or agreed to in writing, software\r\n// distributed under the License is distributed on an \"AS IS\" BASIS,\r\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n// See the License for the specific language governing permissions and\r\n// limitations under the License.\r\n// \r\n//\r\n\r\n/** The date selection mode options available in the Group Attendance Detail block. */\r\nexport const GroupAttendanceDetailDateSelectionMode = {\r\n /** No date selection will be available. */\r\n None: 0,\r\n\r\n /** A read-only date will be presented to the individual. */\r\n Readonly: 1,\r\n\r\n /** A date picker will be presented to the individual. */\r\n DatePicker: 2,\r\n\r\n /** A scheduled date (occurrence date and schedule) picker will be presented to the individual. */\r\n ScheduledDatePicker: 3\r\n} as const;\r\n\r\n/** The date selection mode options available in the Group Attendance Detail block. */\r\nexport const GroupAttendanceDetailDateSelectionModeDescription: Record = {\r\n 0: \"None\",\r\n\r\n 1: \"Readonly\",\r\n\r\n 2: \"Date Picker\",\r\n\r\n 3: \"Scheduled Date Picker\"\r\n};\r\n\r\n/** The date selection mode options available in the Group Attendance Detail block. */\r\nexport type GroupAttendanceDetailDateSelectionMode = typeof GroupAttendanceDetailDateSelectionMode[keyof typeof GroupAttendanceDetailDateSelectionMode];\r\n","//------------------------------------------------------------------------------\r\n// \r\n// This code was generated by the Rock.CodeGeneration project\r\n// Changes to this file will be lost when the code is regenerated.\r\n// \r\n//------------------------------------------------------------------------------\r\n// \r\n// Copyright by the Spark Development Network\r\n//\r\n// Licensed under the Rock Community License (the \"License\");\r\n// you may not use this file except in compliance with the License.\r\n// You may obtain a copy of the License at\r\n//\r\n// http://www.rockrms.com/license\r\n//\r\n// Unless required by applicable law or agreed to in writing, software\r\n// distributed under the License is distributed on an \"AS IS\" BASIS,\r\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n// See the License for the specific language governing permissions and\r\n// limitations under the License.\r\n// \r\n//\r\n\r\n/** The group location selection mode options available in the Group Attendance Detail block. */\r\nexport const GroupAttendanceDetailLocationSelectionMode = {\r\n /** No location selection will be available. */\r\n None: 0,\r\n\r\n /** A read-only location will be presented to the individual. */\r\n Readonly: 1,\r\n\r\n /** A group location picker will be presented to the individual. */\r\n GroupLocationPicker: 2\r\n} as const;\r\n\r\n/** The group location selection mode options available in the Group Attendance Detail block. */\r\nexport const GroupAttendanceDetailLocationSelectionModeDescription: Record = {\r\n 0: \"None\",\r\n\r\n 1: \"Readonly\",\r\n\r\n 2: \"Group Location Picker\"\r\n};\r\n\r\n/** The group location selection mode options available in the Group Attendance Detail block. */\r\nexport type GroupAttendanceDetailLocationSelectionMode = typeof GroupAttendanceDetailLocationSelectionMode[keyof typeof GroupAttendanceDetailLocationSelectionMode];\r\n","//------------------------------------------------------------------------------\r\n// \r\n// This code was generated by the Rock.CodeGeneration project\r\n// Changes to this file will be lost when the code is regenerated.\r\n// \r\n//------------------------------------------------------------------------------\r\n// \r\n// Copyright by the Spark Development Network\r\n//\r\n// Licensed under the Rock Community License (the \"License\");\r\n// you may not use this file except in compliance with the License.\r\n// You may obtain a copy of the License at\r\n//\r\n// http://www.rockrms.com/license\r\n//\r\n// Unless required by applicable law or agreed to in writing, software\r\n// distributed under the License is distributed on an \"AS IS\" BASIS,\r\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n// See the License for the specific language governing permissions and\r\n// limitations under the License.\r\n// \r\n//\r\n\r\n/** The schedule selection mode options available in the Group Attendance Detail block. */\r\nexport const GroupAttendanceDetailScheduleSelectionMode = {\r\n /** No schedule selection will be available. */\r\n None: 0,\r\n\r\n /** A read-only schedule will be presented to the individual. */\r\n Readonly: 1,\r\n\r\n /** A group location schedule picker will be presented to the individual. */\r\n GroupLocationSchedulePicker: 2\r\n} as const;\r\n\r\n/** The schedule selection mode options available in the Group Attendance Detail block. */\r\nexport const GroupAttendanceDetailScheduleSelectionModeDescription: Record = {\r\n 0: \"None\",\r\n\r\n 1: \"Readonly\",\r\n\r\n 2: \"Group Location Schedule Picker\"\r\n};\r\n\r\n/** The schedule selection mode options available in the Group Attendance Detail block. */\r\nexport type GroupAttendanceDetailScheduleSelectionMode = typeof GroupAttendanceDetailScheduleSelectionMode[keyof typeof GroupAttendanceDetailScheduleSelectionMode];\r\n","//------------------------------------------------------------------------------\r\n// \r\n// This code was generated by the Rock.CodeGeneration project\r\n// Changes to this file will be lost when the code is regenerated.\r\n// \r\n//------------------------------------------------------------------------------\r\n// \r\n// Copyright by the Spark Development Network\r\n//\r\n// Licensed under the Rock Community License (the \"License\");\r\n// you may not use this file except in compliance with the License.\r\n// You may obtain a copy of the License at\r\n//\r\n// http://www.rockrms.com/license\r\n//\r\n// Unless required by applicable law or agreed to in writing, software\r\n// distributed under the License is distributed on an \"AS IS\" BASIS,\r\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n// See the License for the specific language governing permissions and\r\n// limitations under the License.\r\n// \r\n//\r\n\r\n/** The step in the Account Entry block. */\r\nexport const AccountEntryStep = {\r\n /** The registration step. */\r\n Registration: 0,\r\n\r\n /** The duplicate person selection step. */\r\n DuplicatePersonSelection: 1,\r\n\r\n /** The existing account step. */\r\n ExistingAccount: 2,\r\n\r\n /** The confirmation sent step. */\r\n ConfirmationSent: 3,\r\n\r\n /** The completed step. */\r\n Completed: 4,\r\n\r\n /** The passwordless confirmation sent step. */\r\n PasswordlessConfirmationSent: 5\r\n} as const;\r\n\r\n/** The step in the Account Entry block. */\r\nexport const AccountEntryStepDescription: Record = {\r\n 0: \"Registration\",\r\n\r\n 1: \"Duplicate Person Selection\",\r\n\r\n 2: \"Existing Account\",\r\n\r\n 3: \"Confirmation Sent\",\r\n\r\n 4: \"Completed\",\r\n\r\n 5: \"Passwordless Confirmation Sent\"\r\n};\r\n\r\n/** The step in the Account Entry block. */\r\nexport type AccountEntryStep = typeof AccountEntryStep[keyof typeof AccountEntryStep];\r\n","//------------------------------------------------------------------------------\r\n// \r\n// This code was generated by the Rock.CodeGeneration project\r\n// Changes to this file will be lost when the code is regenerated.\r\n// \r\n//------------------------------------------------------------------------------\r\n// \r\n// Copyright by the Spark Development Network\r\n//\r\n// Licensed under the Rock Community License (the \"License\");\r\n// you may not use this file except in compliance with the License.\r\n// You may obtain a copy of the License at\r\n//\r\n// http://www.rockrms.com/license\r\n//\r\n// Unless required by applicable law or agreed to in writing, software\r\n// distributed under the License is distributed on an \"AS IS\" BASIS,\r\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n// See the License for the specific language governing permissions and\r\n// limitations under the License.\r\n// \r\n//\r\n\r\n/** The login method in the Login block. */\r\nexport const LoginMethod = {\r\n /** The internal database login method */\r\n InternalDatabase: 0,\r\n\r\n /** The passwordless login method */\r\n Passwordless: 1\r\n} as const;\r\n\r\n/** The login method in the Login block. */\r\nexport const LoginMethodDescription: Record = {\r\n 0: \"Internal Database\",\r\n\r\n 1: \"Passwordless\"\r\n};\r\n\r\n/** The login method in the Login block. */\r\nexport type LoginMethod = typeof LoginMethod[keyof typeof LoginMethod];\r\n","//------------------------------------------------------------------------------\r\n// \r\n// This code was generated by the Rock.CodeGeneration project\r\n// Changes to this file will be lost when the code is regenerated.\r\n// \r\n//------------------------------------------------------------------------------\r\n// \r\n// Copyright by the Spark Development Network\r\n//\r\n// Licensed under the Rock Community License (the \"License\");\r\n// you may not use this file except in compliance with the License.\r\n// You may obtain a copy of the License at\r\n//\r\n// http://www.rockrms.com/license\r\n//\r\n// Unless required by applicable law or agreed to in writing, software\r\n// distributed under the License is distributed on an \"AS IS\" BASIS,\r\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n// See the License for the specific language governing permissions and\r\n// limitations under the License.\r\n// \r\n//\r\n\r\n/** The passwordless login step in the Login block. */\r\nexport const PasswordlessLoginStep = {\r\n /** The start step */\r\n Start: 0,\r\n\r\n /** The verify step */\r\n Verify: 1\r\n} as const;\r\n\r\n/** The passwordless login step in the Login block. */\r\nexport const PasswordlessLoginStepDescription: Record = {\r\n 0: \"Start\",\r\n\r\n 1: \"Verify\"\r\n};\r\n\r\n/** The passwordless login step in the Login block. */\r\nexport type PasswordlessLoginStep = typeof PasswordlessLoginStep[keyof typeof PasswordlessLoginStep];\r\n"],"names":["SearchOrder","Relevance","Newest","Oldest","Trending","Alphabetical","SearchOrderDescription","RegisterMode","Family","Anonymous","Group","RegisterModeDescription","GroupAttendanceDetailDateSelectionMode","None","Readonly","DatePicker","ScheduledDatePicker","GroupAttendanceDetailDateSelectionModeDescription","GroupAttendanceDetailLocationSelectionMode","GroupLocationPicker","GroupAttendanceDetailLocationSelectionModeDescription","GroupAttendanceDetailScheduleSelectionMode","GroupLocationSchedulePicker","GroupAttendanceDetailScheduleSelectionModeDescription","AccountEntryStep","Registration","DuplicatePersonSelection","ExistingAccount","ConfirmationSent","Completed","PasswordlessConfirmationSent","AccountEntryStepDescription","LoginMethod","InternalDatabase","Passwordless","LoginMethodDescription","PasswordlessLoginStep","Start","Verify","PasswordlessLoginStepDescription"],"mappings":"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"}