@altimateai/ui-components 0.0.79 → 0.0.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/0~315.js +46635 -0
- package/dist/0~315.js.LICENSE.txt +73 -0
- package/dist/0~315.js.map +1 -0
- package/dist/131.js +14352 -0
- package/dist/131.js.map +1 -0
- package/dist/3~315.js +46635 -0
- package/dist/3~315.js.LICENSE.txt +73 -0
- package/dist/3~315.js.map +1 -0
- package/dist/582.js +1299 -0
- package/dist/582.js.map +1 -0
- package/dist/assets/icons/index.d.ts +45 -110
- package/dist/assets/icons/index.d.ts.map +1 -0
- package/dist/chatbotV2.js +5233 -0
- package/dist/chatbotV2.js.map +1 -0
- package/dist/components/api/index.d.ts +7 -0
- package/dist/components/api/index.d.ts.map +1 -0
- package/dist/components/api/useMutation.d.ts +12 -0
- package/dist/components/api/useMutation.d.ts.map +1 -0
- package/dist/components/api/useQuery.d.ts +12 -0
- package/dist/components/api/useQuery.d.ts.map +1 -0
- package/dist/components/chatbotV2/ChatProvider.d.ts +17 -0
- package/dist/components/chatbotV2/ChatProvider.d.ts.map +1 -0
- package/dist/components/chatbotV2/Chatbot.d.ts +4 -0
- package/dist/components/chatbotV2/Chatbot.d.ts.map +1 -0
- package/dist/components/chatbotV2/HelloMessageSample.d.ts +3 -0
- package/dist/components/chatbotV2/HelloMessageSample.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/action-buttons/DownloadMessage.d.ts +9 -0
- package/dist/components/chatbotV2/components/action-buttons/DownloadMessage.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/action-buttons/ShareMessage.d.ts +9 -0
- package/dist/components/chatbotV2/components/action-buttons/ShareMessage.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/artifacts/Artifacts.d.ts +8 -0
- package/dist/components/chatbotV2/components/artifacts/Artifacts.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/artifacts/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/artifacts/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/attachmentList/AttachmentList.d.ts +8 -0
- package/dist/components/chatbotV2/components/attachmentList/AttachmentList.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/attachmentList/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/attachmentList/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/cancelGenerationButton/CancelGenerationButton.d.ts +3 -0
- package/dist/components/chatbotV2/components/cancelGenerationButton/CancelGenerationButton.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/cancelGenerationButton/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/cancelGenerationButton/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatFeedbackActions.d.ts +8 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatFeedbackActions.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatLastMessageActions.d.ts +8 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatLastMessageActions.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatMessageActions.d.ts +10 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatMessageActions.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatMessageEndActions.d.ts +9 -0
- package/dist/components/chatbotV2/components/chatMessageActions/ChatMessageEndActions.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/chatMessageActions/index.d.ts +4 -0
- package/dist/components/chatbotV2/components/chatMessageActions/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/chatTriggerLink/ChatTriggerLink.d.ts +7 -0
- package/dist/components/chatbotV2/components/chatTriggerLink/ChatTriggerLink.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/citations/Citations.d.ts +28 -0
- package/dist/components/chatbotV2/components/citations/Citations.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/coachAI/CoachAI.d.ts +2 -0
- package/dist/components/chatbotV2/components/coachAI/CoachAI.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/coachAI/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/coachAI/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/contextPanel/ContextPanel.d.ts +13 -0
- package/dist/components/chatbotV2/components/contextPanel/ContextPanel.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/contextPanel/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/contextPanel/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/emailDialog/EmailDialog.d.ts +10 -0
- package/dist/components/chatbotV2/components/emailDialog/EmailDialog.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/entityItem/EntityItem.d.ts +7 -0
- package/dist/components/chatbotV2/components/entityItem/EntityItem.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/entityItem/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/entityItem/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/followup/Followup.d.ts +3 -0
- package/dist/components/chatbotV2/components/followup/Followup.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/index.d.ts +18 -0
- package/dist/components/chatbotV2/components/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/interactionPrompt/InteractionPrompt.d.ts +8 -0
- package/dist/components/chatbotV2/components/interactionPrompt/InteractionPrompt.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/interactionPrompt/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/interactionPrompt/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/loadingIndicator/LoadingIndicator.d.ts +3 -0
- package/dist/components/chatbotV2/components/loadingIndicator/LoadingIndicator.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/loadingIndicator/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/loadingIndicator/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/messageItem/MessageItem.d.ts +12 -0
- package/dist/components/chatbotV2/components/messageItem/MessageItem.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/messageItem/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/messageItem/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/messageList/MessageList.d.ts +11 -0
- package/dist/components/chatbotV2/components/messageList/MessageList.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/messageList/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/messageList/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/questionForm/QuestionForm.d.ts +15 -0
- package/dist/components/chatbotV2/components/questionForm/QuestionForm.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/questionForm/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/questionForm/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/refetchSession/RefetchSession.d.ts +8 -0
- package/dist/components/chatbotV2/components/refetchSession/RefetchSession.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/regenerateButton/RegenerateButton.d.ts +7 -0
- package/dist/components/chatbotV2/components/regenerateButton/RegenerateButton.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/regenerateButton/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/regenerateButton/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/selectedContexts/SelectedContexts.d.ts +8 -0
- package/dist/components/chatbotV2/components/selectedContexts/SelectedContexts.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/statusUpdates/StatusUpdates.d.ts +10 -0
- package/dist/components/chatbotV2/components/statusUpdates/StatusUpdates.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/statusUpdates/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/statusUpdates/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/todoProgress/TodoProgress.d.ts +8 -0
- package/dist/components/chatbotV2/components/todoProgress/TodoProgress.d.ts.map +1 -0
- package/dist/components/chatbotV2/components/todoProgress/index.d.ts +2 -0
- package/dist/components/chatbotV2/components/todoProgress/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/hooks/transports.d.ts +126 -0
- package/dist/components/chatbotV2/hooks/transports.d.ts.map +1 -0
- package/dist/components/chatbotV2/hooks/useAgentChat.d.ts +41 -0
- package/dist/components/chatbotV2/hooks/useAgentChat.d.ts.map +1 -0
- package/dist/components/chatbotV2/hooks/useEntityDetection.d.ts +4 -0
- package/dist/components/chatbotV2/hooks/useEntityDetection.d.ts.map +1 -0
- package/dist/components/chatbotV2/hooks/useFeedback.d.ts +5 -0
- package/dist/components/chatbotV2/hooks/useFeedback.d.ts.map +1 -0
- package/dist/components/chatbotV2/index.d.ts +22 -0
- package/dist/components/chatbotV2/index.d.ts.map +1 -0
- package/dist/components/chatbotV2/store/chatSlice.d.ts +65 -0
- package/dist/components/chatbotV2/store/chatSlice.d.ts.map +1 -0
- package/dist/components/chatbotV2/store/index.d.ts +10 -0
- package/dist/components/chatbotV2/store/index.d.ts.map +1 -0
- package/dist/{types-ByRPUpXR.d.ts → components/chatbotV2/types.d.ts} +77 -195
- package/dist/components/chatbotV2/types.d.ts.map +1 -0
- package/dist/components/chatbotV2/utils/entityDetection.d.ts +12 -0
- package/dist/components/chatbotV2/utils/entityDetection.d.ts.map +1 -0
- package/dist/components/chatbotV2/utils/streamProcessor.d.ts +98 -0
- package/dist/components/chatbotV2/utils/streamProcessor.d.ts.map +1 -0
- package/dist/components/chatbotV2/utils.d.ts +3 -0
- package/dist/components/chatbotV2/utils.d.ts.map +1 -0
- package/dist/components/dbtDocs/api/index.d.ts +16 -0
- package/dist/components/dbtDocs/api/index.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/ConversationHighlighter.d.ts +6 -0
- package/dist/components/dbtDocs/collaboration/ConversationHighlighter.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/ConversationInputForm.d.ts +13 -0
- package/dist/components/dbtDocs/collaboration/ConversationInputForm.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/ConversationsHighlighter.d.ts +3 -0
- package/dist/components/dbtDocs/collaboration/ConversationsHighlighter.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsCollaborationComponents.d.ts +3 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsCollaborationComponents.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsCollaborationProvider.d.ts +22 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsCollaborationProvider.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsConversationsRightPanel.d.ts +3 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsConversationsRightPanel.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsReducer.d.ts +1931 -0
- package/dist/components/dbtDocs/collaboration/DbtDocsReducer.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/HighlightAnchor.d.ts +12 -0
- package/dist/components/dbtDocs/collaboration/HighlightAnchor.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/HighlightBlocker.d.ts +7 -0
- package/dist/components/dbtDocs/collaboration/HighlightBlocker.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/HotspotButton.d.ts +7 -0
- package/dist/components/dbtDocs/collaboration/HotspotButton.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/NewConversationForm.d.ts +3 -0
- package/dist/components/dbtDocs/collaboration/NewConversationForm.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/ShowConversationsButton.d.ts +3 -0
- package/dist/components/dbtDocs/collaboration/ShowConversationsButton.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/constants.d.ts +20 -0
- package/dist/components/dbtDocs/collaboration/constants.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/Conversation.d.ts +9 -0
- package/dist/components/dbtDocs/collaboration/conversations/Conversation.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationGroup.d.ts +10 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationGroup.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationGroups.d.ts +3 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationGroups.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationHeader.d.ts +13 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationHeader.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationHighlightText.d.ts +6 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationHighlightText.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationReplyForm.d.ts +9 -0
- package/dist/components/dbtDocs/collaboration/conversations/ConversationReplyForm.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/ResolveButton.d.ts +8 -0
- package/dist/components/dbtDocs/collaboration/conversations/ResolveButton.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/context/ConversationsProvider.d.ts +18 -0
- package/dist/components/dbtDocs/collaboration/conversations/context/ConversationsProvider.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/context/types.d.ts +44 -0
- package/dist/components/dbtDocs/collaboration/conversations/context/types.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/conversations/useConversations.d.ts +5 -0
- package/dist/components/dbtDocs/collaboration/conversations/useConversations.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/highlightUtils.d.ts +28 -0
- package/dist/components/dbtDocs/collaboration/highlightUtils.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/mentions/MentionsInput.d.ts +11 -0
- package/dist/components/dbtDocs/collaboration/mentions/MentionsInput.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/mentions/index.d.ts +32 -0
- package/dist/components/dbtDocs/collaboration/mentions/index.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/newConversationUtils.d.ts +15 -0
- package/dist/components/dbtDocs/collaboration/newConversationUtils.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/selectionEndEvent.d.ts +17 -0
- package/dist/components/dbtDocs/collaboration/selectionEndEvent.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/types.d.ts +15 -0
- package/dist/components/dbtDocs/collaboration/types.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/useConversationUsers.d.ts +5 -0
- package/dist/components/dbtDocs/collaboration/useConversationUsers.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/useDbtDocsCollaboration.d.ts +7 -0
- package/dist/components/dbtDocs/collaboration/useDbtDocsCollaboration.d.ts.map +1 -0
- package/dist/components/dbtDocs/collaboration/useHighlight.d.ts +12 -0
- package/dist/components/dbtDocs/collaboration/useHighlight.d.ts.map +1 -0
- package/dist/components/dbtDocs/details/AddCommentButton.d.ts +3 -0
- package/dist/components/dbtDocs/details/AddCommentButton.d.ts.map +1 -0
- package/dist/components/dbtDocs/details/AddCommentOnCodeButton.d.ts +3 -0
- package/dist/components/dbtDocs/details/AddCommentOnCodeButton.d.ts.map +1 -0
- package/dist/components/dbtDocs/details/AddCommentOnModelDescriptionButton.d.ts +3 -0
- package/dist/components/dbtDocs/details/AddCommentOnModelDescriptionButton.d.ts.map +1 -0
- package/dist/components/dbtDocs/details/DbtDocs.d.ts +10 -0
- package/dist/components/dbtDocs/details/DbtDocs.d.ts.map +1 -0
- package/dist/components/dbtDocs/details/DbtDocsDetails.d.ts +3 -0
- package/dist/components/dbtDocs/details/DbtDocsDetails.d.ts.map +1 -0
- package/dist/components/dbtDocs/details/DbtDocsRenderer.d.ts +8 -0
- package/dist/components/dbtDocs/details/DbtDocsRenderer.d.ts.map +1 -0
- package/dist/components/dbtDocs/details/dbtDocsUtils.d.ts +5 -0
- package/dist/components/dbtDocs/details/dbtDocsUtils.d.ts.map +1 -0
- package/dist/components/dbtDocs/index.d.ts +8 -0
- package/dist/components/dbtDocs/index.d.ts.map +1 -0
- package/dist/components/dbtDocs/resources/dbtDocsAngularApp.d.ts +3 -0
- package/dist/components/dbtDocs/resources/dbtDocsAngularApp.d.ts.map +1 -0
- package/dist/components/lineage/api/index.d.ts +65 -0
- package/dist/components/lineage/api/index.d.ts.map +1 -0
- package/dist/components/lineage/assets/icons/index.d.ts +61 -0
- package/dist/components/lineage/assets/icons/index.d.ts.map +1 -0
- package/dist/components/lineage/cllUtils.d.ts +17 -0
- package/dist/components/lineage/cllUtils.d.ts.map +1 -0
- package/dist/components/lineage/components/AutoExpansionPopover.d.ts +3 -0
- package/dist/components/lineage/components/AutoExpansionPopover.d.ts.map +1 -0
- package/dist/components/lineage/components/BetterPopover.d.ts +14 -0
- package/dist/components/lineage/components/BetterPopover.d.ts.map +1 -0
- package/dist/components/lineage/components/Chip.d.ts +6 -0
- package/dist/components/lineage/components/Chip.d.ts.map +1 -0
- package/dist/components/lineage/components/Column.d.ts +52 -0
- package/dist/components/lineage/components/Column.d.ts.map +1 -0
- package/dist/components/lineage/components/ColumnRow.d.ts +8 -0
- package/dist/components/lineage/components/ColumnRow.d.ts.map +1 -0
- package/dist/components/lineage/components/CustomNodes.d.ts +16 -0
- package/dist/components/lineage/components/CustomNodes.d.ts.map +1 -0
- package/dist/components/lineage/components/DashboardDetails.d.ts +12 -0
- package/dist/components/lineage/components/DashboardDetails.d.ts.map +1 -0
- package/dist/components/lineage/components/DynamicLineage.d.ts +9 -0
- package/dist/components/lineage/components/DynamicLineage.d.ts.map +1 -0
- package/dist/components/lineage/components/ExpandWithConfidenceCard.d.ts +3 -0
- package/dist/components/lineage/components/ExpandWithConfidenceCard.d.ts.map +1 -0
- package/dist/components/lineage/components/ExportButton.d.ts +6 -0
- package/dist/components/lineage/components/ExportButton.d.ts.map +1 -0
- package/dist/components/lineage/components/ExportFinalLineageModal.d.ts +5 -0
- package/dist/components/lineage/components/ExportFinalLineageModal.d.ts.map +1 -0
- package/dist/components/lineage/components/ExposureDetails.d.ts +6 -0
- package/dist/components/lineage/components/ExposureDetails.d.ts.map +1 -0
- package/dist/components/lineage/components/Feedback.d.ts +5 -0
- package/dist/components/lineage/components/Feedback.d.ts.map +1 -0
- package/dist/components/lineage/components/Form.d.ts +5 -0
- package/dist/components/lineage/components/Form.d.ts.map +1 -0
- package/dist/components/lineage/components/FunctionDetails.d.ts +3 -0
- package/dist/components/lineage/components/FunctionDetails.d.ts.map +1 -0
- package/dist/components/lineage/components/LineageLegend.d.ts +3 -0
- package/dist/components/lineage/components/LineageLegend.d.ts.map +1 -0
- package/dist/components/lineage/components/LineageModals.d.ts +3 -0
- package/dist/components/lineage/components/LineageModals.d.ts.map +1 -0
- package/dist/components/lineage/components/Loader/index.d.ts +7 -0
- package/dist/components/lineage/components/Loader/index.d.ts.map +1 -0
- package/dist/components/lineage/components/MoreTables.d.ts +11 -0
- package/dist/components/lineage/components/MoreTables.d.ts.map +1 -0
- package/dist/components/lineage/components/Purpose.d.ts +6 -0
- package/dist/components/lineage/components/Purpose.d.ts.map +1 -0
- package/dist/components/lineage/components/ResetButton.d.ts +6 -0
- package/dist/components/lineage/components/ResetButton.d.ts.map +1 -0
- package/dist/components/lineage/components/Settings.d.ts +6 -0
- package/dist/components/lineage/components/Settings.d.ts.map +1 -0
- package/dist/components/lineage/components/SettingsButton.d.ts +3 -0
- package/dist/components/lineage/components/SettingsButton.d.ts.map +1 -0
- package/dist/components/lineage/components/SidebarErrorBoundary.d.ts +13 -0
- package/dist/components/lineage/components/SidebarErrorBoundary.d.ts.map +1 -0
- package/dist/components/lineage/components/SnowflakeStageDetails.d.ts +3 -0
- package/dist/components/lineage/components/SnowflakeStageDetails.d.ts.map +1 -0
- package/dist/components/lineage/components/SqlLineage.d.ts +12 -0
- package/dist/components/lineage/components/SqlLineage.d.ts.map +1 -0
- package/dist/components/lineage/components/StaticLineage.d.ts +17 -0
- package/dist/components/lineage/components/StaticLineage.d.ts.map +1 -0
- package/dist/components/lineage/components/TableDetails.d.ts +53 -0
- package/dist/components/lineage/components/TableDetails.d.ts.map +1 -0
- package/dist/components/lineage/components/Tags/index.d.ts +5 -0
- package/dist/components/lineage/components/Tags/index.d.ts.map +1 -0
- package/dist/components/lineage/components/ViewsTypeBadge.d.ts +5 -0
- package/dist/components/lineage/components/ViewsTypeBadge.d.ts.map +1 -0
- package/dist/components/lineage/components/sidebarModal/SidebarModal.d.ts +9 -0
- package/dist/components/lineage/components/sidebarModal/SidebarModal.d.ts.map +1 -0
- package/dist/components/lineage/constants.d.ts +12 -0
- package/dist/components/lineage/constants.d.ts.map +1 -0
- package/dist/components/lineage/context/LineageProvider.d.ts +35 -0
- package/dist/components/lineage/context/LineageProvider.d.ts.map +1 -0
- package/dist/components/lineage/context/LineageSlice.d.ts +4673 -0
- package/dist/components/lineage/context/LineageSlice.d.ts.map +1 -0
- package/dist/components/lineage/context/types.d.ts +57 -0
- package/dist/components/lineage/context/types.d.ts.map +1 -0
- package/dist/components/lineage/graph.d.ts +43 -0
- package/dist/components/lineage/graph.d.ts.map +1 -0
- package/dist/components/lineage/index.d.ts +8 -0
- package/dist/components/lineage/index.d.ts.map +1 -0
- package/dist/{lineage/index.d.ts → components/lineage/types.d.ts} +59 -92
- package/dist/components/lineage/types.d.ts.map +1 -0
- package/dist/components/lineage/utils.d.ts +100 -0
- package/dist/components/lineage/utils.d.ts.map +1 -0
- package/dist/components/shared/index.d.ts +2 -0
- package/dist/components/shared/index.d.ts.map +1 -0
- package/dist/components/shared/types.d.ts +18 -0
- package/dist/components/shared/types.d.ts.map +1 -0
- package/dist/components/teammate/AddLearningForm.d.ts +13 -0
- package/dist/components/teammate/AddLearningForm.d.ts.map +1 -0
- package/dist/components/teammate/CoachForm.d.ts +10 -0
- package/dist/components/teammate/CoachForm.d.ts.map +1 -0
- package/dist/components/teammate/CoachFormButton.d.ts +3 -0
- package/dist/components/teammate/CoachFormButton.d.ts.map +1 -0
- package/dist/components/teammate/CoachFormInput.d.ts +8 -0
- package/dist/components/teammate/CoachFormInput.d.ts.map +1 -0
- package/dist/components/teammate/LearningRow.d.ts +10 -0
- package/dist/components/teammate/LearningRow.d.ts.map +1 -0
- package/dist/components/teammate/LearningsList.d.ts +11 -0
- package/dist/components/teammate/LearningsList.d.ts.map +1 -0
- package/dist/components/teammate/TeamMateProvider.d.ts +8 -0
- package/dist/components/teammate/TeamMateProvider.d.ts.map +1 -0
- package/dist/components/teammate/TeamMates.d.ts +10 -0
- package/dist/components/teammate/TeamMates.d.ts.map +1 -0
- package/dist/components/teammate/TeamMatesCard.d.ts +10 -0
- package/dist/components/teammate/TeamMatesCard.d.ts.map +1 -0
- package/dist/components/teammate/alertManager/AlertManagerDisplay.d.ts +4 -0
- package/dist/components/teammate/alertManager/AlertManagerDisplay.d.ts.map +1 -0
- package/dist/components/teammate/assets/index.d.ts +8 -0
- package/dist/components/teammate/assets/index.d.ts.map +1 -0
- package/dist/components/teammate/index.d.ts +11 -0
- package/dist/components/teammate/index.d.ts.map +1 -0
- package/dist/components/teammate/projectGovernor/ChecksInput.d.ts +7 -0
- package/dist/components/teammate/projectGovernor/ChecksInput.d.ts.map +1 -0
- package/dist/components/teammate/projectGovernor/ProjectGovernanceCheck.d.ts +8 -0
- package/dist/components/teammate/projectGovernor/ProjectGovernanceCheck.d.ts.map +1 -0
- package/dist/components/teammate/projectGovernor/ProjectGovernorDisplay.d.ts +3 -0
- package/dist/components/teammate/projectGovernor/ProjectGovernorDisplay.d.ts.map +1 -0
- package/dist/components/teammate/projectGovernor/ProjectGovernorForm.d.ts +7 -0
- package/dist/components/teammate/projectGovernor/ProjectGovernorForm.d.ts.map +1 -0
- package/dist/components/teammate/projectGovernor/types.d.ts +48 -0
- package/dist/components/teammate/projectGovernor/types.d.ts.map +1 -0
- package/dist/components/teammate/teamMateSlice.d.ts +15 -0
- package/dist/components/teammate/teamMateSlice.d.ts.map +1 -0
- package/dist/components/teammate/teamMatesConfig.d.ts +3 -0
- package/dist/components/teammate/teamMatesConfig.d.ts.map +1 -0
- package/dist/components/teammate/teradata/HelloMessage.d.ts +3 -0
- package/dist/components/teammate/teradata/HelloMessage.d.ts.map +1 -0
- package/dist/components/teammate/teradata/MigratorDisplay.d.ts +4 -0
- package/dist/components/teammate/teradata/MigratorDisplay.d.ts.map +1 -0
- package/dist/components/teammate/types.d.ts +113 -0
- package/dist/components/teammate/types.d.ts.map +1 -0
- package/dist/components/teammate/useTeamMateContext.d.ts +3 -0
- package/dist/components/teammate/useTeamMateContext.d.ts.map +1 -0
- package/dist/components/user/ProfileImageByUser.d.ts +7 -0
- package/dist/components/user/ProfileImageByUser.d.ts.map +1 -0
- package/dist/components/user/index.d.ts +3 -0
- package/dist/components/user/index.d.ts.map +1 -0
- package/dist/components/user/types.d.ts +7 -0
- package/dist/components/user/types.d.ts.map +1 -0
- package/dist/dbtDocs.css +297 -0
- package/dist/dbtDocs.css.map +1 -0
- package/dist/dbtDocs.js +1 -0
- package/dist/index.d.ts +14 -285
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1 -40
- package/dist/lineage.css +1221 -0
- package/dist/lineage.css.map +1 -0
- package/dist/lineage.js +7267 -0
- package/dist/lineage.js.map +1 -0
- package/dist/rslib-runtime.js +20 -0
- package/dist/rslib-runtime.js.map +1 -0
- package/dist/shared/AutosizeTextarea.d.ts +19 -0
- package/dist/shared/AutosizeTextarea.d.ts.map +1 -0
- package/dist/shared/Collapse.d.ts +7 -0
- package/dist/shared/Collapse.d.ts.map +1 -0
- package/dist/shared/Table.d.ts +4 -0
- package/dist/shared/Table.d.ts.map +1 -0
- package/dist/shared/index.d.ts +3 -0
- package/dist/shared/index.d.ts.map +1 -0
- package/dist/shared/utils.d.ts +3 -0
- package/dist/shared/utils.d.ts.map +1 -0
- package/dist/static/image/postgres.png +0 -0
- package/dist/static/image/s3.png +0 -0
- package/dist/static/image/snowflake.png +0 -0
- package/dist/static/svg/botIcon.svg +15 -0
- package/dist/static/svg/brackets.svg +5 -0
- package/dist/static/svg/case-sensitive.svg +5 -0
- package/dist/static/svg/docgen.svg +23 -0
- package/dist/static/svg/half-circle.svg +5 -0
- package/dist/static/svg/opportunities.svg +25 -0
- package/dist/static/svg/split-horizontal.svg +5 -0
- package/dist/static/svg/sqlExpert.svg +24 -0
- package/dist/static/svg/summary.svg +25 -0
- package/dist/styles.css +1638 -0
- package/dist/styles.css.map +1 -0
- package/dist/teammate.css +124 -0
- package/dist/teammate.css.map +1 -0
- package/dist/teammate.js +5655 -0
- package/dist/teammate.js.map +1 -0
- package/dist/user.css +14 -0
- package/dist/user.css.map +1 -0
- package/dist/user.js +13 -0
- package/dist/user.js.map +1 -0
- package/package.json +116 -34
- package/dist/Button-42Dj_nRE.d.ts +0 -28
- package/dist/CoachForm.css +0 -1
- package/dist/CoachForm.js +0 -44445
- package/dist/DbtDocsRenderer.js +0 -45647
- package/dist/IconEye.js +0 -11
- package/dist/Stack.js +0 -7170
- package/dist/Switch.js +0 -128
- package/dist/ToggleGroup.js +0 -8543
- package/dist/_basePickBy.js +0 -151
- package/dist/_baseUniq.js +0 -615
- package/dist/arc.js +0 -83
- package/dist/architecture-U656AL7Q.js +0 -5
- package/dist/architectureDiagram-VXUJARFQ.js +0 -4666
- package/dist/assets/icons/index.js +0 -56
- package/dist/blockDiagram-VD42YOAC.js +0 -2266
- package/dist/c4Diagram-YG6GDRKO.js +0 -1582
- package/dist/channel.js +0 -5
- package/dist/chatbotV2/index.d.ts +0 -359
- package/dist/chatbotV2/index.js +0 -58
- package/dist/chunk-4BX2VUAB.js +0 -9
- package/dist/chunk-55IACEB6.js +0 -9
- package/dist/chunk-B4BG7PRW.js +0 -1377
- package/dist/chunk-DI55MBZ5.js +0 -1382
- package/dist/chunk-FMBD7UC4.js +0 -19
- package/dist/chunk-QN33PNHL.js +0 -20
- package/dist/chunk-QZHKN3VN.js +0 -15
- package/dist/chunk-TZMSLE5B.js +0 -64
- package/dist/classDiagram-2ON5EDUG.js +0 -17
- package/dist/classDiagram-v2-WZHVMYZB.js +0 -17
- package/dist/clone.js +0 -8
- package/dist/cose-bilkent-S5V4N54A.js +0 -2606
- package/dist/cytoscape.esm.js +0 -18731
- package/dist/dagre-6UL2VRFP.js +0 -447
- package/dist/dayjs.min.js +0 -302
- package/dist/defaultLocale.js +0 -171
- package/dist/diagram-PSM6KHXK.js +0 -535
- package/dist/diagram-QEK2KX5R.js +0 -221
- package/dist/diagram-S2PKOQOG.js +0 -143
- package/dist/erDiagram-Q2GNP2WA.js +0 -843
- package/dist/flowDiagram-NV44I4VS.js +0 -1628
- package/dist/ganttDiagram-LVOFAZNH.js +0 -2500
- package/dist/gitGraph-F6HP7TQM.js +0 -5
- package/dist/gitGraphDiagram-NY62KEGX.js +0 -713
- package/dist/graph.js +0 -247
- package/dist/index.css +0 -1
- package/dist/index2.js +0 -689
- package/dist/info-NVLQJR56.js +0 -5
- package/dist/infoDiagram-F6ZHWCRC.js +0 -24
- package/dist/init.js +0 -16
- package/dist/journeyDiagram-XKPGCS4Q.js +0 -837
- package/dist/kanban-definition-3W4ZIXB7.js +0 -720
- package/dist/katex.js +0 -11691
- package/dist/layout.js +0 -1324
- package/dist/lineage/index.js +0 -7328
- package/dist/linear.js +0 -259
- package/dist/main.css +0 -1
- package/dist/main.js +0 -4566
- package/dist/mermaid-parser.core.js +0 -12921
- package/dist/mindmap-definition-VGOIOE7T.js +0 -786
- package/dist/ordinal.js +0 -61
- package/dist/packet-BFZMPI3H.js +0 -5
- package/dist/pie-7BOR55EZ.js +0 -5
- package/dist/pieDiagram-ADFJNKIX.js +0 -163
- package/dist/quadrantDiagram-AYHSOK5B.js +0 -1025
- package/dist/radar-NHE76QYJ.js +0 -5
- package/dist/redux-toolkit.css +0 -1
- package/dist/redux-toolkit.modern.js +0 -12525
- package/dist/requirementDiagram-UZGBJVZJ.js +0 -852
- package/dist/sankeyDiagram-TZEHDZUN.js +0 -811
- package/dist/sequenceDiagram-WL72ISMW.js +0 -2523
- package/dist/shadcn/index.d.ts +0 -761
- package/dist/shadcn/index.js +0 -8680
- package/dist/stateDiagram-FKZM4ZOC.js +0 -264
- package/dist/stateDiagram-v2-4FDKWEC3.js +0 -17
- package/dist/storybook/Accordion.stories.tsx +0 -52
- package/dist/storybook/Alert.stories.tsx +0 -101
- package/dist/storybook/AlertDialog.stories.tsx +0 -161
- package/dist/storybook/AutosizeTextarea.stories.tsx +0 -52
- package/dist/storybook/Avatar.stories.tsx +0 -58
- package/dist/storybook/Badge.stories.tsx +0 -43
- package/dist/storybook/Button.stories.tsx +0 -67
- package/dist/storybook/Calendar.stories.tsx +0 -103
- package/dist/storybook/Card.stories.tsx +0 -69
- package/dist/storybook/Carousel.stories.tsx +0 -274
- package/dist/storybook/Checkbox.stories.tsx +0 -65
- package/dist/storybook/Combobox.stories.tsx +0 -1629
- package/dist/storybook/Command.stories.tsx +0 -35
- package/dist/storybook/DateRange.stories.tsx +0 -540
- package/dist/storybook/DebouncedInput.stories.tsx +0 -179
- package/dist/storybook/DropdownMenu.stories.tsx +0 -36
- package/dist/storybook/Form.stories.tsx +0 -114
- package/dist/storybook/HoverCard.stories.tsx +0 -99
- package/dist/storybook/Input.stories.tsx +0 -156
- package/dist/storybook/InputGroup.stories.tsx +0 -352
- package/dist/storybook/Label.stories.tsx +0 -42
- package/dist/storybook/Menubar.stories.tsx +0 -159
- package/dist/storybook/Pagination.stories.tsx +0 -152
- package/dist/storybook/Popover.stories.tsx +0 -23
- package/dist/storybook/Progress.stories.tsx +0 -89
- package/dist/storybook/RadioGroup.stories.tsx +0 -58
- package/dist/storybook/Resizable.stories.tsx +0 -119
- package/dist/storybook/ScrollArea.stories.tsx +0 -101
- package/dist/storybook/Select.stories.tsx +0 -145
- package/dist/storybook/Sheet.stories.tsx +0 -69
- package/dist/storybook/Sidebar.stories.tsx +0 -97
- package/dist/storybook/Slider.stories.tsx +0 -79
- package/dist/storybook/Switch.stories.tsx +0 -90
- package/dist/storybook/Tabs.stories.tsx +0 -147
- package/dist/storybook/TagsInput.stories.tsx +0 -261
- package/dist/storybook/Textarea.stories.tsx +0 -50
- package/dist/storybook/Toast.stories.tsx +0 -107
- package/dist/storybook/Toggle.stories.tsx +0 -106
- package/dist/storybook/ToggleGroup.stories.tsx +0 -178
- package/dist/storybook/Tooltip.stories.tsx +0 -25
- package/dist/storybook/Typography.stories.tsx +0 -231
- package/dist/storybook/drag-and-drop-file-upload.stories.tsx +0 -99
- package/dist/timeline-definition-IT6M3QCI.js +0 -802
- package/dist/treemap-KMMF4GRG.js +0 -5
- package/dist/xychartDiagram-PRI3JC2R.js +0 -1341
- package/readme.md +0 -11
|
@@ -1,852 +0,0 @@
|
|
|
1
|
-
import { g as Ge } from "./chunk-55IACEB6.js";
|
|
2
|
-
import { s as ze } from "./chunk-QN33PNHL.js";
|
|
3
|
-
import { a1 as m, a3 as Xe, a4 as Je, a6 as Ze, a5 as et, ag as tt, ah as st, a7 as Ne, ad as qe, an as it, at as rt, aq as nt, ar as at, am as lt } from "./CoachForm.js";
|
|
4
|
-
var Ae = function() {
|
|
5
|
-
var e = /* @__PURE__ */ m(function(P, i, r, l) {
|
|
6
|
-
for (r = r || {}, l = P.length; l--; r[P[l]] = i) ;
|
|
7
|
-
return r;
|
|
8
|
-
}, "o"), a = [1, 3], u = [1, 4], o = [1, 5], f = [1, 6], c = [5, 6, 8, 9, 11, 13, 21, 22, 23, 24, 41, 42, 43, 44, 45, 46, 54, 72, 74, 77, 89, 90], p = [1, 22], R = [2, 7], h = [1, 26], d = [1, 27], I = [1, 28], k = [1, 29], A = [1, 33], C = [1, 34], V = [1, 35], v = [1, 36], x = [1, 37], L = [1, 38], D = [1, 24], O = [1, 31], w = [1, 32], M = [1, 30], g = [1, 39], _ = [1, 40], y = [5, 8, 9, 11, 13, 21, 22, 23, 24, 41, 42, 43, 44, 45, 46, 54, 72, 74, 77, 89, 90], $ = [1, 61], X = [89, 90], Ce = [5, 8, 9, 11, 13, 21, 22, 23, 24, 27, 29, 41, 42, 43, 44, 45, 46, 54, 61, 63, 72, 74, 75, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90], Ee = [27, 29], Ve = [1, 70], ve = [1, 71], xe = [1, 72], Le = [1, 73], De = [1, 74], Oe = [1, 75], we = [1, 76], ee = [1, 83], U = [1, 80], te = [1, 84], se = [1, 85], ie = [1, 86], re = [1, 87], ne = [1, 88], ae = [1, 89], le = [1, 90], ce = [1, 91], oe = [1, 92], pe = [5, 8, 9, 11, 13, 21, 22, 23, 24, 27, 41, 42, 43, 44, 45, 46, 54, 72, 74, 75, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90], Y = [63, 64], Me = [1, 101], Fe = [5, 8, 9, 11, 13, 21, 22, 23, 24, 41, 42, 43, 44, 45, 46, 54, 72, 74, 76, 77, 89, 90], N = [5, 8, 9, 11, 13, 21, 22, 23, 24, 41, 42, 43, 44, 45, 46, 54, 72, 74, 75, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90], B = [1, 110], Q = [1, 106], H = [1, 107], K = [1, 108], W = [1, 109], j = [1, 111], he = [1, 116], ue = [1, 117], me = [1, 114], fe = [1, 115], Se = {
|
|
9
|
-
trace: /* @__PURE__ */ m(function() {
|
|
10
|
-
}, "trace"),
|
|
11
|
-
yy: {},
|
|
12
|
-
symbols_: { error: 2, start: 3, directive: 4, NEWLINE: 5, RD: 6, diagram: 7, EOF: 8, acc_title: 9, acc_title_value: 10, acc_descr: 11, acc_descr_value: 12, acc_descr_multiline_value: 13, requirementDef: 14, elementDef: 15, relationshipDef: 16, direction: 17, styleStatement: 18, classDefStatement: 19, classStatement: 20, direction_tb: 21, direction_bt: 22, direction_rl: 23, direction_lr: 24, requirementType: 25, requirementName: 26, STRUCT_START: 27, requirementBody: 28, STYLE_SEPARATOR: 29, idList: 30, ID: 31, COLONSEP: 32, id: 33, TEXT: 34, text: 35, RISK: 36, riskLevel: 37, VERIFYMTHD: 38, verifyType: 39, STRUCT_STOP: 40, REQUIREMENT: 41, FUNCTIONAL_REQUIREMENT: 42, INTERFACE_REQUIREMENT: 43, PERFORMANCE_REQUIREMENT: 44, PHYSICAL_REQUIREMENT: 45, DESIGN_CONSTRAINT: 46, LOW_RISK: 47, MED_RISK: 48, HIGH_RISK: 49, VERIFY_ANALYSIS: 50, VERIFY_DEMONSTRATION: 51, VERIFY_INSPECTION: 52, VERIFY_TEST: 53, ELEMENT: 54, elementName: 55, elementBody: 56, TYPE: 57, type: 58, DOCREF: 59, ref: 60, END_ARROW_L: 61, relationship: 62, LINE: 63, END_ARROW_R: 64, CONTAINS: 65, COPIES: 66, DERIVES: 67, SATISFIES: 68, VERIFIES: 69, REFINES: 70, TRACES: 71, CLASSDEF: 72, stylesOpt: 73, CLASS: 74, ALPHA: 75, COMMA: 76, STYLE: 77, style: 78, styleComponent: 79, NUM: 80, COLON: 81, UNIT: 82, SPACE: 83, BRKT: 84, PCT: 85, MINUS: 86, LABEL: 87, SEMICOLON: 88, unqString: 89, qString: 90, $accept: 0, $end: 1 },
|
|
13
|
-
terminals_: { 2: "error", 5: "NEWLINE", 6: "RD", 8: "EOF", 9: "acc_title", 10: "acc_title_value", 11: "acc_descr", 12: "acc_descr_value", 13: "acc_descr_multiline_value", 21: "direction_tb", 22: "direction_bt", 23: "direction_rl", 24: "direction_lr", 27: "STRUCT_START", 29: "STYLE_SEPARATOR", 31: "ID", 32: "COLONSEP", 34: "TEXT", 36: "RISK", 38: "VERIFYMTHD", 40: "STRUCT_STOP", 41: "REQUIREMENT", 42: "FUNCTIONAL_REQUIREMENT", 43: "INTERFACE_REQUIREMENT", 44: "PERFORMANCE_REQUIREMENT", 45: "PHYSICAL_REQUIREMENT", 46: "DESIGN_CONSTRAINT", 47: "LOW_RISK", 48: "MED_RISK", 49: "HIGH_RISK", 50: "VERIFY_ANALYSIS", 51: "VERIFY_DEMONSTRATION", 52: "VERIFY_INSPECTION", 53: "VERIFY_TEST", 54: "ELEMENT", 57: "TYPE", 59: "DOCREF", 61: "END_ARROW_L", 63: "LINE", 64: "END_ARROW_R", 65: "CONTAINS", 66: "COPIES", 67: "DERIVES", 68: "SATISFIES", 69: "VERIFIES", 70: "REFINES", 71: "TRACES", 72: "CLASSDEF", 74: "CLASS", 75: "ALPHA", 76: "COMMA", 77: "STYLE", 80: "NUM", 81: "COLON", 82: "UNIT", 83: "SPACE", 84: "BRKT", 85: "PCT", 86: "MINUS", 87: "LABEL", 88: "SEMICOLON", 89: "unqString", 90: "qString" },
|
|
14
|
-
productions_: [0, [3, 3], [3, 2], [3, 4], [4, 2], [4, 2], [4, 1], [7, 0], [7, 2], [7, 2], [7, 2], [7, 2], [7, 2], [7, 2], [7, 2], [7, 2], [7, 2], [17, 1], [17, 1], [17, 1], [17, 1], [14, 5], [14, 7], [28, 5], [28, 5], [28, 5], [28, 5], [28, 2], [28, 1], [25, 1], [25, 1], [25, 1], [25, 1], [25, 1], [25, 1], [37, 1], [37, 1], [37, 1], [39, 1], [39, 1], [39, 1], [39, 1], [15, 5], [15, 7], [56, 5], [56, 5], [56, 2], [56, 1], [16, 5], [16, 5], [62, 1], [62, 1], [62, 1], [62, 1], [62, 1], [62, 1], [62, 1], [19, 3], [20, 3], [20, 3], [30, 1], [30, 3], [30, 1], [30, 3], [18, 3], [73, 1], [73, 3], [78, 1], [78, 2], [79, 1], [79, 1], [79, 1], [79, 1], [79, 1], [79, 1], [79, 1], [79, 1], [79, 1], [79, 1], [26, 1], [26, 1], [33, 1], [33, 1], [35, 1], [35, 1], [55, 1], [55, 1], [58, 1], [58, 1], [60, 1], [60, 1]],
|
|
15
|
-
performAction: /* @__PURE__ */ m(function(i, r, l, s, E, t, de) {
|
|
16
|
-
var n = t.length - 1;
|
|
17
|
-
switch (E) {
|
|
18
|
-
case 4:
|
|
19
|
-
this.$ = t[n].trim(), s.setAccTitle(this.$);
|
|
20
|
-
break;
|
|
21
|
-
case 5:
|
|
22
|
-
case 6:
|
|
23
|
-
this.$ = t[n].trim(), s.setAccDescription(this.$);
|
|
24
|
-
break;
|
|
25
|
-
case 7:
|
|
26
|
-
this.$ = [];
|
|
27
|
-
break;
|
|
28
|
-
case 17:
|
|
29
|
-
s.setDirection("TB");
|
|
30
|
-
break;
|
|
31
|
-
case 18:
|
|
32
|
-
s.setDirection("BT");
|
|
33
|
-
break;
|
|
34
|
-
case 19:
|
|
35
|
-
s.setDirection("RL");
|
|
36
|
-
break;
|
|
37
|
-
case 20:
|
|
38
|
-
s.setDirection("LR");
|
|
39
|
-
break;
|
|
40
|
-
case 21:
|
|
41
|
-
s.addRequirement(t[n - 3], t[n - 4]);
|
|
42
|
-
break;
|
|
43
|
-
case 22:
|
|
44
|
-
s.addRequirement(t[n - 5], t[n - 6]), s.setClass([t[n - 5]], t[n - 3]);
|
|
45
|
-
break;
|
|
46
|
-
case 23:
|
|
47
|
-
s.setNewReqId(t[n - 2]);
|
|
48
|
-
break;
|
|
49
|
-
case 24:
|
|
50
|
-
s.setNewReqText(t[n - 2]);
|
|
51
|
-
break;
|
|
52
|
-
case 25:
|
|
53
|
-
s.setNewReqRisk(t[n - 2]);
|
|
54
|
-
break;
|
|
55
|
-
case 26:
|
|
56
|
-
s.setNewReqVerifyMethod(t[n - 2]);
|
|
57
|
-
break;
|
|
58
|
-
case 29:
|
|
59
|
-
this.$ = s.RequirementType.REQUIREMENT;
|
|
60
|
-
break;
|
|
61
|
-
case 30:
|
|
62
|
-
this.$ = s.RequirementType.FUNCTIONAL_REQUIREMENT;
|
|
63
|
-
break;
|
|
64
|
-
case 31:
|
|
65
|
-
this.$ = s.RequirementType.INTERFACE_REQUIREMENT;
|
|
66
|
-
break;
|
|
67
|
-
case 32:
|
|
68
|
-
this.$ = s.RequirementType.PERFORMANCE_REQUIREMENT;
|
|
69
|
-
break;
|
|
70
|
-
case 33:
|
|
71
|
-
this.$ = s.RequirementType.PHYSICAL_REQUIREMENT;
|
|
72
|
-
break;
|
|
73
|
-
case 34:
|
|
74
|
-
this.$ = s.RequirementType.DESIGN_CONSTRAINT;
|
|
75
|
-
break;
|
|
76
|
-
case 35:
|
|
77
|
-
this.$ = s.RiskLevel.LOW_RISK;
|
|
78
|
-
break;
|
|
79
|
-
case 36:
|
|
80
|
-
this.$ = s.RiskLevel.MED_RISK;
|
|
81
|
-
break;
|
|
82
|
-
case 37:
|
|
83
|
-
this.$ = s.RiskLevel.HIGH_RISK;
|
|
84
|
-
break;
|
|
85
|
-
case 38:
|
|
86
|
-
this.$ = s.VerifyType.VERIFY_ANALYSIS;
|
|
87
|
-
break;
|
|
88
|
-
case 39:
|
|
89
|
-
this.$ = s.VerifyType.VERIFY_DEMONSTRATION;
|
|
90
|
-
break;
|
|
91
|
-
case 40:
|
|
92
|
-
this.$ = s.VerifyType.VERIFY_INSPECTION;
|
|
93
|
-
break;
|
|
94
|
-
case 41:
|
|
95
|
-
this.$ = s.VerifyType.VERIFY_TEST;
|
|
96
|
-
break;
|
|
97
|
-
case 42:
|
|
98
|
-
s.addElement(t[n - 3]);
|
|
99
|
-
break;
|
|
100
|
-
case 43:
|
|
101
|
-
s.addElement(t[n - 5]), s.setClass([t[n - 5]], t[n - 3]);
|
|
102
|
-
break;
|
|
103
|
-
case 44:
|
|
104
|
-
s.setNewElementType(t[n - 2]);
|
|
105
|
-
break;
|
|
106
|
-
case 45:
|
|
107
|
-
s.setNewElementDocRef(t[n - 2]);
|
|
108
|
-
break;
|
|
109
|
-
case 48:
|
|
110
|
-
s.addRelationship(t[n - 2], t[n], t[n - 4]);
|
|
111
|
-
break;
|
|
112
|
-
case 49:
|
|
113
|
-
s.addRelationship(t[n - 2], t[n - 4], t[n]);
|
|
114
|
-
break;
|
|
115
|
-
case 50:
|
|
116
|
-
this.$ = s.Relationships.CONTAINS;
|
|
117
|
-
break;
|
|
118
|
-
case 51:
|
|
119
|
-
this.$ = s.Relationships.COPIES;
|
|
120
|
-
break;
|
|
121
|
-
case 52:
|
|
122
|
-
this.$ = s.Relationships.DERIVES;
|
|
123
|
-
break;
|
|
124
|
-
case 53:
|
|
125
|
-
this.$ = s.Relationships.SATISFIES;
|
|
126
|
-
break;
|
|
127
|
-
case 54:
|
|
128
|
-
this.$ = s.Relationships.VERIFIES;
|
|
129
|
-
break;
|
|
130
|
-
case 55:
|
|
131
|
-
this.$ = s.Relationships.REFINES;
|
|
132
|
-
break;
|
|
133
|
-
case 56:
|
|
134
|
-
this.$ = s.Relationships.TRACES;
|
|
135
|
-
break;
|
|
136
|
-
case 57:
|
|
137
|
-
this.$ = t[n - 2], s.defineClass(t[n - 1], t[n]);
|
|
138
|
-
break;
|
|
139
|
-
case 58:
|
|
140
|
-
s.setClass(t[n - 1], t[n]);
|
|
141
|
-
break;
|
|
142
|
-
case 59:
|
|
143
|
-
s.setClass([t[n - 2]], t[n]);
|
|
144
|
-
break;
|
|
145
|
-
case 60:
|
|
146
|
-
case 62:
|
|
147
|
-
this.$ = [t[n]];
|
|
148
|
-
break;
|
|
149
|
-
case 61:
|
|
150
|
-
case 63:
|
|
151
|
-
this.$ = t[n - 2].concat([t[n]]);
|
|
152
|
-
break;
|
|
153
|
-
case 64:
|
|
154
|
-
this.$ = t[n - 2], s.setCssStyle(t[n - 1], t[n]);
|
|
155
|
-
break;
|
|
156
|
-
case 65:
|
|
157
|
-
this.$ = [t[n]];
|
|
158
|
-
break;
|
|
159
|
-
case 66:
|
|
160
|
-
t[n - 2].push(t[n]), this.$ = t[n - 2];
|
|
161
|
-
break;
|
|
162
|
-
case 68:
|
|
163
|
-
this.$ = t[n - 1] + t[n];
|
|
164
|
-
break;
|
|
165
|
-
}
|
|
166
|
-
}, "anonymous"),
|
|
167
|
-
table: [{ 3: 1, 4: 2, 6: a, 9: u, 11: o, 13: f }, { 1: [3] }, { 3: 8, 4: 2, 5: [1, 7], 6: a, 9: u, 11: o, 13: f }, { 5: [1, 9] }, { 10: [1, 10] }, { 12: [1, 11] }, e(c, [2, 6]), { 3: 12, 4: 2, 6: a, 9: u, 11: o, 13: f }, { 1: [2, 2] }, { 4: 17, 5: p, 7: 13, 8: R, 9: u, 11: o, 13: f, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: h, 22: d, 23: I, 24: k, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: g, 90: _ }, e(c, [2, 4]), e(c, [2, 5]), { 1: [2, 1] }, { 8: [1, 41] }, { 4: 17, 5: p, 7: 42, 8: R, 9: u, 11: o, 13: f, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: h, 22: d, 23: I, 24: k, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: g, 90: _ }, { 4: 17, 5: p, 7: 43, 8: R, 9: u, 11: o, 13: f, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: h, 22: d, 23: I, 24: k, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: g, 90: _ }, { 4: 17, 5: p, 7: 44, 8: R, 9: u, 11: o, 13: f, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: h, 22: d, 23: I, 24: k, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: g, 90: _ }, { 4: 17, 5: p, 7: 45, 8: R, 9: u, 11: o, 13: f, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: h, 22: d, 23: I, 24: k, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: g, 90: _ }, { 4: 17, 5: p, 7: 46, 8: R, 9: u, 11: o, 13: f, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: h, 22: d, 23: I, 24: k, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: g, 90: _ }, { 4: 17, 5: p, 7: 47, 8: R, 9: u, 11: o, 13: f, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: h, 22: d, 23: I, 24: k, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: g, 90: _ }, { 4: 17, 5: p, 7: 48, 8: R, 9: u, 11: o, 13: f, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: h, 22: d, 23: I, 24: k, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: g, 90: _ }, { 4: 17, 5: p, 7: 49, 8: R, 9: u, 11: o, 13: f, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: h, 22: d, 23: I, 24: k, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: g, 90: _ }, { 4: 17, 5: p, 7: 50, 8: R, 9: u, 11: o, 13: f, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: h, 22: d, 23: I, 24: k, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: g, 90: _ }, { 26: 51, 89: [1, 52], 90: [1, 53] }, { 55: 54, 89: [1, 55], 90: [1, 56] }, { 29: [1, 59], 61: [1, 57], 63: [1, 58] }, e(y, [2, 17]), e(y, [2, 18]), e(y, [2, 19]), e(y, [2, 20]), { 30: 60, 33: 62, 75: $, 89: g, 90: _ }, { 30: 63, 33: 62, 75: $, 89: g, 90: _ }, { 30: 64, 33: 62, 75: $, 89: g, 90: _ }, e(X, [2, 29]), e(X, [2, 30]), e(X, [2, 31]), e(X, [2, 32]), e(X, [2, 33]), e(X, [2, 34]), e(Ce, [2, 81]), e(Ce, [2, 82]), { 1: [2, 3] }, { 8: [2, 8] }, { 8: [2, 9] }, { 8: [2, 10] }, { 8: [2, 11] }, { 8: [2, 12] }, { 8: [2, 13] }, { 8: [2, 14] }, { 8: [2, 15] }, { 8: [2, 16] }, { 27: [1, 65], 29: [1, 66] }, e(Ee, [2, 79]), e(Ee, [2, 80]), { 27: [1, 67], 29: [1, 68] }, e(Ee, [2, 85]), e(Ee, [2, 86]), { 62: 69, 65: Ve, 66: ve, 67: xe, 68: Le, 69: De, 70: Oe, 71: we }, { 62: 77, 65: Ve, 66: ve, 67: xe, 68: Le, 69: De, 70: Oe, 71: we }, { 30: 78, 33: 62, 75: $, 89: g, 90: _ }, { 73: 79, 75: ee, 76: U, 78: 81, 79: 82, 80: te, 81: se, 82: ie, 83: re, 84: ne, 85: ae, 86: le, 87: ce, 88: oe }, e(pe, [2, 60]), e(pe, [2, 62]), { 73: 93, 75: ee, 76: U, 78: 81, 79: 82, 80: te, 81: se, 82: ie, 83: re, 84: ne, 85: ae, 86: le, 87: ce, 88: oe }, { 30: 94, 33: 62, 75: $, 76: U, 89: g, 90: _ }, { 5: [1, 95] }, { 30: 96, 33: 62, 75: $, 89: g, 90: _ }, { 5: [1, 97] }, { 30: 98, 33: 62, 75: $, 89: g, 90: _ }, { 63: [1, 99] }, e(Y, [2, 50]), e(Y, [2, 51]), e(Y, [2, 52]), e(Y, [2, 53]), e(Y, [2, 54]), e(Y, [2, 55]), e(Y, [2, 56]), { 64: [1, 100] }, e(y, [2, 59], { 76: U }), e(y, [2, 64], { 76: Me }), { 33: 103, 75: [1, 102], 89: g, 90: _ }, e(Fe, [2, 65], { 79: 104, 75: ee, 80: te, 81: se, 82: ie, 83: re, 84: ne, 85: ae, 86: le, 87: ce, 88: oe }), e(N, [2, 67]), e(N, [2, 69]), e(N, [2, 70]), e(N, [2, 71]), e(N, [2, 72]), e(N, [2, 73]), e(N, [2, 74]), e(N, [2, 75]), e(N, [2, 76]), e(N, [2, 77]), e(N, [2, 78]), e(y, [2, 57], { 76: Me }), e(y, [2, 58], { 76: U }), { 5: B, 28: 105, 31: Q, 34: H, 36: K, 38: W, 40: j }, { 27: [1, 112], 76: U }, { 5: he, 40: ue, 56: 113, 57: me, 59: fe }, { 27: [1, 118], 76: U }, { 33: 119, 89: g, 90: _ }, { 33: 120, 89: g, 90: _ }, { 75: ee, 78: 121, 79: 82, 80: te, 81: se, 82: ie, 83: re, 84: ne, 85: ae, 86: le, 87: ce, 88: oe }, e(pe, [2, 61]), e(pe, [2, 63]), e(N, [2, 68]), e(y, [2, 21]), { 32: [1, 122] }, { 32: [1, 123] }, { 32: [1, 124] }, { 32: [1, 125] }, { 5: B, 28: 126, 31: Q, 34: H, 36: K, 38: W, 40: j }, e(y, [2, 28]), { 5: [1, 127] }, e(y, [2, 42]), { 32: [1, 128] }, { 32: [1, 129] }, { 5: he, 40: ue, 56: 130, 57: me, 59: fe }, e(y, [2, 47]), { 5: [1, 131] }, e(y, [2, 48]), e(y, [2, 49]), e(Fe, [2, 66], { 79: 104, 75: ee, 80: te, 81: se, 82: ie, 83: re, 84: ne, 85: ae, 86: le, 87: ce, 88: oe }), { 33: 132, 89: g, 90: _ }, { 35: 133, 89: [1, 134], 90: [1, 135] }, { 37: 136, 47: [1, 137], 48: [1, 138], 49: [1, 139] }, { 39: 140, 50: [1, 141], 51: [1, 142], 52: [1, 143], 53: [1, 144] }, e(y, [2, 27]), { 5: B, 28: 145, 31: Q, 34: H, 36: K, 38: W, 40: j }, { 58: 146, 89: [1, 147], 90: [1, 148] }, { 60: 149, 89: [1, 150], 90: [1, 151] }, e(y, [2, 46]), { 5: he, 40: ue, 56: 152, 57: me, 59: fe }, { 5: [1, 153] }, { 5: [1, 154] }, { 5: [2, 83] }, { 5: [2, 84] }, { 5: [1, 155] }, { 5: [2, 35] }, { 5: [2, 36] }, { 5: [2, 37] }, { 5: [1, 156] }, { 5: [2, 38] }, { 5: [2, 39] }, { 5: [2, 40] }, { 5: [2, 41] }, e(y, [2, 22]), { 5: [1, 157] }, { 5: [2, 87] }, { 5: [2, 88] }, { 5: [1, 158] }, { 5: [2, 89] }, { 5: [2, 90] }, e(y, [2, 43]), { 5: B, 28: 159, 31: Q, 34: H, 36: K, 38: W, 40: j }, { 5: B, 28: 160, 31: Q, 34: H, 36: K, 38: W, 40: j }, { 5: B, 28: 161, 31: Q, 34: H, 36: K, 38: W, 40: j }, { 5: B, 28: 162, 31: Q, 34: H, 36: K, 38: W, 40: j }, { 5: he, 40: ue, 56: 163, 57: me, 59: fe }, { 5: he, 40: ue, 56: 164, 57: me, 59: fe }, e(y, [2, 23]), e(y, [2, 24]), e(y, [2, 25]), e(y, [2, 26]), e(y, [2, 44]), e(y, [2, 45])],
|
|
168
|
-
defaultActions: { 8: [2, 2], 12: [2, 1], 41: [2, 3], 42: [2, 8], 43: [2, 9], 44: [2, 10], 45: [2, 11], 46: [2, 12], 47: [2, 13], 48: [2, 14], 49: [2, 15], 50: [2, 16], 134: [2, 83], 135: [2, 84], 137: [2, 35], 138: [2, 36], 139: [2, 37], 141: [2, 38], 142: [2, 39], 143: [2, 40], 144: [2, 41], 147: [2, 87], 148: [2, 88], 150: [2, 89], 151: [2, 90] },
|
|
169
|
-
parseError: /* @__PURE__ */ m(function(i, r) {
|
|
170
|
-
if (r.recoverable)
|
|
171
|
-
this.trace(i);
|
|
172
|
-
else {
|
|
173
|
-
var l = new Error(i);
|
|
174
|
-
throw l.hash = r, l;
|
|
175
|
-
}
|
|
176
|
-
}, "parseError"),
|
|
177
|
-
parse: /* @__PURE__ */ m(function(i) {
|
|
178
|
-
var r = this, l = [0], s = [], E = [null], t = [], de = this.table, n = "", ye = 0, Pe = 0, He = 2, $e = 1, Ke = t.slice.call(arguments, 1), S = Object.create(this.lexer), G = { yy: {} };
|
|
179
|
-
for (var Ie in this.yy)
|
|
180
|
-
Object.prototype.hasOwnProperty.call(this.yy, Ie) && (G.yy[Ie] = this.yy[Ie]);
|
|
181
|
-
S.setInput(i, G.yy), G.yy.lexer = S, G.yy.parser = this, typeof S.yylloc > "u" && (S.yylloc = {});
|
|
182
|
-
var be = S.yylloc;
|
|
183
|
-
t.push(be);
|
|
184
|
-
var We = S.options && S.options.ranges;
|
|
185
|
-
typeof G.yy.parseError == "function" ? this.parseError = G.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
|
|
186
|
-
function je(T) {
|
|
187
|
-
l.length = l.length - 2 * T, E.length = E.length - T, t.length = t.length - T;
|
|
188
|
-
}
|
|
189
|
-
m(je, "popStack");
|
|
190
|
-
function Ue() {
|
|
191
|
-
var T;
|
|
192
|
-
return T = s.pop() || S.lex() || $e, typeof T != "number" && (T instanceof Array && (s = T, T = s.pop()), T = r.symbols_[T] || T), T;
|
|
193
|
-
}
|
|
194
|
-
m(Ue, "lex");
|
|
195
|
-
for (var b, z, q, Te, J = {}, ge, F, Ye, _e; ; ) {
|
|
196
|
-
if (z = l[l.length - 1], this.defaultActions[z] ? q = this.defaultActions[z] : ((b === null || typeof b > "u") && (b = Ue()), q = de[z] && de[z][b]), typeof q > "u" || !q.length || !q[0]) {
|
|
197
|
-
var ke = "";
|
|
198
|
-
_e = [];
|
|
199
|
-
for (ge in de[z])
|
|
200
|
-
this.terminals_[ge] && ge > He && _e.push("'" + this.terminals_[ge] + "'");
|
|
201
|
-
S.showPosition ? ke = "Parse error on line " + (ye + 1) + `:
|
|
202
|
-
` + S.showPosition() + `
|
|
203
|
-
Expecting ` + _e.join(", ") + ", got '" + (this.terminals_[b] || b) + "'" : ke = "Parse error on line " + (ye + 1) + ": Unexpected " + (b == $e ? "end of input" : "'" + (this.terminals_[b] || b) + "'"), this.parseError(ke, {
|
|
204
|
-
text: S.match,
|
|
205
|
-
token: this.terminals_[b] || b,
|
|
206
|
-
line: S.yylineno,
|
|
207
|
-
loc: be,
|
|
208
|
-
expected: _e
|
|
209
|
-
});
|
|
210
|
-
}
|
|
211
|
-
if (q[0] instanceof Array && q.length > 1)
|
|
212
|
-
throw new Error("Parse Error: multiple actions possible at state: " + z + ", token: " + b);
|
|
213
|
-
switch (q[0]) {
|
|
214
|
-
case 1:
|
|
215
|
-
l.push(b), E.push(S.yytext), t.push(S.yylloc), l.push(q[1]), b = null, Pe = S.yyleng, n = S.yytext, ye = S.yylineno, be = S.yylloc;
|
|
216
|
-
break;
|
|
217
|
-
case 2:
|
|
218
|
-
if (F = this.productions_[q[1]][1], J.$ = E[E.length - F], J._$ = {
|
|
219
|
-
first_line: t[t.length - (F || 1)].first_line,
|
|
220
|
-
last_line: t[t.length - 1].last_line,
|
|
221
|
-
first_column: t[t.length - (F || 1)].first_column,
|
|
222
|
-
last_column: t[t.length - 1].last_column
|
|
223
|
-
}, We && (J._$.range = [
|
|
224
|
-
t[t.length - (F || 1)].range[0],
|
|
225
|
-
t[t.length - 1].range[1]
|
|
226
|
-
]), Te = this.performAction.apply(J, [
|
|
227
|
-
n,
|
|
228
|
-
Pe,
|
|
229
|
-
ye,
|
|
230
|
-
G.yy,
|
|
231
|
-
q[1],
|
|
232
|
-
E,
|
|
233
|
-
t
|
|
234
|
-
].concat(Ke)), typeof Te < "u")
|
|
235
|
-
return Te;
|
|
236
|
-
F && (l = l.slice(0, -1 * F * 2), E = E.slice(0, -1 * F), t = t.slice(0, -1 * F)), l.push(this.productions_[q[1]][0]), E.push(J.$), t.push(J._$), Ye = de[l[l.length - 2]][l[l.length - 1]], l.push(Ye);
|
|
237
|
-
break;
|
|
238
|
-
case 3:
|
|
239
|
-
return !0;
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
return !0;
|
|
243
|
-
}, "parse")
|
|
244
|
-
}, Qe = /* @__PURE__ */ function() {
|
|
245
|
-
var P = {
|
|
246
|
-
EOF: 1,
|
|
247
|
-
parseError: /* @__PURE__ */ m(function(r, l) {
|
|
248
|
-
if (this.yy.parser)
|
|
249
|
-
this.yy.parser.parseError(r, l);
|
|
250
|
-
else
|
|
251
|
-
throw new Error(r);
|
|
252
|
-
}, "parseError"),
|
|
253
|
-
// resets the lexer, sets new input
|
|
254
|
-
setInput: /* @__PURE__ */ m(function(i, r) {
|
|
255
|
-
return this.yy = r || this.yy || {}, this._input = i, this._more = this._backtrack = this.done = !1, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = {
|
|
256
|
-
first_line: 1,
|
|
257
|
-
first_column: 0,
|
|
258
|
-
last_line: 1,
|
|
259
|
-
last_column: 0
|
|
260
|
-
}, this.options.ranges && (this.yylloc.range = [0, 0]), this.offset = 0, this;
|
|
261
|
-
}, "setInput"),
|
|
262
|
-
// consumes and returns one char from the input
|
|
263
|
-
input: /* @__PURE__ */ m(function() {
|
|
264
|
-
var i = this._input[0];
|
|
265
|
-
this.yytext += i, this.yyleng++, this.offset++, this.match += i, this.matched += i;
|
|
266
|
-
var r = i.match(/(?:\r\n?|\n).*/g);
|
|
267
|
-
return r ? (this.yylineno++, this.yylloc.last_line++) : this.yylloc.last_column++, this.options.ranges && this.yylloc.range[1]++, this._input = this._input.slice(1), i;
|
|
268
|
-
}, "input"),
|
|
269
|
-
// unshifts one char (or a string) into the input
|
|
270
|
-
unput: /* @__PURE__ */ m(function(i) {
|
|
271
|
-
var r = i.length, l = i.split(/(?:\r\n?|\n)/g);
|
|
272
|
-
this._input = i + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - r), this.offset -= r;
|
|
273
|
-
var s = this.match.split(/(?:\r\n?|\n)/g);
|
|
274
|
-
this.match = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, this.matched.length - 1), l.length - 1 && (this.yylineno -= l.length - 1);
|
|
275
|
-
var E = this.yylloc.range;
|
|
276
|
-
return this.yylloc = {
|
|
277
|
-
first_line: this.yylloc.first_line,
|
|
278
|
-
last_line: this.yylineno + 1,
|
|
279
|
-
first_column: this.yylloc.first_column,
|
|
280
|
-
last_column: l ? (l.length === s.length ? this.yylloc.first_column : 0) + s[s.length - l.length].length - l[0].length : this.yylloc.first_column - r
|
|
281
|
-
}, this.options.ranges && (this.yylloc.range = [E[0], E[0] + this.yyleng - r]), this.yyleng = this.yytext.length, this;
|
|
282
|
-
}, "unput"),
|
|
283
|
-
// When called from action, caches matched text and appends it on next action
|
|
284
|
-
more: /* @__PURE__ */ m(function() {
|
|
285
|
-
return this._more = !0, this;
|
|
286
|
-
}, "more"),
|
|
287
|
-
// When called from action, signals the lexer that this rule fails to match the input, so the next matching rule (regex) should be tested instead.
|
|
288
|
-
reject: /* @__PURE__ */ m(function() {
|
|
289
|
-
if (this.options.backtrack_lexer)
|
|
290
|
-
this._backtrack = !0;
|
|
291
|
-
else
|
|
292
|
-
return this.parseError("Lexical error on line " + (this.yylineno + 1) + `. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
|
|
293
|
-
` + this.showPosition(), {
|
|
294
|
-
text: "",
|
|
295
|
-
token: null,
|
|
296
|
-
line: this.yylineno
|
|
297
|
-
});
|
|
298
|
-
return this;
|
|
299
|
-
}, "reject"),
|
|
300
|
-
// retain first n characters of the match
|
|
301
|
-
less: /* @__PURE__ */ m(function(i) {
|
|
302
|
-
this.unput(this.match.slice(i));
|
|
303
|
-
}, "less"),
|
|
304
|
-
// displays already matched input, i.e. for error messages
|
|
305
|
-
pastInput: /* @__PURE__ */ m(function() {
|
|
306
|
-
var i = this.matched.substr(0, this.matched.length - this.match.length);
|
|
307
|
-
return (i.length > 20 ? "..." : "") + i.substr(-20).replace(/\n/g, "");
|
|
308
|
-
}, "pastInput"),
|
|
309
|
-
// displays upcoming input, i.e. for error messages
|
|
310
|
-
upcomingInput: /* @__PURE__ */ m(function() {
|
|
311
|
-
var i = this.match;
|
|
312
|
-
return i.length < 20 && (i += this._input.substr(0, 20 - i.length)), (i.substr(0, 20) + (i.length > 20 ? "..." : "")).replace(/\n/g, "");
|
|
313
|
-
}, "upcomingInput"),
|
|
314
|
-
// displays the character position where the lexing error occurred, i.e. for error messages
|
|
315
|
-
showPosition: /* @__PURE__ */ m(function() {
|
|
316
|
-
var i = this.pastInput(), r = new Array(i.length + 1).join("-");
|
|
317
|
-
return i + this.upcomingInput() + `
|
|
318
|
-
` + r + "^";
|
|
319
|
-
}, "showPosition"),
|
|
320
|
-
// test the lexed token: return FALSE when not a match, otherwise return token
|
|
321
|
-
test_match: /* @__PURE__ */ m(function(i, r) {
|
|
322
|
-
var l, s, E;
|
|
323
|
-
if (this.options.backtrack_lexer && (E = {
|
|
324
|
-
yylineno: this.yylineno,
|
|
325
|
-
yylloc: {
|
|
326
|
-
first_line: this.yylloc.first_line,
|
|
327
|
-
last_line: this.last_line,
|
|
328
|
-
first_column: this.yylloc.first_column,
|
|
329
|
-
last_column: this.yylloc.last_column
|
|
330
|
-
},
|
|
331
|
-
yytext: this.yytext,
|
|
332
|
-
match: this.match,
|
|
333
|
-
matches: this.matches,
|
|
334
|
-
matched: this.matched,
|
|
335
|
-
yyleng: this.yyleng,
|
|
336
|
-
offset: this.offset,
|
|
337
|
-
_more: this._more,
|
|
338
|
-
_input: this._input,
|
|
339
|
-
yy: this.yy,
|
|
340
|
-
conditionStack: this.conditionStack.slice(0),
|
|
341
|
-
done: this.done
|
|
342
|
-
}, this.options.ranges && (E.yylloc.range = this.yylloc.range.slice(0))), s = i[0].match(/(?:\r\n?|\n).*/g), s && (this.yylineno += s.length), this.yylloc = {
|
|
343
|
-
first_line: this.yylloc.last_line,
|
|
344
|
-
last_line: this.yylineno + 1,
|
|
345
|
-
first_column: this.yylloc.last_column,
|
|
346
|
-
last_column: s ? s[s.length - 1].length - s[s.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + i[0].length
|
|
347
|
-
}, this.yytext += i[0], this.match += i[0], this.matches = i, this.yyleng = this.yytext.length, this.options.ranges && (this.yylloc.range = [this.offset, this.offset += this.yyleng]), this._more = !1, this._backtrack = !1, this._input = this._input.slice(i[0].length), this.matched += i[0], l = this.performAction.call(this, this.yy, this, r, this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), l)
|
|
348
|
-
return l;
|
|
349
|
-
if (this._backtrack) {
|
|
350
|
-
for (var t in E)
|
|
351
|
-
this[t] = E[t];
|
|
352
|
-
return !1;
|
|
353
|
-
}
|
|
354
|
-
return !1;
|
|
355
|
-
}, "test_match"),
|
|
356
|
-
// return next match in input
|
|
357
|
-
next: /* @__PURE__ */ m(function() {
|
|
358
|
-
if (this.done)
|
|
359
|
-
return this.EOF;
|
|
360
|
-
this._input || (this.done = !0);
|
|
361
|
-
var i, r, l, s;
|
|
362
|
-
this._more || (this.yytext = "", this.match = "");
|
|
363
|
-
for (var E = this._currentRules(), t = 0; t < E.length; t++)
|
|
364
|
-
if (l = this._input.match(this.rules[E[t]]), l && (!r || l[0].length > r[0].length)) {
|
|
365
|
-
if (r = l, s = t, this.options.backtrack_lexer) {
|
|
366
|
-
if (i = this.test_match(l, E[t]), i !== !1)
|
|
367
|
-
return i;
|
|
368
|
-
if (this._backtrack) {
|
|
369
|
-
r = !1;
|
|
370
|
-
continue;
|
|
371
|
-
} else
|
|
372
|
-
return !1;
|
|
373
|
-
} else if (!this.options.flex)
|
|
374
|
-
break;
|
|
375
|
-
}
|
|
376
|
-
return r ? (i = this.test_match(r, E[s]), i !== !1 ? i : !1) : this._input === "" ? this.EOF : this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
|
|
377
|
-
` + this.showPosition(), {
|
|
378
|
-
text: "",
|
|
379
|
-
token: null,
|
|
380
|
-
line: this.yylineno
|
|
381
|
-
});
|
|
382
|
-
}, "next"),
|
|
383
|
-
// return next match that has a token
|
|
384
|
-
lex: /* @__PURE__ */ m(function() {
|
|
385
|
-
var r = this.next();
|
|
386
|
-
return r || this.lex();
|
|
387
|
-
}, "lex"),
|
|
388
|
-
// activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
|
|
389
|
-
begin: /* @__PURE__ */ m(function(r) {
|
|
390
|
-
this.conditionStack.push(r);
|
|
391
|
-
}, "begin"),
|
|
392
|
-
// pop the previously active lexer condition state off the condition stack
|
|
393
|
-
popState: /* @__PURE__ */ m(function() {
|
|
394
|
-
var r = this.conditionStack.length - 1;
|
|
395
|
-
return r > 0 ? this.conditionStack.pop() : this.conditionStack[0];
|
|
396
|
-
}, "popState"),
|
|
397
|
-
// produce the lexer rule set which is active for the currently active lexer condition state
|
|
398
|
-
_currentRules: /* @__PURE__ */ m(function() {
|
|
399
|
-
return this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1] ? this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules : this.conditions.INITIAL.rules;
|
|
400
|
-
}, "_currentRules"),
|
|
401
|
-
// return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
|
|
402
|
-
topState: /* @__PURE__ */ m(function(r) {
|
|
403
|
-
return r = this.conditionStack.length - 1 - Math.abs(r || 0), r >= 0 ? this.conditionStack[r] : "INITIAL";
|
|
404
|
-
}, "topState"),
|
|
405
|
-
// alias for begin(condition)
|
|
406
|
-
pushState: /* @__PURE__ */ m(function(r) {
|
|
407
|
-
this.begin(r);
|
|
408
|
-
}, "pushState"),
|
|
409
|
-
// return the number of states currently on the stack
|
|
410
|
-
stateStackSize: /* @__PURE__ */ m(function() {
|
|
411
|
-
return this.conditionStack.length;
|
|
412
|
-
}, "stateStackSize"),
|
|
413
|
-
options: { "case-insensitive": !0 },
|
|
414
|
-
performAction: /* @__PURE__ */ m(function(r, l, s, E) {
|
|
415
|
-
switch (s) {
|
|
416
|
-
case 0:
|
|
417
|
-
return "title";
|
|
418
|
-
case 1:
|
|
419
|
-
return this.begin("acc_title"), 9;
|
|
420
|
-
case 2:
|
|
421
|
-
return this.popState(), "acc_title_value";
|
|
422
|
-
case 3:
|
|
423
|
-
return this.begin("acc_descr"), 11;
|
|
424
|
-
case 4:
|
|
425
|
-
return this.popState(), "acc_descr_value";
|
|
426
|
-
case 5:
|
|
427
|
-
this.begin("acc_descr_multiline");
|
|
428
|
-
break;
|
|
429
|
-
case 6:
|
|
430
|
-
this.popState();
|
|
431
|
-
break;
|
|
432
|
-
case 7:
|
|
433
|
-
return "acc_descr_multiline_value";
|
|
434
|
-
case 8:
|
|
435
|
-
return 21;
|
|
436
|
-
case 9:
|
|
437
|
-
return 22;
|
|
438
|
-
case 10:
|
|
439
|
-
return 23;
|
|
440
|
-
case 11:
|
|
441
|
-
return 24;
|
|
442
|
-
case 12:
|
|
443
|
-
return 5;
|
|
444
|
-
case 13:
|
|
445
|
-
break;
|
|
446
|
-
case 14:
|
|
447
|
-
break;
|
|
448
|
-
case 15:
|
|
449
|
-
break;
|
|
450
|
-
case 16:
|
|
451
|
-
return 8;
|
|
452
|
-
case 17:
|
|
453
|
-
return 6;
|
|
454
|
-
case 18:
|
|
455
|
-
return 27;
|
|
456
|
-
case 19:
|
|
457
|
-
return 40;
|
|
458
|
-
case 20:
|
|
459
|
-
return 29;
|
|
460
|
-
case 21:
|
|
461
|
-
return 32;
|
|
462
|
-
case 22:
|
|
463
|
-
return 31;
|
|
464
|
-
case 23:
|
|
465
|
-
return 34;
|
|
466
|
-
case 24:
|
|
467
|
-
return 36;
|
|
468
|
-
case 25:
|
|
469
|
-
return 38;
|
|
470
|
-
case 26:
|
|
471
|
-
return 41;
|
|
472
|
-
case 27:
|
|
473
|
-
return 42;
|
|
474
|
-
case 28:
|
|
475
|
-
return 43;
|
|
476
|
-
case 29:
|
|
477
|
-
return 44;
|
|
478
|
-
case 30:
|
|
479
|
-
return 45;
|
|
480
|
-
case 31:
|
|
481
|
-
return 46;
|
|
482
|
-
case 32:
|
|
483
|
-
return 47;
|
|
484
|
-
case 33:
|
|
485
|
-
return 48;
|
|
486
|
-
case 34:
|
|
487
|
-
return 49;
|
|
488
|
-
case 35:
|
|
489
|
-
return 50;
|
|
490
|
-
case 36:
|
|
491
|
-
return 51;
|
|
492
|
-
case 37:
|
|
493
|
-
return 52;
|
|
494
|
-
case 38:
|
|
495
|
-
return 53;
|
|
496
|
-
case 39:
|
|
497
|
-
return 54;
|
|
498
|
-
case 40:
|
|
499
|
-
return 65;
|
|
500
|
-
case 41:
|
|
501
|
-
return 66;
|
|
502
|
-
case 42:
|
|
503
|
-
return 67;
|
|
504
|
-
case 43:
|
|
505
|
-
return 68;
|
|
506
|
-
case 44:
|
|
507
|
-
return 69;
|
|
508
|
-
case 45:
|
|
509
|
-
return 70;
|
|
510
|
-
case 46:
|
|
511
|
-
return 71;
|
|
512
|
-
case 47:
|
|
513
|
-
return 57;
|
|
514
|
-
case 48:
|
|
515
|
-
return 59;
|
|
516
|
-
case 49:
|
|
517
|
-
return this.begin("style"), 77;
|
|
518
|
-
case 50:
|
|
519
|
-
return 75;
|
|
520
|
-
case 51:
|
|
521
|
-
return 81;
|
|
522
|
-
case 52:
|
|
523
|
-
return 88;
|
|
524
|
-
case 53:
|
|
525
|
-
return "PERCENT";
|
|
526
|
-
case 54:
|
|
527
|
-
return 86;
|
|
528
|
-
case 55:
|
|
529
|
-
return 84;
|
|
530
|
-
case 56:
|
|
531
|
-
break;
|
|
532
|
-
case 57:
|
|
533
|
-
this.begin("string");
|
|
534
|
-
break;
|
|
535
|
-
case 58:
|
|
536
|
-
this.popState();
|
|
537
|
-
break;
|
|
538
|
-
case 59:
|
|
539
|
-
return this.begin("style"), 72;
|
|
540
|
-
case 60:
|
|
541
|
-
return this.begin("style"), 74;
|
|
542
|
-
case 61:
|
|
543
|
-
return 61;
|
|
544
|
-
case 62:
|
|
545
|
-
return 64;
|
|
546
|
-
case 63:
|
|
547
|
-
return 63;
|
|
548
|
-
case 64:
|
|
549
|
-
this.begin("string");
|
|
550
|
-
break;
|
|
551
|
-
case 65:
|
|
552
|
-
this.popState();
|
|
553
|
-
break;
|
|
554
|
-
case 66:
|
|
555
|
-
return "qString";
|
|
556
|
-
case 67:
|
|
557
|
-
return l.yytext = l.yytext.trim(), 89;
|
|
558
|
-
case 68:
|
|
559
|
-
return 75;
|
|
560
|
-
case 69:
|
|
561
|
-
return 80;
|
|
562
|
-
case 70:
|
|
563
|
-
return 76;
|
|
564
|
-
}
|
|
565
|
-
}, "anonymous"),
|
|
566
|
-
rules: [/^(?:title\s[^#\n;]+)/i, /^(?:accTitle\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*\{\s*)/i, /^(?:[\}])/i, /^(?:[^\}]*)/i, /^(?:.*direction\s+TB[^\n]*)/i, /^(?:.*direction\s+BT[^\n]*)/i, /^(?:.*direction\s+RL[^\n]*)/i, /^(?:.*direction\s+LR[^\n]*)/i, /^(?:(\r?\n)+)/i, /^(?:\s+)/i, /^(?:#[^\n]*)/i, /^(?:%[^\n]*)/i, /^(?:$)/i, /^(?:requirementDiagram\b)/i, /^(?:\{)/i, /^(?:\})/i, /^(?::{3})/i, /^(?::)/i, /^(?:id\b)/i, /^(?:text\b)/i, /^(?:risk\b)/i, /^(?:verifyMethod\b)/i, /^(?:requirement\b)/i, /^(?:functionalRequirement\b)/i, /^(?:interfaceRequirement\b)/i, /^(?:performanceRequirement\b)/i, /^(?:physicalRequirement\b)/i, /^(?:designConstraint\b)/i, /^(?:low\b)/i, /^(?:medium\b)/i, /^(?:high\b)/i, /^(?:analysis\b)/i, /^(?:demonstration\b)/i, /^(?:inspection\b)/i, /^(?:test\b)/i, /^(?:element\b)/i, /^(?:contains\b)/i, /^(?:copies\b)/i, /^(?:derives\b)/i, /^(?:satisfies\b)/i, /^(?:verifies\b)/i, /^(?:refines\b)/i, /^(?:traces\b)/i, /^(?:type\b)/i, /^(?:docref\b)/i, /^(?:style\b)/i, /^(?:\w+)/i, /^(?::)/i, /^(?:;)/i, /^(?:%)/i, /^(?:-)/i, /^(?:#)/i, /^(?: )/i, /^(?:["])/i, /^(?:\n)/i, /^(?:classDef\b)/i, /^(?:class\b)/i, /^(?:<-)/i, /^(?:->)/i, /^(?:-)/i, /^(?:["])/i, /^(?:["])/i, /^(?:[^"]*)/i, /^(?:[\w][^:,\r\n\{\<\>\-\=]*)/i, /^(?:\w+)/i, /^(?:[0-9]+)/i, /^(?:,)/i],
|
|
567
|
-
conditions: { acc_descr_multiline: { rules: [6, 7, 68, 69, 70], inclusive: !1 }, acc_descr: { rules: [4, 68, 69, 70], inclusive: !1 }, acc_title: { rules: [2, 68, 69, 70], inclusive: !1 }, style: { rules: [50, 51, 52, 53, 54, 55, 56, 57, 58, 68, 69, 70], inclusive: !1 }, unqString: { rules: [68, 69, 70], inclusive: !1 }, token: { rules: [68, 69, 70], inclusive: !1 }, string: { rules: [65, 66, 68, 69, 70], inclusive: !1 }, INITIAL: { rules: [0, 1, 3, 5, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 59, 60, 61, 62, 63, 64, 67, 68, 69, 70], inclusive: !0 } }
|
|
568
|
-
};
|
|
569
|
-
return P;
|
|
570
|
-
}();
|
|
571
|
-
Se.lexer = Qe;
|
|
572
|
-
function Re() {
|
|
573
|
-
this.yy = {};
|
|
574
|
-
}
|
|
575
|
-
return m(Re, "Parser"), Re.prototype = Se, Se.Parser = Re, new Re();
|
|
576
|
-
}();
|
|
577
|
-
Ae.parser = Ae;
|
|
578
|
-
var ct = Ae, Z, ot = (Z = class {
|
|
579
|
-
constructor() {
|
|
580
|
-
this.relations = [], this.latestRequirement = this.getInitialRequirement(), this.requirements = /* @__PURE__ */ new Map(), this.latestElement = this.getInitialElement(), this.elements = /* @__PURE__ */ new Map(), this.classes = /* @__PURE__ */ new Map(), this.direction = "TB", this.RequirementType = {
|
|
581
|
-
REQUIREMENT: "Requirement",
|
|
582
|
-
FUNCTIONAL_REQUIREMENT: "Functional Requirement",
|
|
583
|
-
INTERFACE_REQUIREMENT: "Interface Requirement",
|
|
584
|
-
PERFORMANCE_REQUIREMENT: "Performance Requirement",
|
|
585
|
-
PHYSICAL_REQUIREMENT: "Physical Requirement",
|
|
586
|
-
DESIGN_CONSTRAINT: "Design Constraint"
|
|
587
|
-
}, this.RiskLevel = {
|
|
588
|
-
LOW_RISK: "Low",
|
|
589
|
-
MED_RISK: "Medium",
|
|
590
|
-
HIGH_RISK: "High"
|
|
591
|
-
}, this.VerifyType = {
|
|
592
|
-
VERIFY_ANALYSIS: "Analysis",
|
|
593
|
-
VERIFY_DEMONSTRATION: "Demonstration",
|
|
594
|
-
VERIFY_INSPECTION: "Inspection",
|
|
595
|
-
VERIFY_TEST: "Test"
|
|
596
|
-
}, this.Relationships = {
|
|
597
|
-
CONTAINS: "contains",
|
|
598
|
-
COPIES: "copies",
|
|
599
|
-
DERIVES: "derives",
|
|
600
|
-
SATISFIES: "satisfies",
|
|
601
|
-
VERIFIES: "verifies",
|
|
602
|
-
REFINES: "refines",
|
|
603
|
-
TRACES: "traces"
|
|
604
|
-
}, this.setAccTitle = Xe, this.getAccTitle = Je, this.setAccDescription = Ze, this.getAccDescription = et, this.setDiagramTitle = tt, this.getDiagramTitle = st, this.getConfig = /* @__PURE__ */ m(() => Ne().requirement, "getConfig"), this.clear(), this.setDirection = this.setDirection.bind(this), this.addRequirement = this.addRequirement.bind(this), this.setNewReqId = this.setNewReqId.bind(this), this.setNewReqRisk = this.setNewReqRisk.bind(this), this.setNewReqText = this.setNewReqText.bind(this), this.setNewReqVerifyMethod = this.setNewReqVerifyMethod.bind(this), this.addElement = this.addElement.bind(this), this.setNewElementType = this.setNewElementType.bind(this), this.setNewElementDocRef = this.setNewElementDocRef.bind(this), this.addRelationship = this.addRelationship.bind(this), this.setCssStyle = this.setCssStyle.bind(this), this.setClass = this.setClass.bind(this), this.defineClass = this.defineClass.bind(this), this.setAccTitle = this.setAccTitle.bind(this), this.setAccDescription = this.setAccDescription.bind(this);
|
|
605
|
-
}
|
|
606
|
-
getDirection() {
|
|
607
|
-
return this.direction;
|
|
608
|
-
}
|
|
609
|
-
setDirection(a) {
|
|
610
|
-
this.direction = a;
|
|
611
|
-
}
|
|
612
|
-
resetLatestRequirement() {
|
|
613
|
-
this.latestRequirement = this.getInitialRequirement();
|
|
614
|
-
}
|
|
615
|
-
resetLatestElement() {
|
|
616
|
-
this.latestElement = this.getInitialElement();
|
|
617
|
-
}
|
|
618
|
-
getInitialRequirement() {
|
|
619
|
-
return {
|
|
620
|
-
requirementId: "",
|
|
621
|
-
text: "",
|
|
622
|
-
risk: "",
|
|
623
|
-
verifyMethod: "",
|
|
624
|
-
name: "",
|
|
625
|
-
type: "",
|
|
626
|
-
cssStyles: [],
|
|
627
|
-
classes: ["default"]
|
|
628
|
-
};
|
|
629
|
-
}
|
|
630
|
-
getInitialElement() {
|
|
631
|
-
return {
|
|
632
|
-
name: "",
|
|
633
|
-
type: "",
|
|
634
|
-
docRef: "",
|
|
635
|
-
cssStyles: [],
|
|
636
|
-
classes: ["default"]
|
|
637
|
-
};
|
|
638
|
-
}
|
|
639
|
-
addRequirement(a, u) {
|
|
640
|
-
return this.requirements.has(a) || this.requirements.set(a, {
|
|
641
|
-
name: a,
|
|
642
|
-
type: u,
|
|
643
|
-
requirementId: this.latestRequirement.requirementId,
|
|
644
|
-
text: this.latestRequirement.text,
|
|
645
|
-
risk: this.latestRequirement.risk,
|
|
646
|
-
verifyMethod: this.latestRequirement.verifyMethod,
|
|
647
|
-
cssStyles: [],
|
|
648
|
-
classes: ["default"]
|
|
649
|
-
}), this.resetLatestRequirement(), this.requirements.get(a);
|
|
650
|
-
}
|
|
651
|
-
getRequirements() {
|
|
652
|
-
return this.requirements;
|
|
653
|
-
}
|
|
654
|
-
setNewReqId(a) {
|
|
655
|
-
this.latestRequirement !== void 0 && (this.latestRequirement.requirementId = a);
|
|
656
|
-
}
|
|
657
|
-
setNewReqText(a) {
|
|
658
|
-
this.latestRequirement !== void 0 && (this.latestRequirement.text = a);
|
|
659
|
-
}
|
|
660
|
-
setNewReqRisk(a) {
|
|
661
|
-
this.latestRequirement !== void 0 && (this.latestRequirement.risk = a);
|
|
662
|
-
}
|
|
663
|
-
setNewReqVerifyMethod(a) {
|
|
664
|
-
this.latestRequirement !== void 0 && (this.latestRequirement.verifyMethod = a);
|
|
665
|
-
}
|
|
666
|
-
addElement(a) {
|
|
667
|
-
return this.elements.has(a) || (this.elements.set(a, {
|
|
668
|
-
name: a,
|
|
669
|
-
type: this.latestElement.type,
|
|
670
|
-
docRef: this.latestElement.docRef,
|
|
671
|
-
cssStyles: [],
|
|
672
|
-
classes: ["default"]
|
|
673
|
-
}), qe.info("Added new element: ", a)), this.resetLatestElement(), this.elements.get(a);
|
|
674
|
-
}
|
|
675
|
-
getElements() {
|
|
676
|
-
return this.elements;
|
|
677
|
-
}
|
|
678
|
-
setNewElementType(a) {
|
|
679
|
-
this.latestElement !== void 0 && (this.latestElement.type = a);
|
|
680
|
-
}
|
|
681
|
-
setNewElementDocRef(a) {
|
|
682
|
-
this.latestElement !== void 0 && (this.latestElement.docRef = a);
|
|
683
|
-
}
|
|
684
|
-
addRelationship(a, u, o) {
|
|
685
|
-
this.relations.push({
|
|
686
|
-
type: a,
|
|
687
|
-
src: u,
|
|
688
|
-
dst: o
|
|
689
|
-
});
|
|
690
|
-
}
|
|
691
|
-
getRelationships() {
|
|
692
|
-
return this.relations;
|
|
693
|
-
}
|
|
694
|
-
clear() {
|
|
695
|
-
this.relations = [], this.resetLatestRequirement(), this.requirements = /* @__PURE__ */ new Map(), this.resetLatestElement(), this.elements = /* @__PURE__ */ new Map(), this.classes = /* @__PURE__ */ new Map(), it();
|
|
696
|
-
}
|
|
697
|
-
setCssStyle(a, u) {
|
|
698
|
-
for (const o of a) {
|
|
699
|
-
const f = this.requirements.get(o) ?? this.elements.get(o);
|
|
700
|
-
if (!u || !f)
|
|
701
|
-
return;
|
|
702
|
-
for (const c of u)
|
|
703
|
-
c.includes(",") ? f.cssStyles.push(...c.split(",")) : f.cssStyles.push(c);
|
|
704
|
-
}
|
|
705
|
-
}
|
|
706
|
-
setClass(a, u) {
|
|
707
|
-
var o;
|
|
708
|
-
for (const f of a) {
|
|
709
|
-
const c = this.requirements.get(f) ?? this.elements.get(f);
|
|
710
|
-
if (c)
|
|
711
|
-
for (const p of u) {
|
|
712
|
-
c.classes.push(p);
|
|
713
|
-
const R = (o = this.classes.get(p)) == null ? void 0 : o.styles;
|
|
714
|
-
R && c.cssStyles.push(...R);
|
|
715
|
-
}
|
|
716
|
-
}
|
|
717
|
-
}
|
|
718
|
-
defineClass(a, u) {
|
|
719
|
-
for (const o of a) {
|
|
720
|
-
let f = this.classes.get(o);
|
|
721
|
-
f === void 0 && (f = { id: o, styles: [], textStyles: [] }, this.classes.set(o, f)), u && u.forEach(function(c) {
|
|
722
|
-
if (/color/.exec(c)) {
|
|
723
|
-
const p = c.replace("fill", "bgFill");
|
|
724
|
-
f.textStyles.push(p);
|
|
725
|
-
}
|
|
726
|
-
f.styles.push(c);
|
|
727
|
-
}), this.requirements.forEach((c) => {
|
|
728
|
-
c.classes.includes(o) && c.cssStyles.push(...u.flatMap((p) => p.split(",")));
|
|
729
|
-
}), this.elements.forEach((c) => {
|
|
730
|
-
c.classes.includes(o) && c.cssStyles.push(...u.flatMap((p) => p.split(",")));
|
|
731
|
-
});
|
|
732
|
-
}
|
|
733
|
-
}
|
|
734
|
-
getClasses() {
|
|
735
|
-
return this.classes;
|
|
736
|
-
}
|
|
737
|
-
getData() {
|
|
738
|
-
var f, c, p, R;
|
|
739
|
-
const a = Ne(), u = [], o = [];
|
|
740
|
-
for (const h of this.requirements.values()) {
|
|
741
|
-
const d = h;
|
|
742
|
-
d.id = h.name, d.cssStyles = h.cssStyles, d.cssClasses = h.classes.join(" "), d.shape = "requirementBox", d.look = a.look, u.push(d);
|
|
743
|
-
}
|
|
744
|
-
for (const h of this.elements.values()) {
|
|
745
|
-
const d = h;
|
|
746
|
-
d.shape = "requirementBox", d.look = a.look, d.id = h.name, d.cssStyles = h.cssStyles, d.cssClasses = h.classes.join(" "), u.push(d);
|
|
747
|
-
}
|
|
748
|
-
for (const h of this.relations) {
|
|
749
|
-
let d = 0;
|
|
750
|
-
const I = h.type === this.Relationships.CONTAINS, k = {
|
|
751
|
-
id: `${h.src}-${h.dst}-${d}`,
|
|
752
|
-
start: ((f = this.requirements.get(h.src)) == null ? void 0 : f.name) ?? ((c = this.elements.get(h.src)) == null ? void 0 : c.name),
|
|
753
|
-
end: ((p = this.requirements.get(h.dst)) == null ? void 0 : p.name) ?? ((R = this.elements.get(h.dst)) == null ? void 0 : R.name),
|
|
754
|
-
label: `<<${h.type}>>`,
|
|
755
|
-
classes: "relationshipLine",
|
|
756
|
-
style: ["fill:none", I ? "" : "stroke-dasharray: 10,7"],
|
|
757
|
-
labelpos: "c",
|
|
758
|
-
thickness: "normal",
|
|
759
|
-
type: "normal",
|
|
760
|
-
pattern: I ? "normal" : "dashed",
|
|
761
|
-
arrowTypeStart: I ? "requirement_contains" : "",
|
|
762
|
-
arrowTypeEnd: I ? "" : "requirement_arrow",
|
|
763
|
-
look: a.look
|
|
764
|
-
};
|
|
765
|
-
o.push(k), d++;
|
|
766
|
-
}
|
|
767
|
-
return { nodes: u, edges: o, other: {}, config: a, direction: this.getDirection() };
|
|
768
|
-
}
|
|
769
|
-
}, m(Z, "RequirementDB"), Z), ht = /* @__PURE__ */ m((e) => `
|
|
770
|
-
|
|
771
|
-
marker {
|
|
772
|
-
fill: ${e.relationColor};
|
|
773
|
-
stroke: ${e.relationColor};
|
|
774
|
-
}
|
|
775
|
-
|
|
776
|
-
marker.cross {
|
|
777
|
-
stroke: ${e.lineColor};
|
|
778
|
-
}
|
|
779
|
-
|
|
780
|
-
svg {
|
|
781
|
-
font-family: ${e.fontFamily};
|
|
782
|
-
font-size: ${e.fontSize};
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
.reqBox {
|
|
786
|
-
fill: ${e.requirementBackground};
|
|
787
|
-
fill-opacity: 1.0;
|
|
788
|
-
stroke: ${e.requirementBorderColor};
|
|
789
|
-
stroke-width: ${e.requirementBorderSize};
|
|
790
|
-
}
|
|
791
|
-
|
|
792
|
-
.reqTitle, .reqLabel{
|
|
793
|
-
fill: ${e.requirementTextColor};
|
|
794
|
-
}
|
|
795
|
-
.reqLabelBox {
|
|
796
|
-
fill: ${e.relationLabelBackground};
|
|
797
|
-
fill-opacity: 1.0;
|
|
798
|
-
}
|
|
799
|
-
|
|
800
|
-
.req-title-line {
|
|
801
|
-
stroke: ${e.requirementBorderColor};
|
|
802
|
-
stroke-width: ${e.requirementBorderSize};
|
|
803
|
-
}
|
|
804
|
-
.relationshipLine {
|
|
805
|
-
stroke: ${e.relationColor};
|
|
806
|
-
stroke-width: 1;
|
|
807
|
-
}
|
|
808
|
-
.relationshipLabel {
|
|
809
|
-
fill: ${e.relationLabelColor};
|
|
810
|
-
}
|
|
811
|
-
.divider {
|
|
812
|
-
stroke: ${e.nodeBorder};
|
|
813
|
-
stroke-width: 1;
|
|
814
|
-
}
|
|
815
|
-
.label {
|
|
816
|
-
font-family: ${e.fontFamily};
|
|
817
|
-
color: ${e.nodeTextColor || e.textColor};
|
|
818
|
-
}
|
|
819
|
-
.label text,span {
|
|
820
|
-
fill: ${e.nodeTextColor || e.textColor};
|
|
821
|
-
color: ${e.nodeTextColor || e.textColor};
|
|
822
|
-
}
|
|
823
|
-
.labelBkg {
|
|
824
|
-
background-color: ${e.edgeLabelBackground};
|
|
825
|
-
}
|
|
826
|
-
|
|
827
|
-
`, "getStyles"), ut = ht, Be = {};
|
|
828
|
-
rt(Be, {
|
|
829
|
-
draw: () => mt
|
|
830
|
-
});
|
|
831
|
-
var mt = /* @__PURE__ */ m(async function(e, a, u, o) {
|
|
832
|
-
qe.info("REF0:"), qe.info("Drawing requirement diagram (unified)", a);
|
|
833
|
-
const { securityLevel: f, state: c, layout: p } = Ne(), R = o.db.getData(), h = Ge(a, f);
|
|
834
|
-
R.type = o.type, R.layoutAlgorithm = nt(p), R.nodeSpacing = (c == null ? void 0 : c.nodeSpacing) ?? 50, R.rankSpacing = (c == null ? void 0 : c.rankSpacing) ?? 50, R.markers = ["requirement_contains", "requirement_arrow"], R.diagramId = a, await at(R, h);
|
|
835
|
-
const d = 8;
|
|
836
|
-
lt.insertTitle(
|
|
837
|
-
h,
|
|
838
|
-
"requirementDiagramTitleText",
|
|
839
|
-
(c == null ? void 0 : c.titleTopMargin) ?? 25,
|
|
840
|
-
o.db.getDiagramTitle()
|
|
841
|
-
), ze(h, d, "requirementDiagram", (c == null ? void 0 : c.useMaxWidth) ?? !0);
|
|
842
|
-
}, "draw"), pt = {
|
|
843
|
-
parser: ct,
|
|
844
|
-
get db() {
|
|
845
|
-
return new ot();
|
|
846
|
-
},
|
|
847
|
-
renderer: Be,
|
|
848
|
-
styles: ut
|
|
849
|
-
};
|
|
850
|
-
export {
|
|
851
|
-
pt as diagram
|
|
852
|
-
};
|