qairt-visualizer 0.5.1__py3-none-win_amd64.whl → 0.7.0__py3-none-win_amd64.whl
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.
- qairt_visualizer/core/helpers/version.py +23 -0
- qairt_visualizer/core/launchers/base_ui_launcher_context.py +28 -7
- qairt_visualizer/core/launchers/electron_launcher_context.py +72 -3
- qairt_visualizer/core/parsers/dlc_parser/dlc_parser.py +105 -33
- qairt_visualizer/core/parsers/dlc_parser/get_source_topology.py +47 -0
- qairt_visualizer/core/parsers/dlc_parser/libDlModelToolsPy.pyd +0 -0
- qairt_visualizer/core/parsers/dlc_parser/libDlModelToolsPy.so +0 -0
- qairt_visualizer/core/parsers/dlc_parser/libPyIrGraph.pyd +0 -0
- qairt_visualizer/core/parsers/dlc_parser/libPyIrGraph.so +0 -0
- qairt_visualizer/core/parsers/dlc_parser/models/op_tensor_mappings.py +8 -4
- qairt_visualizer/core/ui/dist/browser/__init__.py +47 -0
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/acuity.js → acuity.js} +3 -3
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/app.js → app.js} +63 -57
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/armnn-schema.js → armnn-schema.js} +590 -5
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/armnn.js → armnn.js} +3 -5
- qairt_visualizer/core/ui/dist/browser/assets/i18n/common/en.json +8 -2
- qairt_visualizer/core/ui/dist/browser/assets/i18n/graph/en.json +44 -36
- qairt_visualizer/core/ui/dist/browser/assets/i18n/panels/en.json +9 -3
- qairt_visualizer/core/ui/dist/browser/assets/i18n/panels/model-diff/en.json +6 -0
- qairt_visualizer/core/ui/dist/browser/assets/i18n/workspaces/en.json +3 -0
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/barracuda.js → barracuda.js} +3 -3
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/base.js → base.js} +20 -16
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/bigdl.js → bigdl.js} +2 -2
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/browser.js → browser.js} +59 -49
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/caffe.js → caffe.js} +3 -3
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/caffe2-proto.js → caffe2-proto.js} +26 -26
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/caffe2.js → caffe2.js} +113 -114
- qairt_visualizer/core/ui/dist/browser/chunk-3SMGFPTN.js +11 -0
- qairt_visualizer/core/ui/dist/browser/chunk-43LQFSHA.js +1 -0
- qairt_visualizer/core/ui/dist/browser/chunk-447NKSFT.js +1 -0
- qairt_visualizer/core/ui/dist/browser/chunk-5MAR72QP.js +1 -0
- qairt_visualizer/core/ui/dist/browser/chunk-7PTY53DS.js +5 -0
- qairt_visualizer/core/ui/dist/browser/chunk-GAUD627J.js +1 -0
- qairt_visualizer/core/ui/dist/browser/chunk-H7TLLCSI.js +1 -0
- qairt_visualizer/core/ui/dist/browser/chunk-HISUA6LZ.js +4 -0
- qairt_visualizer/core/ui/dist/browser/chunk-HXB7IAZI.js +1 -0
- qairt_visualizer/core/ui/dist/browser/chunk-JPD5T7FP.js +120 -0
- qairt_visualizer/core/ui/dist/browser/chunk-L3QJ7DR2.js +1 -0
- qairt_visualizer/core/ui/dist/browser/{chunk-HBP6TEQ6.js → chunk-MCR4N53U.js} +1 -1
- qairt_visualizer/core/ui/dist/browser/chunk-QD7PA2I4.js +19 -0
- qairt_visualizer/core/ui/dist/browser/chunk-TKZG6FLW.js +12 -0
- qairt_visualizer/core/ui/dist/browser/chunk-WFAVWONI.js +5 -0
- qairt_visualizer/core/ui/dist/browser/chunk-WRMDGTCT.js +35 -0
- qairt_visualizer/core/ui/dist/browser/chunk-X25J6H7V.js +1 -0
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/circle-schema.js → circle-schema.js} +17 -0
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/circle.js → circle.js} +3 -3
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/cntk.js → cntk.js} +1 -1
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/coreml-proto.js → coreml-proto.js} +1 -0
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/coreml.js → coreml.js} +24 -21
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/dagre.js → dagre.js} +5 -5
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/darknet-metadata.json → darknet-metadata.json} +0 -1
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/darknet.js → darknet.js} +3 -3
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/electron.mjs → desktop.mjs} +44 -131
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/dl4j.js → dl4j.js} +5 -2
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/dlc-schema.js → dlc-schema.js} +8 -8
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/dlc.js → dlc.js} +110 -29
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/dnn.js → dnn.js} +2 -4
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/dot.js → dot.js} +1 -1
- qairt_visualizer/core/ui/dist/browser/eaix.js +24 -0
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/espresso.js → espresso.js} +1 -1
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/executorch-schema.js → executorch-schema.js} +363 -42
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/executorch.js → executorch.js} +108 -40
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/flatbuffers.js → flatbuffers.js} +1 -1
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/flax.js → flax.js} +1 -1
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/flux.js → flux.js} +2 -2
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/gguf.js → gguf.js} +44 -24
- qairt_visualizer/core/ui/dist/browser/grapher.css +145 -0
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/grapher.js → grapher.js} +24 -48
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/hailo.js → hailo.js} +1 -1
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/hickle.js → hickle.js} +1 -1
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/imgdnn.js → imgdnn.js} +1 -1
- qairt_visualizer/core/ui/dist/browser/index.html +15 -16
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/index.js → index.js} +2 -24
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/json.js → json.js} +28 -3
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/kann.js → kann.js} +1 -1
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/keras-metadata.json → keras-metadata.json} +15 -7
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/keras.js → keras.js} +13 -7
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/kmodel.js → kmodel.js} +3 -3
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/lasagne.js → lasagne.js} +2 -2
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/lightgbm.js → lightgbm.js} +1 -1
- qairt_visualizer/core/ui/dist/browser/main-EVI665MB.js +1 -0
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/mediapipe.js → mediapipe.js} +1 -1
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/megengine.js → megengine.js} +1 -1
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/message.js → message.js} +3 -2
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/mlir.js → mlir.js} +53 -17
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/mlnet.js → mlnet.js} +2 -3
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/mnn-schema.js → mnn-schema.js} +9 -6
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/mnn.js → mnn.js} +2 -2
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/mslite.js → mslite.js} +3 -3
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/mxnet.js → mxnet.js} +2 -2
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/ncnn.js → ncnn.js} +3 -2
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/nnabla.js → nnabla.js} +4 -4
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/nnef.js → nnef.js} +1 -1
- qairt_visualizer/core/ui/dist/browser/node.js +102 -0
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/numpy.js → numpy.js} +9 -9
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/om.js → om.js} +2 -2
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/onednn.js → onednn.js} +1 -1
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/onnx-metadata.json → onnx-metadata.json} +3500 -233
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/onnx-proto.js → onnx-proto.js} +436 -4
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/onnx.js → onnx.js} +284 -199
- qairt_visualizer/core/ui/dist/browser/onnx.py +231 -0
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/openvino.js → openvino.js} +36 -31
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/paddle-proto.js → paddle-proto.js} +54 -54
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/paddle.js → paddle.js} +22 -3
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/pickle.js → pickle.js} +3 -3
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/python.js → python.js} +743 -325
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/pytorch-metadata.json → pytorch-metadata.json} +3217 -2934
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/pytorch-proto.js → pytorch-proto.js} +4 -4
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/pytorch.js → pytorch.js} +172 -86
- qairt_visualizer/core/ui/dist/browser/pytorch.py +304 -0
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/qnn.js → qnn.js} +6 -2
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/rknn.js → rknn.js} +3 -3
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/safetensors.js → safetensors.js} +2 -2
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/sentencepiece.js → sentencepiece.js} +1 -1
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/server.py → server.py} +95 -103
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/sklearn-metadata.json → sklearn-metadata.json} +15 -10
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/sklearn.js → sklearn.js} +5 -5
- qairt_visualizer/core/ui/dist/browser/{styles-MRR6DOT2.css → styles-2Z5PB4WZ.css} +1 -1
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/tar.js → tar.js} +18 -1
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/tengine.js → tengine.js} +1 -1
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/tensorrt.js → tensorrt.js} +1 -1
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/tf-metadata.json → tf-metadata.json} +1255 -163
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/tf-proto.js → tf-proto.js} +46 -12
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/tf.js → tf.js} +36 -13
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/tflite.js → tflite.js} +18 -21
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/tnn.js → tnn.js} +1 -3
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/torch.js → torch.js} +1 -1
- qairt_visualizer/core/ui/dist/browser/transformers.js +171 -0
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/tvm.js → tvm.js} +2 -2
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/uff.js → uff.js} +2 -2
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/view.js → view.js} +1406 -1115
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/weka.js → weka.js} +3 -4
- qairt_visualizer/core/ui/dist/browser/worker-EHYFMTM7.js +1 -0
- qairt_visualizer/core/ui/dist/browser/worker-KX5DA6GL.js +4 -0
- qairt_visualizer/core/ui/dist/browser/xgboost.js +59 -0
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/xml.js → xml.js} +2 -2
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/xmodel.js → xmodel.js} +1 -1
- qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/zip.js → zip.js} +38 -41
- qairt_visualizer/core/ui/dist/qairt_visualizer.exe +0 -0
- qairt_visualizer/core/ui/dist/resources/app.asar +0 -0
- {qairt_visualizer-0.5.1.dist-info → qairt_visualizer-0.7.0.dist-info}/METADATA +1 -1
- qairt_visualizer-0.7.0.dist-info/RECORD +265 -0
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/CITATION.cff +0 -10
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/CONTRIBUTING.md +0 -29
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/LICENSE +0 -21
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/README.md +0 -36
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/jenkins/Jenkinsfile +0 -69
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/package-lock.json +0 -5743
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/package.js +0 -689
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/package.json +0 -53
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/package.py +0 -87
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/publish/background.png +0 -0
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/publish/background.svg +0 -5
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/publish/background@2x.png +0 -0
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/publish/electron-builder.json +0 -109
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/publish/eslint.config.js +0 -231
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/publish/forge.config.js +0 -87
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/publish/icon.html +0 -27
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/publish/icon.icns +0 -0
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/publish/icon.icns.svg +0 -175
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/publish/icon.ico +0 -0
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/publish/icon.png +0 -0
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/publish/icon.svg +0 -179
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/publish/notarize.cjs +0 -24
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/publish/pyproject.toml +0 -63
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/publish/setup.py +0 -43
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/resolve_upgrade_merge.sh +0 -10
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/source/__init__.py +0 -41
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/source/cambricon.js +0 -32
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/source/favicon.ico +0 -0
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/source/grapher.css +0 -602
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/source/index.html +0 -2222
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/source/modular.js +0 -81
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/source/onnx.py +0 -227
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/source/pytorch.py +0 -298
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/source/qais/qcontrol.js +0 -207
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/source/qais/qgraph-toolkit.js +0 -123
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/source/qais/qsubgraph.js +0 -226
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/source/qais/qsummary-panel.js +0 -89
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/source/server.js +0 -250
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/test/backend.py +0 -80
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/test/measures.py +0 -27
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/test/models.js +0 -359
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/test/models.json +0 -8523
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/test/worker.js +0 -859
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/armnn +0 -33
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/bigdl +0 -33
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/caffe +0 -37
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/caffe-script.js +0 -12
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/circle +0 -43
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/circle-script.js +0 -87
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/circle_script.js +0 -73
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/cntk +0 -33
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/coreml +0 -49
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/dlc +0 -20
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/dlc.fbs +0 -165
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/dnn +0 -20
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/dnn.proto +0 -79
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/executorch +0 -41
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/flatc.js +0 -1315
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/gguf +0 -22
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/kann +0 -33
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/keras +0 -62
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/keras_metadata.py +0 -205
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/keras_script.py +0 -204
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/mediapipe +0 -72
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/megengine +0 -47
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/megengine-script.js +0 -113
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/megengine_script.js +0 -112
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/mnn +0 -40
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/mslite +0 -45
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/mslite-script.js +0 -83
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/mslite_metadata.js +0 -82
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/nnabla +0 -79
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/nnabla_script.py +0 -145
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/om +0 -26
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/om.proto +0 -204
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/onnx +0 -135
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/onnx_metadata.py +0 -233
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/onnx_script.py +0 -332
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/paddle +0 -38
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/protoc.js +0 -1609
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/pytorch +0 -85
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/pytorch_metadata.py +0 -166
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/pytorch_script.py +0 -404
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/rknn +0 -20
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/rknn.fbs +0 -78
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/sentencepiece +0 -39
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/sklearn +0 -65
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/sklearn_metadata.py +0 -126
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/sklearn_script.py +0 -129
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/tf +0 -97
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/tf_metadata.py +0 -403
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/tf_script.py +0 -422
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/tflite-script.js +0 -87
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/tflite_metadata.js +0 -73
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/uff +0 -20
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/uff.proto +0 -127
- qairt_visualizer/core/ui/dist/browser/assets/netron_plugin/tools/xmodel +0 -36
- qairt_visualizer/core/ui/dist/browser/chunk-3NAQCYEU.js +0 -1
- qairt_visualizer/core/ui/dist/browser/chunk-NFKTPX3Z.js +0 -11
- qairt_visualizer/core/ui/dist/browser/chunk-OMI6HJ5Y.js +0 -19
- qairt_visualizer/core/ui/dist/browser/chunk-TTZXMRJ5.js +0 -34
- qairt_visualizer/core/ui/dist/browser/main-NXPVOKMG.js +0 -1
- qairt_visualizer/core/ui/dist/browser/worker-5VPKG2GV.js +0 -4
- qairt_visualizer/core/ui/dist/browser/worker-UVGWDZ5K.js +0 -1
- qairt_visualizer-0.5.1.dist-info/RECORD +0 -337
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/acuity-metadata.json → acuity-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/armnn-metadata.json → armnn-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/bigdl-metadata.json → bigdl-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/bigdl-proto.js → bigdl-proto.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/caffe-metadata.json → caffe-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/caffe-proto.js → caffe-proto.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/caffe2-metadata.json → caffe2-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/catboost.js → catboost.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/circle-metadata.json → circle-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/cntk-metadata.json → cntk-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/cntk-proto.js → cntk-proto.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/coreml-metadata.json → coreml-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/dl4j-metadata.json → dl4j-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/dlc-metadata.json → dlc-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/dnn-metadata.json → dnn-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/dnn-proto.js → dnn-proto.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/espresso-metadata.json → espresso-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/flexbuffers.js → flexbuffers.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/flux-metadata.json → flux-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/hailo-metadata.json → hailo-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/hdf5.js → hdf5.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/icon.png → icon.png} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/kann-metadata.json → kann-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/kann-schema.js → kann-schema.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/keras-proto.js → keras-proto.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/lasagne-metadata.json → lasagne-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/megengine-metadata.json → megengine-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/megengine-schema.js → megengine-schema.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/mlnet-metadata.json → mlnet-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/mnn-metadata.json → mnn-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/mslite-metadata.json → mslite-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/mslite-schema.js → mslite-schema.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/mxnet-metadata.json → mxnet-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/ncnn-metadata.json → ncnn-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/nnabla-metadata.json → nnabla-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/nnabla-proto.js → nnabla-proto.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/nnc.js → nnc.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/om-metadata.json → om-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/om-proto.js → om-proto.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/onednn-metadata.json → onednn-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/onnx-schema.js → onnx-schema.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/openvino-metadata.json → openvino-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/paddle-metadata.json → paddle-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/paddle-schema.js → paddle-schema.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/protobuf.js → protobuf.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/pytorch-schema.js → pytorch-schema.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/qnn-metadata.json → qnn-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/rknn-metadata.json → rknn-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/rknn-schema.js → rknn-schema.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/sentencepiece-proto.js → sentencepiece-proto.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/tengine-metadata.json → tengine-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/text.js → text.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/tflite-metadata.json → tflite-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/tflite-schema.js → tflite-schema.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/tnn-metadata.json → tnn-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/torch-metadata.json → torch-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/uff-metadata.json → uff-metadata.json} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/uff-proto.js → uff-proto.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/worker.js → worker.js} +0 -0
- /qairt_visualizer/core/ui/dist/browser/{assets/netron_plugin/source/xmodel-proto.js → xmodel-proto.js} +0 -0
- {qairt_visualizer-0.5.1.dist-info → qairt_visualizer-0.7.0.dist-info}/LICENSE.pdf +0 -0
- {qairt_visualizer-0.5.1.dist-info → qairt_visualizer-0.7.0.dist-info}/WHEEL +0 -0
- {qairt_visualizer-0.5.1.dist-info → qairt_visualizer-0.7.0.dist-info}/entry_points.txt +0 -0
- {qairt_visualizer-0.5.1.dist-info → qairt_visualizer-0.7.0.dist-info}/top_level.txt +0 -0
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import{a as k,b as K,d as fp,g as ht}from"./chunk-3NAQCYEU.js";function Z2(t,n){return Object.is(t,n)}var ct=null,aa=!1,hl=1,cn=Symbol("SIGNAL");function be(t){let n=ct;return ct=t,n}function K2(){return ct}function QI(){return aa}var Rr={version:0,lastCleanEpoch:0,dirty:!1,producerNode:void 0,producerLastReadVersion:void 0,producerIndexOfThis:void 0,nextProducerIndex:0,liveConsumerNode:void 0,liveConsumerIndexOfThis:void 0,consumerAllowSignalWrites:!1,consumerIsAlwaysLive:!1,producerMustRecompute:()=>!1,producerRecomputeValue:()=>{},consumerMarkedDirty:()=>{},consumerOnSignalRead:()=>{}};function fl(t){if(aa)throw new Error("");if(ct===null)return;ct.consumerOnSignalRead(t);let n=ct.nextProducerIndex++;if(kl(ct),n<ct.producerNode.length&&ct.producerNode[n]!==t&&ca(ct)){let e=ct.producerNode[n];vl(e,ct.producerIndexOfThis[n])}ct.producerNode[n]!==t&&(ct.producerNode[n]=t,ct.producerIndexOfThis[n]=ca(ct)?tg(t,ct,n):0),ct.producerLastReadVersion[n]=t.version}function $I(){hl++}function X2(t){if(!(ca(t)&&!t.dirty)&&!(!t.dirty&&t.lastCleanEpoch===hl)){if(!t.producerMustRecompute(t)&&!gl(t)){t.dirty=!1,t.lastCleanEpoch=hl;return}t.producerRecomputeValue(t),t.dirty=!1,t.lastCleanEpoch=hl}}function Y2(t){if(t.liveConsumerNode===void 0)return;let n=aa;aa=!0;try{for(let e of t.liveConsumerNode)e.dirty||eg(e)}finally{aa=n}}function J2(){return ct?.consumerAllowSignalWrites!==!1}function eg(t){t.dirty=!0,Y2(t),t.consumerMarkedDirty?.(t)}function la(t){return t&&(t.nextProducerIndex=0),be(t)}function ml(t,n){if(be(n),!(!t||t.producerNode===void 0||t.producerIndexOfThis===void 0||t.producerLastReadVersion===void 0)){if(ca(t))for(let e=t.nextProducerIndex;e<t.producerNode.length;e++)vl(t.producerNode[e],t.producerIndexOfThis[e]);for(;t.producerNode.length>t.nextProducerIndex;)t.producerNode.pop(),t.producerLastReadVersion.pop(),t.producerIndexOfThis.pop()}}function gl(t){kl(t);for(let n=0;n<t.producerNode.length;n++){let e=t.producerNode[n],i=t.producerLastReadVersion[n];if(i!==e.version||(X2(e),i!==e.version))return!0}return!1}function yl(t){if(kl(t),ca(t))for(let n=0;n<t.producerNode.length;n++)vl(t.producerNode[n],t.producerIndexOfThis[n]);t.producerNode.length=t.producerLastReadVersion.length=t.producerIndexOfThis.length=0,t.liveConsumerNode&&(t.liveConsumerNode.length=t.liveConsumerIndexOfThis.length=0)}function tg(t,n,e){if(ng(t),t.liveConsumerNode.length===0&&ig(t))for(let i=0;i<t.producerNode.length;i++)t.producerIndexOfThis[i]=tg(t.producerNode[i],t,i);return t.liveConsumerIndexOfThis.push(e),t.liveConsumerNode.push(n)-1}function vl(t,n){if(ng(t),t.liveConsumerNode.length===1&&ig(t))for(let i=0;i<t.producerNode.length;i++)vl(t.producerNode[i],t.producerIndexOfThis[i]);let e=t.liveConsumerNode.length-1;if(t.liveConsumerNode[n]=t.liveConsumerNode[e],t.liveConsumerIndexOfThis[n]=t.liveConsumerIndexOfThis[e],t.liveConsumerNode.length--,t.liveConsumerIndexOfThis.length--,n<t.liveConsumerNode.length){let i=t.liveConsumerIndexOfThis[n],o=t.liveConsumerNode[n];kl(o),o.producerIndexOfThis[i]=n}}function ca(t){return t.consumerIsAlwaysLive||(t?.liveConsumerNode?.length??0)>0}function kl(t){t.producerNode??=[],t.producerIndexOfThis??=[],t.producerLastReadVersion??=[]}function ng(t){t.liveConsumerNode??=[],t.liveConsumerIndexOfThis??=[]}function ig(t){return t.producerNode!==void 0}function vp(t){let n=Object.create(WI);n.computation=t;let e=()=>{if(X2(n),fl(n),n.value===pl)throw n.error;return n.value};return e[cn]=n,e}var mp=Symbol("UNSET"),gp=Symbol("COMPUTING"),pl=Symbol("ERRORED"),WI=K(k({},Rr),{value:mp,dirty:!0,error:null,equal:Z2,producerMustRecompute(t){return t.value===mp||t.value===gp},producerRecomputeValue(t){if(t.value===gp)throw new Error("Detected cycle in computations.");let n=t.value;t.value=gp;let e=la(t),i;try{i=t.computation()}catch(o){i=pl,t.error=o}finally{ml(t,e)}if(n!==mp&&n!==pl&&i!==pl&&t.equal(n,i)){t.value=n;return}t.value=i,t.version++}});function GI(){throw new Error}var og=GI;function rg(){og()}function sg(t){og=t}var ZI=null;function ag(t){let n=Object.create(kp);n.value=t;let e=()=>(fl(n),n.value);return e[cn]=n,e}function bl(t,n){J2()||rg(),t.equal(t.value,n)||(t.value=n,KI(t))}function cg(t,n){J2()||rg(),bl(t,n(t.value))}var kp=K(k({},Rr),{equal:Z2,value:void 0});function KI(t){t.version++,$I(),Y2(t),ZI?.()}function lg(t,n,e){let i=Object.create(XI);e&&(i.consumerAllowSignalWrites=!0),i.fn=t,i.schedule=n;let o=c=>{i.cleanupFn=c};function r(c){return c.fn===null&&c.schedule===null}function s(c){r(c)||(yl(c),c.cleanupFn(),c.fn=null,c.schedule=null,c.cleanupFn=yp)}let a=()=>{if(i.fn===null)return;if(QI())throw new Error("Schedulers cannot synchronously execute watches while scheduling.");if(i.dirty=!1,i.hasRun&&!gl(i))return;i.hasRun=!0;let c=la(i);try{i.cleanupFn(),i.cleanupFn=yp,i.fn(o)}finally{ml(i,c)}};return i.ref={notify:()=>eg(i),run:a,cleanup:()=>i.cleanupFn(),destroy:()=>s(i),[cn]:i},i.ref}var yp=()=>{},XI=K(k({},Rr),{consumerIsAlwaysLive:!0,consumerAllowSignalWrites:!1,consumerMarkedDirty:t=>{t.schedule!==null&&t.schedule(t.ref)},hasRun:!1,cleanupFn:yp});function oe(t){return typeof t=="function"}function Pr(t){let e=t(i=>{Error.call(i),i.stack=new Error().stack});return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}var xl=Pr(t=>function(e){t(this),this.message=e?`${e.length} errors occurred during unsubscription:
|
|
2
|
-
${e.map((i,o)=>`${o+1}) ${i.toString()}`).join(`
|
|
3
|
-
`)}`:"",this.name="UnsubscriptionError",this.errors=e});function Fo(t,n){if(t){let e=t.indexOf(n);0<=e&&t.splice(e,1)}}var Le=class t{constructor(n){this.initialTeardown=n,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let n;if(!this.closed){this.closed=!0;let{_parentage:e}=this;if(e)if(this._parentage=null,Array.isArray(e))for(let r of e)r.remove(this);else e.remove(this);let{initialTeardown:i}=this;if(oe(i))try{i()}catch(r){n=r instanceof xl?r.errors:[r]}let{_finalizers:o}=this;if(o){this._finalizers=null;for(let r of o)try{dg(r)}catch(s){n=n??[],s instanceof xl?n=[...n,...s.errors]:n.push(s)}}if(n)throw new xl(n)}}add(n){var e;if(n&&n!==this)if(this.closed)dg(n);else{if(n instanceof t){if(n.closed||n._hasParent(this))return;n._addParent(this)}(this._finalizers=(e=this._finalizers)!==null&&e!==void 0?e:[]).push(n)}}_hasParent(n){let{_parentage:e}=this;return e===n||Array.isArray(e)&&e.includes(n)}_addParent(n){let{_parentage:e}=this;this._parentage=Array.isArray(e)?(e.push(n),e):e?[e,n]:n}_removeParent(n){let{_parentage:e}=this;e===n?this._parentage=null:Array.isArray(e)&&Fo(e,n)}remove(n){let{_finalizers:e}=this;e&&Fo(e,n),n instanceof t&&n._removeParent(this)}};Le.EMPTY=(()=>{let t=new Le;return t.closed=!0,t})();var bp=Le.EMPTY;function Cl(t){return t instanceof Le||t&&"closed"in t&&oe(t.remove)&&oe(t.add)&&oe(t.unsubscribe)}function dg(t){oe(t)?t():t.unsubscribe()}var Nn={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};var Fr={setTimeout(t,n,...e){let{delegate:i}=Fr;return i?.setTimeout?i.setTimeout(t,n,...e):setTimeout(t,n,...e)},clearTimeout(t){let{delegate:n}=Fr;return(n?.clearTimeout||clearTimeout)(t)},delegate:void 0};function _l(t){Fr.setTimeout(()=>{let{onUnhandledError:n}=Nn;if(n)n(t);else throw t})}function No(){}var ug=xp("C",void 0,void 0);function hg(t){return xp("E",void 0,t)}function pg(t){return xp("N",t,void 0)}function xp(t,n,e){return{kind:t,value:n,error:e}}var qo=null;function Nr(t){if(Nn.useDeprecatedSynchronousErrorHandling){let n=!qo;if(n&&(qo={errorThrown:!1,error:null}),t(),n){let{errorThrown:e,error:i}=qo;if(qo=null,e)throw i}}else t()}function fg(t){Nn.useDeprecatedSynchronousErrorHandling&&qo&&(qo.errorThrown=!0,qo.error=t)}var Vo=class extends Le{constructor(n){super(),this.isStopped=!1,n?(this.destination=n,Cl(n)&&n.add(this)):this.destination=e4}static create(n,e,i){return new qn(n,e,i)}next(n){this.isStopped?_p(pg(n),this):this._next(n)}error(n){this.isStopped?_p(hg(n),this):(this.isStopped=!0,this._error(n))}complete(){this.isStopped?_p(ug,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(n){this.destination.next(n)}_error(n){try{this.destination.error(n)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}},YI=Function.prototype.bind;function Cp(t,n){return YI.call(t,n)}var wp=class{constructor(n){this.partialObserver=n}next(n){let{partialObserver:e}=this;if(e.next)try{e.next(n)}catch(i){wl(i)}}error(n){let{partialObserver:e}=this;if(e.error)try{e.error(n)}catch(i){wl(i)}else wl(n)}complete(){let{partialObserver:n}=this;if(n.complete)try{n.complete()}catch(e){wl(e)}}},qn=class extends Vo{constructor(n,e,i){super();let o;if(oe(n)||!n)o={next:n??void 0,error:e??void 0,complete:i??void 0};else{let r;this&&Nn.useDeprecatedNextContext?(r=Object.create(n),r.unsubscribe=()=>this.unsubscribe(),o={next:n.next&&Cp(n.next,r),error:n.error&&Cp(n.error,r),complete:n.complete&&Cp(n.complete,r)}):o=n}this.destination=new wp(o)}};function wl(t){Nn.useDeprecatedSynchronousErrorHandling?fg(t):_l(t)}function JI(t){throw t}function _p(t,n){let{onStoppedNotification:e}=Nn;e&&Fr.setTimeout(()=>e(t,n))}var e4={closed:!0,next:No,error:JI,complete:No};var qr=typeof Symbol=="function"&&Symbol.observable||"@@observable";function xt(t){return t}function Mp(...t){return Ip(t)}function Ip(t){return t.length===0?xt:t.length===1?t[0]:function(e){return t.reduce((i,o)=>o(i),e)}}var ae=(()=>{class t{constructor(e){e&&(this._subscribe=e)}lift(e){let i=new t;return i.source=this,i.operator=e,i}subscribe(e,i,o){let r=n4(e)?e:new qn(e,i,o);return Nr(()=>{let{operator:s,source:a}=this;r.add(s?s.call(r,a):a?this._subscribe(r):this._trySubscribe(r))}),r}_trySubscribe(e){try{return this._subscribe(e)}catch(i){e.error(i)}}forEach(e,i){return i=mg(i),new i((o,r)=>{let s=new qn({next:a=>{try{e(a)}catch(c){r(c),s.unsubscribe()}},error:r,complete:o});this.subscribe(s)})}_subscribe(e){var i;return(i=this.source)===null||i===void 0?void 0:i.subscribe(e)}[qr](){return this}pipe(...e){return Ip(e)(this)}toPromise(e){return e=mg(e),new e((i,o)=>{let r;this.subscribe(s=>r=s,s=>o(s),()=>i(r))})}}return t.create=n=>new t(n),t})();function mg(t){var n;return(n=t??Nn.Promise)!==null&&n!==void 0?n:Promise}function t4(t){return t&&oe(t.next)&&oe(t.error)&&oe(t.complete)}function n4(t){return t&&t instanceof Vo||t4(t)&&Cl(t)}function Sp(t){return oe(t?.lift)}function ce(t){return n=>{if(Sp(n))return n.lift(function(e){try{return t(e,this)}catch(i){this.error(i)}});throw new TypeError("Unable to lift unknown Observable type")}}function se(t,n,e,i,o){return new Dp(t,n,e,i,o)}var Dp=class extends Vo{constructor(n,e,i,o,r,s){super(n),this.onFinalize=r,this.shouldUnsubscribe=s,this._next=e?function(a){try{e(a)}catch(c){n.error(c)}}:super._next,this._error=o?function(a){try{o(a)}catch(c){n.error(c)}finally{this.unsubscribe()}}:super._error,this._complete=i?function(){try{i()}catch(a){n.error(a)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var n;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){let{closed:e}=this;super.unsubscribe(),!e&&((n=this.onFinalize)===null||n===void 0||n.call(this))}}};function Vr(){return ce((t,n)=>{let e=null;t._refCount++;let i=se(n,void 0,void 0,void 0,()=>{if(!t||t._refCount<=0||0<--t._refCount){e=null;return}let o=t._connection,r=e;e=null,o&&(!r||o===r)&&o.unsubscribe(),n.unsubscribe()});t.subscribe(i),i.closed||(e=t.connect())})}var Yi=class extends ae{constructor(n,e){super(),this.source=n,this.subjectFactory=e,this._subject=null,this._refCount=0,this._connection=null,Sp(n)&&(this.lift=n.lift)}_subscribe(n){return this.getSubject().subscribe(n)}getSubject(){let n=this._subject;return(!n||n.isStopped)&&(this._subject=this.subjectFactory()),this._subject}_teardown(){this._refCount=0;let{_connection:n}=this;this._subject=this._connection=null,n?.unsubscribe()}connect(){let n=this._connection;if(!n){n=this._connection=new Le;let e=this.getSubject();n.add(this.source.subscribe(se(e,void 0,()=>{this._teardown(),e.complete()},i=>{this._teardown(),e.error(i)},()=>this._teardown()))),n.closed&&(this._connection=null,n=Le.EMPTY)}return n}refCount(){return Vr()(this)}};var jr={schedule(t){let n=requestAnimationFrame,e=cancelAnimationFrame,{delegate:i}=jr;i&&(n=i.requestAnimationFrame,e=i.cancelAnimationFrame);let o=n(r=>{e=void 0,t(r)});return new Le(()=>e?.(o))},requestAnimationFrame(...t){let{delegate:n}=jr;return(n?.requestAnimationFrame||requestAnimationFrame)(...t)},cancelAnimationFrame(...t){let{delegate:n}=jr;return(n?.cancelAnimationFrame||cancelAnimationFrame)(...t)},delegate:void 0};var gg=Pr(t=>function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});var X=(()=>{class t extends ae{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(e){let i=new Ml(this,this);return i.operator=e,i}_throwIfClosed(){if(this.closed)throw new gg}next(e){Nr(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(let i of this.currentObservers)i.next(e)}})}error(e){Nr(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=e;let{observers:i}=this;for(;i.length;)i.shift().error(e)}})}complete(){Nr(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;let{observers:e}=this;for(;e.length;)e.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var e;return((e=this.observers)===null||e===void 0?void 0:e.length)>0}_trySubscribe(e){return this._throwIfClosed(),super._trySubscribe(e)}_subscribe(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)}_innerSubscribe(e){let{hasError:i,isStopped:o,observers:r}=this;return i||o?bp:(this.currentObservers=null,r.push(e),new Le(()=>{this.currentObservers=null,Fo(r,e)}))}_checkFinalizedStatuses(e){let{hasError:i,thrownError:o,isStopped:r}=this;i?e.error(o):r&&e.complete()}asObservable(){let e=new ae;return e.source=this,e}}return t.create=(n,e)=>new Ml(n,e),t})(),Ml=class extends X{constructor(n,e){super(),this.destination=n,this.source=e}next(n){var e,i;(i=(e=this.destination)===null||e===void 0?void 0:e.next)===null||i===void 0||i.call(e,n)}error(n){var e,i;(i=(e=this.destination)===null||e===void 0?void 0:e.error)===null||i===void 0||i.call(e,n)}complete(){var n,e;(e=(n=this.destination)===null||n===void 0?void 0:n.complete)===null||e===void 0||e.call(n)}_subscribe(n){var e,i;return(i=(e=this.source)===null||e===void 0?void 0:e.subscribe(n))!==null&&i!==void 0?i:bp}};var Ye=class extends X{constructor(n){super(),this._value=n}get value(){return this.getValue()}_subscribe(n){let e=super._subscribe(n);return!e.closed&&n.next(this._value),e}getValue(){let{hasError:n,thrownError:e,_value:i}=this;if(n)throw e;return this._throwIfClosed(),i}next(n){super.next(this._value=n)}};var da={now(){return(da.delegate||Date).now()},delegate:void 0};var zr=class extends X{constructor(n=1/0,e=1/0,i=da){super(),this._bufferSize=n,this._windowTime=e,this._timestampProvider=i,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=e===1/0,this._bufferSize=Math.max(1,n),this._windowTime=Math.max(1,e)}next(n){let{isStopped:e,_buffer:i,_infiniteTimeWindow:o,_timestampProvider:r,_windowTime:s}=this;e||(i.push(n),!o&&i.push(r.now()+s)),this._trimBuffer(),super.next(n)}_subscribe(n){this._throwIfClosed(),this._trimBuffer();let e=this._innerSubscribe(n),{_infiniteTimeWindow:i,_buffer:o}=this,r=o.slice();for(let s=0;s<r.length&&!n.closed;s+=i?1:2)n.next(r[s]);return this._checkFinalizedStatuses(n),e}_trimBuffer(){let{_bufferSize:n,_timestampProvider:e,_buffer:i,_infiniteTimeWindow:o}=this,r=(o?1:2)*n;if(n<1/0&&r<i.length&&i.splice(0,i.length-r),!o){let s=e.now(),a=0;for(let c=1;c<i.length&&i[c]<=s;c+=2)a=c;a&&i.splice(0,a+1)}}};var Il=class extends Le{constructor(n,e){super()}schedule(n,e=0){return this}};var ua={setInterval(t,n,...e){let{delegate:i}=ua;return i?.setInterval?i.setInterval(t,n,...e):setInterval(t,n,...e)},clearInterval(t){let{delegate:n}=ua;return(n?.clearInterval||clearInterval)(t)},delegate:void 0};var Ji=class extends Il{constructor(n,e){super(n,e),this.scheduler=n,this.work=e,this.pending=!1}schedule(n,e=0){var i;if(this.closed)return this;this.state=n;let o=this.id,r=this.scheduler;return o!=null&&(this.id=this.recycleAsyncId(r,o,e)),this.pending=!0,this.delay=e,this.id=(i=this.id)!==null&&i!==void 0?i:this.requestAsyncId(r,this.id,e),this}requestAsyncId(n,e,i=0){return ua.setInterval(n.flush.bind(n,this),i)}recycleAsyncId(n,e,i=0){if(i!=null&&this.delay===i&&this.pending===!1)return e;e!=null&&ua.clearInterval(e)}execute(n,e){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;let i=this._execute(n,e);if(i)return i;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(n,e){let i=!1,o;try{this.work(n)}catch(r){i=!0,o=r||new Error("Scheduled action threw falsy error")}if(i)return this.unsubscribe(),o}unsubscribe(){if(!this.closed){let{id:n,scheduler:e}=this,{actions:i}=e;this.work=this.state=this.scheduler=null,this.pending=!1,Fo(i,this),n!=null&&(this.id=this.recycleAsyncId(e,n,null)),this.delay=null,super.unsubscribe()}}};var i4=1,Tp,Ep={};function yg(t){return t in Ep?(delete Ep[t],!0):!1}var vg={setImmediate(t){let n=i4++;return Ep[n]=!0,Tp||(Tp=Promise.resolve()),Tp.then(()=>yg(n)&&t()),n},clearImmediate(t){yg(t)}};var{setImmediate:o4,clearImmediate:r4}=vg,ha={setImmediate(...t){let{delegate:n}=ha;return(n?.setImmediate||o4)(...t)},clearImmediate(t){let{delegate:n}=ha;return(n?.clearImmediate||r4)(t)},delegate:void 0};var Sl=class extends Ji{constructor(n,e){super(n,e),this.scheduler=n,this.work=e}requestAsyncId(n,e,i=0){return i!==null&&i>0?super.requestAsyncId(n,e,i):(n.actions.push(this),n._scheduled||(n._scheduled=ha.setImmediate(n.flush.bind(n,void 0))))}recycleAsyncId(n,e,i=0){var o;if(i!=null?i>0:this.delay>0)return super.recycleAsyncId(n,e,i);let{actions:r}=n;e!=null&&((o=r[r.length-1])===null||o===void 0?void 0:o.id)!==e&&(ha.clearImmediate(e),n._scheduled===e&&(n._scheduled=void 0))}};var Br=class t{constructor(n,e=t.now){this.schedulerActionCtor=n,this.now=e}schedule(n,e=0,i){return new this.schedulerActionCtor(this,n).schedule(i,e)}};Br.now=da.now;var eo=class extends Br{constructor(n,e=Br.now){super(n,e),this.actions=[],this._active=!1}flush(n){let{actions:e}=this;if(this._active){e.push(n);return}let i;this._active=!0;do if(i=n.execute(n.state,n.delay))break;while(n=e.shift());if(this._active=!1,i){for(;n=e.shift();)n.unsubscribe();throw i}}};var Dl=class extends eo{flush(n){this._active=!0;let e=this._scheduled;this._scheduled=void 0;let{actions:i}=this,o;n=n||i.shift();do if(o=n.execute(n.state,n.delay))break;while((n=i[0])&&n.id===e&&i.shift());if(this._active=!1,o){for(;(n=i[0])&&n.id===e&&i.shift();)n.unsubscribe();throw o}}};var Ap=new Dl(Sl);var ti=new eo(Ji),Lp=ti;var Tl=class extends Ji{constructor(n,e){super(n,e),this.scheduler=n,this.work=e}requestAsyncId(n,e,i=0){return i!==null&&i>0?super.requestAsyncId(n,e,i):(n.actions.push(this),n._scheduled||(n._scheduled=jr.requestAnimationFrame(()=>n.flush(void 0))))}recycleAsyncId(n,e,i=0){var o;if(i!=null?i>0:this.delay>0)return super.recycleAsyncId(n,e,i);let{actions:r}=n;e!=null&&((o=r[r.length-1])===null||o===void 0?void 0:o.id)!==e&&(jr.cancelAnimationFrame(e),n._scheduled=void 0)}};var El=class extends eo{flush(n){this._active=!0;let e=this._scheduled;this._scheduled=void 0;let{actions:i}=this,o;n=n||i.shift();do if(o=n.execute(n.state,n.delay))break;while((n=i[0])&&n.id===e&&i.shift());if(this._active=!1,o){for(;(n=i[0])&&n.id===e&&i.shift();)n.unsubscribe();throw o}}};var Op=new El(Tl);var Nt=new ae(t=>t.complete());function Al(t){return t&&oe(t.schedule)}function Rp(t){return t[t.length-1]}function Ll(t){return oe(Rp(t))?t.pop():void 0}function ni(t){return Al(Rp(t))?t.pop():void 0}function kg(t,n){return typeof Rp(t)=="number"?t.pop():n}function xg(t,n,e,i){function o(r){return r instanceof e?r:new e(function(s){s(r)})}return new(e||(e=Promise))(function(r,s){function a(d){try{l(i.next(d))}catch(u){s(u)}}function c(d){try{l(i.throw(d))}catch(u){s(u)}}function l(d){d.done?r(d.value):o(d.value).then(a,c)}l((i=i.apply(t,n||[])).next())})}function bg(t){var n=typeof Symbol=="function"&&Symbol.iterator,e=n&&t[n],i=0;if(e)return e.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&i>=t.length&&(t=void 0),{value:t&&t[i++],done:!t}}};throw new TypeError(n?"Object is not iterable.":"Symbol.iterator is not defined.")}function jo(t){return this instanceof jo?(this.v=t,this):new jo(t)}function Cg(t,n,e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var i=e.apply(t,n||[]),o,r=[];return o=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),a("next"),a("throw"),a("return",s),o[Symbol.asyncIterator]=function(){return this},o;function s(p){return function(v){return Promise.resolve(v).then(p,u)}}function a(p,v){i[p]&&(o[p]=function(w){return new Promise(function(A,F){r.push([p,w,A,F])>1||c(p,w)})},v&&(o[p]=v(o[p])))}function c(p,v){try{l(i[p](v))}catch(w){g(r[0][3],w)}}function l(p){p.value instanceof jo?Promise.resolve(p.value.v).then(d,u):g(r[0][2],p)}function d(p){c("next",p)}function u(p){c("throw",p)}function g(p,v){p(v),r.shift(),r.length&&c(r[0][0],r[0][1])}}function _g(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=t[Symbol.asyncIterator],e;return n?n.call(t):(t=typeof bg=="function"?bg(t):t[Symbol.iterator](),e={},i("next"),i("throw"),i("return"),e[Symbol.asyncIterator]=function(){return this},e);function i(r){e[r]=t[r]&&function(s){return new Promise(function(a,c){s=t[r](s),o(a,c,s.done,s.value)})}}function o(r,s,a,c){Promise.resolve(c).then(function(l){r({value:l,done:a})},s)}}var Hr=t=>t&&typeof t.length=="number"&&typeof t!="function";function Ol(t){return oe(t?.then)}function Rl(t){return oe(t[qr])}function Pl(t){return Symbol.asyncIterator&&oe(t?.[Symbol.asyncIterator])}function Fl(t){return new TypeError(`You provided ${t!==null&&typeof t=="object"?"an invalid object":`'${t}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}function s4(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var Nl=s4();function ql(t){return oe(t?.[Nl])}function Vl(t){return Cg(this,arguments,function*(){let e=t.getReader();try{for(;;){let{value:i,done:o}=yield jo(e.read());if(o)return yield jo(void 0);yield yield jo(i)}}finally{e.releaseLock()}})}function jl(t){return oe(t?.getReader)}function De(t){if(t instanceof ae)return t;if(t!=null){if(Rl(t))return a4(t);if(Hr(t))return c4(t);if(Ol(t))return l4(t);if(Pl(t))return wg(t);if(ql(t))return d4(t);if(jl(t))return u4(t)}throw Fl(t)}function a4(t){return new ae(n=>{let e=t[qr]();if(oe(e.subscribe))return e.subscribe(n);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function c4(t){return new ae(n=>{for(let e=0;e<t.length&&!n.closed;e++)n.next(t[e]);n.complete()})}function l4(t){return new ae(n=>{t.then(e=>{n.closed||(n.next(e),n.complete())},e=>n.error(e)).then(null,_l)})}function d4(t){return new ae(n=>{for(let e of t)if(n.next(e),n.closed)return;n.complete()})}function wg(t){return new ae(n=>{h4(t,n).catch(e=>n.error(e))})}function u4(t){return wg(Vl(t))}function h4(t,n){var e,i,o,r;return xg(this,void 0,void 0,function*(){try{for(e=_g(t);i=yield e.next(),!i.done;){let s=i.value;if(n.next(s),n.closed)return}}catch(s){o={error:s}}finally{try{i&&!i.done&&(r=e.return)&&(yield r.call(e))}finally{if(o)throw o.error}}n.complete()})}function Gt(t,n,e,i=0,o=!1){let r=n.schedule(function(){e(),o?t.add(this.schedule(null,i)):this.unsubscribe()},i);if(t.add(r),!o)return r}function zl(t,n=0){return ce((e,i)=>{e.subscribe(se(i,o=>Gt(i,t,()=>i.next(o),n),()=>Gt(i,t,()=>i.complete(),n),o=>Gt(i,t,()=>i.error(o),n)))})}function Bl(t,n=0){return ce((e,i)=>{i.add(t.schedule(()=>e.subscribe(i),n))})}function Mg(t,n){return De(t).pipe(Bl(n),zl(n))}function Ig(t,n){return De(t).pipe(Bl(n),zl(n))}function Sg(t,n){return new ae(e=>{let i=0;return n.schedule(function(){i===t.length?e.complete():(e.next(t[i++]),e.closed||this.schedule())})})}function Dg(t,n){return new ae(e=>{let i;return Gt(e,n,()=>{i=t[Nl](),Gt(e,n,()=>{let o,r;try{({value:o,done:r}=i.next())}catch(s){e.error(s);return}r?e.complete():e.next(o)},0,!0)}),()=>oe(i?.return)&&i.return()})}function Hl(t,n){if(!t)throw new Error("Iterable cannot be null");return new ae(e=>{Gt(e,n,()=>{let i=t[Symbol.asyncIterator]();Gt(e,n,()=>{i.next().then(o=>{o.done?e.complete():e.next(o.value)})},0,!0)})})}function Tg(t,n){return Hl(Vl(t),n)}function Eg(t,n){if(t!=null){if(Rl(t))return Mg(t,n);if(Hr(t))return Sg(t,n);if(Ol(t))return Ig(t,n);if(Pl(t))return Hl(t,n);if(ql(t))return Dg(t,n);if(jl(t))return Tg(t,n)}throw Fl(t)}function Fe(t,n){return n?Eg(t,n):De(t)}function W(...t){let n=ni(t);return Fe(t,n)}function Ur(t,n){let e=oe(t)?t:()=>t,i=o=>o.error(e());return new ae(n?o=>n.schedule(i,0,o):i)}function Dt(t){return!!t&&(t instanceof ae||oe(t.lift)&&oe(t.subscribe))}var ln=Pr(t=>function(){t(this),this.name="EmptyError",this.message="no elements in sequence"});function p4(t,n){let e=typeof n=="object";return new Promise((i,o)=>{let r=!1,s;t.subscribe({next:a=>{s=a,r=!0},error:o,complete:()=>{r?i(s):e?i(n.defaultValue):o(new ln)}})})}function f4(t,n){let e=typeof n=="object";return new Promise((i,o)=>{let r=new qn({next:s=>{i(s),r.unsubscribe()},error:o,complete:()=>{e?i(n.defaultValue):o(new ln)}});t.subscribe(r)})}function Ag(t){return t instanceof Date&&!isNaN(t)}function ne(t,n){return ce((e,i)=>{let o=0;e.subscribe(se(i,r=>{i.next(t.call(n,r,o++))}))})}var{isArray:m4}=Array;function g4(t,n){return m4(n)?t(...n):t(n)}function Qr(t){return ne(n=>g4(t,n))}var{isArray:y4}=Array,{getPrototypeOf:v4,prototype:k4,keys:b4}=Object;function Ul(t){if(t.length===1){let n=t[0];if(y4(n))return{args:n,keys:null};if(x4(n)){let e=b4(n);return{args:e.map(i=>n[i]),keys:e}}}return{args:t,keys:null}}function x4(t){return t&&typeof t=="object"&&v4(t)===k4}function Ql(t,n){return t.reduce((e,i,o)=>(e[i]=n[o],e),{})}function zo(...t){let n=ni(t),e=Ll(t),{args:i,keys:o}=Ul(t);if(i.length===0)return Fe([],n);let r=new ae(C4(i,n,o?s=>Ql(o,s):xt));return e?r.pipe(Qr(e)):r}function C4(t,n,e=xt){return i=>{Lg(n,()=>{let{length:o}=t,r=new Array(o),s=o,a=o;for(let c=0;c<o;c++)Lg(n,()=>{let l=Fe(t[c],n),d=!1;l.subscribe(se(i,u=>{r[c]=u,d||(d=!0,a--),a||i.next(e(r.slice()))},()=>{--s||i.complete()}))},i)},i)}}function Lg(t,n,e){t?Gt(e,t,n):n()}function Og(t,n,e,i,o,r,s,a){let c=[],l=0,d=0,u=!1,g=()=>{u&&!c.length&&!l&&n.complete()},p=w=>l<i?v(w):c.push(w),v=w=>{r&&n.next(w),l++;let A=!1;De(e(w,d++)).subscribe(se(n,F=>{o?.(F),r?p(F):n.next(F)},()=>{A=!0},void 0,()=>{if(A)try{for(l--;c.length&&l<i;){let F=c.shift();s?Gt(n,s,()=>v(F)):v(F)}g()}catch(F){n.error(F)}}))};return t.subscribe(se(n,p,()=>{u=!0,g()})),()=>{a?.()}}function Ke(t,n,e=1/0){return oe(n)?Ke((i,o)=>ne((r,s)=>n(i,r,o,s))(De(t(i,o))),e):(typeof n=="number"&&(e=n),ce((i,o)=>Og(i,o,t,e)))}function ii(t=1/0){return Ke(xt,t)}function Rg(){return ii(1)}function dn(...t){return Rg()(Fe(t,ni(t)))}function Bo(t){return new ae(n=>{De(t()).subscribe(n)})}function pa(...t){let n=Ll(t),{args:e,keys:i}=Ul(t),o=new ae(r=>{let{length:s}=e;if(!s){r.complete();return}let a=new Array(s),c=s,l=s;for(let d=0;d<s;d++){let u=!1;De(e[d]).subscribe(se(r,g=>{u||(u=!0,l--),a[d]=g},()=>c--,void 0,()=>{(!c||!u)&&(l||r.next(i?Ql(i,a):a),r.complete())}))}});return n?o.pipe(Qr(n)):o}var _4=["addListener","removeListener"],w4=["addEventListener","removeEventListener"],M4=["on","off"];function to(t,n,e,i){if(oe(e)&&(i=e,e=void 0),i)return to(t,n,e).pipe(Qr(i));let[o,r]=D4(t)?w4.map(s=>a=>t[s](n,a,e)):I4(t)?_4.map(Pg(t,n)):S4(t)?M4.map(Pg(t,n)):[];if(!o&&Hr(t))return Ke(s=>to(s,n,e))(De(t));if(!o)throw new TypeError("Invalid event target");return new ae(s=>{let a=(...c)=>s.next(1<c.length?c:c[0]);return o(a),()=>r(a)})}function Pg(t,n){return e=>i=>t[e](n,i)}function I4(t){return oe(t.addListener)&&oe(t.removeListener)}function S4(t){return oe(t.on)&&oe(t.off)}function D4(t){return oe(t.addEventListener)&&oe(t.removeEventListener)}function Ho(t=0,n,e=Lp){let i=-1;return n!=null&&(Al(n)?e=n:i=n),new ae(o=>{let r=Ag(t)?+t-e.now():t;r<0&&(r=0);let s=0;return e.schedule(function(){o.closed||(o.next(s++),0<=i?this.schedule(void 0,i):o.complete())},r)})}function T4(t=0,n=ti){return t<0&&(t=0),Ho(t,t,n)}function Pp(...t){let n=ni(t),e=kg(t,1/0),i=t;return i.length?i.length===1?De(i[0]):ii(e)(Fe(i,n)):Nt}function Oe(t,n){return ce((e,i)=>{let o=0;e.subscribe(se(i,r=>t.call(n,r,o++)&&i.next(r)))})}function Fg(t){return ce((n,e)=>{let i=!1,o=null,r=null,s=!1,a=()=>{if(r?.unsubscribe(),r=null,i){i=!1;let l=o;o=null,e.next(l)}s&&e.complete()},c=()=>{r=null,s&&e.complete()};n.subscribe(se(e,l=>{i=!0,o=l,r||De(t(l)).subscribe(r=se(e,a,c))},()=>{s=!0,(!i||!r||r.closed)&&e.complete()}))})}function fa(t,n=ti){return Fg(()=>Ho(t,n))}function _i(t){return ce((n,e)=>{let i=null,o=!1,r;i=n.subscribe(se(e,void 0,void 0,s=>{r=De(t(s,_i(t)(n))),i?(i.unsubscribe(),i=null,r.subscribe(e)):o=!0})),o&&(i.unsubscribe(),i=null,r.subscribe(e))})}function Ng(t,n,e,i,o){return(r,s)=>{let a=e,c=n,l=0;r.subscribe(se(s,d=>{let u=l++;c=a?t(c,d,u):(a=!0,d),i&&s.next(c)},o&&(()=>{a&&s.next(c),s.complete()})))}}function Vn(t,n){return oe(n)?Ke(t,n,1):Ke(t,1)}function gn(t,n=ti){return ce((e,i)=>{let o=null,r=null,s=null,a=()=>{if(o){o.unsubscribe(),o=null;let l=r;r=null,i.next(l)}};function c(){let l=s+t,d=n.now();if(d<l){o=this.schedule(void 0,l-d),i.add(o);return}a()}e.subscribe(se(i,l=>{r=l,s=n.now(),o||(o=n.schedule(c,t),i.add(o))},()=>{a(),i.complete()},void 0,()=>{r=o=null}))})}function no(t){return ce((n,e)=>{let i=!1;n.subscribe(se(e,o=>{i=!0,e.next(o)},()=>{i||e.next(t),e.complete()}))})}function Je(t){return t<=0?()=>Nt:ce((n,e)=>{let i=0;n.subscribe(se(e,o=>{++i<=t&&(e.next(o),t<=i&&e.complete())}))})}function qg(){return ce((t,n)=>{t.subscribe(se(n,No))})}function io(t){return ne(()=>t)}function Vg(t,n){return n?e=>dn(n.pipe(Je(1),qg()),e.pipe(Vg(t))):Ke((e,i)=>De(t(e,i)).pipe(Je(1),io(e)))}function wi(t,n=xt){return t=t??E4,ce((e,i)=>{let o,r=!0;e.subscribe(se(i,s=>{let a=n(s);(r||!t(o,a))&&(r=!1,o=a,i.next(s))}))})}function E4(t,n){return t===n}function $l(t=A4){return ce((n,e)=>{let i=!1;n.subscribe(se(e,o=>{i=!0,e.next(o)},()=>i?e.complete():e.error(t())))})}function A4(){return new ln}function Uo(t){return ce((n,e)=>{try{n.subscribe(e)}finally{e.add(t)}})}function oi(t,n){let e=arguments.length>=2;return i=>i.pipe(t?Oe((o,r)=>t(o,r,i)):xt,Je(1),e?no(n):$l(()=>new ln))}function $r(t){return t<=0?()=>Nt:ce((n,e)=>{let i=[];n.subscribe(se(e,o=>{i.push(o),t<i.length&&i.shift()},()=>{for(let o of i)e.next(o);e.complete()},void 0,()=>{i=null}))})}function Fp(t,n){let e=arguments.length>=2;return i=>i.pipe(t?Oe((o,r)=>t(o,r,i)):xt,$r(1),e?no(n):$l(()=>new ln))}function Wl(){return ce((t,n)=>{let e,i=!1;t.subscribe(se(n,o=>{let r=e;e=o,i&&n.next([r,o]),i=!0}))})}function Np(t,n){return ce(Ng(t,n,arguments.length>=2,!0))}function jg(t={}){let{connector:n=()=>new X,resetOnError:e=!0,resetOnComplete:i=!0,resetOnRefCountZero:o=!0}=t;return r=>{let s,a,c,l=0,d=!1,u=!1,g=()=>{a?.unsubscribe(),a=void 0},p=()=>{g(),s=c=void 0,d=u=!1},v=()=>{let w=s;p(),w?.unsubscribe()};return ce((w,A)=>{l++,!u&&!d&&g();let F=c=c??n();A.add(()=>{l--,l===0&&!u&&!d&&(a=qp(v,o))}),F.subscribe(A),!s&&l>0&&(s=new qn({next:Z=>F.next(Z),error:Z=>{u=!0,g(),a=qp(p,e,Z),F.error(Z)},complete:()=>{d=!0,g(),a=qp(p,i),F.complete()}}),De(w).subscribe(s))})(r)}}function qp(t,n,...e){if(n===!0){t();return}if(n===!1)return;let i=new qn({next:()=>{i.unsubscribe(),t()}});return De(n(...e)).subscribe(i)}function Wr(t,n,e){let i,o=!1;return t&&typeof t=="object"?{bufferSize:i=1/0,windowTime:n=1/0,refCount:o=!1,scheduler:e}=t:i=t??1/0,jg({connector:()=>new zr(i,n,e),resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:o})}function ma(t){return Oe((n,e)=>t<=e)}function yn(...t){let n=ni(t);return ce((e,i)=>{(n?dn(t,e,n):dn(t,e)).subscribe(i)})}function ot(t,n){return ce((e,i)=>{let o=null,r=0,s=!1,a=()=>s&&!o&&i.complete();e.subscribe(se(i,c=>{o?.unsubscribe();let l=0,d=r++;De(t(c,d)).subscribe(o=se(i,u=>i.next(n?n(c,u,d,l++):u),()=>{o=null,a()}))},()=>{s=!0,a()}))})}function L4(){return ot(xt)}function He(t){return ce((n,e)=>{De(t).subscribe(se(e,()=>e.complete(),No)),!e.closed&&n.subscribe(e)})}function et(t,n,e){let i=oe(t)||n||e?{next:t,error:n,complete:e}:t;return i?ce((o,r)=>{var s;(s=i.subscribe)===null||s===void 0||s.call(i);let a=!0;o.subscribe(se(r,c=>{var l;(l=i.next)===null||l===void 0||l.call(i,c),r.next(c)},()=>{var c;a=!1,(c=i.complete)===null||c===void 0||c.call(i),r.complete()},c=>{var l;a=!1,(l=i.error)===null||l===void 0||l.call(i,c),r.error(c)},()=>{var c,l;a&&((c=i.unsubscribe)===null||c===void 0||c.call(i)),(l=i.finalize)===null||l===void 0||l.call(i)}))}):xt}function zg(t,n){return ce((e,i)=>{let{leading:o=!0,trailing:r=!1}=n??{},s=!1,a=null,c=null,l=!1,d=()=>{c?.unsubscribe(),c=null,r&&(p(),l&&i.complete())},u=()=>{c=null,l&&i.complete()},g=v=>c=De(t(v)).subscribe(se(i,d,u)),p=()=>{if(s){s=!1;let v=a;a=null,i.next(v),!l&&g(v)}};e.subscribe(se(i,v=>{s=!0,a=v,!(c&&!c.closed)&&(o?p():g(v))},()=>{l=!0,!(r&&s&&c&&!c.closed)&&i.complete()}))})}function O4(t,n=ti,e){let i=Ho(t,n);return zg(()=>i,e)}var Ly="https://g.co/ng/security#xss",Q=class extends Error{constructor(n,e){super(Pd(n,e)),this.code=n}};function Pd(t,n){return`${`NG0${Math.abs(t)}`}${n?": "+n:""}`}var Oy=Symbol("InputSignalNode#UNSET"),R4=K(k({},kp),{transformFn:void 0,applyValueToInputSignal(t,n){bl(t,n)}});function Ry(t,n){let e=Object.create(R4);e.value=t,e.transformFn=n?.transform;function i(){if(fl(e),e.value===Oy)throw new Q(-950,!1);return e.value}return i[cn]=e,i}function Ma(t){return{toString:t}.toString()}var Gl="__parameters__";function P4(t){return function(...e){if(t){let i=t(...e);for(let o in i)this[o]=i[o]}}}function sm(t,n,e){return Ma(()=>{let i=P4(n);function o(...r){if(this instanceof o)return i.apply(this,r),this;let s=new o(...r);return a.annotation=s,a;function a(c,l,d){let u=c.hasOwnProperty(Gl)?c[Gl]:Object.defineProperty(c,Gl,{value:[]})[Gl];for(;u.length<=d;)u.push(null);return(u[d]=u[d]||[]).push(s),c}}return e&&(o.prototype=Object.create(e.prototype)),o.prototype.ngMetadataName=t,o.annotationCls=o,o})}var ci=globalThis;function Be(t){for(let n in t)if(t[n]===Be)return n;throw Error("Could not find renamed property on target object.")}function F4(t,n){for(let e in n)n.hasOwnProperty(e)&&!t.hasOwnProperty(e)&&(t[e]=n[e])}function Vt(t){if(typeof t=="string")return t;if(Array.isArray(t))return"["+t.map(Vt).join(", ")+"]";if(t==null)return""+t;if(t.overriddenName)return`${t.overriddenName}`;if(t.name)return`${t.name}`;let n=t.toString();if(n==null)return""+n;let e=n.indexOf(`
|
|
4
|
-
`);return e===-1?n:n.substring(0,e)}function Yp(t,n){return t==null||t===""?n===null?"":n:n==null||n===""?t:t+" "+n}var N4=Be({__forward_ref__:Be});function tt(t){return t.__forward_ref__=tt,t.toString=function(){return Vt(this())},t}function Ct(t){return Py(t)?t():t}function Py(t){return typeof t=="function"&&t.hasOwnProperty(N4)&&t.__forward_ref__===tt}function E(t){return{token:t.token,providedIn:t.providedIn||null,factory:t.factory,value:void 0}}function B(t){return{providers:t.providers||[],imports:t.imports||[]}}function Fd(t){return Bg(t,Ny)||Bg(t,qy)}function Fy(t){return Fd(t)!==null}function Bg(t,n){return t.hasOwnProperty(n)?t[n]:null}function q4(t){let n=t&&(t[Ny]||t[qy]);return n||null}function Hg(t){return t&&(t.hasOwnProperty(Ug)||t.hasOwnProperty(V4))?t[Ug]:null}var Ny=Be({\u0275prov:Be}),Ug=Be({\u0275inj:Be}),qy=Be({ngInjectableDef:Be}),V4=Be({ngInjectorDef:Be}),O=class{constructor(n,e){this._desc=n,this.ngMetadataName="InjectionToken",this.\u0275prov=void 0,typeof e=="number"?this.__NG_ELEMENT_ID__=e:e!==void 0&&(this.\u0275prov=E({token:this,providedIn:e.providedIn||"root",factory:e.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}};function Vy(t){return t&&!!t.\u0275providers}var j4=Be({\u0275cmp:Be}),z4=Be({\u0275dir:Be}),B4=Be({\u0275pipe:Be}),H4=Be({\u0275mod:Be}),sd=Be({\u0275fac:Be}),ya=Be({__NG_ELEMENT_ID__:Be}),Qg=Be({__NG_ENV_ID__:Be});function Qo(t){return typeof t=="string"?t:t==null?"":String(t)}function U4(t){return typeof t=="function"?t.name||t.toString():typeof t=="object"&&t!=null&&typeof t.type=="function"?t.type.name||t.type.toString():Qo(t)}function Q4(t,n){let e=n?`. Dependency path: ${n.join(" > ")} > ${t}`:"";throw new Q(-200,t)}function am(t,n){throw new Q(-201,!1)}var xe=function(t){return t[t.Default=0]="Default",t[t.Host=1]="Host",t[t.Self=2]="Self",t[t.SkipSelf=4]="SkipSelf",t[t.Optional=8]="Optional",t}(xe||{}),Jp;function jy(){return Jp}function Zt(t){let n=Jp;return Jp=t,n}function zy(t,n,e){let i=Fd(t);if(i&&i.providedIn=="root")return i.value===void 0?i.value=i.factory():i.value;if(e&xe.Optional)return null;if(n!==void 0)return n;am(t,"Injector")}var $4={},va=$4,ef="__NG_DI_FLAG__",ad="ngTempTokenPath",W4="ngTokenPath",G4=/\n/gm,Z4="\u0275",$g="__source",Xr;function K4(){return Xr}function oo(t){let n=Xr;return Xr=t,n}function X4(t,n=xe.Default){if(Xr===void 0)throw new Q(-203,!1);return Xr===null?zy(t,void 0,n):Xr.get(t,n&xe.Optional?null:void 0,n)}function I(t,n=xe.Default){return(jy()||X4)(Ct(t),n)}function M(t,n=xe.Default){return I(t,Nd(n))}function Nd(t){return typeof t>"u"||typeof t=="number"?t:0|(t.optional&&8)|(t.host&&1)|(t.self&&2)|(t.skipSelf&&4)}function tf(t){let n=[];for(let e=0;e<t.length;e++){let i=Ct(t[e]);if(Array.isArray(i)){if(i.length===0)throw new Q(900,!1);let o,r=xe.Default;for(let s=0;s<i.length;s++){let a=i[s],c=Y4(a);typeof c=="number"?c===-1?o=a.token:r|=c:o=a}n.push(I(o,r))}else n.push(I(i))}return n}function cm(t,n){return t[ef]=n,t.prototype[ef]=n,t}function Y4(t){return t[ef]}function J4(t,n,e,i){let o=t[ad];throw n[$g]&&o.unshift(n[$g]),t.message=eS(`
|
|
5
|
-
`+t.message,o,e,i),t[W4]=o,t[ad]=null,t}function eS(t,n,e,i=null){t=t&&t.charAt(0)===`
|
|
6
|
-
`&&t.charAt(1)==Z4?t.slice(2):t;let o=Vt(n);if(Array.isArray(n))o=n.map(Vt).join(" -> ");else if(typeof n=="object"){let r=[];for(let s in n)if(n.hasOwnProperty(s)){let a=n[s];r.push(s+":"+(typeof a=="string"?JSON.stringify(a):Vt(a)))}o=`{${r.join(", ")}}`}return`${e}${i?"("+i+")":""}[${o}]: ${t.replace(G4,`
|
|
7
|
-
`)}`}var By=cm(sm("Inject",t=>({token:t})),-1),Ei=cm(sm("Optional"),8);var qd=cm(sm("SkipSelf"),4);function Wo(t,n){let e=t.hasOwnProperty(sd);return e?t[sd]:null}function tS(t,n,e){if(t.length!==n.length)return!1;for(let i=0;i<t.length;i++){let o=t[i],r=n[i];if(e&&(o=e(o),r=e(r)),r!==o)return!1}return!0}function nS(t){return t.flat(Number.POSITIVE_INFINITY)}function lm(t,n){t.forEach(e=>Array.isArray(e)?lm(e,n):n(e))}function Hy(t,n,e){n>=t.length?t.push(e):t.splice(n,0,e)}function cd(t,n){return n>=t.length-1?t.pop():t.splice(n,1)[0]}function iS(t,n){let e=[];for(let i=0;i<t;i++)e.push(n);return e}function oS(t,n,e,i){let o=t.length;if(o==n)t.push(e,i);else if(o===1)t.push(i,t[0]),t[0]=e;else{for(o--,t.push(t[o-1],t[o]);o>n;){let r=o-2;t[o]=t[r],o--}t[n]=e,t[n+1]=i}}function Vd(t,n,e){let i=Ia(t,n);return i>=0?t[i|1]=e:(i=~i,oS(t,i,n,e)),i}function Vp(t,n){let e=Ia(t,n);if(e>=0)return t[e|1]}function Ia(t,n){return rS(t,n,1)}function rS(t,n,e){let i=0,o=t.length>>e;for(;o!==i;){let r=i+(o-i>>1),s=t[r<<e];if(n===s)return r<<e;s>n?o=r:i=r+1}return~(o<<e)}var Mi={},qt=[],Jr=new O(""),Uy=new O("",-1),Qy=new O(""),ld=class{get(n,e=va){if(e===va){let i=new Error(`NullInjectorError: No provider for ${Vt(n)}!`);throw i.name="NullInjectorError",i}return e}},$y=function(t){return t[t.OnPush=0]="OnPush",t[t.Default=1]="Default",t}($y||{}),li=function(t){return t[t.Emulated=0]="Emulated",t[t.None=2]="None",t[t.ShadowDom=3]="ShadowDom",t}(li||{}),ao=function(t){return t[t.None=0]="None",t[t.SignalBased=1]="SignalBased",t[t.HasDecoratorInputTransform=2]="HasDecoratorInputTransform",t}(ao||{});function sS(t,n,e){let i=t.length;for(;;){let o=t.indexOf(n,e);if(o===-1)return o;if(o===0||t.charCodeAt(o-1)<=32){let r=n.length;if(o+r===i||t.charCodeAt(o+r)<=32)return o}e=o+1}}function nf(t,n,e){let i=0;for(;i<e.length;){let o=e[i];if(typeof o=="number"){if(o!==0)break;i++;let r=e[i++],s=e[i++],a=e[i++];t.setAttribute(n,s,a,r)}else{let r=o,s=e[++i];aS(r)?t.setProperty(n,r,s):t.setAttribute(n,r,s),i++}}return i}function Wy(t){return t===3||t===4||t===6}function aS(t){return t.charCodeAt(0)===64}function ka(t,n){if(!(n===null||n.length===0))if(t===null||t.length===0)t=n.slice();else{let e=-1;for(let i=0;i<n.length;i++){let o=n[i];typeof o=="number"?e=o:e===0||(e===-1||e===2?Wg(t,e,o,null,n[++i]):Wg(t,e,o,null,null))}}return t}function Wg(t,n,e,i,o){let r=0,s=t.length;if(n===-1)s=-1;else for(;r<t.length;){let a=t[r++];if(typeof a=="number"){if(a===n){s=-1;break}else if(a>n){s=r-1;break}}}for(;r<t.length;){let a=t[r];if(typeof a=="number")break;if(a===e){if(i===null){o!==null&&(t[r+1]=o);return}else if(i===t[r+1]){t[r+2]=o;return}}r++,i!==null&&r++,o!==null&&r++}s!==-1&&(t.splice(s,0,n),r=s+1),t.splice(r++,0,e),i!==null&&t.splice(r++,0,i),o!==null&&t.splice(r++,0,o)}var Gy="ng-template";function cS(t,n,e,i){let o=0;if(i){for(;o<n.length&&typeof n[o]=="string";o+=2)if(n[o]==="class"&&sS(n[o+1].toLowerCase(),e,0)!==-1)return!0}else if(dm(t))return!1;if(o=n.indexOf(1,o),o>-1){let r;for(;++o<n.length&&typeof(r=n[o])=="string";)if(r.toLowerCase()===e)return!0}return!1}function dm(t){return t.type===4&&t.value!==Gy}function lS(t,n,e){let i=t.type===4&&!e?Gy:t.value;return n===i}function dS(t,n,e){let i=4,o=t.attrs,r=o!==null?pS(o):0,s=!1;for(let a=0;a<n.length;a++){let c=n[a];if(typeof c=="number"){if(!s&&!jn(i)&&!jn(c))return!1;if(s&&jn(c))continue;s=!1,i=c|i&1;continue}if(!s)if(i&4){if(i=2|i&1,c!==""&&!lS(t,c,e)||c===""&&n.length===1){if(jn(i))return!1;s=!0}}else if(i&8){if(o===null||!cS(t,o,c,e)){if(jn(i))return!1;s=!0}}else{let l=n[++a],d=uS(c,o,dm(t),e);if(d===-1){if(jn(i))return!1;s=!0;continue}if(l!==""){let u;if(d>r?u="":u=o[d+1].toLowerCase(),i&2&&l!==u){if(jn(i))return!1;s=!0}}}}return jn(i)||s}function jn(t){return(t&1)===0}function uS(t,n,e,i){if(n===null)return-1;let o=0;if(i||!e){let r=!1;for(;o<n.length;){let s=n[o];if(s===t)return o;if(s===3||s===6)r=!0;else if(s===1||s===2){let a=n[++o];for(;typeof a=="string";)a=n[++o];continue}else{if(s===4)break;if(s===0){o+=4;continue}}o+=r?1:2}return-1}else return fS(n,t)}function Zy(t,n,e=!1){for(let i=0;i<n.length;i++)if(dS(t,n[i],e))return!0;return!1}function hS(t){let n=t.attrs;if(n!=null){let e=n.indexOf(5);if(!(e&1))return n[e+1]}return null}function pS(t){for(let n=0;n<t.length;n++){let e=t[n];if(Wy(e))return n}return t.length}function fS(t,n){let e=t.indexOf(4);if(e>-1)for(e++;e<t.length;){let i=t[e];if(typeof i=="number")return-1;if(i===n)return e;e++}return-1}function mS(t,n){e:for(let e=0;e<n.length;e++){let i=n[e];if(t.length===i.length){for(let o=0;o<t.length;o++)if(t[o]!==i[o])continue e;return!0}}return!1}function Gg(t,n){return t?":not("+n.trim()+")":n}function gS(t){let n=t[0],e=1,i=2,o="",r=!1;for(;e<t.length;){let s=t[e];if(typeof s=="string")if(i&2){let a=t[++e];o+="["+s+(a.length>0?'="'+a+'"':"")+"]"}else i&8?o+="."+s:i&4&&(o+=" "+s);else o!==""&&!jn(s)&&(n+=Gg(r,o),o=""),i=s,r=r||!jn(i);e++}return o!==""&&(n+=Gg(r,o)),n}function yS(t){return t.map(gS).join(",")}function vS(t){let n=[],e=[],i=1,o=2;for(;i<t.length;){let r=t[i];if(typeof r=="string")o===2?r!==""&&n.push(r,t[++i]):o===8&&e.push(r);else{if(!jn(o))break;o=r}i++}return{attrs:n,classes:e}}function $(t){return Ma(()=>{let n=Jy(t),e=K(k({},n),{decls:t.decls,vars:t.vars,template:t.template,consts:t.consts||null,ngContentSelectors:t.ngContentSelectors,onPush:t.changeDetection===$y.OnPush,directiveDefs:null,pipeDefs:null,dependencies:n.standalone&&t.dependencies||null,getStandaloneInjector:null,signals:t.signals??!1,data:t.data||{},encapsulation:t.encapsulation||li.Emulated,styles:t.styles||qt,_:null,schemas:t.schemas||null,tView:null,id:""});ev(e);let i=t.dependencies;return e.directiveDefs=Kg(i,!1),e.pipeDefs=Kg(i,!0),e.id=xS(e),e})}function kS(t){return Ii(t)||um(t)}function bS(t){return t!==null}function H(t){return Ma(()=>({type:t.type,bootstrap:t.bootstrap||qt,declarations:t.declarations||qt,imports:t.imports||qt,exports:t.exports||qt,transitiveCompileScopes:null,schemas:t.schemas||null,id:t.id||null}))}function Zg(t,n){if(t==null)return Mi;let e={};for(let i in t)if(t.hasOwnProperty(i)){let o=t[i],r,s,a=ao.None;Array.isArray(o)?(a=o[0],r=o[1],s=o[2]??r):(r=o,s=o),n?(e[r]=a!==ao.None?[i,a]:i,n[r]=s):e[r]=i}return e}function Y(t){return Ma(()=>{let n=Jy(t);return ev(n),n})}function Sa(t){return{type:t.type,name:t.name,factory:null,pure:t.pure!==!1,standalone:t.standalone===!0,onDestroy:t.type.prototype.ngOnDestroy||null}}function Ii(t){return t[j4]||null}function um(t){return t[z4]||null}function Ky(t){return t[B4]||null}function Xy(t){let n=Ii(t)||um(t)||Ky(t);return n!==null?n.standalone:!1}function Yy(t,n){let e=t[H4]||null;if(!e&&n===!0)throw new Error(`Type ${Vt(t)} does not have '\u0275mod' property.`);return e}function Jy(t){let n={};return{type:t.type,providersResolver:null,factory:null,hostBindings:t.hostBindings||null,hostVars:t.hostVars||0,hostAttrs:t.hostAttrs||null,contentQueries:t.contentQueries||null,declaredInputs:n,inputTransforms:null,inputConfig:t.inputs||Mi,exportAs:t.exportAs||null,standalone:t.standalone===!0,signals:t.signals===!0,selectors:t.selectors||qt,viewQuery:t.viewQuery||null,features:t.features||null,setInput:null,findHostDirectiveDefs:null,hostDirectives:null,inputs:Zg(t.inputs,n),outputs:Zg(t.outputs),debugInfo:null}}function ev(t){t.features?.forEach(n=>n(t))}function Kg(t,n){if(!t)return null;let e=n?Ky:kS;return()=>(typeof t=="function"?t():t).map(i=>e(i)).filter(bS)}function xS(t){let n=0,e=[t.selectors,t.ngContentSelectors,t.hostVars,t.hostAttrs,t.consts,t.vars,t.decls,t.encapsulation,t.standalone,t.signals,t.exportAs,JSON.stringify(t.inputs),JSON.stringify(t.outputs),Object.getOwnPropertyNames(t.type.prototype),!!t.contentQueries,!!t.viewQuery].join("|");for(let o of e)n=Math.imul(31,n)+o.charCodeAt(0)<<0;return n+=2147483648,"c"+n}function Da(t){return{\u0275providers:t}}function CS(...t){return{\u0275providers:tv(!0,t),\u0275fromNgModule:!0}}function tv(t,...n){let e=[],i=new Set,o,r=s=>{e.push(s)};return lm(n,s=>{let a=s;of(a,r,[],i)&&(o||=[],o.push(a))}),o!==void 0&&nv(o,r),e}function nv(t,n){for(let e=0;e<t.length;e++){let{ngModule:i,providers:o}=t[e];hm(o,r=>{n(r,i)})}}function of(t,n,e,i){if(t=Ct(t),!t)return!1;let o=null,r=Hg(t),s=!r&&Ii(t);if(!r&&!s){let c=t.ngModule;if(r=Hg(c),r)o=c;else return!1}else{if(s&&!s.standalone)return!1;o=t}let a=i.has(o);if(s){if(a)return!1;if(i.add(o),s.dependencies){let c=typeof s.dependencies=="function"?s.dependencies():s.dependencies;for(let l of c)of(l,n,e,i)}}else if(r){if(r.imports!=null&&!a){i.add(o);let l;try{lm(r.imports,d=>{of(d,n,e,i)&&(l||=[],l.push(d))})}finally{}l!==void 0&&nv(l,n)}if(!a){let l=Wo(o)||(()=>new o);n({provide:o,useFactory:l,deps:qt},o),n({provide:Qy,useValue:o,multi:!0},o),n({provide:Jr,useValue:()=>I(o),multi:!0},o)}let c=r.providers;if(c!=null&&!a){let l=t;hm(c,d=>{n(d,l)})}}else return!1;return o!==t&&t.providers!==void 0}function hm(t,n){for(let e of t)Vy(e)&&(e=e.\u0275providers),Array.isArray(e)?hm(e,n):n(e)}var _S=Be({provide:String,useValue:Be});function iv(t){return t!==null&&typeof t=="object"&&_S in t}function wS(t){return!!(t&&t.useExisting)}function MS(t){return!!(t&&t.useFactory)}function es(t){return typeof t=="function"}function IS(t){return!!t.useClass}var jd=new O(""),Jl={},SS={},jp;function zd(){return jp===void 0&&(jp=new ld),jp}var jt=class{},ba=class extends jt{get destroyed(){return this._destroyed}constructor(n,e,i,o){super(),this.parent=e,this.source=i,this.scopes=o,this.records=new Map,this._ngOnDestroyHooks=new Set,this._onDestroyHooks=[],this._destroyed=!1,sf(n,s=>this.processProvider(s)),this.records.set(Uy,Gr(void 0,this)),o.has("environment")&&this.records.set(jt,Gr(void 0,this));let r=this.records.get(jd);r!=null&&typeof r.value=="string"&&this.scopes.add(r.value),this.injectorDefTypes=new Set(this.get(Qy,qt,xe.Self))}destroy(){this.assertNotDestroyed(),this._destroyed=!0;let n=be(null);try{for(let i of this._ngOnDestroyHooks)i.ngOnDestroy();let e=this._onDestroyHooks;this._onDestroyHooks=[];for(let i of e)i()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),be(n)}}onDestroy(n){return this.assertNotDestroyed(),this._onDestroyHooks.push(n),()=>this.removeOnDestroy(n)}runInContext(n){this.assertNotDestroyed();let e=oo(this),i=Zt(void 0),o;try{return n()}finally{oo(e),Zt(i)}}get(n,e=va,i=xe.Default){if(this.assertNotDestroyed(),n.hasOwnProperty(Qg))return n[Qg](this);i=Nd(i);let o,r=oo(this),s=Zt(void 0);try{if(!(i&xe.SkipSelf)){let c=this.records.get(n);if(c===void 0){let l=LS(n)&&Fd(n);l&&this.injectableDefInScope(l)?c=Gr(rf(n),Jl):c=null,this.records.set(n,c)}if(c!=null)return this.hydrate(n,c)}let a=i&xe.Self?zd():this.parent;return e=i&xe.Optional&&e===va?null:e,a.get(n,e)}catch(a){if(a.name==="NullInjectorError"){if((a[ad]=a[ad]||[]).unshift(Vt(n)),r)throw a;return J4(a,n,"R3InjectorError",this.source)}else throw a}finally{Zt(s),oo(r)}}resolveInjectorInitializers(){let n=be(null),e=oo(this),i=Zt(void 0),o;try{let r=this.get(Jr,qt,xe.Self);for(let s of r)s()}finally{oo(e),Zt(i),be(n)}}toString(){let n=[],e=this.records;for(let i of e.keys())n.push(Vt(i));return`R3Injector[${n.join(", ")}]`}assertNotDestroyed(){if(this._destroyed)throw new Q(205,!1)}processProvider(n){n=Ct(n);let e=es(n)?n:Ct(n&&n.provide),i=TS(n);if(!es(n)&&n.multi===!0){let o=this.records.get(e);o||(o=Gr(void 0,Jl,!0),o.factory=()=>tf(o.multi),this.records.set(e,o)),e=n,o.multi.push(n)}this.records.set(e,i)}hydrate(n,e){let i=be(null);try{return e.value===Jl&&(e.value=SS,e.value=e.factory()),typeof e.value=="object"&&e.value&&AS(e.value)&&this._ngOnDestroyHooks.add(e.value),e.value}finally{be(i)}}injectableDefInScope(n){if(!n.providedIn)return!1;let e=Ct(n.providedIn);return typeof e=="string"?e==="any"||this.scopes.has(e):this.injectorDefTypes.has(e)}removeOnDestroy(n){let e=this._onDestroyHooks.indexOf(n);e!==-1&&this._onDestroyHooks.splice(e,1)}};function rf(t){let n=Fd(t),e=n!==null?n.factory:Wo(t);if(e!==null)return e;if(t instanceof O)throw new Q(204,!1);if(t instanceof Function)return DS(t);throw new Q(204,!1)}function DS(t){if(t.length>0)throw new Q(204,!1);let e=q4(t);return e!==null?()=>e.factory(t):()=>new t}function TS(t){if(iv(t))return Gr(void 0,t.useValue);{let n=ov(t);return Gr(n,Jl)}}function ov(t,n,e){let i;if(es(t)){let o=Ct(t);return Wo(o)||rf(o)}else if(iv(t))i=()=>Ct(t.useValue);else if(MS(t))i=()=>t.useFactory(...tf(t.deps||[]));else if(wS(t))i=()=>I(Ct(t.useExisting));else{let o=Ct(t&&(t.useClass||t.provide));if(ES(t))i=()=>new o(...tf(t.deps));else return Wo(o)||rf(o)}return i}function Gr(t,n,e=!1){return{factory:t,value:n,multi:e?[]:void 0}}function ES(t){return!!t.deps}function AS(t){return t!==null&&typeof t=="object"&&typeof t.ngOnDestroy=="function"}function LS(t){return typeof t=="function"||typeof t=="object"&&t instanceof O}function sf(t,n){for(let e of t)Array.isArray(e)?sf(e,n):e&&Vy(e)?sf(e.\u0275providers,n):n(e)}function zt(t,n){t instanceof ba&&t.assertNotDestroyed();let e,i=oo(t),o=Zt(void 0);try{return n()}finally{oo(i),Zt(o)}}function rv(){return jy()!==void 0||K4()!=null}function po(t){if(!rv())throw new Q(-203,!1)}function OS(t){return typeof t=="function"}var hi=0,ue=1,le=2,Et=3,zn=4,Yt=5,ts=6,dd=7,_t=8,ns=9,di=10,We=11,xa=12,Xg=13,ds=14,Kt=15,Go=16,Zr=17,Si=18,Bd=19,sv=20,ro=21,ed=22,vn=23,pt=25,pm=1;var Zo=7,ud=8,is=9,Tt=10,hd=function(t){return t[t.None=0]="None",t[t.HasTransplantedViews=2]="HasTransplantedViews",t}(hd||{});function so(t){return Array.isArray(t)&&typeof t[pm]=="object"}function Ai(t){return Array.isArray(t)&&t[pm]===!0}function fm(t){return(t.flags&4)!==0}function Hd(t){return t.componentOffset>-1}function Ud(t){return(t.flags&1)===1}function Di(t){return!!t.template}function af(t){return(t[le]&512)!==0}var cf=class{constructor(n,e,i){this.previousValue=n,this.currentValue=e,this.firstChange=i}isFirstChange(){return this.firstChange}};function av(t,n,e,i){n!==null?n.applyValueToInputSignal(n,i):t[e]=i}function J(){return cv}function cv(t){return t.type.prototype.ngOnChanges&&(t.setInput=PS),RS}J.ngInherit=!0;function RS(){let t=dv(this),n=t?.current;if(n){let e=t.previous;if(e===Mi)t.previous=n;else for(let i in n)e[i]=n[i];t.current=null,this.ngOnChanges(n)}}function PS(t,n,e,i,o){let r=this.declaredInputs[i],s=dv(t)||FS(t,{previous:Mi,current:null}),a=s.current||(s.current={}),c=s.previous,l=c[r];a[r]=new cf(l&&l.currentValue,e,c===Mi),av(t,n,o,e)}var lv="__ngSimpleChanges__";function dv(t){return t[lv]||null}function FS(t,n){return t[lv]=n}var Yg=null;var ri=function(t,n,e){Yg?.(t,n,e)},uv="svg",NS="math";function ui(t){for(;Array.isArray(t);)t=t[hi];return t}function qS(t){for(;Array.isArray(t);){if(typeof t[pm]=="object")return t;t=t[hi]}return null}function hv(t,n){return ui(n[t])}function bn(t,n){return ui(n[t.index])}function mm(t,n){return t.data[n]}function gm(t,n){return t[n]}function fo(t,n){let e=n[t];return so(e)?e:e[hi]}function VS(t){return(t[le]&4)===4}function ym(t){return(t[le]&128)===128}function jS(t){return Ai(t[Et])}function co(t,n){return n==null?null:t[n]}function pv(t){t[Zr]=0}function fv(t){t[le]&1024||(t[le]|=1024,ym(t)&&$d(t))}function zS(t,n){for(;t>0;)n=n[ds],t--;return n}function Qd(t){return!!(t[le]&9216||t[vn]?.dirty)}function lf(t){t[di].changeDetectionScheduler?.notify(8),t[le]&64&&(t[le]|=1024),Qd(t)&&$d(t)}function $d(t){t[di].changeDetectionScheduler?.notify(0);let n=Ko(t);for(;n!==null&&!(n[le]&8192||(n[le]|=8192,!ym(n)));)n=Ko(n)}function mv(t,n){if((t[le]&256)===256)throw new Q(911,!1);t[ro]===null&&(t[ro]=[]),t[ro].push(n)}function BS(t,n){if(t[ro]===null)return;let e=t[ro].indexOf(n);e!==-1&&t[ro].splice(e,1)}function Ko(t){let n=t[Et];return Ai(n)?n[Et]:n}var pe={lFrame:_v(null),bindingsEnabled:!0,skipHydrationRootTNode:null};var gv=!1;function HS(){return pe.lFrame.elementDepthCount}function US(){pe.lFrame.elementDepthCount++}function QS(){pe.lFrame.elementDepthCount--}function yv(){return pe.bindingsEnabled}function vv(){return pe.skipHydrationRootTNode!==null}function $S(t){return pe.skipHydrationRootTNode===t}function WS(){pe.skipHydrationRootTNode=null}function re(){return pe.lFrame.lView}function Ue(){return pe.lFrame.tView}function q(t){return pe.lFrame.contextLView=t,t[_t]}function V(t){return pe.lFrame.contextLView=null,t}function ft(){let t=kv();for(;t!==null&&t.type===64;)t=t.parent;return t}function kv(){return pe.lFrame.currentTNode}function GS(){let t=pe.lFrame,n=t.currentTNode;return t.isParent?n:n.parent}function ir(t,n){let e=pe.lFrame;e.currentTNode=t,e.isParent=n}function vm(){return pe.lFrame.isParent}function km(){pe.lFrame.isParent=!1}function ZS(){return pe.lFrame.contextLView}function bv(){return gv}function Jg(t){gv=t}function us(){let t=pe.lFrame,n=t.bindingRootIndex;return n===-1&&(n=t.bindingRootIndex=t.tView.bindingStartIndex),n}function KS(){return pe.lFrame.bindingIndex}function XS(t){return pe.lFrame.bindingIndex=t}function mo(){return pe.lFrame.bindingIndex++}function bm(t){let n=pe.lFrame,e=n.bindingIndex;return n.bindingIndex=n.bindingIndex+t,e}function YS(){return pe.lFrame.inI18n}function JS(t,n){let e=pe.lFrame;e.bindingIndex=e.bindingRootIndex=t,df(n)}function e3(){return pe.lFrame.currentDirectiveIndex}function df(t){pe.lFrame.currentDirectiveIndex=t}function xm(t){let n=pe.lFrame.currentDirectiveIndex;return n===-1?null:t[n]}function Cm(){return pe.lFrame.currentQueryIndex}function Wd(t){pe.lFrame.currentQueryIndex=t}function t3(t){let n=t[ue];return n.type===2?n.declTNode:n.type===1?t[Yt]:null}function xv(t,n,e){if(e&xe.SkipSelf){let o=n,r=t;for(;o=o.parent,o===null&&!(e&xe.Host);)if(o=t3(r),o===null||(r=r[ds],o.type&10))break;if(o===null)return!1;n=o,t=r}let i=pe.lFrame=Cv();return i.currentTNode=n,i.lView=t,!0}function _m(t){let n=Cv(),e=t[ue];pe.lFrame=n,n.currentTNode=e.firstChild,n.lView=t,n.tView=e,n.contextLView=t,n.bindingIndex=e.bindingStartIndex,n.inI18n=!1}function Cv(){let t=pe.lFrame,n=t===null?null:t.child;return n===null?_v(t):n}function _v(t){let n={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:t,child:null,inI18n:!1};return t!==null&&(t.child=n),n}function wv(){let t=pe.lFrame;return pe.lFrame=t.parent,t.currentTNode=null,t.lView=null,t}var Mv=wv;function wm(){let t=wv();t.isParent=!0,t.tView=null,t.selectedIndex=-1,t.contextLView=null,t.elementDepthCount=0,t.currentDirectiveIndex=-1,t.currentNamespace=null,t.bindingRootIndex=-1,t.bindingIndex=-1,t.currentQueryIndex=0}function n3(t){return(pe.lFrame.contextLView=zS(t,pe.lFrame.contextLView))[_t]}function Li(){return pe.lFrame.selectedIndex}function Xo(t){pe.lFrame.selectedIndex=t}function hs(){let t=pe.lFrame;return mm(t.tView,t.selectedIndex)}function Mm(){pe.lFrame.currentNamespace=uv}function i3(){return pe.lFrame.currentNamespace}var Iv=!0;function Gd(){return Iv}function Zd(t){Iv=t}function o3(t,n,e){let{ngOnChanges:i,ngOnInit:o,ngDoCheck:r}=n.type.prototype;if(i){let s=cv(n);(e.preOrderHooks??=[]).push(t,s),(e.preOrderCheckHooks??=[]).push(t,s)}o&&(e.preOrderHooks??=[]).push(0-t,o),r&&((e.preOrderHooks??=[]).push(t,r),(e.preOrderCheckHooks??=[]).push(t,r))}function Kd(t,n){for(let e=n.directiveStart,i=n.directiveEnd;e<i;e++){let r=t.data[e].type.prototype,{ngAfterContentInit:s,ngAfterContentChecked:a,ngAfterViewInit:c,ngAfterViewChecked:l,ngOnDestroy:d}=r;s&&(t.contentHooks??=[]).push(-e,s),a&&((t.contentHooks??=[]).push(e,a),(t.contentCheckHooks??=[]).push(e,a)),c&&(t.viewHooks??=[]).push(-e,c),l&&((t.viewHooks??=[]).push(e,l),(t.viewCheckHooks??=[]).push(e,l)),d!=null&&(t.destroyHooks??=[]).push(e,d)}}function td(t,n,e){Sv(t,n,3,e)}function nd(t,n,e,i){(t[le]&3)===e&&Sv(t,n,e,i)}function zp(t,n){let e=t[le];(e&3)===n&&(e&=16383,e+=1,t[le]=e)}function Sv(t,n,e,i){let o=i!==void 0?t[Zr]&65535:0,r=i??-1,s=n.length-1,a=0;for(let c=o;c<s;c++)if(typeof n[c+1]=="number"){if(a=n[c],i!=null&&a>=i)break}else n[c]<0&&(t[Zr]+=65536),(a<r||r==-1)&&(r3(t,e,n,c),t[Zr]=(t[Zr]&4294901760)+c+2),c++}function ey(t,n){ri(4,t,n);let e=be(null);try{n.call(t)}finally{be(e),ri(5,t,n)}}function r3(t,n,e,i){let o=e[i]<0,r=e[i+1],s=o?-e[i]:e[i],a=t[s];o?t[le]>>14<t[Zr]>>16&&(t[le]&3)===n&&(t[le]+=16384,ey(a,r)):ey(a,r)}var Yr=-1,Yo=class{constructor(n,e,i){this.factory=n,this.resolving=!1,this.canSeeViewProviders=e,this.injectImpl=i}};function s3(t){return t instanceof Yo}function a3(t){return(t.flags&8)!==0}function c3(t){return(t.flags&16)!==0}var Bp={},uf=class{constructor(n,e){this.injector=n,this.parentInjector=e}get(n,e,i){i=Nd(i);let o=this.injector.get(n,Bp,i);return o!==Bp||e===Bp?o:this.parentInjector.get(n,e,i)}};function Dv(t){return t!==Yr}function pd(t){return t&32767}function l3(t){return t>>16}function fd(t,n){let e=l3(t),i=n;for(;e>0;)i=i[ds],e--;return i}var hf=!0;function md(t){let n=hf;return hf=t,n}var d3=256,Tv=d3-1,Ev=5,u3=0,si={};function h3(t,n,e){let i;typeof e=="string"?i=e.charCodeAt(0)||0:e.hasOwnProperty(ya)&&(i=e[ya]),i==null&&(i=e[ya]=u3++);let o=i&Tv,r=1<<o;n.data[t+(o>>Ev)]|=r}function gd(t,n){let e=Av(t,n);if(e!==-1)return e;let i=n[ue];i.firstCreatePass&&(t.injectorIndex=n.length,Hp(i.data,t),Hp(n,null),Hp(i.blueprint,null));let o=Im(t,n),r=t.injectorIndex;if(Dv(o)){let s=pd(o),a=fd(o,n),c=a[ue].data;for(let l=0;l<8;l++)n[r+l]=a[s+l]|c[s+l]}return n[r+8]=o,r}function Hp(t,n){t.push(0,0,0,0,0,0,0,0,n)}function Av(t,n){return t.injectorIndex===-1||t.parent&&t.parent.injectorIndex===t.injectorIndex||n[t.injectorIndex+8]===null?-1:t.injectorIndex}function Im(t,n){if(t.parent&&t.parent.injectorIndex!==-1)return t.parent.injectorIndex;let e=0,i=null,o=n;for(;o!==null;){if(i=Fv(o),i===null)return Yr;if(e++,o=o[ds],i.injectorIndex!==-1)return i.injectorIndex|e<<16}return Yr}function pf(t,n,e){h3(t,n,e)}function p3(t,n){if(n==="class")return t.classes;if(n==="style")return t.styles;let e=t.attrs;if(e){let i=e.length,o=0;for(;o<i;){let r=e[o];if(Wy(r))break;if(r===0)o=o+2;else if(typeof r=="number")for(o++;o<i&&typeof e[o]=="string";)o++;else{if(r===n)return e[o+1];o=o+2}}}return null}function Lv(t,n,e){if(e&xe.Optional||t!==void 0)return t;am(n,"NodeInjector")}function Ov(t,n,e,i){if(e&xe.Optional&&i===void 0&&(i=null),!(e&(xe.Self|xe.Host))){let o=t[ns],r=Zt(void 0);try{return o?o.get(n,i,e&xe.Optional):zy(n,i,e&xe.Optional)}finally{Zt(r)}}return Lv(i,n,e)}function Rv(t,n,e,i=xe.Default,o){if(t!==null){if(n[le]&2048&&!(i&xe.Self)){let s=y3(t,n,e,i,si);if(s!==si)return s}let r=Pv(t,n,e,i,si);if(r!==si)return r}return Ov(n,e,i,o)}function Pv(t,n,e,i,o){let r=m3(e);if(typeof r=="function"){if(!xv(n,t,i))return i&xe.Host?Lv(o,e,i):Ov(n,e,i,o);try{let s;if(s=r(i),s==null&&!(i&xe.Optional))am(e);else return s}finally{Mv()}}else if(typeof r=="number"){let s=null,a=Av(t,n),c=Yr,l=i&xe.Host?n[Kt][Yt]:null;for((a===-1||i&xe.SkipSelf)&&(c=a===-1?Im(t,n):n[a+8],c===Yr||!ny(i,!1)?a=-1:(s=n[ue],a=pd(c),n=fd(c,n)));a!==-1;){let d=n[ue];if(ty(r,a,d.data)){let u=f3(a,n,e,s,i,l);if(u!==si)return u}c=n[a+8],c!==Yr&&ny(i,n[ue].data[a+8]===l)&&ty(r,a,n)?(s=d,a=pd(c),n=fd(c,n)):a=-1}}return o}function f3(t,n,e,i,o,r){let s=n[ue],a=s.data[t+8],c=i==null?Hd(a)&&hf:i!=s&&(a.type&3)!==0,l=o&xe.Host&&r===a,d=id(a,s,e,c,l);return d!==null?Jo(n,s,d,a):si}function id(t,n,e,i,o){let r=t.providerIndexes,s=n.data,a=r&1048575,c=t.directiveStart,l=t.directiveEnd,d=r>>20,u=i?a:a+d,g=o?a+d:l;for(let p=u;p<g;p++){let v=s[p];if(p<c&&e===v||p>=c&&v.type===e)return p}if(o){let p=s[c];if(p&&Di(p)&&p.type===e)return c}return null}function Jo(t,n,e,i){let o=t[e],r=n.data;if(s3(o)){let s=o;s.resolving&&Q4(U4(r[e]));let a=md(s.canSeeViewProviders);s.resolving=!0;let c,l=s.injectImpl?Zt(s.injectImpl):null,d=xv(t,i,xe.Default);try{o=t[e]=s.factory(void 0,r,t,i),n.firstCreatePass&&e>=i.directiveStart&&o3(e,r[e],n)}finally{l!==null&&Zt(l),md(a),s.resolving=!1,Mv()}}return o}function m3(t){if(typeof t=="string")return t.charCodeAt(0)||0;let n=t.hasOwnProperty(ya)?t[ya]:void 0;return typeof n=="number"?n>=0?n&Tv:g3:n}function ty(t,n,e){let i=1<<t;return!!(e[n+(t>>Ev)]&i)}function ny(t,n){return!(t&xe.Self)&&!(t&xe.Host&&n)}var $o=class{constructor(n,e){this._tNode=n,this._lView=e}get(n,e,i){return Rv(this._tNode,this._lView,n,Nd(i),e)}};function g3(){return new $o(ft(),re())}function wt(t){return Ma(()=>{let n=t.prototype.constructor,e=n[sd]||ff(n),i=Object.prototype,o=Object.getPrototypeOf(t.prototype).constructor;for(;o&&o!==i;){let r=o[sd]||ff(o);if(r&&r!==e)return r;o=Object.getPrototypeOf(o)}return r=>new r})}function ff(t){return Py(t)?()=>{let n=ff(Ct(t));return n&&n()}:Wo(t)}function y3(t,n,e,i,o){let r=t,s=n;for(;r!==null&&s!==null&&s[le]&2048&&!(s[le]&512);){let a=Pv(r,s,e,i|xe.Self,si);if(a!==si)return a;let c=r.parent;if(!c){let l=s[sv];if(l){let d=l.get(e,si,i);if(d!==si)return d}c=Fv(s),s=s[ds]}r=c}return o}function Fv(t){let n=t[ue],e=n.type;return e===2?n.declTNode:e===1?t[Yt]:null}function dt(t){return p3(ft(),t)}function iy(t,n=null,e=null,i){let o=Nv(t,n,e,i);return o.resolveInjectorInitializers(),o}function Nv(t,n=null,e=null,i,o=new Set){let r=[e||qt,CS(t)];return i=i||(typeof t=="object"?void 0:Vt(t)),new ba(r,n||zd(),i||null,o)}var Ne=class t{static{this.THROW_IF_NOT_FOUND=va}static{this.NULL=new ld}static create(n,e){if(Array.isArray(n))return iy({name:""},e,n,"");{let i=n.name??"";return iy({name:i},n.parent,n.providers,i)}}static{this.\u0275prov=E({token:t,providedIn:"any",factory:()=>I(Uy)})}static{this.__NG_ELEMENT_ID__=-1}};var v3=new O("");v3.__NG_ELEMENT_ID__=t=>{let n=ft();if(n===null)throw new Q(204,!1);if(n.type&2)return n.value;if(t&xe.Optional)return null;throw new Q(204,!1)};var k3="ngOriginalError";function Up(t){return t[k3]}var qv=!0,xn=(()=>{class t{static{this.__NG_ELEMENT_ID__=b3}static{this.__NG_ENV_ID__=e=>e}}return t})(),mf=class extends xn{constructor(n){super(),this._lView=n}onDestroy(n){return mv(this._lView,n),()=>BS(this._lView,n)}};function b3(){return new mf(re())}var Oi=(()=>{class t{constructor(){this.taskId=0,this.pendingTasks=new Set,this.hasPendingTasks=new Ye(!1)}get _hasPendingTasks(){return this.hasPendingTasks.value}add(){this._hasPendingTasks||this.hasPendingTasks.next(!0);let e=this.taskId++;return this.pendingTasks.add(e),e}remove(e){this.pendingTasks.delete(e),this.pendingTasks.size===0&&this._hasPendingTasks&&this.hasPendingTasks.next(!1)}ngOnDestroy(){this.pendingTasks.clear(),this._hasPendingTasks&&this.hasPendingTasks.next(!1)}static{this.\u0275prov=E({token:t,providedIn:"root",factory:()=>new t})}}return t})();var gf=class extends X{constructor(n=!1){super(),this.destroyRef=void 0,this.pendingTasks=void 0,this.__isAsync=n,rv()&&(this.destroyRef=M(xn,{optional:!0})??void 0,this.pendingTasks=M(Oi,{optional:!0})??void 0)}emit(n){let e=be(null);try{super.next(n)}finally{be(e)}}subscribe(n,e,i){let o=n,r=e||(()=>null),s=i;if(n&&typeof n=="object"){let c=n;o=c.next?.bind(c),r=c.error?.bind(c),s=c.complete?.bind(c)}this.__isAsync&&(r=this.wrapInTimeout(r),o&&(o=this.wrapInTimeout(o)),s&&(s=this.wrapInTimeout(s)));let a=super.subscribe({next:o,error:r,complete:s});return n instanceof Le&&n.add(a),a}wrapInTimeout(n){return e=>{let i=this.pendingTasks?.add();setTimeout(()=>{n(e),i!==void 0&&this.pendingTasks?.remove(i)})}}},P=gf;function yd(...t){}function Vv(t){let n,e;function i(){t=yd;try{e!==void 0&&typeof cancelAnimationFrame=="function"&&cancelAnimationFrame(e),n!==void 0&&clearTimeout(n)}catch{}}return n=setTimeout(()=>{t(),i()}),typeof requestAnimationFrame=="function"&&(e=requestAnimationFrame(()=>{t(),i()})),()=>i()}function oy(t){return queueMicrotask(()=>t()),()=>{t=yd}}var Sm="isAngularZone",vd=Sm+"_ID",x3=0,ie=class t{constructor(n){this.hasPendingMacrotasks=!1,this.hasPendingMicrotasks=!1,this.isStable=!0,this.onUnstable=new P(!1),this.onMicrotaskEmpty=new P(!1),this.onStable=new P(!1),this.onError=new P(!1);let{enableLongStackTrace:e=!1,shouldCoalesceEventChangeDetection:i=!1,shouldCoalesceRunChangeDetection:o=!1,scheduleInRootZone:r=qv}=n;if(typeof Zone>"u")throw new Q(908,!1);Zone.assertZonePatched();let s=this;s._nesting=0,s._outer=s._inner=Zone.current,Zone.TaskTrackingZoneSpec&&(s._inner=s._inner.fork(new Zone.TaskTrackingZoneSpec)),e&&Zone.longStackTraceZoneSpec&&(s._inner=s._inner.fork(Zone.longStackTraceZoneSpec)),s.shouldCoalesceEventChangeDetection=!o&&i,s.shouldCoalesceRunChangeDetection=o,s.callbackScheduled=!1,s.scheduleInRootZone=r,w3(s)}static isInAngularZone(){return typeof Zone<"u"&&Zone.current.get(Sm)===!0}static assertInAngularZone(){if(!t.isInAngularZone())throw new Q(909,!1)}static assertNotInAngularZone(){if(t.isInAngularZone())throw new Q(909,!1)}run(n,e,i){return this._inner.run(n,e,i)}runTask(n,e,i,o){let r=this._inner,s=r.scheduleEventTask("NgZoneEvent: "+o,n,C3,yd,yd);try{return r.runTask(s,e,i)}finally{r.cancelTask(s)}}runGuarded(n,e,i){return this._inner.runGuarded(n,e,i)}runOutsideAngular(n){return this._outer.run(n)}},C3={};function Dm(t){if(t._nesting==0&&!t.hasPendingMicrotasks&&!t.isStable)try{t._nesting++,t.onMicrotaskEmpty.emit(null)}finally{if(t._nesting--,!t.hasPendingMicrotasks)try{t.runOutsideAngular(()=>t.onStable.emit(null))}finally{t.isStable=!0}}}function _3(t){if(t.isCheckStableRunning||t.callbackScheduled)return;t.callbackScheduled=!0;function n(){Vv(()=>{t.callbackScheduled=!1,yf(t),t.isCheckStableRunning=!0,Dm(t),t.isCheckStableRunning=!1})}t.scheduleInRootZone?Zone.root.run(()=>{n()}):t._outer.run(()=>{n()}),yf(t)}function w3(t){let n=()=>{_3(t)},e=x3++;t._inner=t._inner.fork({name:"angular",properties:{[Sm]:!0,[vd]:e,[vd+e]:!0},onInvokeTask:(i,o,r,s,a,c)=>{if(M3(c))return i.invokeTask(r,s,a,c);try{return ry(t),i.invokeTask(r,s,a,c)}finally{(t.shouldCoalesceEventChangeDetection&&s.type==="eventTask"||t.shouldCoalesceRunChangeDetection)&&n(),sy(t)}},onInvoke:(i,o,r,s,a,c,l)=>{try{return ry(t),i.invoke(r,s,a,c,l)}finally{t.shouldCoalesceRunChangeDetection&&!t.callbackScheduled&&!I3(c)&&n(),sy(t)}},onHasTask:(i,o,r,s)=>{i.hasTask(r,s),o===r&&(s.change=="microTask"?(t._hasPendingMicrotasks=s.microTask,yf(t),Dm(t)):s.change=="macroTask"&&(t.hasPendingMacrotasks=s.macroTask))},onHandleError:(i,o,r,s)=>(i.handleError(r,s),t.runOutsideAngular(()=>t.onError.emit(s)),!1)})}function yf(t){t._hasPendingMicrotasks||(t.shouldCoalesceEventChangeDetection||t.shouldCoalesceRunChangeDetection)&&t.callbackScheduled===!0?t.hasPendingMicrotasks=!0:t.hasPendingMicrotasks=!1}function ry(t){t._nesting++,t.isStable&&(t.isStable=!1,t.onUnstable.emit(null))}function sy(t){t._nesting--,Dm(t)}var vf=class{constructor(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new P,this.onMicrotaskEmpty=new P,this.onStable=new P,this.onError=new P}run(n,e,i){return n.apply(e,i)}runGuarded(n,e,i){return n.apply(e,i)}runOutsideAngular(n){return n()}runTask(n,e,i,o){return n.apply(e,i)}};function M3(t){return jv(t,"__ignore_ng_zone__")}function I3(t){return jv(t,"__scheduler_tick__")}function jv(t,n){return!Array.isArray(t)||t.length!==1?!1:t[0]?.data?.[n]===!0}var Bn=class{constructor(){this._console=console}handleError(n){let e=this._findOriginalError(n);this._console.error("ERROR",n),e&&this._console.error("ORIGINAL ERROR",e)}_findOriginalError(n){let e=n&&Up(n);for(;e&&Up(e);)e=Up(e);return e||null}},S3=new O("",{providedIn:"root",factory:()=>{let t=M(ie),n=M(Bn);return e=>t.runOutsideAngular(()=>n.handleError(e))}}),kf=class{constructor(){this.destroyed=!1,this.listeners=null,this.errorHandler=M(Bn,{optional:!0}),this.destroyRef=M(xn),this.destroyRef.onDestroy(()=>{this.destroyed=!0,this.listeners=null})}subscribe(n){if(this.destroyed)throw new Q(953,!1);return(this.listeners??=[]).push(n),{unsubscribe:()=>{let e=this.listeners?.indexOf(n);e!==void 0&&e!==-1&&this.listeners?.splice(e,1)}}}emit(n){if(this.destroyed)throw new Q(953,!1);if(this.listeners===null)return;let e=be(null);try{for(let i of this.listeners)try{i(n)}catch(o){this.errorHandler?.handleError(o)}}finally{be(e)}}};function Xd(t){return new kf}function ay(t,n){return Ry(t,n)}function D3(t){return Ry(Oy,t)}var z=(ay.required=D3,ay);function T3(){return ps(ft(),re())}function ps(t,n){return new te(bn(t,n))}var te=(()=>{class t{constructor(e){this.nativeElement=e}static{this.__NG_ELEMENT_ID__=T3}}return t})();function zv(t){return t instanceof te?t.nativeElement:t}function E3(){return this._results[Symbol.iterator]()}var lo=class t{get changes(){return this._changes??=new P}constructor(n=!1){this._emitDistinctChangesOnly=n,this.dirty=!0,this._onDirty=void 0,this._results=[],this._changesDetected=!1,this._changes=void 0,this.length=0,this.first=void 0,this.last=void 0;let e=t.prototype;e[Symbol.iterator]||(e[Symbol.iterator]=E3)}get(n){return this._results[n]}map(n){return this._results.map(n)}filter(n){return this._results.filter(n)}find(n){return this._results.find(n)}reduce(n,e){return this._results.reduce(n,e)}forEach(n){this._results.forEach(n)}some(n){return this._results.some(n)}toArray(){return this._results.slice()}toString(){return this._results.toString()}reset(n,e){this.dirty=!1;let i=nS(n);(this._changesDetected=!tS(this._results,i,e))&&(this._results=i,this.length=i.length,this.last=i[this.length-1],this.first=i[0])}notifyOnChanges(){this._changes!==void 0&&(this._changesDetected||!this._emitDistinctChangesOnly)&&this._changes.emit(this)}onDirty(n){this._onDirty=n}setDirty(){this.dirty=!0,this._onDirty?.()}destroy(){this._changes!==void 0&&(this._changes.complete(),this._changes.unsubscribe())}};function Bv(t){return(t.flags&128)===128}var Hv=new Map,A3=0;function L3(){return A3++}function O3(t){Hv.set(t[Bd],t)}function bf(t){Hv.delete(t[Bd])}var cy="__ngContext__";function uo(t,n){so(n)?(t[cy]=n[Bd],O3(n)):t[cy]=n}function Uv(t){return $v(t[xa])}function Qv(t){return $v(t[zn])}function $v(t){for(;t!==null&&!Ai(t);)t=t[zn];return t}var xf;function Wv(t){xf=t}function R3(){if(xf!==void 0)return xf;if(typeof document<"u")return document;throw new Q(210,!1)}var Ta=new O("",{providedIn:"root",factory:()=>P3}),P3="ng",Tm=new O(""),mt=new O("",{providedIn:"platform",factory:()=>"unknown"});var Yd=new O(""),Ea=new O("",{providedIn:"root",factory:()=>R3().body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null});var F3="h",N3="b";var q3=()=>null;function Em(t,n,e=!1){return q3(t,n,e)}var Gv=!1,V3=new O("",{providedIn:"root",factory:()=>Gv});var Zl;function j3(){if(Zl===void 0&&(Zl=null,ci.trustedTypes))try{Zl=ci.trustedTypes.createPolicy("angular#unsafe-bypass",{createHTML:t=>t,createScript:t=>t,createScriptURL:t=>t})}catch{}return Zl}function ly(t){return j3()?.createScriptURL(t)||t}var kd=class{constructor(n){this.changingThisBreaksApplicationSecurity=n}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${Ly})`}};function or(t){return t instanceof kd?t.changingThisBreaksApplicationSecurity:t}function Am(t,n){let e=z3(t);if(e!=null&&e!==n){if(e==="ResourceURL"&&n==="URL")return!0;throw new Error(`Required a safe ${n}, got a ${e} (see ${Ly})`)}return e===n}function z3(t){return t instanceof kd&&t.getTypeName()||null}var B3=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function Zv(t){return t=String(t),t.match(B3)?t:"unsafe:"+t}var Jd=function(t){return t[t.NONE=0]="NONE",t[t.HTML=1]="HTML",t[t.STYLE=2]="STYLE",t[t.SCRIPT=3]="SCRIPT",t[t.URL=4]="URL",t[t.RESOURCE_URL=5]="RESOURCE_URL",t}(Jd||{});function eu(t){let n=Xv();return n?n.sanitize(Jd.URL,t)||"":Am(t,"URL")?or(t):Zv(Qo(t))}function H3(t){let n=Xv();if(n)return ly(n.sanitize(Jd.RESOURCE_URL,t)||"");if(Am(t,"ResourceURL"))return ly(or(t));throw new Q(904,!1)}function U3(t,n){return n==="src"&&(t==="embed"||t==="frame"||t==="iframe"||t==="media"||t==="script")||n==="href"&&(t==="base"||t==="link")?H3:eu}function Kv(t,n,e){return U3(n,e)(t)}function Xv(){let t=re();return t&&t[di].sanitizer}var Q3=/^>|^->|<!--|-->|--!>|<!-$/g,$3=/(<|>)/g,W3="\u200B$1\u200B";function G3(t){return t.replace(Q3,n=>n.replace($3,W3))}function eW(t){return t.ownerDocument.defaultView}function Yv(t){return t instanceof Function?t():t}function Jv(t){return(t??M(Ne)).get(mt)==="browser"}var kn=function(t){return t[t.Important=1]="Important",t[t.DashCase=2]="DashCase",t}(kn||{}),Z3;function Lm(t,n){return Z3(t,n)}function Kr(t,n,e,i,o){if(i!=null){let r,s=!1;Ai(i)?r=i:so(i)&&(s=!0,i=i[hi]);let a=ui(i);t===0&&e!==null?o==null?ok(n,e,a):bd(n,e,a,o||null,!0):t===1&&e!==null?bd(n,e,a,o||null,!0):t===2?lD(n,a,s):t===3&&n.destroyNode(a),r!=null&&uD(n,t,r,e,o)}}function K3(t,n){return t.createText(n)}function X3(t,n,e){t.setValue(n,e)}function Y3(t,n){return t.createComment(G3(n))}function ek(t,n,e){return t.createElement(n,e)}function J3(t,n){tk(t,n),n[hi]=null,n[Yt]=null}function eD(t,n,e,i,o,r){i[hi]=o,i[Yt]=n,iu(t,i,e,1,o,r)}function tk(t,n){n[di].changeDetectionScheduler?.notify(9),iu(t,n,n[We],2,null,null)}function tD(t){let n=t[xa];if(!n)return Qp(t[ue],t);for(;n;){let e=null;if(so(n))e=n[xa];else{let i=n[Tt];i&&(e=i)}if(!e){for(;n&&!n[zn]&&n!==t;)so(n)&&Qp(n[ue],n),n=n[Et];n===null&&(n=t),so(n)&&Qp(n[ue],n),e=n&&n[zn]}n=e}}function nD(t,n,e,i){let o=Tt+i,r=e.length;i>0&&(e[o-1][zn]=n),i<r-Tt?(n[zn]=e[o],Hy(e,Tt+i,n)):(e.push(n),n[zn]=null),n[Et]=e;let s=n[Go];s!==null&&e!==s&&nk(s,n);let a=n[Si];a!==null&&a.insertView(t),lf(n),n[le]|=128}function nk(t,n){let e=t[is],i=n[Et];if(so(i))t[le]|=hd.HasTransplantedViews;else{let o=i[Et][Kt];n[Kt]!==o&&(t[le]|=hd.HasTransplantedViews)}e===null?t[is]=[n]:e.push(n)}function Om(t,n){let e=t[is],i=e.indexOf(n);e.splice(i,1)}function Ca(t,n){if(t.length<=Tt)return;let e=Tt+n,i=t[e];if(i){let o=i[Go];o!==null&&o!==t&&Om(o,i),n>0&&(t[e-1][zn]=i[zn]);let r=cd(t,Tt+n);J3(i[ue],i);let s=r[Si];s!==null&&s.detachView(r[ue]),i[Et]=null,i[zn]=null,i[le]&=-129}return i}function tu(t,n){if(!(n[le]&256)){let e=n[We];e.destroyNode&&iu(t,n,e,3,null,null),tD(n)}}function Qp(t,n){if(n[le]&256)return;let e=be(null);try{n[le]&=-129,n[le]|=256,n[vn]&&yl(n[vn]),oD(t,n),iD(t,n),n[ue].type===1&&n[We].destroy();let i=n[Go];if(i!==null&&Ai(n[Et])){i!==n[Et]&&Om(i,n);let o=n[Si];o!==null&&o.detachView(t)}bf(n)}finally{be(e)}}function iD(t,n){let e=t.cleanup,i=n[dd];if(e!==null)for(let r=0;r<e.length-1;r+=2)if(typeof e[r]=="string"){let s=e[r+3];s>=0?i[s]():i[-s].unsubscribe(),r+=2}else{let s=i[e[r+1]];e[r].call(s)}i!==null&&(n[dd]=null);let o=n[ro];if(o!==null){n[ro]=null;for(let r=0;r<o.length;r++){let s=o[r];s()}}}function oD(t,n){let e;if(t!=null&&(e=t.destroyHooks)!=null)for(let i=0;i<e.length;i+=2){let o=n[e[i]];if(!(o instanceof Yo)){let r=e[i+1];if(Array.isArray(r))for(let s=0;s<r.length;s+=2){let a=o[r[s]],c=r[s+1];ri(4,a,c);try{c.call(a)}finally{ri(5,a,c)}}else{ri(4,o,r);try{r.call(o)}finally{ri(5,o,r)}}}}}function ik(t,n,e){return rD(t,n.parent,e)}function rD(t,n,e){let i=n;for(;i!==null&&i.type&168;)n=i,i=n.parent;if(i===null)return e[hi];{let{componentOffset:o}=i;if(o>-1){let{encapsulation:r}=t.data[i.directiveStart+o];if(r===li.None||r===li.Emulated)return null}return bn(i,e)}}function bd(t,n,e,i,o){t.insertBefore(n,e,i,o)}function ok(t,n,e){t.appendChild(n,e)}function dy(t,n,e,i,o){i!==null?bd(t,n,e,i,o):ok(t,n,e)}function rk(t,n){return t.parentNode(n)}function sD(t,n){return t.nextSibling(n)}function sk(t,n,e){return cD(t,n,e)}function aD(t,n,e){return t.type&40?bn(t,e):null}var cD=aD,uy;function nu(t,n,e,i){let o=ik(t,i,n),r=n[We],s=i.parent||n[Yt],a=sk(s,i,n);if(o!=null)if(Array.isArray(e))for(let c=0;c<e.length;c++)dy(r,o,e[c],a,!1);else dy(r,o,e,a,!1);uy!==void 0&&uy(r,i,n,e,o)}function ga(t,n){if(n!==null){let e=n.type;if(e&3)return bn(n,t);if(e&4)return Cf(-1,t[n.index]);if(e&8){let i=n.child;if(i!==null)return ga(t,i);{let o=t[n.index];return Ai(o)?Cf(-1,o):ui(o)}}else{if(e&128)return ga(t,n.next);if(e&32)return Lm(n,t)()||ui(t[n.index]);{let i=ak(t,n);if(i!==null){if(Array.isArray(i))return i[0];let o=Ko(t[Kt]);return ga(o,i)}else return ga(t,n.next)}}}return null}function ak(t,n){if(n!==null){let i=t[Kt][Yt],o=n.projection;return i.projection[o]}return null}function Cf(t,n){let e=Tt+t+1;if(e<n.length){let i=n[e],o=i[ue].firstChild;if(o!==null)return ga(i,o)}return n[Zo]}function lD(t,n,e){t.removeChild(null,n,e)}function Rm(t,n,e,i,o,r,s){for(;e!=null;){if(e.type===128){e=e.next;continue}let a=i[e.index],c=e.type;if(s&&n===0&&(a&&uo(ui(a),i),e.flags|=2),(e.flags&32)!==32)if(c&8)Rm(t,n,e.child,i,o,r,!1),Kr(n,t,o,a,r);else if(c&32){let l=Lm(e,i),d;for(;d=l();)Kr(n,t,o,d,r);Kr(n,t,o,a,r)}else c&16?ck(t,n,i,e,o,r):Kr(n,t,o,a,r);e=s?e.projectionNext:e.next}}function iu(t,n,e,i,o,r){Rm(e,i,t.firstChild,n,o,r,!1)}function dD(t,n,e){let i=n[We],o=ik(t,e,n),r=e.parent||n[Yt],s=sk(r,e,n);ck(i,0,n,e,o,s)}function ck(t,n,e,i,o,r){let s=e[Kt],c=s[Yt].projection[i.projection];if(Array.isArray(c))for(let l=0;l<c.length;l++){let d=c[l];Kr(n,t,o,d,r)}else{let l=c,d=s[Et];Bv(i)&&(l.flags|=128),Rm(t,n,l,d,o,r,!0)}}function uD(t,n,e,i,o){let r=e[Zo],s=ui(e);r!==s&&Kr(n,t,i,r,o);for(let a=Tt;a<e.length;a++){let c=e[a];iu(c[ue],c,t,n,i,r)}}function hD(t,n,e,i,o){if(n)o?t.addClass(e,i):t.removeClass(e,i);else{let r=i.indexOf("-")===-1?void 0:kn.DashCase;o==null?t.removeStyle(e,i,r):(typeof o=="string"&&o.endsWith("!important")&&(o=o.slice(0,-10),r|=kn.Important),t.setStyle(e,i,o,r))}}function pD(t,n,e){t.setAttribute(n,"style",e)}function lk(t,n,e){e===""?t.removeAttribute(n,"class"):t.setAttribute(n,"class",e)}function dk(t,n,e){let{mergedAttrs:i,classes:o,styles:r}=e;i!==null&&nf(t,n,i),o!==null&&lk(t,n,o),r!==null&&pD(t,n,r)}var Jt={};function m(t=1){uk(Ue(),re(),Li()+t,!1)}function uk(t,n,e,i){if(!i)if((n[le]&3)===3){let r=t.preOrderCheckHooks;r!==null&&td(n,r,e)}else{let r=t.preOrderHooks;r!==null&&nd(n,r,0,e)}Xo(e)}function h(t,n=xe.Default){let e=re();if(e===null)return I(t,n);let i=ft();return Rv(i,e,Ct(t),n)}function go(){let t="invalid";throw new Error(t)}function hk(t,n,e,i,o,r){let s=be(null);try{let a=null;o&ao.SignalBased&&(a=n[i][cn]),a!==null&&a.transformFn!==void 0&&(r=a.transformFn(r)),o&ao.HasDecoratorInputTransform&&(r=t.inputTransforms[i].call(n,r)),t.setInput!==null?t.setInput(n,a,r,e,i):av(n,a,i,r)}finally{be(s)}}function fD(t,n){let e=t.hostBindingOpCodes;if(e!==null)try{for(let i=0;i<e.length;i++){let o=e[i];if(o<0)Xo(~o);else{let r=o,s=e[++i],a=e[++i];JS(s,r);let c=n[r];a(2,c)}}}finally{Xo(-1)}}function ou(t,n,e,i,o,r,s,a,c,l,d){let u=n.blueprint.slice();return u[hi]=o,u[le]=i|4|128|8|64,(l!==null||t&&t[le]&2048)&&(u[le]|=2048),pv(u),u[Et]=u[ds]=t,u[_t]=e,u[di]=s||t&&t[di],u[We]=a||t&&t[We],u[ns]=c||t&&t[ns]||null,u[Yt]=r,u[Bd]=L3(),u[ts]=d,u[sv]=l,u[Kt]=n.type==2?t[Kt]:u,u}function fs(t,n,e,i,o){let r=t.data[n];if(r===null)r=mD(t,n,e,i,o),YS()&&(r.flags|=32);else if(r.type&64){r.type=e,r.value=i,r.attrs=o;let s=GS();r.injectorIndex=s===null?-1:s.injectorIndex}return ir(r,!0),r}function mD(t,n,e,i,o){let r=kv(),s=vm(),a=s?r:r&&r.parent,c=t.data[n]=xD(t,a,e,n,i,o);return t.firstChild===null&&(t.firstChild=c),r!==null&&(s?r.child==null&&c.parent!==null&&(r.child=c):r.next===null&&(r.next=c,c.prev=r)),c}function pk(t,n,e,i){if(e===0)return-1;let o=n.length;for(let r=0;r<e;r++)n.push(i),t.blueprint.push(i),t.data.push(null);return o}function fk(t,n,e,i,o){let r=Li(),s=i&2;try{Xo(-1),s&&n.length>pt&&uk(t,n,pt,!1),ri(s?2:0,o),e(i,o)}finally{Xo(r),ri(s?3:1,o)}}function Pm(t,n,e){if(fm(n)){let i=be(null);try{let o=n.directiveStart,r=n.directiveEnd;for(let s=o;s<r;s++){let a=t.data[s];if(a.contentQueries){let c=e[s];a.contentQueries(1,c,s)}}}finally{be(i)}}}function Fm(t,n,e){yv()&&(SD(t,n,e,bn(e,n)),(e.flags&64)===64&&yk(t,n,e))}function Nm(t,n,e=bn){let i=n.localNames;if(i!==null){let o=n.index+1;for(let r=0;r<i.length;r+=2){let s=i[r+1],a=s===-1?e(n,t):t[s];t[o++]=a}}}function mk(t){let n=t.tView;return n===null||n.incompleteFirstPass?t.tView=qm(1,null,t.template,t.decls,t.vars,t.directiveDefs,t.pipeDefs,t.viewQuery,t.schemas,t.consts,t.id):n}function qm(t,n,e,i,o,r,s,a,c,l,d){let u=pt+i,g=u+o,p=gD(u,g),v=typeof l=="function"?l():l;return p[ue]={type:t,blueprint:p,template:e,queries:null,viewQuery:a,declTNode:n,data:p.slice().fill(null,u),bindingStartIndex:u,expandoStartIndex:g,hostBindingOpCodes:null,firstCreatePass:!0,firstUpdatePass:!0,staticViewQueries:!1,staticContentQueries:!1,preOrderHooks:null,preOrderCheckHooks:null,contentHooks:null,contentCheckHooks:null,viewHooks:null,viewCheckHooks:null,destroyHooks:null,cleanup:null,contentQueries:null,components:null,directiveRegistry:typeof r=="function"?r():r,pipeRegistry:typeof s=="function"?s():s,firstChild:null,schemas:c,consts:v,incompleteFirstPass:!1,ssrId:d}}function gD(t,n){let e=[];for(let i=0;i<n;i++)e.push(i<t?null:Jt);return e}function yD(t,n,e,i){let r=i.get(V3,Gv)||e===li.ShadowDom,s=t.selectRootElement(n,r);return vD(s),s}function vD(t){kD(t)}var kD=()=>null;function bD(t,n,e,i){let o=bk(n);o.push(e),t.firstCreatePass&&xk(t).push(i,o.length-1)}function xD(t,n,e,i,o,r){let s=n?n.injectorIndex:-1,a=0;return vv()&&(a|=128),{type:e,index:i,insertBeforeIndex:null,injectorIndex:s,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,componentOffset:-1,propertyBindings:null,flags:a,providerIndexes:0,value:o,attrs:r,mergedAttrs:null,localNames:null,initialInputs:void 0,inputs:null,outputs:null,tView:null,next:null,prev:null,projectionNext:null,child:null,parent:n,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}function hy(t,n,e,i,o){for(let r in n){if(!n.hasOwnProperty(r))continue;let s=n[r];if(s===void 0)continue;i??={};let a,c=ao.None;Array.isArray(s)?(a=s[0],c=s[1]):a=s;let l=r;if(o!==null){if(!o.hasOwnProperty(r))continue;l=o[r]}t===0?py(i,e,l,a,c):py(i,e,l,a)}return i}function py(t,n,e,i,o){let r;t.hasOwnProperty(e)?(r=t[e]).push(n,i):r=t[e]=[n,i],o!==void 0&&r.push(o)}function CD(t,n,e){let i=n.directiveStart,o=n.directiveEnd,r=t.data,s=n.attrs,a=[],c=null,l=null;for(let d=i;d<o;d++){let u=r[d],g=e?e.get(u):null,p=g?g.inputs:null,v=g?g.outputs:null;c=hy(0,u.inputs,d,c,p),l=hy(1,u.outputs,d,l,v);let w=c!==null&&s!==null&&!dm(n)?qD(c,d,s):null;a.push(w)}c!==null&&(c.hasOwnProperty("class")&&(n.flags|=8),c.hasOwnProperty("style")&&(n.flags|=16)),n.initialInputs=a,n.inputs=c,n.outputs=l}function _D(t){return t==="class"?"className":t==="for"?"htmlFor":t==="formaction"?"formAction":t==="innerHtml"?"innerHTML":t==="readonly"?"readOnly":t==="tabindex"?"tabIndex":t}function Aa(t,n,e,i,o,r,s,a){let c=bn(n,e),l=n.inputs,d;!a&&l!=null&&(d=l[i])?(jm(t,e,d,i,o),Hd(n)&&wD(e,n.index)):n.type&3?(i=_D(i),o=s!=null?s(o,n.value||"",i):o,r.setProperty(c,i,o)):n.type&12}function wD(t,n){let e=fo(n,t);e[le]&16||(e[le]|=64)}function Vm(t,n,e,i){if(yv()){let o=i===null?null:{"":-1},r=TD(t,e),s,a;r===null?s=a=null:[s,a]=r,s!==null&&gk(t,n,e,s,o,a),o&&ED(e,i,o)}e.mergedAttrs=ka(e.mergedAttrs,e.attrs)}function gk(t,n,e,i,o,r){for(let l=0;l<i.length;l++)pf(gd(e,n),t,i[l].type);LD(e,t.data.length,i.length);for(let l=0;l<i.length;l++){let d=i[l];d.providersResolver&&d.providersResolver(d)}let s=!1,a=!1,c=pk(t,n,i.length,null);for(let l=0;l<i.length;l++){let d=i[l];e.mergedAttrs=ka(e.mergedAttrs,d.hostAttrs),OD(t,e,n,c,d),AD(c,d,o),d.contentQueries!==null&&(e.flags|=4),(d.hostBindings!==null||d.hostAttrs!==null||d.hostVars!==0)&&(e.flags|=64);let u=d.type.prototype;!s&&(u.ngOnChanges||u.ngOnInit||u.ngDoCheck)&&((t.preOrderHooks??=[]).push(e.index),s=!0),!a&&(u.ngOnChanges||u.ngDoCheck)&&((t.preOrderCheckHooks??=[]).push(e.index),a=!0),c++}CD(t,e,r)}function MD(t,n,e,i,o){let r=o.hostBindings;if(r){let s=t.hostBindingOpCodes;s===null&&(s=t.hostBindingOpCodes=[]);let a=~n.index;ID(s)!=a&&s.push(a),s.push(e,i,r)}}function ID(t){let n=t.length;for(;n>0;){let e=t[--n];if(typeof e=="number"&&e<0)return e}return 0}function SD(t,n,e,i){let o=e.directiveStart,r=e.directiveEnd;Hd(e)&&RD(n,e,t.data[o+e.componentOffset]),t.firstCreatePass||gd(e,n),uo(i,n);let s=e.initialInputs;for(let a=o;a<r;a++){let c=t.data[a],l=Jo(n,t,a,e);if(uo(l,n),s!==null&&ND(n,a-o,l,c,e,s),Di(c)){let d=fo(e.index,n);d[_t]=Jo(n,t,a,e)}}}function yk(t,n,e){let i=e.directiveStart,o=e.directiveEnd,r=e.index,s=e3();try{Xo(r);for(let a=i;a<o;a++){let c=t.data[a],l=n[a];df(a),(c.hostBindings!==null||c.hostVars!==0||c.hostAttrs!==null)&&DD(c,l)}}finally{Xo(-1),df(s)}}function DD(t,n){t.hostBindings!==null&&t.hostBindings(1,n)}function TD(t,n){let e=t.directiveRegistry,i=null,o=null;if(e)for(let r=0;r<e.length;r++){let s=e[r];if(Zy(n,s.selectors,!1))if(i||(i=[]),Di(s))if(s.findHostDirectiveDefs!==null){let a=[];o=o||new Map,s.findHostDirectiveDefs(s,a,o),i.unshift(...a,s);let c=a.length;_f(t,n,c)}else i.unshift(s),_f(t,n,0);else o=o||new Map,s.findHostDirectiveDefs?.(s,i,o),i.push(s)}return i===null?null:[i,o]}function _f(t,n,e){n.componentOffset=e,(t.components??=[]).push(n.index)}function ED(t,n,e){if(n){let i=t.localNames=[];for(let o=0;o<n.length;o+=2){let r=e[n[o+1]];if(r==null)throw new Q(-301,!1);i.push(n[o],r)}}}function AD(t,n,e){if(e){if(n.exportAs)for(let i=0;i<n.exportAs.length;i++)e[n.exportAs[i]]=t;Di(n)&&(e[""]=t)}}function LD(t,n,e){t.flags|=1,t.directiveStart=n,t.directiveEnd=n+e,t.providerIndexes=n}function OD(t,n,e,i,o){t.data[i]=o;let r=o.factory||(o.factory=Wo(o.type,!0)),s=new Yo(r,Di(o),h);t.blueprint[i]=s,e[i]=s,MD(t,n,i,pk(t,e,o.hostVars,Jt),o)}function RD(t,n,e){let i=bn(n,t),o=mk(e),r=t[di].rendererFactory,s=16;e.signals?s=4096:e.onPush&&(s=64);let a=ru(t,ou(t,o,null,s,i,n,null,r.createRenderer(i,e),null,null,null));t[n.index]=a}function PD(t,n,e,i,o,r){let s=bn(t,n);FD(n[We],s,r,t.value,e,i,o)}function FD(t,n,e,i,o,r,s){if(r==null)t.removeAttribute(n,o,e);else{let a=s==null?Qo(r):s(r,i||"",o);t.setAttribute(n,o,a,e)}}function ND(t,n,e,i,o,r){let s=r[n];if(s!==null)for(let a=0;a<s.length;){let c=s[a++],l=s[a++],d=s[a++],u=s[a++];hk(i,e,c,l,d,u)}}function qD(t,n,e){let i=null,o=0;for(;o<e.length;){let r=e[o];if(r===0){o+=4;continue}else if(r===5){o+=2;continue}if(typeof r=="number")break;if(t.hasOwnProperty(r)){i===null&&(i=[]);let s=t[r];for(let a=0;a<s.length;a+=3)if(s[a]===n){i.push(r,s[a+1],s[a+2],e[o+1]);break}}o+=2}return i}function vk(t,n,e,i){return[t,!0,0,n,null,i,null,e,null,null]}function kk(t,n){let e=t.contentQueries;if(e!==null){let i=be(null);try{for(let o=0;o<e.length;o+=2){let r=e[o],s=e[o+1];if(s!==-1){let a=t.data[s];Wd(r),a.contentQueries(2,n[s],s)}}}finally{be(i)}}}function ru(t,n){return t[xa]?t[Xg][zn]=n:t[xa]=n,t[Xg]=n,n}function wf(t,n,e){Wd(0);let i=be(null);try{n(t,e)}finally{be(i)}}function bk(t){return t[dd]??=[]}function xk(t){return t.cleanup??=[]}function Ck(t,n,e){return(t===null||Di(t))&&(e=qS(e[n.index])),e[We]}function _k(t,n){let e=t[ns],i=e?e.get(Bn,null):null;i&&i.handleError(n)}function jm(t,n,e,i,o){for(let r=0;r<e.length;){let s=e[r++],a=e[r++],c=e[r++],l=n[s],d=t.data[s];hk(d,l,i,a,c,o)}}function wk(t,n,e){let i=hv(n,t);X3(t[We],i,e)}function VD(t,n){let e=fo(n,t),i=e[ue];jD(i,e);let o=e[hi];o!==null&&e[ts]===null&&(e[ts]=Em(o,e[ns])),zm(i,e,e[_t])}function jD(t,n){for(let e=n.length;e<t.blueprint.length;e++)n.push(t.blueprint[e])}function zm(t,n,e){_m(n);try{let i=t.viewQuery;i!==null&&wf(1,i,e);let o=t.template;o!==null&&fk(t,n,o,1,e),t.firstCreatePass&&(t.firstCreatePass=!1),n[Si]?.finishViewCreation(t),t.staticContentQueries&&kk(t,n),t.staticViewQueries&&wf(2,t.viewQuery,e);let r=t.components;r!==null&&zD(n,r)}catch(i){throw t.firstCreatePass&&(t.incompleteFirstPass=!0,t.firstCreatePass=!1),i}finally{n[le]&=-5,wm()}}function zD(t,n){for(let e=0;e<n.length;e++)VD(t,n[e])}function La(t,n,e,i){let o=be(null);try{let r=n.tView,a=t[le]&4096?4096:16,c=ou(t,r,e,a,null,n,null,null,i?.injector??null,i?.embeddedViewInjector??null,i?.dehydratedView??null),l=t[n.index];c[Go]=l;let d=t[Si];return d!==null&&(c[Si]=d.createEmbeddedView(r)),zm(r,c,e),c}finally{be(o)}}function Mk(t,n){let e=Tt+n;if(e<t.length)return t[e]}function os(t,n){return!n||n.firstChild===null||Bv(t)}function Oa(t,n,e,i=!0){let o=n[ue];if(nD(o,n,t,e),i){let s=Cf(e,t),a=n[We],c=rk(a,t[Zo]);c!==null&&eD(o,t[Yt],a,n,c,s)}let r=n[ts];r!==null&&r.firstChild!==null&&(r.firstChild=null)}function Ik(t,n){let e=Ca(t,n);return e!==void 0&&tu(e[ue],e),e}function xd(t,n,e,i,o=!1){for(;e!==null;){if(e.type===128){e=o?e.projectionNext:e.next;continue}let r=n[e.index];r!==null&&i.push(ui(r)),Ai(r)&&BD(r,i);let s=e.type;if(s&8)xd(t,n,e.child,i);else if(s&32){let a=Lm(e,n),c;for(;c=a();)i.push(c)}else if(s&16){let a=ak(n,e);if(Array.isArray(a))i.push(...a);else{let c=Ko(n[Kt]);xd(c[ue],c,a,i,!0)}}e=o?e.projectionNext:e.next}return i}function BD(t,n){for(let e=Tt;e<t.length;e++){let i=t[e],o=i[ue].firstChild;o!==null&&xd(i[ue],i,o,n)}t[Zo]!==t[hi]&&n.push(t[Zo])}var Sk=[];function HD(t){return t[vn]??UD(t)}function UD(t){let n=Sk.pop()??Object.create($D);return n.lView=t,n}function QD(t){t.lView[vn]!==t&&(t.lView=null,Sk.push(t))}var $D=K(k({},Rr),{consumerIsAlwaysLive:!0,consumerMarkedDirty:t=>{$d(t.lView)},consumerOnSignalRead(){this.lView[vn]=this}});function WD(t){let n=t[vn]??Object.create(GD);return n.lView=t,n}var GD=K(k({},Rr),{consumerIsAlwaysLive:!0,consumerMarkedDirty:t=>{let n=Ko(t.lView);for(;n&&!Dk(n[ue]);)n=Ko(n);n&&fv(n)},consumerOnSignalRead(){this.lView[vn]=this}});function Dk(t){return t.type!==2}var ZD=100;function Tk(t,n=!0,e=0){let i=t[di],o=i.rendererFactory,r=!1;r||o.begin?.();try{KD(t,e)}catch(s){throw n&&_k(t,s),s}finally{r||(o.end?.(),i.inlineEffectRunner?.flush())}}function KD(t,n){let e=bv();try{Jg(!0),Mf(t,n);let i=0;for(;Qd(t);){if(i===ZD)throw new Q(103,!1);i++,Mf(t,1)}}finally{Jg(e)}}function XD(t,n,e,i){let o=n[le];if((o&256)===256)return;let r=!1,s=!1;!r&&n[di].inlineEffectRunner?.flush(),_m(n);let a=!0,c=null,l=null;r||(Dk(t)?(l=HD(n),c=la(l)):K2()===null?(a=!1,l=WD(n),c=la(l)):n[vn]&&(yl(n[vn]),n[vn]=null));try{pv(n),XS(t.bindingStartIndex),e!==null&&fk(t,n,e,2,i);let d=(o&3)===3;if(!r)if(d){let p=t.preOrderCheckHooks;p!==null&&td(n,p,null)}else{let p=t.preOrderHooks;p!==null&&nd(n,p,0,null),zp(n,0)}if(s||YD(n),Ek(n,0),t.contentQueries!==null&&kk(t,n),!r)if(d){let p=t.contentCheckHooks;p!==null&&td(n,p)}else{let p=t.contentHooks;p!==null&&nd(n,p,1),zp(n,1)}fD(t,n);let u=t.components;u!==null&&Lk(n,u,0);let g=t.viewQuery;if(g!==null&&wf(2,g,i),!r)if(d){let p=t.viewCheckHooks;p!==null&&td(n,p)}else{let p=t.viewHooks;p!==null&&nd(n,p,2),zp(n,2)}if(t.firstUpdatePass===!0&&(t.firstUpdatePass=!1),n[ed]){for(let p of n[ed])p();n[ed]=null}r||(n[le]&=-73)}catch(d){throw r||$d(n),d}finally{l!==null&&(ml(l,c),a&&QD(l)),wm()}}function Ek(t,n){for(let e=Uv(t);e!==null;e=Qv(e))for(let i=Tt;i<e.length;i++){let o=e[i];Ak(o,n)}}function YD(t){for(let n=Uv(t);n!==null;n=Qv(n)){if(!(n[le]&hd.HasTransplantedViews))continue;let e=n[is];for(let i=0;i<e.length;i++){let o=e[i];fv(o)}}}function JD(t,n,e){let i=fo(n,t);Ak(i,e)}function Ak(t,n){ym(t)&&Mf(t,n)}function Mf(t,n){let i=t[ue],o=t[le],r=t[vn],s=!!(n===0&&o&16);if(s||=!!(o&64&&n===0),s||=!!(o&1024),s||=!!(r?.dirty&&gl(r)),s||=!1,r&&(r.dirty=!1),t[le]&=-9217,s)XD(i,t,i.template,t[_t]);else if(o&8192){Ek(t,1);let a=i.components;a!==null&&Lk(t,a,1)}}function Lk(t,n,e){for(let i=0;i<n.length;i++)JD(t,n[i],e)}function Bm(t,n){let e=bv()?64:1088;for(t[di].changeDetectionScheduler?.notify(n);t;){t[le]|=e;let i=Ko(t);if(af(t)&&!i)return t;t=i}return null}var er=class{get rootNodes(){let n=this._lView,e=n[ue];return xd(e,n,e.firstChild,[])}constructor(n,e,i=!0){this._lView=n,this._cdRefInjectingView=e,this.notifyErrorHandler=i,this._appRef=null,this._attachedToViewContainer=!1}get context(){return this._lView[_t]}set context(n){this._lView[_t]=n}get destroyed(){return(this._lView[le]&256)===256}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){let n=this._lView[Et];if(Ai(n)){let e=n[ud],i=e?e.indexOf(this):-1;i>-1&&(Ca(n,i),cd(e,i))}this._attachedToViewContainer=!1}tu(this._lView[ue],this._lView)}onDestroy(n){mv(this._lView,n)}markForCheck(){Bm(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[le]&=-129}reattach(){lf(this._lView),this._lView[le]|=128}detectChanges(){this._lView[le]|=1024,Tk(this._lView,this.notifyErrorHandler)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new Q(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;let n=af(this._lView),e=this._lView[Go];e!==null&&!n&&Om(e,this._lView),tk(this._lView[ue],this._lView)}attachToAppRef(n){if(this._attachedToViewContainer)throw new Q(902,!1);this._appRef=n;let e=af(this._lView),i=this._lView[Go];i!==null&&!e&&nk(i,this._lView),lf(this._lView)}},de=(()=>{class t{static{this.__NG_ELEMENT_ID__=n5}}return t})(),e5=de,t5=class extends e5{constructor(n,e,i){super(),this._declarationLView=n,this._declarationTContainer=e,this.elementRef=i}get ssrId(){return this._declarationTContainer.tView?.ssrId||null}createEmbeddedView(n,e){return this.createEmbeddedViewImpl(n,e)}createEmbeddedViewImpl(n,e,i){let o=La(this._declarationLView,this._declarationTContainer,n,{embeddedViewInjector:e,dehydratedView:i});return new er(o)}};function n5(){return su(ft(),re())}function su(t,n){return t.type&4?new t5(n,t,ps(t,n)):null}var nW=new RegExp(`^(\\d+)*(${N3}|${F3})*(.*)`);var i5=()=>null;function rs(t,n){return i5(t,n)}var ss=class{},Hm=new O("",{providedIn:"root",factory:()=>!1});var Ok=new O(""),Rk=new O(""),If=class{},Cd=class{};function o5(t){let n=Error(`No component factory found for ${Vt(t)}.`);return n[r5]=t,n}var r5="ngComponent";var Sf=class{resolveComponentFactory(n){throw o5(n)}},as=class{static{this.NULL=new Sf}},ho=class{},Qe=(()=>{class t{constructor(){this.destroyNode=null}static{this.__NG_ELEMENT_ID__=()=>s5()}}return t})();function s5(){let t=re(),n=ft(),e=fo(n.index,t);return(so(e)?e:t)[We]}var a5=(()=>{class t{static{this.\u0275prov=E({token:t,providedIn:"root",factory:()=>null})}}return t})();function _d(t,n,e){let i=e?t.styles:null,o=e?t.classes:null,r=0;if(n!==null)for(let s=0;s<n.length;s++){let a=n[s];if(typeof a=="number")r=a;else if(r==1)o=Yp(o,a);else if(r==2){let c=a,l=n[++s];i=Yp(i,c+": "+l+";")}}e?t.styles=i:t.stylesWithoutHost=i,e?t.classes=o:t.classesWithoutHost=o}var wd=class extends as{constructor(n){super(),this.ngModule=n}resolveComponentFactory(n){let e=Ii(n);return new tr(e,this.ngModule)}};function fy(t,n){let e=[];for(let i in t){if(!t.hasOwnProperty(i))continue;let o=t[i];if(o===void 0)continue;let r=Array.isArray(o),s=r?o[0]:o,a=r?o[1]:ao.None;n?e.push({propName:s,templateName:i,isSignal:(a&ao.SignalBased)!==0}):e.push({propName:s,templateName:i})}return e}function c5(t){let n=t.toLowerCase();return n==="svg"?uv:n==="math"?NS:null}var tr=class extends Cd{get inputs(){let n=this.componentDef,e=n.inputTransforms,i=fy(n.inputs,!0);if(e!==null)for(let o of i)e.hasOwnProperty(o.propName)&&(o.transform=e[o.propName]);return i}get outputs(){return fy(this.componentDef.outputs,!1)}constructor(n,e){super(),this.componentDef=n,this.ngModule=e,this.componentType=n.type,this.selector=yS(n.selectors),this.ngContentSelectors=n.ngContentSelectors?n.ngContentSelectors:[],this.isBoundToModule=!!e}create(n,e,i,o){let r=be(null);try{o=o||this.ngModule;let s=o instanceof jt?o:o?.injector;s&&this.componentDef.getStandaloneInjector!==null&&(s=this.componentDef.getStandaloneInjector(s)||s);let a=s?new uf(n,s):n,c=a.get(ho,null);if(c===null)throw new Q(407,!1);let l=a.get(a5,null),d=a.get(ss,null),u={rendererFactory:c,sanitizer:l,inlineEffectRunner:null,changeDetectionScheduler:d},g=c.createRenderer(null,this.componentDef),p=this.componentDef.selectors[0][0]||"div",v=i?yD(g,i,this.componentDef.encapsulation,a):ek(g,p,c5(p)),w=512;this.componentDef.signals?w|=4096:this.componentDef.onPush||(w|=16);let A=null;v!==null&&(A=Em(v,a,!0));let F=qm(0,null,null,1,0,null,null,null,null,null,null),Z=ou(null,F,null,w,null,null,u,g,a,null,A);_m(Z);let ee,Ce,ve=null;try{let Se=this.componentDef,Ze,Ut=null;Se.findHostDirectiveDefs?(Ze=[],Ut=new Map,Se.findHostDirectiveDefs(Se,Ze,Ut),Ze.push(Se)):Ze=[Se];let Yn=l5(Z,v);ve=d5(Yn,v,Se,Ze,Z,u,g),Ce=mm(F,pt),v&&p5(g,Se,v,i),e!==void 0&&f5(Ce,this.ngContentSelectors,e),ee=h5(ve,Se,Ze,Ut,Z,[m5]),zm(F,Z,null)}catch(Se){throw ve!==null&&bf(ve),bf(Z),Se}finally{wm()}return new Df(this.componentType,ee,ps(Ce,Z),Z,Ce)}finally{be(r)}}},Df=class extends If{constructor(n,e,i,o,r){super(),this.location=i,this._rootLView=o,this._tNode=r,this.previousInputValues=null,this.instance=e,this.hostView=this.changeDetectorRef=new er(o,void 0,!1),this.componentType=n}setInput(n,e){let i=this._tNode.inputs,o;if(i!==null&&(o=i[n])){if(this.previousInputValues??=new Map,this.previousInputValues.has(n)&&Object.is(this.previousInputValues.get(n),e))return;let r=this._rootLView;jm(r[ue],r,o,n,e),this.previousInputValues.set(n,e);let s=fo(this._tNode.index,r);Bm(s,1)}}get injector(){return new $o(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(n){this.hostView.onDestroy(n)}};function l5(t,n){let e=t[ue],i=pt;return t[i]=n,fs(e,i,2,"#host",null)}function d5(t,n,e,i,o,r,s){let a=o[ue];u5(i,t,n,s);let c=null;n!==null&&(c=Em(n,o[ns]));let l=r.rendererFactory.createRenderer(n,e),d=16;e.signals?d=4096:e.onPush&&(d=64);let u=ou(o,mk(e),null,d,o[t.index],t,r,l,null,null,c);return a.firstCreatePass&&_f(a,t,i.length-1),ru(o,u),o[t.index]=u}function u5(t,n,e,i){for(let o of t)n.mergedAttrs=ka(n.mergedAttrs,o.hostAttrs);n.mergedAttrs!==null&&(_d(n,n.mergedAttrs,!0),e!==null&&dk(i,e,n))}function h5(t,n,e,i,o,r){let s=ft(),a=o[ue],c=bn(s,o);gk(a,o,s,e,null,i);for(let d=0;d<e.length;d++){let u=s.directiveStart+d,g=Jo(o,a,u,s);uo(g,o)}yk(a,o,s),c&&uo(c,o);let l=Jo(o,a,s.directiveStart+s.componentOffset,s);if(t[_t]=o[_t]=l,r!==null)for(let d of r)d(l,n);return Pm(a,s,o),l}function p5(t,n,e,i){if(i)nf(t,e,["ng-version","18.2.13"]);else{let{attrs:o,classes:r}=vS(n.selectors[0]);o&&nf(t,e,o),r&&r.length>0&&lk(t,e,r.join(" "))}}function f5(t,n,e){let i=t.projection=[];for(let o=0;o<n.length;o++){let r=e[o];i.push(r!=null?Array.from(r):null)}}function m5(){let t=ft();Kd(re()[ue],t)}var At=(()=>{class t{static{this.__NG_ELEMENT_ID__=g5}}return t})();function g5(){let t=ft();return Fk(t,re())}var y5=At,Pk=class extends y5{constructor(n,e,i){super(),this._lContainer=n,this._hostTNode=e,this._hostLView=i}get element(){return ps(this._hostTNode,this._hostLView)}get injector(){return new $o(this._hostTNode,this._hostLView)}get parentInjector(){let n=Im(this._hostTNode,this._hostLView);if(Dv(n)){let e=fd(n,this._hostLView),i=pd(n),o=e[ue].data[i+8];return new $o(o,e)}else return new $o(null,this._hostLView)}clear(){for(;this.length>0;)this.remove(this.length-1)}get(n){let e=my(this._lContainer);return e!==null&&e[n]||null}get length(){return this._lContainer.length-Tt}createEmbeddedView(n,e,i){let o,r;typeof i=="number"?o=i:i!=null&&(o=i.index,r=i.injector);let s=rs(this._lContainer,n.ssrId),a=n.createEmbeddedViewImpl(e||{},r,s);return this.insertImpl(a,o,os(this._hostTNode,s)),a}createComponent(n,e,i,o,r){let s=n&&!OS(n),a;if(s)a=e;else{let v=e||{};a=v.index,i=v.injector,o=v.projectableNodes,r=v.environmentInjector||v.ngModuleRef}let c=s?n:new tr(Ii(n)),l=i||this.parentInjector;if(!r&&c.ngModule==null){let w=(s?l:this.parentInjector).get(jt,null);w&&(r=w)}let d=Ii(c.componentType??{}),u=rs(this._lContainer,d?.id??null),g=u?.firstChild??null,p=c.create(l,o,g,r);return this.insertImpl(p.hostView,a,os(this._hostTNode,u)),p}insert(n,e){return this.insertImpl(n,e,!0)}insertImpl(n,e,i){let o=n._lView;if(jS(o)){let a=this.indexOf(n);if(a!==-1)this.detach(a);else{let c=o[Et],l=new Pk(c,c[Yt],c[Et]);l.detach(l.indexOf(n))}}let r=this._adjustIndex(e),s=this._lContainer;return Oa(s,o,r,i),n.attachToViewContainerRef(),Hy($p(s),r,n),n}move(n,e){return this.insert(n,e)}indexOf(n){let e=my(this._lContainer);return e!==null?e.indexOf(n):-1}remove(n){let e=this._adjustIndex(n,-1),i=Ca(this._lContainer,e);i&&(cd($p(this._lContainer),e),tu(i[ue],i))}detach(n){let e=this._adjustIndex(n,-1),i=Ca(this._lContainer,e);return i&&cd($p(this._lContainer),e)!=null?new er(i):null}_adjustIndex(n,e=0){return n??this.length+e}};function my(t){return t[ud]}function $p(t){return t[ud]||(t[ud]=[])}function Fk(t,n){let e,i=n[t.index];return Ai(i)?e=i:(e=vk(i,n,null,t),n[t.index]=e,ru(n,e)),k5(e,n,t,i),new Pk(e,t,n)}function v5(t,n){let e=t[We],i=e.createComment(""),o=bn(n,t),r=rk(e,o);return bd(e,r,i,sD(e,o),!1),i}var k5=C5,b5=()=>!1;function x5(t,n,e){return b5(t,n,e)}function C5(t,n,e,i){if(t[Zo])return;let o;e.type&8?o=ui(i):o=v5(n,e),t[Zo]=o}var Tf=class t{constructor(n){this.queryList=n,this.matches=null}clone(){return new t(this.queryList)}setDirty(){this.queryList.setDirty()}},Ef=class t{constructor(n=[]){this.queries=n}createEmbeddedView(n){let e=n.queries;if(e!==null){let i=n.contentQueries!==null?n.contentQueries[0]:e.length,o=[];for(let r=0;r<i;r++){let s=e.getByIndex(r),a=this.queries[s.indexInDeclarationView];o.push(a.clone())}return new t(o)}return null}insertView(n){this.dirtyQueriesWithMatches(n)}detachView(n){this.dirtyQueriesWithMatches(n)}finishViewCreation(n){this.dirtyQueriesWithMatches(n)}dirtyQueriesWithMatches(n){for(let e=0;e<this.queries.length;e++)Qm(n,e).matches!==null&&this.queries[e].setDirty()}},Md=class{constructor(n,e,i=null){this.flags=e,this.read=i,typeof n=="string"?this.predicate=S5(n):this.predicate=n}},Af=class t{constructor(n=[]){this.queries=n}elementStart(n,e){for(let i=0;i<this.queries.length;i++)this.queries[i].elementStart(n,e)}elementEnd(n){for(let e=0;e<this.queries.length;e++)this.queries[e].elementEnd(n)}embeddedTView(n){let e=null;for(let i=0;i<this.length;i++){let o=e!==null?e.length:0,r=this.getByIndex(i).embeddedTView(n,o);r&&(r.indexInDeclarationView=i,e!==null?e.push(r):e=[r])}return e!==null?new t(e):null}template(n,e){for(let i=0;i<this.queries.length;i++)this.queries[i].template(n,e)}getByIndex(n){return this.queries[n]}get length(){return this.queries.length}track(n){this.queries.push(n)}},Lf=class t{constructor(n,e=-1){this.metadata=n,this.matches=null,this.indexInDeclarationView=-1,this.crossesNgTemplate=!1,this._appliesToNextNode=!0,this._declarationNodeIndex=e}elementStart(n,e){this.isApplyingToNode(e)&&this.matchTNode(n,e)}elementEnd(n){this._declarationNodeIndex===n.index&&(this._appliesToNextNode=!1)}template(n,e){this.elementStart(n,e)}embeddedTView(n,e){return this.isApplyingToNode(n)?(this.crossesNgTemplate=!0,this.addMatch(-n.index,e),new t(this.metadata)):null}isApplyingToNode(n){if(this._appliesToNextNode&&(this.metadata.flags&1)!==1){let e=this._declarationNodeIndex,i=n.parent;for(;i!==null&&i.type&8&&i.index!==e;)i=i.parent;return e===(i!==null?i.index:-1)}return this._appliesToNextNode}matchTNode(n,e){let i=this.metadata.predicate;if(Array.isArray(i))for(let o=0;o<i.length;o++){let r=i[o];this.matchTNodeWithReadOption(n,e,_5(e,r)),this.matchTNodeWithReadOption(n,e,id(e,n,r,!1,!1))}else i===de?e.type&4&&this.matchTNodeWithReadOption(n,e,-1):this.matchTNodeWithReadOption(n,e,id(e,n,i,!1,!1))}matchTNodeWithReadOption(n,e,i){if(i!==null){let o=this.metadata.read;if(o!==null)if(o===te||o===At||o===de&&e.type&4)this.addMatch(e.index,-2);else{let r=id(e,n,o,!1,!1);r!==null&&this.addMatch(e.index,r)}else this.addMatch(e.index,i)}}addMatch(n,e){this.matches===null?this.matches=[n,e]:this.matches.push(n,e)}};function _5(t,n){let e=t.localNames;if(e!==null){for(let i=0;i<e.length;i+=2)if(e[i]===n)return e[i+1]}return null}function w5(t,n){return t.type&11?ps(t,n):t.type&4?su(t,n):null}function M5(t,n,e,i){return e===-1?w5(n,t):e===-2?I5(t,n,i):Jo(t,t[ue],e,n)}function I5(t,n,e){if(e===te)return ps(n,t);if(e===de)return su(n,t);if(e===At)return Fk(n,t)}function Nk(t,n,e,i){let o=n[Si].queries[i];if(o.matches===null){let r=t.data,s=e.matches,a=[];for(let c=0;s!==null&&c<s.length;c+=2){let l=s[c];if(l<0)a.push(null);else{let d=r[l];a.push(M5(n,d,s[c+1],e.metadata.read))}}o.matches=a}return o.matches}function Of(t,n,e,i){let o=t.queries.getByIndex(e),r=o.matches;if(r!==null){let s=Nk(t,n,o,e);for(let a=0;a<r.length;a+=2){let c=r[a];if(c>0)i.push(s[a/2]);else{let l=r[a+1],d=n[-c];for(let u=Tt;u<d.length;u++){let g=d[u];g[Go]===g[Et]&&Of(g[ue],g,l,i)}if(d[is]!==null){let u=d[is];for(let g=0;g<u.length;g++){let p=u[g];Of(p[ue],p,l,i)}}}}}return i}function Um(t,n){return t[Si].queries[n].queryList}function qk(t,n,e){let i=new lo((e&4)===4);return bD(t,n,i,i.destroy),(n[Si]??=new Ef).queries.push(new Tf(i))-1}function Vk(t,n,e){let i=Ue();return i.firstCreatePass&&(zk(i,new Md(t,n,e),-1),(n&2)===2&&(i.staticViewQueries=!0)),qk(i,re(),n)}function jk(t,n,e,i){let o=Ue();if(o.firstCreatePass){let r=ft();zk(o,new Md(n,e,i),r.index),D5(o,t),(e&2)===2&&(o.staticContentQueries=!0)}return qk(o,re(),e)}function S5(t){return t.split(",").map(n=>n.trim())}function zk(t,n,e){t.queries===null&&(t.queries=new Af),t.queries.track(new Lf(n,e))}function D5(t,n){let e=t.contentQueries||(t.contentQueries=[]),i=e.length?e[e.length-1]:-1;n!==i&&e.push(t.queries.length-1,n)}function Qm(t,n){return t.queries.getByIndex(n)}function Bk(t,n){let e=t[ue],i=Qm(e,n);return i.crossesNgTemplate?Of(e,t,n,[]):Nk(e,t,i,n)}var gy=new Set;function pi(t){gy.has(t)||(gy.add(t),performance?.mark?.("mark_feature_usage",{detail:{feature:t}}))}function au(t){return typeof t=="function"&&t[cn]!==void 0}function N(t,n){pi("NgSignals");let e=ag(t),i=e[cn];return n?.equal&&(i.equal=n.equal),e.set=o=>bl(i,o),e.update=o=>cg(i,o),e.asReadonly=T5.bind(e),e}function T5(){let t=this[cn];if(t.readonlyFn===void 0){let n=()=>this();n[cn]=t,t.readonlyFn=n}return t.readonlyFn}function Hk(t){return au(t)&&typeof t.set=="function"}function $m(t,n){let e,i=vp(()=>{e._dirtyCounter();let o=E5(e,t);if(n&&o===void 0)throw new Q(-951,!1);return o});return e=i[cn],e._dirtyCounter=N(0),e._flatValue=void 0,i}function Uk(){return $m(!0,!1)}function Qk(){return $m(!0,!0)}function $k(){return $m(!1,!1)}function Wk(t,n){let e=t[cn];e._lView=re(),e._queryIndex=n,e._queryList=Um(e._lView,n),e._queryList.onDirty(()=>e._dirtyCounter.update(i=>i+1))}function E5(t,n){let e=t._lView,i=t._queryIndex;if(e===void 0||i===void 0||e[le]&4)return n?void 0:qt;let o=Um(e,i),r=Bk(e,i);return o.reset(r,zv),n?o.first:o._changesDetected||t._flatValue===void 0?t._flatValue=o.toArray():t._flatValue}function yy(t,n){return Uk()}function A5(t,n){return Qk()}var Wm=(yy.required=A5,yy);function Ra(t,n){return $k()}function vy(t,n){return Uk()}function L5(t,n){return Qk()}var Pa=(vy.required=L5,vy);function Gm(t,n){return $k()}function O5(t){return Object.getPrototypeOf(t.prototype).constructor}function _e(t){let n=O5(t.type),e=!0,i=[t];for(;n;){let o;if(Di(t))o=n.\u0275cmp||n.\u0275dir;else{if(n.\u0275cmp)throw new Q(903,!1);o=n.\u0275dir}if(o){if(e){i.push(o);let s=t;s.inputs=Kl(t.inputs),s.inputTransforms=Kl(t.inputTransforms),s.declaredInputs=Kl(t.declaredInputs),s.outputs=Kl(t.outputs);let a=o.hostBindings;a&&q5(t,a);let c=o.viewQuery,l=o.contentQueries;if(c&&F5(t,c),l&&N5(t,l),R5(t,o),F4(t.outputs,o.outputs),Di(o)&&o.data.animation){let d=t.data;d.animation=(d.animation||[]).concat(o.data.animation)}}let r=o.features;if(r)for(let s=0;s<r.length;s++){let a=r[s];a&&a.ngInherit&&a(t),a===_e&&(e=!1)}}n=Object.getPrototypeOf(n)}P5(i)}function R5(t,n){for(let e in n.inputs){if(!n.inputs.hasOwnProperty(e)||t.inputs.hasOwnProperty(e))continue;let i=n.inputs[e];if(i!==void 0&&(t.inputs[e]=i,t.declaredInputs[e]=n.declaredInputs[e],n.inputTransforms!==null)){let o=Array.isArray(i)?i[0]:i;if(!n.inputTransforms.hasOwnProperty(o))continue;t.inputTransforms??={},t.inputTransforms[o]=n.inputTransforms[o]}}}function P5(t){let n=0,e=null;for(let i=t.length-1;i>=0;i--){let o=t[i];o.hostVars=n+=o.hostVars,o.hostAttrs=ka(o.hostAttrs,e=ka(e,o.hostAttrs))}}function Kl(t){return t===Mi?{}:t===qt?[]:t}function F5(t,n){let e=t.viewQuery;e?t.viewQuery=(i,o)=>{n(i,o),e(i,o)}:t.viewQuery=n}function N5(t,n){let e=t.contentQueries;e?t.contentQueries=(i,o,r)=>{n(i,o,r),e(i,o,r)}:t.contentQueries=n}function q5(t,n){let e=t.hostBindings;e?t.hostBindings=(i,o)=>{n(i,o),e(i,o)}:t.hostBindings=n}function V5(t){let n=e=>{let i=Array.isArray(t);e.hostDirectives===null?(e.findHostDirectiveDefs=Gk,e.hostDirectives=i?t.map(Rf):[t]):i?e.hostDirectives.unshift(...t.map(Rf)):e.hostDirectives.unshift(t)};return n.ngInherit=!0,n}function Gk(t,n,e){if(t.hostDirectives!==null)for(let i of t.hostDirectives)if(typeof i=="function"){let o=i();for(let r of o)ky(Rf(r),n,e)}else ky(i,n,e)}function ky(t,n,e){let i=um(t.directive);j5(i.declaredInputs,t.inputs),Gk(i,n,e),e.set(i,t),n.push(i)}function Rf(t){return typeof t=="function"?{directive:Ct(t),inputs:Mi,outputs:Mi}:{directive:Ct(t.directive),inputs:by(t.inputs),outputs:by(t.outputs)}}function by(t){if(t===void 0||t.length===0)return Mi;let n={};for(let e=0;e<t.length;e+=2)n[t[e]]=t[e+1];return n}function j5(t,n){for(let e in n)if(n.hasOwnProperty(e)){let i=n[e],o=t[e];t[i]=o}}function he(t){let n=t.inputConfig,e={};for(let i in n)if(n.hasOwnProperty(i)){let o=n[i];Array.isArray(o)&&o[3]&&(e[i]=o[3])}t.inputTransforms=e}var Ti=class{},_a=class{};function Zk(t,n){return new Id(t,n??null,[])}var Id=class extends Ti{constructor(n,e,i,o=!0){super(),this.ngModuleType=n,this._parent=e,this._bootstrapComponents=[],this.destroyCbs=[],this.componentFactoryResolver=new wd(this);let r=Yy(n);this._bootstrapComponents=Yv(r.bootstrap),this._r3Injector=Nv(n,e,[{provide:Ti,useValue:this},{provide:as,useValue:this.componentFactoryResolver},...i],Vt(n),new Set(["environment"])),o&&this.resolveInjectorInitializers()}resolveInjectorInitializers(){this._r3Injector.resolveInjectorInitializers(),this.instance=this._r3Injector.get(this.ngModuleType)}get injector(){return this._r3Injector}destroy(){let n=this._r3Injector;!n.destroyed&&n.destroy(),this.destroyCbs.forEach(e=>e()),this.destroyCbs=null}onDestroy(n){this.destroyCbs.push(n)}},Pf=class extends _a{constructor(n){super(),this.moduleType=n}create(n){return new Id(this.moduleType,n,[])}};var Sd=class extends Ti{constructor(n){super(),this.componentFactoryResolver=new wd(this),this.instance=null;let e=new ba([...n.providers,{provide:Ti,useValue:this},{provide:as,useValue:this.componentFactoryResolver}],n.parent||zd(),n.debugName,new Set(["environment"]));this.injector=e,n.runEnvironmentInitializers&&e.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(n){this.injector.onDestroy(n)}};function cu(t,n,e=null){return new Sd({providers:t,parent:n,debugName:e,runEnvironmentInitializers:!0}).injector}function Kk(t){return Zm(t)?Array.isArray(t)||!(t instanceof Map)&&Symbol.iterator in t:!1}function z5(t,n){if(Array.isArray(t))for(let e=0;e<t.length;e++)n(t[e]);else{let e=t[Symbol.iterator](),i;for(;!(i=e.next()).done;)n(i.value)}}function Zm(t){return t!==null&&(typeof t=="function"||typeof t=="object")}function lu(t,n,e){return t[n]=e}function B5(t,n){return t[n]}function Xt(t,n,e){let i=t[n];return Object.is(i,e)?!1:(t[n]=e,!0)}function Dd(t,n,e,i){let o=Xt(t,n,e);return Xt(t,n+1,i)||o}function H5(t,n,e,i,o){let r=Dd(t,n,e,i);return Xt(t,n+2,o)||r}function U5(t,n,e,i,o,r){let s=Dd(t,n,e,i);return Dd(t,n+2,o,r)||s}function Q5(t){return(t.flags&32)===32}function $5(t,n,e,i,o,r,s,a,c){let l=n.consts,d=fs(n,t,4,s||null,a||null);Vm(n,e,d,co(l,c)),Kd(n,d);let u=d.tView=qm(2,d,i,o,r,n.directiveRegistry,n.pipeRegistry,null,n.schemas,l,null);return n.queries!==null&&(n.queries.template(n,d),u.queries=n.queries.embeddedTView(d)),d}function Td(t,n,e,i,o,r,s,a,c,l){let d=e+pt,u=n.firstCreatePass?$5(d,n,t,i,o,r,s,a,c):n.data[d];ir(u,!1);let g=W5(n,t,u,e);Gd()&&nu(n,t,g,u),uo(g,t);let p=vk(g,t,g,u);return t[d]=p,ru(t,p),x5(p,u,t),Ud(u)&&Fm(n,t,u),c!=null&&Nm(t,u,l),u}function S(t,n,e,i,o,r,s,a){let c=re(),l=Ue(),d=co(l.consts,r);return Td(c,l,t,n,e,i,o,d,s,a),S}var W5=G5;function G5(t,n,e,i){return Zd(!0),n[We].createComment("")}var ai=function(t){return t[t.EarlyRead=0]="EarlyRead",t[t.Write=1]="Write",t[t.MixedReadWrite=2]="MixedReadWrite",t[t.Read=3]="Read",t}(ai||{}),Xk=(()=>{class t{constructor(){this.impl=null}execute(){this.impl?.execute()}static{this.\u0275prov=E({token:t,providedIn:"root",factory:()=>new t})}}return t})(),Ff=class t{constructor(){this.ngZone=M(ie),this.scheduler=M(ss),this.errorHandler=M(Bn,{optional:!0}),this.sequences=new Set,this.deferredRegistrations=new Set,this.executing=!1}static{this.PHASES=[ai.EarlyRead,ai.Write,ai.MixedReadWrite,ai.Read]}execute(){this.executing=!0;for(let n of t.PHASES)for(let e of this.sequences)if(!(e.erroredOrDestroyed||!e.hooks[n]))try{e.pipelinedValue=this.ngZone.runOutsideAngular(()=>e.hooks[n](e.pipelinedValue))}catch(i){e.erroredOrDestroyed=!0,this.errorHandler?.handleError(i)}this.executing=!1;for(let n of this.sequences)n.afterRun(),n.once&&(this.sequences.delete(n),n.destroy());for(let n of this.deferredRegistrations)this.sequences.add(n);this.deferredRegistrations.size>0&&this.scheduler.notify(7),this.deferredRegistrations.clear()}register(n){this.executing?this.deferredRegistrations.add(n):(this.sequences.add(n),this.scheduler.notify(6))}unregister(n){this.executing&&this.sequences.has(n)?(n.erroredOrDestroyed=!0,n.pipelinedValue=void 0,n.once=!0):(this.sequences.delete(n),this.deferredRegistrations.delete(n))}static{this.\u0275prov=E({token:t,providedIn:"root",factory:()=>new t})}},Nf=class{constructor(n,e,i,o){this.impl=n,this.hooks=e,this.once=i,this.erroredOrDestroyed=!1,this.pipelinedValue=void 0,this.unregisterOnDestroy=o?.onDestroy(()=>this.destroy())}afterRun(){this.erroredOrDestroyed=!1,this.pipelinedValue=void 0}destroy(){this.impl.unregister(this),this.unregisterOnDestroy?.()}};function Z5(t,n){!n?.injector&&po(Z5);let e=n?.injector??M(Ne);return Jv(e)?(pi("NgAfterRender"),Yk(t,e,n,!1)):Jk}function Cn(t,n){!n?.injector&&po(Cn);let e=n?.injector??M(Ne);return Jv(e)?(pi("NgAfterNextRender"),Yk(t,e,n,!0)):Jk}function K5(t,n){if(t instanceof Function){let e=[void 0,void 0,void 0,void 0];return e[n]=t,e}else return[t.earlyRead,t.write,t.mixedReadWrite,t.read]}function Yk(t,n,e,i){let o=n.get(Xk);o.impl??=n.get(Ff);let r=e?.phase??ai.MixedReadWrite,s=e?.manualCleanup!==!0?n.get(xn):null,a=new Nf(o.impl,K5(t,r),i,s);return o.impl.register(a),a}var Jk={destroy(){}};function G(t,n,e,i){let o=re(),r=mo();if(Xt(o,r,n)){let s=Ue(),a=hs();PD(a,o,t,n,e,i)}return G}function eb(t,n,e,i){return Xt(t,mo(),e)?n+Qo(e)+i:Jt}function X5(t,n,e,i,o,r,s,a){let c=KS(),l=H5(t,c,e,o,s);return bm(3),l?n+Qo(e)+i+Qo(o)+r+Qo(s)+a:Jt}function Xl(t,n){return t<<17|n<<2}function nr(t){return t>>17&32767}function Y5(t){return(t&2)==2}function J5(t,n){return t&131071|n<<17}function qf(t){return t|2}function cs(t){return(t&131068)>>2}function Wp(t,n){return t&-131069|n<<2}function eT(t){return(t&1)===1}function Vf(t){return t|1}function tT(t,n,e,i,o,r){let s=r?n.classBindings:n.styleBindings,a=nr(s),c=cs(s);t[i]=e;let l=!1,d;if(Array.isArray(e)){let u=e;d=u[1],(d===null||Ia(u,d)>0)&&(l=!0)}else d=e;if(o)if(c!==0){let g=nr(t[a+1]);t[i+1]=Xl(g,a),g!==0&&(t[g+1]=Wp(t[g+1],i)),t[a+1]=J5(t[a+1],i)}else t[i+1]=Xl(a,0),a!==0&&(t[a+1]=Wp(t[a+1],i)),a=i;else t[i+1]=Xl(c,0),a===0?a=i:t[c+1]=Wp(t[c+1],i),c=i;l&&(t[i+1]=qf(t[i+1])),xy(t,d,i,!0),xy(t,d,i,!1),nT(n,d,t,i,r),s=Xl(a,c),r?n.classBindings=s:n.styleBindings=s}function nT(t,n,e,i,o){let r=o?t.residualClasses:t.residualStyles;r!=null&&typeof n=="string"&&Ia(r,n)>=0&&(e[i+1]=Vf(e[i+1]))}function xy(t,n,e,i){let o=t[e+1],r=n===null,s=i?nr(o):cs(o),a=!1;for(;s!==0&&(a===!1||r);){let c=t[s],l=t[s+1];iT(c,n)&&(a=!0,t[s+1]=i?Vf(l):qf(l)),s=i?nr(l):cs(l)}a&&(t[e+1]=i?qf(o):Vf(o))}function iT(t,n){return t===null||n==null||(Array.isArray(t)?t[1]:t)===n?!0:Array.isArray(t)&&typeof n=="string"?Ia(t,n)>=0:!1}var lt={textEnd:0,key:0,keyEnd:0,value:0,valueEnd:0};function tb(t){return t.substring(lt.key,lt.keyEnd)}function oT(t){return t.substring(lt.value,lt.valueEnd)}function rT(t){return ob(t),nb(t,ls(t,0,lt.textEnd))}function nb(t,n){let e=lt.textEnd;return e===n?-1:(n=lt.keyEnd=aT(t,lt.key=n,e),ls(t,n,e))}function sT(t){return ob(t),ib(t,ls(t,0,lt.textEnd))}function ib(t,n){let e=lt.textEnd,i=lt.key=ls(t,n,e);return e===i?-1:(i=lt.keyEnd=cT(t,i,e),i=Cy(t,i,e,58),i=lt.value=ls(t,i,e),i=lt.valueEnd=lT(t,i,e),Cy(t,i,e,59))}function ob(t){lt.key=0,lt.keyEnd=0,lt.value=0,lt.valueEnd=0,lt.textEnd=t.length}function ls(t,n,e){for(;n<e&&t.charCodeAt(n)<=32;)n++;return n}function aT(t,n,e){for(;n<e&&t.charCodeAt(n)>32;)n++;return n}function cT(t,n,e){let i;for(;n<e&&((i=t.charCodeAt(n))===45||i===95||(i&-33)>=65&&(i&-33)<=90||i>=48&&i<=57);)n++;return n}function Cy(t,n,e,i){return n=ls(t,n,e),n<e&&n++,n}function lT(t,n,e){let i=-1,o=-1,r=-1,s=n,a=s;for(;s<e;){let c=t.charCodeAt(s++);if(c===59)return a;c===34||c===39?a=s=_y(t,c,s,e):n===s-4&&r===85&&o===82&&i===76&&c===40?a=s=_y(t,41,s,e):c>32&&(a=s),r=o,o=i,i=c&-33}return a}function _y(t,n,e,i){let o=-1,r=e;for(;r<i;){let s=t.charCodeAt(r++);if(s==n&&o!==92)return r;s==92&&o===92?o=0:o=s}throw new Error}function y(t,n,e){let i=re(),o=mo();if(Xt(i,o,n)){let r=Ue(),s=hs();Aa(r,s,i,t,n,i[We],e,!1)}return y}function jf(t,n,e,i,o){let r=n.inputs,s=o?"class":"style";jm(t,e,r[s],s,i)}function nt(t,n,e){return rb(t,n,e,!1),nt}function en(t,n){return rb(t,n,null,!0),en}function du(t){sb(lb,dT,t,!1)}function dT(t,n){for(let e=sT(n);e>=0;e=ib(n,e))lb(t,tb(n),oT(n))}function x(t){sb(yT,uT,t,!0)}function uT(t,n){for(let e=rT(n);e>=0;e=nb(n,e))Vd(t,tb(n),!0)}function rb(t,n,e,i){let o=re(),r=Ue(),s=bm(2);if(r.firstUpdatePass&&cb(r,t,s,i),n!==Jt&&Xt(o,s,n)){let a=r.data[Li()];db(r,a,o,o[We],t,o[s+1]=kT(n,e),i,s)}}function sb(t,n,e,i){let o=Ue(),r=bm(2);o.firstUpdatePass&&cb(o,null,r,i);let s=re();if(e!==Jt&&Xt(s,r,e)){let a=o.data[Li()];if(ub(a,i)&&!ab(o,r)){let c=i?a.classesWithoutHost:a.stylesWithoutHost;c!==null&&(e=Yp(c,e||"")),jf(o,a,s,e,i)}else vT(o,a,s,s[We],s[r+1],s[r+1]=gT(t,n,e),i,r)}}function ab(t,n){return n>=t.expandoStartIndex}function cb(t,n,e,i){let o=t.data;if(o[e+1]===null){let r=o[Li()],s=ab(t,e);ub(r,i)&&n===null&&!s&&(n=!1),n=hT(o,r,n,i),tT(o,r,n,e,s,i)}}function hT(t,n,e,i){let o=xm(t),r=i?n.residualClasses:n.residualStyles;if(o===null)(i?n.classBindings:n.styleBindings)===0&&(e=Gp(null,t,n,e,i),e=wa(e,n.attrs,i),r=null);else{let s=n.directiveStylingLast;if(s===-1||t[s]!==o)if(e=Gp(o,t,n,e,i),r===null){let c=pT(t,n,i);c!==void 0&&Array.isArray(c)&&(c=Gp(null,t,n,c[1],i),c=wa(c,n.attrs,i),fT(t,n,i,c))}else r=mT(t,n,i)}return r!==void 0&&(i?n.residualClasses=r:n.residualStyles=r),e}function pT(t,n,e){let i=e?n.classBindings:n.styleBindings;if(cs(i)!==0)return t[nr(i)]}function fT(t,n,e,i){let o=e?n.classBindings:n.styleBindings;t[nr(o)]=i}function mT(t,n,e){let i,o=n.directiveEnd;for(let r=1+n.directiveStylingLast;r<o;r++){let s=t[r].hostAttrs;i=wa(i,s,e)}return wa(i,n.attrs,e)}function Gp(t,n,e,i,o){let r=null,s=e.directiveEnd,a=e.directiveStylingLast;for(a===-1?a=e.directiveStart:a++;a<s&&(r=n[a],i=wa(i,r.hostAttrs,o),r!==t);)a++;return t!==null&&(e.directiveStylingLast=a),i}function wa(t,n,e){let i=e?1:2,o=-1;if(n!==null)for(let r=0;r<n.length;r++){let s=n[r];typeof s=="number"?o=s:o===i&&(Array.isArray(t)||(t=t===void 0?[]:["",t]),Vd(t,s,e?!0:n[++r]))}return t===void 0?null:t}function gT(t,n,e){if(e==null||e==="")return qt;let i=[],o=or(e);if(Array.isArray(o))for(let r=0;r<o.length;r++)t(i,o[r],!0);else if(typeof o=="object")for(let r in o)o.hasOwnProperty(r)&&t(i,r,o[r]);else typeof o=="string"&&n(i,o);return i}function lb(t,n,e){Vd(t,n,or(e))}function yT(t,n,e){let i=String(n);i!==""&&!i.includes(" ")&&Vd(t,i,e)}function vT(t,n,e,i,o,r,s,a){o===Jt&&(o=qt);let c=0,l=0,d=0<o.length?o[0]:null,u=0<r.length?r[0]:null;for(;d!==null||u!==null;){let g=c<o.length?o[c+1]:void 0,p=l<r.length?r[l+1]:void 0,v=null,w;d===u?(c+=2,l+=2,g!==p&&(v=u,w=p)):u===null||d!==null&&d<u?(c+=2,v=d):(l+=2,v=u,w=p),v!==null&&db(t,n,e,i,v,w,s,a),d=c<o.length?o[c]:null,u=l<r.length?r[l]:null}}function db(t,n,e,i,o,r,s,a){if(!(n.type&3))return;let c=t.data,l=c[a+1],d=eT(l)?wy(c,n,e,o,cs(l),s):void 0;if(!Ed(d)){Ed(r)||Y5(l)&&(r=wy(c,null,e,o,a,s));let u=hv(Li(),e);hD(i,s,u,o,r)}}function wy(t,n,e,i,o,r){let s=n===null,a;for(;o>0;){let c=t[o],l=Array.isArray(c),d=l?c[1]:c,u=d===null,g=e[o+1];g===Jt&&(g=u?qt:void 0);let p=u?Vp(g,i):d===i?g:void 0;if(l&&!Ed(p)&&(p=Vp(c,i)),Ed(p)&&(a=p,s))return a;let v=t[o+1];o=s?nr(v):cs(v)}if(n!==null){let c=r?n.residualClasses:n.residualStyles;c!=null&&(a=Vp(c,i))}return a}function Ed(t){return t!==void 0}function kT(t,n){return t==null||t===""||(typeof n=="string"?t=t+n:typeof t=="object"&&(t=Vt(or(t)))),t}function ub(t,n){return(t.flags&(n?8:16))!==0}function hb(){return re()[Kt][_t]}var zf=class{destroy(n){}updateValue(n,e){}swap(n,e){let i=Math.min(n,e),o=Math.max(n,e),r=this.detach(o);if(o-i>1){let s=this.detach(i);this.attach(i,r),this.attach(o,s)}else this.attach(i,r)}move(n,e){this.attach(e,this.detach(n))}};function Zp(t,n,e,i,o){return t===e&&Object.is(n,i)?1:Object.is(o(t,n),o(e,i))?-1:0}function bT(t,n,e){let i,o,r=0,s=t.length-1,a=void 0;if(Array.isArray(n)){let c=n.length-1;for(;r<=s&&r<=c;){let l=t.at(r),d=n[r],u=Zp(r,l,r,d,e);if(u!==0){u<0&&t.updateValue(r,d),r++;continue}let g=t.at(s),p=n[c],v=Zp(s,g,c,p,e);if(v!==0){v<0&&t.updateValue(s,p),s--,c--;continue}let w=e(r,l),A=e(s,g),F=e(r,d);if(Object.is(F,A)){let Z=e(c,p);Object.is(Z,w)?(t.swap(r,s),t.updateValue(s,p),c--,s--):t.move(s,r),t.updateValue(r,d),r++;continue}if(i??=new Ad,o??=Iy(t,r,s,e),Bf(t,i,r,F))t.updateValue(r,d),r++,s++;else if(o.has(F))i.set(w,t.detach(r)),s--;else{let Z=t.create(r,n[r]);t.attach(r,Z),r++,s++}}for(;r<=c;)My(t,i,e,r,n[r]),r++}else if(n!=null){let c=n[Symbol.iterator](),l=c.next();for(;!l.done&&r<=s;){let d=t.at(r),u=l.value,g=Zp(r,d,r,u,e);if(g!==0)g<0&&t.updateValue(r,u),r++,l=c.next();else{i??=new Ad,o??=Iy(t,r,s,e);let p=e(r,u);if(Bf(t,i,r,p))t.updateValue(r,u),r++,s++,l=c.next();else if(!o.has(p))t.attach(r,t.create(r,u)),r++,s++,l=c.next();else{let v=e(r,d);i.set(v,t.detach(r)),s--}}}for(;!l.done;)My(t,i,e,t.length,l.value),l=c.next()}for(;r<=s;)t.destroy(t.detach(s--));i?.forEach(c=>{t.destroy(c)})}function Bf(t,n,e,i){return n!==void 0&&n.has(i)?(t.attach(e,n.get(i)),n.delete(i),!0):!1}function My(t,n,e,i,o){if(Bf(t,n,i,e(i,o)))t.updateValue(i,o);else{let r=t.create(i,o);t.attach(i,r)}}function Iy(t,n,e,i){let o=new Set;for(let r=n;r<=e;r++)o.add(i(r,t.at(r)));return o}var Ad=class{constructor(){this.kvMap=new Map,this._vMap=void 0}has(n){return this.kvMap.has(n)}delete(n){if(!this.has(n))return!1;let e=this.kvMap.get(n);return this._vMap!==void 0&&this._vMap.has(e)?(this.kvMap.set(n,this._vMap.get(e)),this._vMap.delete(e)):this.kvMap.delete(n),!0}get(n){return this.kvMap.get(n)}set(n,e){if(this.kvMap.has(n)){let i=this.kvMap.get(n);this._vMap===void 0&&(this._vMap=new Map);let o=this._vMap;for(;o.has(i);)i=o.get(i);o.set(i,e)}else this.kvMap.set(n,e)}forEach(n){for(let[e,i]of this.kvMap)if(n(i,e),this._vMap!==void 0){let o=this._vMap;for(;o.has(i);)i=o.get(i),n(i,e)}}};function D(t,n){pi("NgControlFlow");let e=re(),i=mo(),o=e[i]!==Jt?e[i]:-1,r=o!==-1?Ld(e,pt+o):void 0,s=0;if(Xt(e,i,t)){let a=be(null);try{if(r!==void 0&&Ik(r,s),t!==-1){let c=pt+t,l=Ld(e,c),d=$f(e[ue],c),u=rs(l,d.tView.ssrId),g=La(e,d,n,{dehydratedView:u});Oa(l,g,s,os(d,u))}}finally{be(a)}}else if(r!==void 0){let a=Mk(r,s);a!==void 0&&(a[_t]=n)}}var Hf=class{constructor(n,e,i){this.lContainer=n,this.$implicit=e,this.$index=i}get $count(){return this.lContainer.length-Tt}};function Km(t){return t}function xT(t,n){return n}var Uf=class{constructor(n,e,i){this.hasEmptyBlock=n,this.trackByFn=e,this.liveCollection=i}};function _n(t,n,e,i,o,r,s,a,c,l,d,u,g){pi("NgControlFlow");let p=re(),v=Ue(),w=c!==void 0,A=re(),F=a?s.bind(A[Kt][_t]):s,Z=new Uf(w,F);A[pt+t]=Z,Td(p,v,t+1,n,e,i,o,co(v.consts,r)),w&&Td(p,v,t+2,c,l,d,u,co(v.consts,g))}var Qf=class extends zf{constructor(n,e,i){super(),this.lContainer=n,this.hostLView=e,this.templateTNode=i,this.operationsCounter=void 0,this.needsIndexUpdate=!1}get length(){return this.lContainer.length-Tt}at(n){return this.getLView(n)[_t].$implicit}attach(n,e){let i=e[ts];this.needsIndexUpdate||=n!==this.length,Oa(this.lContainer,e,n,os(this.templateTNode,i))}detach(n){return this.needsIndexUpdate||=n!==this.length-1,CT(this.lContainer,n)}create(n,e){let i=rs(this.lContainer,this.templateTNode.tView.ssrId),o=La(this.hostLView,this.templateTNode,new Hf(this.lContainer,e,n),{dehydratedView:i});return this.operationsCounter?.recordCreate(),o}destroy(n){tu(n[ue],n),this.operationsCounter?.recordDestroy()}updateValue(n,e){this.getLView(n)[_t].$implicit=e}reset(){this.needsIndexUpdate=!1,this.operationsCounter?.reset()}updateIndexes(){if(this.needsIndexUpdate)for(let n=0;n<this.length;n++)this.getLView(n)[_t].$index=n}getLView(n){return _T(this.lContainer,n)}};function wn(t){let n=be(null),e=Li();try{let i=re(),o=i[ue],r=i[e],s=e+1,a=Ld(i,s);if(r.liveCollection===void 0){let l=$f(o,s);r.liveCollection=new Qf(a,i,l)}else r.liveCollection.reset();let c=r.liveCollection;if(bT(c,t,r.trackByFn),c.updateIndexes(),r.hasEmptyBlock){let l=mo(),d=c.length===0;if(Xt(i,l,d)){let u=e+2,g=Ld(i,u);if(d){let p=$f(o,u),v=rs(g,p.tView.ssrId),w=La(i,p,void 0,{dehydratedView:v});Oa(g,w,0,os(p,v))}else Ik(g,0)}}}finally{be(n)}}function Ld(t,n){return t[n]}function CT(t,n){return Ca(t,n)}function _T(t,n){return Mk(t,n)}function $f(t,n){return mm(t,n)}function wT(t,n,e,i,o,r){let s=n.consts,a=co(s,o),c=fs(n,t,2,i,a);return Vm(n,e,c,co(s,r)),c.attrs!==null&&_d(c,c.attrs,!1),c.mergedAttrs!==null&&_d(c,c.mergedAttrs,!0),n.queries!==null&&n.queries.elementStart(n,c),c}function C(t,n,e,i){let o=re(),r=Ue(),s=pt+t,a=o[We],c=r.firstCreatePass?wT(s,r,o,n,e,i):r.data[s],l=MT(r,o,c,a,n,t);o[s]=l;let d=Ud(c);return ir(c,!0),dk(a,l,c),!Q5(c)&&Gd()&&nu(r,o,l,c),HS()===0&&uo(l,o),US(),d&&(Fm(r,o,c),Pm(r,c,o)),i!==null&&Nm(o,c),C}function b(){let t=ft();vm()?km():(t=t.parent,ir(t,!1));let n=t;$S(n)&&WS(),QS();let e=Ue();return e.firstCreatePass&&(Kd(e,t),fm(t)&&e.queries.elementEnd(t)),n.classesWithoutHost!=null&&a3(n)&&jf(e,n,re(),n.classesWithoutHost,!0),n.stylesWithoutHost!=null&&c3(n)&&jf(e,n,re(),n.stylesWithoutHost,!1),b}function j(t,n,e,i){return C(t,n,e,i),b(),j}var MT=(t,n,e,i,o,r)=>(Zd(!0),ek(i,o,i3()));function IT(t,n,e,i,o){let r=n.consts,s=co(r,i),a=fs(n,t,8,"ng-container",s);s!==null&&_d(a,s,!0);let c=co(r,o);return Vm(n,e,a,c),n.queries!==null&&n.queries.elementStart(n,a),a}function Fa(t,n,e){let i=re(),o=Ue(),r=t+pt,s=o.firstCreatePass?IT(r,o,i,n,e):o.data[r];ir(s,!0);let a=ST(o,i,s,t);return i[r]=a,Gd()&&nu(o,i,a,s),uo(a,i),Ud(s)&&(Fm(o,i,s),Pm(o,s,i)),e!=null&&Nm(i,s),Fa}function Na(){let t=ft(),n=Ue();return vm()?km():(t=t.parent,ir(t,!1)),n.firstCreatePass&&(Kd(n,t),fm(t)&&n.queries.elementEnd(t)),Na}function Hn(t,n,e){return Fa(t,n,e),Na(),Hn}var ST=(t,n,e,i)=>(Zd(!0),Y3(n[We],""));function fe(){return re()}function uu(t,n,e){let i=re(),o=mo();if(Xt(i,o,n)){let r=Ue(),s=hs();Aa(r,s,i,t,n,i[We],e,!0)}return uu}function ms(t,n,e){let i=re(),o=mo();if(Xt(i,o,n)){let r=Ue(),s=hs(),a=xm(r.data),c=Ck(a,s,i);Aa(r,s,i,t,n,c,e,!0)}return ms}var Od="en-US";var DT=Od;function TT(t){typeof t=="string"&&(DT=t.toLowerCase().replace(/_/g,"-"))}var ET=(t,n,e)=>{};function U(t,n,e,i){let o=re(),r=Ue(),s=ft();return Xm(r,o,o[We],s,t,n,i),U}function gs(t,n){let e=ft(),i=re(),o=Ue(),r=xm(o.data),s=Ck(r,e,i);return Xm(o,i,s,e,t,n),gs}function AT(t,n,e,i){let o=t.cleanup;if(o!=null)for(let r=0;r<o.length-1;r+=2){let s=o[r];if(s===e&&o[r+1]===i){let a=n[dd],c=o[r+2];return a.length>c?a[c]:null}typeof s=="string"&&(r+=2)}return null}function Xm(t,n,e,i,o,r,s){let a=Ud(i),l=t.firstCreatePass&&xk(t),d=n[_t],u=bk(n),g=!0;if(i.type&3||s){let w=bn(i,n),A=s?s(w):w,F=u.length,Z=s?Ce=>s(ui(Ce[i.index])):i.index,ee=null;if(!s&&a&&(ee=AT(t,n,o,i.index)),ee!==null){let Ce=ee.__ngLastListenerFn__||ee;Ce.__ngNextListenerFn__=r,ee.__ngLastListenerFn__=r,g=!1}else{r=Dy(i,n,d,r),ET(w,o,r);let Ce=e.listen(A,o,r);u.push(r,Ce),l&&l.push(o,Z,F,F+1)}}else r=Dy(i,n,d,r);let p=i.outputs,v;if(g&&p!==null&&(v=p[o])){let w=v.length;if(w)for(let A=0;A<w;A+=2){let F=v[A],Z=v[A+1],ve=n[F][Z].subscribe(r),Se=u.length;u.push(r,ve),l&&l.push(o,i.index,Se,-(Se+1))}}}function Sy(t,n,e,i){let o=be(null);try{return ri(6,n,e),e(i)!==!1}catch(r){return _k(t,r),!1}finally{ri(7,n,e),be(o)}}function Dy(t,n,e,i){return function o(r){if(r===Function)return i;let s=t.componentOffset>-1?fo(t.index,n):n;Bm(s,5);let a=Sy(n,e,i,r),c=o.__ngNextListenerFn__;for(;c;)a=Sy(n,e,c,r)&&a,c=c.__ngNextListenerFn__;return a}}function f(t=1){return n3(t)}function LT(t,n){let e=null,i=hS(t);for(let o=0;o<n.length;o++){let r=n[o];if(r==="*"){e=o;continue}if(i===null?Zy(t,r,!0):mS(i,r))return o}return e}function qe(t){let n=re()[Kt][Yt];if(!n.projection){let e=t?t.length:1,i=n.projection=iS(e,null),o=i.slice(),r=n.child;for(;r!==null;){if(r.type!==128){let s=t?LT(r,t):0;s!==null&&(o[s]?o[s].projectionNext=r:i[s]=r,o[s]=r)}r=r.next}}}function Ee(t,n=0,e,i,o,r){let s=re(),a=Ue(),c=i?t+1:null;c!==null&&Td(s,a,c,i,o,r,null,e);let l=fs(a,pt+t,16,null,e||null);l.projection===null&&(l.projection=n),km();let u=!s[ts]||vv();s[Kt][Yt].projection[l.projection]===null&&c!==null?OT(s,a,c):u&&(l.flags&32)!==32&&dD(a,s,l)}function OT(t,n,e){let i=pt+e,o=n.data[i],r=t[i],s=rs(r,o.tView.ssrId),a=La(t,o,void 0,{dehydratedView:s});Oa(r,a,0,os(o,s))}function RT(t,n,e){return pb(t,"",n,"",e),RT}function pb(t,n,e,i,o){let r=re(),s=eb(r,n,e,i);if(s!==Jt){let a=Ue(),c=hs();Aa(a,c,r,t,s,r[We],o,!1)}return pb}function tn(t,n,e,i){jk(t,n,e,i)}function Re(t,n,e){Vk(t,n,e)}function me(t){let n=re(),e=Ue(),i=Cm();Wd(i+1);let o=Qm(e,i);if(t.dirty&&VS(n)===((o.metadata.flags&2)===2)){if(o.matches===null)t.reset([]);else{let r=Bk(n,i);t.reset(r,zv),t.notifyOnChanges()}return!0}return!1}function ge(){return Um(re(),Cm())}function rr(t,n,e,i,o){Wk(n,jk(t,e,i,o))}function sr(t,n,e,i){Wk(t,Vk(n,e,i))}function fi(t=1){Wd(Cm()+t)}function PT(t,n,e,i){e>=t.data.length&&(t.data[e]=null,t.blueprint[e]=null),n[e]=i}function rt(t){let n=ZS();return gm(n,pt+t)}function Ve(t,n=""){let e=re(),i=Ue(),o=t+pt,r=i.firstCreatePass?fs(i,o,1,n,null):i.data[o],s=FT(i,e,r,n,t);e[o]=s,Gd()&&nu(i,e,s,r),ir(r,!1)}var FT=(t,n,e,i,o)=>(Zd(!0),K3(n[We],i));function hu(t){return je("",t,""),hu}function je(t,n,e){let i=re(),o=eb(i,t,n,e);return o!==Jt&&wk(i,Li(),o),je}function NT(t,n,e,i,o,r,s){let a=re(),c=X5(a,t,n,e,i,o,r,s);return c!==Jt&&wk(a,Li(),c),NT}function Ym(t,n,e){Hk(n)&&(n=n());let i=re(),o=mo();if(Xt(i,o,n)){let r=Ue(),s=hs();Aa(r,s,i,t,n,i[We],e,!1)}return Ym}function fb(t,n){let e=Hk(t);return e&&t.set(n),e}function Jm(t,n){let e=re(),i=Ue(),o=ft();return Xm(i,e,e[We],o,t,n),Jm}function qT(t,n,e){let i=Ue();if(i.firstCreatePass){let o=Di(t);Wf(e,i.data,i.blueprint,o,!0),Wf(n,i.data,i.blueprint,o,!1)}}function Wf(t,n,e,i,o){if(t=Ct(t),Array.isArray(t))for(let r=0;r<t.length;r++)Wf(t[r],n,e,i,o);else{let r=Ue(),s=re(),a=ft(),c=es(t)?t:Ct(t.provide),l=ov(t),d=a.providerIndexes&1048575,u=a.directiveStart,g=a.providerIndexes>>20;if(es(t)||!t.multi){let p=new Yo(l,o,h),v=Xp(c,n,o?d:d+g,u);v===-1?(pf(gd(a,s),r,c),Kp(r,t,n.length),n.push(c),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),e.push(p),s.push(p)):(e[v]=p,s[v]=p)}else{let p=Xp(c,n,d+g,u),v=Xp(c,n,d,d+g),w=p>=0&&e[p],A=v>=0&&e[v];if(o&&!A||!o&&!w){pf(gd(a,s),r,c);let F=zT(o?jT:VT,e.length,o,i,l);!o&&A&&(e[v].providerFactory=F),Kp(r,t,n.length,0),n.push(c),a.directiveStart++,a.directiveEnd++,o&&(a.providerIndexes+=1048576),e.push(F),s.push(F)}else{let F=mb(e[o?v:p],l,!o&&i);Kp(r,t,p>-1?p:v,F)}!o&&i&&A&&e[v].componentProviders++}}}function Kp(t,n,e,i){let o=es(n),r=IS(n);if(o||r){let c=(r?Ct(n.useClass):n).prototype.ngOnDestroy;if(c){let l=t.destroyHooks||(t.destroyHooks=[]);if(!o&&n.multi){let d=l.indexOf(e);d===-1?l.push(e,[i,c]):l[d+1].push(i,c)}else l.push(e,c)}}}function mb(t,n,e){return e&&t.componentProviders++,t.multi.push(n)-1}function Xp(t,n,e,i){for(let o=e;o<i;o++)if(n[o]===t)return o;return-1}function VT(t,n,e,i){return Gf(this.multi,[])}function jT(t,n,e,i){let o=this.multi,r;if(this.providerFactory){let s=this.providerFactory.componentProviders,a=Jo(e,e[ue],this.providerFactory.index,i);r=a.slice(0,s),Gf(o,r);for(let c=s;c<a.length;c++)r.push(a[c])}else r=[],Gf(o,r);return r}function Gf(t,n){for(let e=0;e<t.length;e++){let i=t[e];n.push(i())}return n}function zT(t,n,e,i,o){let r=new Yo(t,e,h);return r.multi=[],r.index=n,r.componentProviders=0,mb(r,o,i&&!e),r}function we(t,n=[]){return e=>{e.providersResolver=(i,o)=>qT(i,o?o(t):t,n)}}var BT=(()=>{class t{constructor(e){this._injector=e,this.cachedInjectors=new Map}getOrCreateStandaloneInjector(e){if(!e.standalone)return null;if(!this.cachedInjectors.has(e)){let i=tv(!1,e.type),o=i.length>0?cu([i],this._injector,`Standalone[${e.type.name}]`):null;this.cachedInjectors.set(e,o)}return this.cachedInjectors.get(e)}ngOnDestroy(){try{for(let e of this.cachedInjectors.values())e!==null&&e.destroy()}finally{this.cachedInjectors.clear()}}static{this.\u0275prov=E({token:t,providedIn:"environment",factory:()=>new t(I(jt))})}}return t})();function it(t){pi("NgStandalone"),t.getStandaloneInjector=n=>n.get(BT).getOrCreateStandaloneInjector(t)}function HT(t,n,e){let i=us()+t,o=re();return o[i]===Jt?lu(o,i,e?n.call(e):n()):B5(o,i)}function qa(t,n,e,i){return gb(re(),us(),t,n,e,i)}function e1(t,n,e,i,o){return yb(re(),us(),t,n,e,i,o)}function oW(t,n,e,i,o,r,s){return UT(re(),us(),t,n,e,i,o,r,s)}function t1(t,n){let e=t[n];return e===Jt?void 0:e}function gb(t,n,e,i,o,r){let s=n+e;return Xt(t,s,o)?lu(t,s+1,r?i.call(r,o):i(o)):t1(t,s+1)}function yb(t,n,e,i,o,r,s){let a=n+e;return Dd(t,a,o,r)?lu(t,a+2,s?i.call(s,o,r):i(o,r)):t1(t,a+2)}function UT(t,n,e,i,o,r,s,a,c){let l=n+e;return U5(t,l,o,r,s,a)?lu(t,l+4,c?i.call(c,o,r,s,a):i(o,r,s,a)):t1(t,l+4)}function rW(t,n){let e=Ue(),i,o=t+pt;e.firstCreatePass?(i=QT(n,e.pipeRegistry),e.data[o]=i,i.onDestroy&&(e.destroyHooks??=[]).push(o,i.onDestroy)):i=e.data[o];let r=i.factory||(i.factory=Wo(i.type,!0)),s,a=Zt(h);try{let c=md(!1),l=r();return md(c),PT(e,re(),o,l),l}finally{Zt(a)}}function QT(t,n){if(n)for(let e=n.length-1;e>=0;e--){let i=n[e];if(t===i.name)return i}}function sW(t,n,e){let i=t+pt,o=re(),r=gm(o,i);return vb(o,i)?gb(o,us(),n,r.transform,e,r):r.transform(e)}function aW(t,n,e,i){let o=t+pt,r=re(),s=gm(r,o);return vb(r,o)?yb(r,us(),n,s.transform,e,i,s):s.transform(e,i)}function vb(t,n){return t[ue].data[n].pure}function Ri(t,n){return su(t,n)}var pu=(()=>{class t{log(e){console.log(e)}warn(e){console.warn(e)}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"platform"})}}return t})();var n1=new O(""),Va=new O(""),fu=(()=>{class t{constructor(e,i,o){this._ngZone=e,this.registry=i,this._isZoneStable=!0,this._callbacks=[],this.taskTrackingZone=null,i1||($T(o),o.addToWindow(i)),this._watchAngularEvents(),e.run(()=>{this.taskTrackingZone=typeof Zone>"u"?null:Zone.current.get("TaskTrackingZone")})}_watchAngularEvents(){this._ngZone.onUnstable.subscribe({next:()=>{this._isZoneStable=!1}}),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.subscribe({next:()=>{ie.assertNotInAngularZone(),queueMicrotask(()=>{this._isZoneStable=!0,this._runCallbacksIfReady()})}})})}isStable(){return this._isZoneStable&&!this._ngZone.hasPendingMacrotasks}_runCallbacksIfReady(){if(this.isStable())queueMicrotask(()=>{for(;this._callbacks.length!==0;){let e=this._callbacks.pop();clearTimeout(e.timeoutId),e.doneCb()}});else{let e=this.getPendingTasks();this._callbacks=this._callbacks.filter(i=>i.updateCb&&i.updateCb(e)?(clearTimeout(i.timeoutId),!1):!0)}}getPendingTasks(){return this.taskTrackingZone?this.taskTrackingZone.macroTasks.map(e=>({source:e.source,creationLocation:e.creationLocation,data:e.data})):[]}addCallback(e,i,o){let r=-1;i&&i>0&&(r=setTimeout(()=>{this._callbacks=this._callbacks.filter(s=>s.timeoutId!==r),e()},i)),this._callbacks.push({doneCb:e,timeoutId:r,updateCb:o})}whenStable(e,i,o){if(o&&!this.taskTrackingZone)throw new Error('Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/plugins/task-tracking" loaded?');this.addCallback(e,i,o),this._runCallbacksIfReady()}registerApplication(e){this.registry.registerApplication(e,this)}unregisterApplication(e){this.registry.unregisterApplication(e)}findProviders(e,i,o){return[]}static{this.\u0275fac=function(i){return new(i||t)(I(ie),I(mu),I(Va))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac})}}return t})(),mu=(()=>{class t{constructor(){this._applications=new Map}registerApplication(e,i){this._applications.set(e,i)}unregisterApplication(e){this._applications.delete(e)}unregisterAllApplications(){this._applications.clear()}getTestability(e){return this._applications.get(e)||null}getAllTestabilities(){return Array.from(this._applications.values())}getAllRootElements(){return Array.from(this._applications.keys())}findTestabilityInTree(e,i=!0){return i1?.findTestabilityInTree(this,e,i)??null}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"platform"})}}return t})();function $T(t){i1=t}var i1;function yo(t){return!!t&&typeof t.then=="function"}function o1(t){return!!t&&typeof t.subscribe=="function"}var gu=new O(""),kb=(()=>{class t{constructor(){this.initialized=!1,this.done=!1,this.donePromise=new Promise((e,i)=>{this.resolve=e,this.reject=i}),this.appInits=M(gu,{optional:!0})??[]}runInitializers(){if(this.initialized)return;let e=[];for(let o of this.appInits){let r=o();if(yo(r))e.push(r);else if(o1(r)){let s=new Promise((a,c)=>{r.subscribe({complete:a,error:c})});e.push(s)}}let i=()=>{this.done=!0,this.resolve()};Promise.all(e).then(()=>{i()}).catch(o=>{this.reject(o)}),e.length===0&&i(),this.initialized=!0}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})(),ja=new O("");function WT(){sg(()=>{throw new Q(600,!1)})}function GT(t){return t.isBoundToModule}var ZT=10;function KT(t,n,e){try{let i=e();return yo(i)?i.catch(o=>{throw n.runOutsideAngular(()=>t.handleError(o)),o}):i}catch(i){throw n.runOutsideAngular(()=>t.handleError(i)),i}}var Pi=(()=>{class t{constructor(){this._bootstrapListeners=[],this._runningTick=!1,this._destroyed=!1,this._destroyListeners=[],this._views=[],this.internalErrorHandler=M(S3),this.afterRenderManager=M(Xk),this.zonelessEnabled=M(Hm),this.dirtyFlags=0,this.deferredDirtyFlags=0,this.externalTestViews=new Set,this.beforeRender=new X,this.afterTick=new X,this.componentTypes=[],this.components=[],this.isStable=M(Oi).hasPendingTasks.pipe(ne(e=>!e)),this._injector=M(jt)}get allViews(){return[...this.externalTestViews.keys(),...this._views]}get destroyed(){return this._destroyed}whenStable(){let e;return new Promise(i=>{e=this.isStable.subscribe({next:o=>{o&&i()}})}).finally(()=>{e.unsubscribe()})}get injector(){return this._injector}bootstrap(e,i){let o=e instanceof Cd;if(!this._injector.get(kb).done){let g=!o&&Xy(e),p=!1;throw new Q(405,p)}let s;o?s=e:s=this._injector.get(as).resolveComponentFactory(e),this.componentTypes.push(s.componentType);let a=GT(s)?void 0:this._injector.get(Ti),c=i||s.selector,l=s.create(Ne.NULL,[],c,a),d=l.location.nativeElement,u=l.injector.get(n1,null);return u?.registerApplication(d),l.onDestroy(()=>{this.detachView(l.hostView),od(this.components,l),u?.unregisterApplication(d)}),this._loadComponent(l),l}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){if(this._runningTick)throw new Q(101,!1);let e=be(null);try{this._runningTick=!0,this.synchronize()}catch(i){this.internalErrorHandler(i)}finally{this._runningTick=!1,be(e),this.afterTick.next()}}synchronize(){let e=null;this._injector.destroyed||(e=this._injector.get(ho,null,{optional:!0})),this.dirtyFlags|=this.deferredDirtyFlags,this.deferredDirtyFlags=0;let i=0;for(;this.dirtyFlags!==0&&i++<ZT;)this.synchronizeOnce(e)}synchronizeOnce(e){if(this.dirtyFlags|=this.deferredDirtyFlags,this.deferredDirtyFlags=0,this.dirtyFlags&7){let i=!!(this.dirtyFlags&1);this.dirtyFlags&=-8,this.dirtyFlags|=8,this.beforeRender.next(i);for(let{_lView:o,notifyErrorHandler:r}of this._views)XT(o,r,i,this.zonelessEnabled);if(this.dirtyFlags&=-5,this.syncDirtyFlagsWithViews(),this.dirtyFlags&7)return}else e?.begin?.(),e?.end?.();this.dirtyFlags&8&&(this.dirtyFlags&=-9,this.afterRenderManager.execute()),this.syncDirtyFlagsWithViews()}syncDirtyFlagsWithViews(){if(this.allViews.some(({_lView:e})=>Qd(e))){this.dirtyFlags|=2;return}else this.dirtyFlags&=-8}attachView(e){let i=e;this._views.push(i),i.attachToAppRef(this)}detachView(e){let i=e;od(this._views,i),i.detachFromAppRef()}_loadComponent(e){this.attachView(e.hostView),this.tick(),this.components.push(e);let i=this._injector.get(ja,[]);[...this._bootstrapListeners,...i].forEach(o=>o(e))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(e=>e()),this._views.slice().forEach(e=>e.destroy())}finally{this._destroyed=!0,this._views=[],this._bootstrapListeners=[],this._destroyListeners=[]}}onDestroy(e){return this._destroyListeners.push(e),()=>od(this._destroyListeners,e)}destroy(){if(this._destroyed)throw new Q(406,!1);let e=this._injector;e.destroy&&!e.destroyed&&e.destroy()}get viewCount(){return this._views.length}warnIfDestroyed(){}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();function od(t,n){let e=t.indexOf(n);e>-1&&t.splice(e,1)}function XT(t,n,e,i){if(!e&&!Qd(t))return;Tk(t,n,e&&!i?0:1)}var Zf=class{constructor(n,e){this.ngModuleFactory=n,this.componentFactories=e}},yu=(()=>{class t{compileModuleSync(e){return new Pf(e)}compileModuleAsync(e){return Promise.resolve(this.compileModuleSync(e))}compileModuleAndAllComponentsSync(e){let i=this.compileModuleSync(e),o=Yy(e),r=Yv(o.declarations).reduce((s,a)=>{let c=Ii(a);return c&&s.push(new tr(c)),s},[]);return new Zf(i,r)}compileModuleAndAllComponentsAsync(e){return Promise.resolve(this.compileModuleAndAllComponentsSync(e))}clearCache(){}clearCacheFor(e){}getModuleId(e){}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();var YT=(()=>{class t{constructor(){this.zone=M(ie),this.changeDetectionScheduler=M(ss),this.applicationRef=M(Pi)}initialize(){this._onMicrotaskEmptySubscription||(this._onMicrotaskEmptySubscription=this.zone.onMicrotaskEmpty.subscribe({next:()=>{this.changeDetectionScheduler.runningTick||this.zone.run(()=>{this.applicationRef.tick()})}}))}ngOnDestroy(){this._onMicrotaskEmptySubscription?.unsubscribe()}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();function JT({ngZoneFactory:t,ignoreChangesOutsideZone:n,scheduleInRootZone:e}){return t??=()=>new ie(K(k({},e6()),{scheduleInRootZone:e})),[{provide:ie,useFactory:t},{provide:Jr,multi:!0,useFactory:()=>{let i=M(YT,{optional:!0});return()=>i.initialize()}},{provide:Jr,multi:!0,useFactory:()=>{let i=M(t6);return()=>{i.initialize()}}},n===!0?{provide:Ok,useValue:!0}:[],{provide:Rk,useValue:e??qv}]}function e6(t){return{enableLongStackTrace:!1,shouldCoalesceEventChangeDetection:t?.eventCoalescing??!1,shouldCoalesceRunChangeDetection:t?.runCoalescing??!1}}var t6=(()=>{class t{constructor(){this.subscription=new Le,this.initialized=!1,this.zone=M(ie),this.pendingTasks=M(Oi)}initialize(){if(this.initialized)return;this.initialized=!0;let e=null;!this.zone.isStable&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(e=this.pendingTasks.add()),this.zone.runOutsideAngular(()=>{this.subscription.add(this.zone.onStable.subscribe(()=>{ie.assertNotInAngularZone(),queueMicrotask(()=>{e!==null&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(this.pendingTasks.remove(e),e=null)})}))}),this.subscription.add(this.zone.onUnstable.subscribe(()=>{ie.assertInAngularZone(),e??=this.pendingTasks.add()}))}ngOnDestroy(){this.subscription.unsubscribe()}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();var n6=(()=>{class t{constructor(){this.appRef=M(Pi),this.taskService=M(Oi),this.ngZone=M(ie),this.zonelessEnabled=M(Hm),this.disableScheduling=M(Ok,{optional:!0})??!1,this.zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run,this.schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}],this.subscriptions=new Le,this.angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(vd):null,this.scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(M(Rk,{optional:!0})??!1),this.cancelScheduledCallback=null,this.useMicrotaskScheduler=!1,this.runningTick=!1,this.pendingRenderTaskId=null,this.subscriptions.add(this.appRef.afterTick.subscribe(()=>{this.runningTick||this.cleanup()})),this.subscriptions.add(this.ngZone.onUnstable.subscribe(()=>{this.runningTick||this.cleanup()})),this.disableScheduling||=!this.zonelessEnabled&&(this.ngZone instanceof vf||!this.zoneIsDefined)}notify(e){if(!this.zonelessEnabled&&e===5)return;switch(e){case 0:{this.appRef.dirtyFlags|=2;break}case 3:case 2:case 4:case 5:case 1:{this.appRef.dirtyFlags|=4;break}case 7:{this.appRef.deferredDirtyFlags|=8;break}case 9:case 8:case 6:case 10:default:this.appRef.dirtyFlags|=8}if(!this.shouldScheduleTick())return;let i=this.useMicrotaskScheduler?oy:Vv;this.pendingRenderTaskId=this.taskService.add(),this.scheduleInRootZone?this.cancelScheduledCallback=Zone.root.run(()=>i(()=>this.tick())):this.cancelScheduledCallback=this.ngZone.runOutsideAngular(()=>i(()=>this.tick()))}shouldScheduleTick(){return!(this.disableScheduling||this.pendingRenderTaskId!==null||this.runningTick||this.appRef._runningTick||!this.zonelessEnabled&&this.zoneIsDefined&&Zone.current.get(vd+this.angularZoneId))}tick(){if(this.runningTick||this.appRef.destroyed)return;!this.zonelessEnabled&&this.appRef.dirtyFlags&7&&(this.appRef.dirtyFlags|=1);let e=this.taskService.add();try{this.ngZone.run(()=>{this.runningTick=!0,this.appRef._tick()},void 0,this.schedulerTickApplyArgs)}catch(i){throw this.taskService.remove(e),i}finally{this.cleanup()}this.useMicrotaskScheduler=!0,oy(()=>{this.useMicrotaskScheduler=!1,this.taskService.remove(e)})}ngOnDestroy(){this.subscriptions.unsubscribe(),this.cleanup()}cleanup(){if(this.runningTick=!1,this.cancelScheduledCallback?.(),this.cancelScheduledCallback=null,this.pendingRenderTaskId!==null){let e=this.pendingRenderTaskId;this.pendingRenderTaskId=null,this.taskService.remove(e)}}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();function i6(){return typeof $localize<"u"&&$localize.locale||Od}var vu=new O("",{providedIn:"root",factory:()=>M(vu,xe.Optional|xe.SkipSelf)||i6()});var Kf=new O("");function Yl(t){return!t.moduleRef}function o6(t){let n=Yl(t)?t.r3Injector:t.moduleRef.injector,e=n.get(ie);return e.run(()=>{Yl(t)?t.r3Injector.resolveInjectorInitializers():t.moduleRef.resolveInjectorInitializers();let i=n.get(Bn,null),o;if(e.runOutsideAngular(()=>{o=e.onError.subscribe({next:r=>{i.handleError(r)}})}),Yl(t)){let r=()=>n.destroy(),s=t.platformInjector.get(Kf);s.add(r),n.onDestroy(()=>{o.unsubscribe(),s.delete(r)})}else{let r=()=>t.moduleRef.destroy(),s=t.platformInjector.get(Kf);s.add(r),t.moduleRef.onDestroy(()=>{od(t.allPlatformModules,t.moduleRef),o.unsubscribe(),s.delete(r)})}return KT(i,e,()=>{let r=n.get(kb);return r.runInitializers(),r.donePromise.then(()=>{let s=n.get(vu,Od);if(TT(s||Od),Yl(t)){let a=n.get(Pi);return t.rootComponent!==void 0&&a.bootstrap(t.rootComponent),a}else return r6(t.moduleRef,t.allPlatformModules),t.moduleRef})})})}function r6(t,n){let e=t.injector.get(Pi);if(t._bootstrapComponents.length>0)t._bootstrapComponents.forEach(i=>e.bootstrap(i));else if(t.instance.ngDoBootstrap)t.instance.ngDoBootstrap(e);else throw new Q(-403,!1);n.push(t)}var rd=null;function s6(t=[],n){return Ne.create({name:n,providers:[{provide:jd,useValue:"platform"},{provide:Kf,useValue:new Set([()=>rd=null])},...t]})}function a6(t=[]){if(rd)return rd;let n=s6(t);return rd=n,WT(),c6(n),n}function c6(t){t.get(Tm,null)?.forEach(e=>e())}function ku(){return!1}var ke=(()=>{class t{static{this.__NG_ELEMENT_ID__=l6}}return t})();function l6(t){return d6(ft(),re(),(t&16)===16)}function d6(t,n,e){if(Hd(t)&&!e){let i=fo(t.index,n);return new er(i,i)}else if(t.type&175){let i=n[Kt];return new er(i,n)}return null}var Xf=class{constructor(){}supports(n){return Kk(n)}create(n){return new Yf(n)}},u6=(t,n)=>n,Yf=class{constructor(n){this.length=0,this._linkedRecords=null,this._unlinkedRecords=null,this._previousItHead=null,this._itHead=null,this._itTail=null,this._additionsHead=null,this._additionsTail=null,this._movesHead=null,this._movesTail=null,this._removalsHead=null,this._removalsTail=null,this._identityChangesHead=null,this._identityChangesTail=null,this._trackByFn=n||u6}forEachItem(n){let e;for(e=this._itHead;e!==null;e=e._next)n(e)}forEachOperation(n){let e=this._itHead,i=this._removalsHead,o=0,r=null;for(;e||i;){let s=!i||e&&e.currentIndex<Ty(i,o,r)?e:i,a=Ty(s,o,r),c=s.currentIndex;if(s===i)o--,i=i._nextRemoved;else if(e=e._next,s.previousIndex==null)o++;else{r||(r=[]);let l=a-o,d=c-o;if(l!=d){for(let g=0;g<l;g++){let p=g<r.length?r[g]:r[g]=0,v=p+g;d<=v&&v<l&&(r[g]=p+1)}let u=s.previousIndex;r[u]=d-l}}a!==c&&n(s,a,c)}}forEachPreviousItem(n){let e;for(e=this._previousItHead;e!==null;e=e._nextPrevious)n(e)}forEachAddedItem(n){let e;for(e=this._additionsHead;e!==null;e=e._nextAdded)n(e)}forEachMovedItem(n){let e;for(e=this._movesHead;e!==null;e=e._nextMoved)n(e)}forEachRemovedItem(n){let e;for(e=this._removalsHead;e!==null;e=e._nextRemoved)n(e)}forEachIdentityChange(n){let e;for(e=this._identityChangesHead;e!==null;e=e._nextIdentityChange)n(e)}diff(n){if(n==null&&(n=[]),!Kk(n))throw new Q(900,!1);return this.check(n)?this:null}onDestroy(){}check(n){this._reset();let e=this._itHead,i=!1,o,r,s;if(Array.isArray(n)){this.length=n.length;for(let a=0;a<this.length;a++)r=n[a],s=this._trackByFn(a,r),e===null||!Object.is(e.trackById,s)?(e=this._mismatch(e,r,s,a),i=!0):(i&&(e=this._verifyReinsertion(e,r,s,a)),Object.is(e.item,r)||this._addIdentityChange(e,r)),e=e._next}else o=0,z5(n,a=>{s=this._trackByFn(o,a),e===null||!Object.is(e.trackById,s)?(e=this._mismatch(e,a,s,o),i=!0):(i&&(e=this._verifyReinsertion(e,a,s,o)),Object.is(e.item,a)||this._addIdentityChange(e,a)),e=e._next,o++}),this.length=o;return this._truncate(e),this.collection=n,this.isDirty}get isDirty(){return this._additionsHead!==null||this._movesHead!==null||this._removalsHead!==null||this._identityChangesHead!==null}_reset(){if(this.isDirty){let n;for(n=this._previousItHead=this._itHead;n!==null;n=n._next)n._nextPrevious=n._next;for(n=this._additionsHead;n!==null;n=n._nextAdded)n.previousIndex=n.currentIndex;for(this._additionsHead=this._additionsTail=null,n=this._movesHead;n!==null;n=n._nextMoved)n.previousIndex=n.currentIndex;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}}_mismatch(n,e,i,o){let r;return n===null?r=this._itTail:(r=n._prev,this._remove(n)),n=this._unlinkedRecords===null?null:this._unlinkedRecords.get(i,null),n!==null?(Object.is(n.item,e)||this._addIdentityChange(n,e),this._reinsertAfter(n,r,o)):(n=this._linkedRecords===null?null:this._linkedRecords.get(i,o),n!==null?(Object.is(n.item,e)||this._addIdentityChange(n,e),this._moveAfter(n,r,o)):n=this._addAfter(new Jf(e,i),r,o)),n}_verifyReinsertion(n,e,i,o){let r=this._unlinkedRecords===null?null:this._unlinkedRecords.get(i,null);return r!==null?n=this._reinsertAfter(r,n._prev,o):n.currentIndex!=o&&(n.currentIndex=o,this._addToMoves(n,o)),n}_truncate(n){for(;n!==null;){let e=n._next;this._addToRemovals(this._unlink(n)),n=e}this._unlinkedRecords!==null&&this._unlinkedRecords.clear(),this._additionsTail!==null&&(this._additionsTail._nextAdded=null),this._movesTail!==null&&(this._movesTail._nextMoved=null),this._itTail!==null&&(this._itTail._next=null),this._removalsTail!==null&&(this._removalsTail._nextRemoved=null),this._identityChangesTail!==null&&(this._identityChangesTail._nextIdentityChange=null)}_reinsertAfter(n,e,i){this._unlinkedRecords!==null&&this._unlinkedRecords.remove(n);let o=n._prevRemoved,r=n._nextRemoved;return o===null?this._removalsHead=r:o._nextRemoved=r,r===null?this._removalsTail=o:r._prevRemoved=o,this._insertAfter(n,e,i),this._addToMoves(n,i),n}_moveAfter(n,e,i){return this._unlink(n),this._insertAfter(n,e,i),this._addToMoves(n,i),n}_addAfter(n,e,i){return this._insertAfter(n,e,i),this._additionsTail===null?this._additionsTail=this._additionsHead=n:this._additionsTail=this._additionsTail._nextAdded=n,n}_insertAfter(n,e,i){let o=e===null?this._itHead:e._next;return n._next=o,n._prev=e,o===null?this._itTail=n:o._prev=n,e===null?this._itHead=n:e._next=n,this._linkedRecords===null&&(this._linkedRecords=new Rd),this._linkedRecords.put(n),n.currentIndex=i,n}_remove(n){return this._addToRemovals(this._unlink(n))}_unlink(n){this._linkedRecords!==null&&this._linkedRecords.remove(n);let e=n._prev,i=n._next;return e===null?this._itHead=i:e._next=i,i===null?this._itTail=e:i._prev=e,n}_addToMoves(n,e){return n.previousIndex===e||(this._movesTail===null?this._movesTail=this._movesHead=n:this._movesTail=this._movesTail._nextMoved=n),n}_addToRemovals(n){return this._unlinkedRecords===null&&(this._unlinkedRecords=new Rd),this._unlinkedRecords.put(n),n.currentIndex=null,n._nextRemoved=null,this._removalsTail===null?(this._removalsTail=this._removalsHead=n,n._prevRemoved=null):(n._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=n),n}_addIdentityChange(n,e){return n.item=e,this._identityChangesTail===null?this._identityChangesTail=this._identityChangesHead=n:this._identityChangesTail=this._identityChangesTail._nextIdentityChange=n,n}},Jf=class{constructor(n,e){this.item=n,this.trackById=e,this.currentIndex=null,this.previousIndex=null,this._nextPrevious=null,this._prev=null,this._next=null,this._prevDup=null,this._nextDup=null,this._prevRemoved=null,this._nextRemoved=null,this._nextAdded=null,this._nextMoved=null,this._nextIdentityChange=null}},em=class{constructor(){this._head=null,this._tail=null}add(n){this._head===null?(this._head=this._tail=n,n._nextDup=null,n._prevDup=null):(this._tail._nextDup=n,n._prevDup=this._tail,n._nextDup=null,this._tail=n)}get(n,e){let i;for(i=this._head;i!==null;i=i._nextDup)if((e===null||e<=i.currentIndex)&&Object.is(i.trackById,n))return i;return null}remove(n){let e=n._prevDup,i=n._nextDup;return e===null?this._head=i:e._nextDup=i,i===null?this._tail=e:i._prevDup=e,this._head===null}},Rd=class{constructor(){this.map=new Map}put(n){let e=n.trackById,i=this.map.get(e);i||(i=new em,this.map.set(e,i)),i.add(n)}get(n,e){let i=n,o=this.map.get(i);return o?o.get(n,e):null}remove(n){let e=n.trackById;return this.map.get(e).remove(n)&&this.map.delete(e),n}get isEmpty(){return this.map.size===0}clear(){this.map.clear()}};function Ty(t,n,e){let i=t.previousIndex;if(i===null)return i;let o=0;return e&&i<e.length&&(o=e[i]),i+n+o}var tm=class{constructor(){}supports(n){return n instanceof Map||Zm(n)}create(){return new nm}},nm=class{constructor(){this._records=new Map,this._mapHead=null,this._appendAfter=null,this._previousMapHead=null,this._changesHead=null,this._changesTail=null,this._additionsHead=null,this._additionsTail=null,this._removalsHead=null,this._removalsTail=null}get isDirty(){return this._additionsHead!==null||this._changesHead!==null||this._removalsHead!==null}forEachItem(n){let e;for(e=this._mapHead;e!==null;e=e._next)n(e)}forEachPreviousItem(n){let e;for(e=this._previousMapHead;e!==null;e=e._nextPrevious)n(e)}forEachChangedItem(n){let e;for(e=this._changesHead;e!==null;e=e._nextChanged)n(e)}forEachAddedItem(n){let e;for(e=this._additionsHead;e!==null;e=e._nextAdded)n(e)}forEachRemovedItem(n){let e;for(e=this._removalsHead;e!==null;e=e._nextRemoved)n(e)}diff(n){if(!n)n=new Map;else if(!(n instanceof Map||Zm(n)))throw new Q(900,!1);return this.check(n)?this:null}onDestroy(){}check(n){this._reset();let e=this._mapHead;if(this._appendAfter=null,this._forEach(n,(i,o)=>{if(e&&e.key===o)this._maybeAddToChanges(e,i),this._appendAfter=e,e=e._next;else{let r=this._getOrCreateRecordForKey(o,i);e=this._insertBeforeOrAppend(e,r)}}),e){e._prev&&(e._prev._next=null),this._removalsHead=e;for(let i=e;i!==null;i=i._nextRemoved)i===this._mapHead&&(this._mapHead=null),this._records.delete(i.key),i._nextRemoved=i._next,i.previousValue=i.currentValue,i.currentValue=null,i._prev=null,i._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(n,e){if(n){let i=n._prev;return e._next=n,e._prev=i,n._prev=e,i&&(i._next=e),n===this._mapHead&&(this._mapHead=e),this._appendAfter=n,n}return this._appendAfter?(this._appendAfter._next=e,e._prev=this._appendAfter):this._mapHead=e,this._appendAfter=e,null}_getOrCreateRecordForKey(n,e){if(this._records.has(n)){let o=this._records.get(n);this._maybeAddToChanges(o,e);let r=o._prev,s=o._next;return r&&(r._next=s),s&&(s._prev=r),o._next=null,o._prev=null,o}let i=new im(n);return this._records.set(n,i),i.currentValue=e,this._addToAdditions(i),i}_reset(){if(this.isDirty){let n;for(this._previousMapHead=this._mapHead,n=this._previousMapHead;n!==null;n=n._next)n._nextPrevious=n._next;for(n=this._changesHead;n!==null;n=n._nextChanged)n.previousValue=n.currentValue;for(n=this._additionsHead;n!=null;n=n._nextAdded)n.previousValue=n.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(n,e){Object.is(e,n.currentValue)||(n.previousValue=n.currentValue,n.currentValue=e,this._addToChanges(n))}_addToAdditions(n){this._additionsHead===null?this._additionsHead=this._additionsTail=n:(this._additionsTail._nextAdded=n,this._additionsTail=n)}_addToChanges(n){this._changesHead===null?this._changesHead=this._changesTail=n:(this._changesTail._nextChanged=n,this._changesTail=n)}_forEach(n,e){n instanceof Map?n.forEach(e):Object.keys(n).forEach(i=>e(n[i],i))}},im=class{constructor(n){this.key=n,this.previousValue=null,this.currentValue=null,this._nextPrevious=null,this._next=null,this._prev=null,this._nextAdded=null,this._nextRemoved=null,this._nextChanged=null}};function Ey(){return new za([new Xf])}var za=(()=>{class t{static{this.\u0275prov=E({token:t,providedIn:"root",factory:Ey})}constructor(e){this.factories=e}static create(e,i){if(i!=null){let o=i.factories.slice();e=e.concat(o)}return new t(e)}static extend(e){return{provide:t,useFactory:i=>t.create(e,i||Ey()),deps:[[t,new qd,new Ei]]}}find(e){let i=this.factories.find(o=>o.supports(e));if(i!=null)return i;throw new Q(901,!1)}}return t})();function Ay(){return new bu([new tm])}var bu=(()=>{class t{static{this.\u0275prov=E({token:t,providedIn:"root",factory:Ay})}constructor(e){this.factories=e}static create(e,i){if(i){let o=i.factories.slice();e=e.concat(o)}return new t(e)}static extend(e){return{provide:t,useFactory:i=>t.create(e,i||Ay()),deps:[[t,new qd,new Ei]]}}find(e){let i=this.factories.find(o=>o.supports(e));if(i)return i;throw new Q(901,!1)}}return t})();var bb=(()=>{class t{constructor(e){}static{this.\u0275fac=function(i){return new(i||t)(I(Pi))}}static{this.\u0275mod=H({type:t})}static{this.\u0275inj=B({})}}return t})();function xb(t){try{let{rootComponent:n,appProviders:e,platformProviders:i}=t,o=a6(i),r=[JT({}),{provide:ss,useExisting:n6},...e||[]],s=new Sd({providers:r,parent:o,debugName:"",runEnvironmentInitializers:!1});return o6({r3Injector:s.injector,platformInjector:o,rootComponent:n})}catch(n){return Promise.reject(n)}}function L(t){return typeof t=="boolean"?t:t!=null&&t!=="false"}function Mn(t,n=NaN){return!isNaN(parseFloat(t))&&!isNaN(Number(t))?Number(t):n}function R(t,n){pi("NgSignals");let e=vp(t);return n?.equal&&(e[cn].equal=n.equal),e}function Te(t){let n=be(null);try{return t()}finally{be(n)}}var h6=new O("",{providedIn:"root",factory:()=>M(p6)}),p6=(()=>{class t{static{this.\u0275prov=E({token:t,providedIn:"root",factory:()=>new om})}}return t})(),om=class{constructor(){this.queuedEffectCount=0,this.queues=new Map,this.pendingTasks=M(Oi),this.taskId=null}scheduleEffect(n){if(this.enqueue(n),this.taskId===null){let e=this.taskId=this.pendingTasks.add();queueMicrotask(()=>{this.flush(),this.pendingTasks.remove(e),this.taskId=null})}}enqueue(n){let e=n.creationZone;this.queues.has(e)||this.queues.set(e,new Set);let i=this.queues.get(e);i.has(n)||(this.queuedEffectCount++,i.add(n))}flush(){for(;this.queuedEffectCount>0;)for(let[n,e]of this.queues)n===null?this.flushQueue(e):n.run(()=>this.flushQueue(e))}flushQueue(n){for(let e of n)n.delete(e),this.queuedEffectCount--,e.run()}},rm=class{constructor(n,e,i,o,r,s){this.scheduler=n,this.effectFn=e,this.creationZone=i,this.injector=r,this.watcher=lg(a=>this.runEffect(a),()=>this.schedule(),s),this.unregisterOnDestroy=o?.onDestroy(()=>this.destroy())}runEffect(n){try{this.effectFn(n)}catch(e){this.injector.get(Bn,null,{optional:!0})?.handleError(e)}}run(){this.watcher.run()}schedule(){this.scheduler.scheduleEffect(this)}destroy(){this.watcher.destroy(),this.unregisterOnDestroy?.()}};function Lt(t,n){pi("NgSignals"),!n?.injector&&po(Lt);let e=n?.injector??M(Ne),i=n?.manualCleanup!==!0?e.get(xn):null,o=new rm(e.get(h6),t,typeof Zone>"u"?null:Zone.current,i,e,n?.allowSignalWrites??!1),r=e.get(ke,null,{optional:!0});return!r||!(r._lView[le]&8)?o.watcher.notify():(r._lView[ed]??=[]).push(o.watcher.notify),o}function cW(t,n){let e=Ii(t),i=n.elementInjector||zd();return new tr(e).create(i,n.projectableNodes,n.hostElement,n.environmentInjector)}function Cb(t){let n=Ii(t);if(!n)return null;let e=new tr(n);return{get selector(){return e.selector},get type(){return e.componentType},get inputs(){return e.inputs},get outputs(){return e.outputs},get ngContentSelectors(){return e.ngContentSelectors},get isStandalone(){return n.standalone},get isSignal(){return n.signals}}}var Eb=null;function mi(){return Eb}function Ab(t){Eb??=t}var xu=class{};var Me=new O(""),h1=(()=>{class t{historyGo(e){throw new Error("")}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:()=>M(m6),providedIn:"platform"})}}return t})(),Lb=new O(""),m6=(()=>{class t extends h1{constructor(){super(),this._doc=M(Me),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return mi().getBaseHref(this._doc)}onPopState(e){let i=mi().getGlobalEventTarget(this._doc,"window");return i.addEventListener("popstate",e,!1),()=>i.removeEventListener("popstate",e)}onHashChange(e){let i=mi().getGlobalEventTarget(this._doc,"window");return i.addEventListener("hashchange",e,!1),()=>i.removeEventListener("hashchange",e)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(e){this._location.pathname=e}pushState(e,i,o){this._history.pushState(e,i,o)}replaceState(e,i,o){this._history.replaceState(e,i,o)}forward(){this._history.forward()}back(){this._history.back()}historyGo(e=0){this._history.go(e)}getState(){return this._history.state}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:()=>new t,providedIn:"platform"})}}return t})();function p1(t,n){if(t.length==0)return n;if(n.length==0)return t;let e=0;return t.endsWith("/")&&e++,n.startsWith("/")&&e++,e==2?t+n.substring(1):e==1?t+n:t+"/"+n}function _b(t){let n=t.match(/#|\?|$/),e=n&&n.index||t.length,i=e-(t[e-1]==="/"?1:0);return t.slice(0,i)+t.slice(e)}function Fi(t){return t&&t[0]!=="?"?"?"+t:t}var gi=(()=>{class t{historyGo(e){throw new Error("")}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:()=>M(f1),providedIn:"root"})}}return t})(),Ob=new O(""),f1=(()=>{class t extends gi{constructor(e,i){super(),this._platformLocation=e,this._removeListenerFns=[],this._baseHref=i??this._platformLocation.getBaseHrefFromDOM()??M(Me).location?.origin??""}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(e){this._removeListenerFns.push(this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e))}getBaseHref(){return this._baseHref}prepareExternalUrl(e){return p1(this._baseHref,e)}path(e=!1){let i=this._platformLocation.pathname+Fi(this._platformLocation.search),o=this._platformLocation.hash;return o&&e?`${i}${o}`:i}pushState(e,i,o,r){let s=this.prepareExternalUrl(o+Fi(r));this._platformLocation.pushState(e,i,s)}replaceState(e,i,o,r){let s=this.prepareExternalUrl(o+Fi(r));this._platformLocation.replaceState(e,i,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(e=0){this._platformLocation.historyGo?.(e)}static{this.\u0275fac=function(i){return new(i||t)(I(h1),I(Ob,8))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})(),m1=(()=>{class t extends gi{constructor(e,i){super(),this._platformLocation=e,this._baseHref="",this._removeListenerFns=[],i!=null&&(this._baseHref=i)}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(e){this._removeListenerFns.push(this._platformLocation.onPopState(e),this._platformLocation.onHashChange(e))}getBaseHref(){return this._baseHref}path(e=!1){let i=this._platformLocation.hash??"#";return i.length>0?i.substring(1):i}prepareExternalUrl(e){let i=p1(this._baseHref,e);return i.length>0?"#"+i:i}pushState(e,i,o,r){let s=this.prepareExternalUrl(o+Fi(r));s.length==0&&(s=this._platformLocation.pathname),this._platformLocation.pushState(e,i,s)}replaceState(e,i,o,r){let s=this.prepareExternalUrl(o+Fi(r));s.length==0&&(s=this._platformLocation.pathname),this._platformLocation.replaceState(e,i,s)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(e=0){this._platformLocation.historyGo?.(e)}static{this.\u0275fac=function(i){return new(i||t)(I(h1),I(Ob,8))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac})}}return t})(),vo=(()=>{class t{constructor(e){this._subject=new P,this._urlChangeListeners=[],this._urlChangeSubscription=null,this._locationStrategy=e;let i=this._locationStrategy.getBaseHref();this._basePath=v6(_b(wb(i))),this._locationStrategy.onPopState(o=>{this._subject.emit({url:this.path(!0),pop:!0,state:o.state,type:o.type})})}ngOnDestroy(){this._urlChangeSubscription?.unsubscribe(),this._urlChangeListeners=[]}path(e=!1){return this.normalize(this._locationStrategy.path(e))}getState(){return this._locationStrategy.getState()}isCurrentPathEqualTo(e,i=""){return this.path()==this.normalize(e+Fi(i))}normalize(e){return t.stripTrailingSlash(y6(this._basePath,wb(e)))}prepareExternalUrl(e){return e&&e[0]!=="/"&&(e="/"+e),this._locationStrategy.prepareExternalUrl(e)}go(e,i="",o=null){this._locationStrategy.pushState(o,"",e,i),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+Fi(i)),o)}replaceState(e,i="",o=null){this._locationStrategy.replaceState(o,"",e,i),this._notifyUrlChangeListeners(this.prepareExternalUrl(e+Fi(i)),o)}forward(){this._locationStrategy.forward()}back(){this._locationStrategy.back()}historyGo(e=0){this._locationStrategy.historyGo?.(e)}onUrlChange(e){return this._urlChangeListeners.push(e),this._urlChangeSubscription??=this.subscribe(i=>{this._notifyUrlChangeListeners(i.url,i.state)}),()=>{let i=this._urlChangeListeners.indexOf(e);this._urlChangeListeners.splice(i,1),this._urlChangeListeners.length===0&&(this._urlChangeSubscription?.unsubscribe(),this._urlChangeSubscription=null)}}_notifyUrlChangeListeners(e="",i){this._urlChangeListeners.forEach(o=>o(e,i))}subscribe(e,i,o){return this._subject.subscribe({next:e,error:i,complete:o})}static{this.normalizeQueryParams=Fi}static{this.joinWithSlash=p1}static{this.stripTrailingSlash=_b}static{this.\u0275fac=function(i){return new(i||t)(I(gi))}}static{this.\u0275prov=E({token:t,factory:()=>g6(),providedIn:"root"})}}return t})();function g6(){return new vo(I(gi))}function y6(t,n){if(!t||!n.startsWith(t))return n;let e=n.substring(t.length);return e===""||["/",";","?","#"].includes(e[0])?e:n}function wb(t){return t.replace(/\/index.html$/,"")}function v6(t){if(new RegExp("^(https?:)?//").test(t)){let[,e]=t.split(/\/\/[^\/]+/);return e}return t}function _u(t,n){n=encodeURIComponent(n);for(let e of t.split(";")){let i=e.indexOf("="),[o,r]=i==-1?[e,""]:[e.slice(0,i),e.slice(i+1)];if(o.trim()===n)return decodeURIComponent(r)}return null}var r1=/\s+/,Mb=[],Rb=(()=>{class t{constructor(e,i){this._ngEl=e,this._renderer=i,this.initialClasses=Mb,this.stateMap=new Map}set klass(e){this.initialClasses=e!=null?e.trim().split(r1):Mb}set ngClass(e){this.rawClass=typeof e=="string"?e.trim().split(r1):e}ngDoCheck(){for(let i of this.initialClasses)this._updateState(i,!0);let e=this.rawClass;if(Array.isArray(e)||e instanceof Set)for(let i of e)this._updateState(i,!0);else if(e!=null)for(let i of Object.keys(e))this._updateState(i,!!e[i]);this._applyStateDiff()}_updateState(e,i){let o=this.stateMap.get(e);o!==void 0?(o.enabled!==i&&(o.changed=!0,o.enabled=i),o.touched=!0):this.stateMap.set(e,{enabled:i,changed:!0,touched:!0})}_applyStateDiff(){for(let e of this.stateMap){let i=e[0],o=e[1];o.changed?(this._toggleClass(i,o.enabled),o.changed=!1):o.touched||(o.enabled&&this._toggleClass(i,!1),this.stateMap.delete(i)),o.touched=!1}}_toggleClass(e,i){e=e.trim(),e.length>0&&e.split(r1).forEach(o=>{i?this._renderer.addClass(this._ngEl.nativeElement,o):this._renderer.removeClass(this._ngEl.nativeElement,o)})}static{this.\u0275fac=function(i){return new(i||t)(h(te),h(Qe))}}static{this.\u0275dir=Y({type:t,selectors:[["","ngClass",""]],inputs:{klass:[0,"class","klass"],ngClass:"ngClass"},standalone:!0})}}return t})(),Pb=(()=>{class t{constructor(e){this._viewContainerRef=e,this.ngComponentOutlet=null,this._inputsUsed=new Map}_needToReCreateNgModuleInstance(e){return e.ngComponentOutletNgModule!==void 0||e.ngComponentOutletNgModuleFactory!==void 0}_needToReCreateComponentInstance(e){return e.ngComponentOutlet!==void 0||e.ngComponentOutletContent!==void 0||e.ngComponentOutletInjector!==void 0||this._needToReCreateNgModuleInstance(e)}ngOnChanges(e){if(this._needToReCreateComponentInstance(e)&&(this._viewContainerRef.clear(),this._inputsUsed.clear(),this._componentRef=void 0,this.ngComponentOutlet)){let i=this.ngComponentOutletInjector||this._viewContainerRef.parentInjector;this._needToReCreateNgModuleInstance(e)&&(this._moduleRef?.destroy(),this.ngComponentOutletNgModule?this._moduleRef=Zk(this.ngComponentOutletNgModule,Ib(i)):this.ngComponentOutletNgModuleFactory?this._moduleRef=this.ngComponentOutletNgModuleFactory.create(Ib(i)):this._moduleRef=void 0),this._componentRef=this._viewContainerRef.createComponent(this.ngComponentOutlet,{injector:i,ngModuleRef:this._moduleRef,projectableNodes:this.ngComponentOutletContent})}}ngDoCheck(){if(this._componentRef){if(this.ngComponentOutletInputs)for(let e of Object.keys(this.ngComponentOutletInputs))this._inputsUsed.set(e,!0);this._applyInputStateDiff(this._componentRef)}}ngOnDestroy(){this._moduleRef?.destroy()}_applyInputStateDiff(e){for(let[i,o]of this._inputsUsed)o?(e.setInput(i,this.ngComponentOutletInputs[i]),this._inputsUsed.set(i,!1)):(e.setInput(i,void 0),this._inputsUsed.delete(i))}static{this.\u0275fac=function(i){return new(i||t)(h(At))}}static{this.\u0275dir=Y({type:t,selectors:[["","ngComponentOutlet",""]],inputs:{ngComponentOutlet:"ngComponentOutlet",ngComponentOutletInputs:"ngComponentOutletInputs",ngComponentOutletInjector:"ngComponentOutletInjector",ngComponentOutletContent:"ngComponentOutletContent",ngComponentOutletNgModule:"ngComponentOutletNgModule",ngComponentOutletNgModuleFactory:"ngComponentOutletNgModuleFactory"},standalone:!0,features:[J]})}}return t})();function Ib(t){return t.get(Ti).injector}var s1=class{constructor(n,e,i,o){this.$implicit=n,this.ngForOf=e,this.index=i,this.count=o}get first(){return this.index===0}get last(){return this.index===this.count-1}get even(){return this.index%2===0}get odd(){return!this.even}},k6=(()=>{class t{set ngForOf(e){this._ngForOf=e,this._ngForOfDirty=!0}set ngForTrackBy(e){this._trackByFn=e}get ngForTrackBy(){return this._trackByFn}constructor(e,i,o){this._viewContainer=e,this._template=i,this._differs=o,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}set ngForTemplate(e){e&&(this._template=e)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;let e=this._ngForOf;if(!this._differ&&e)if(0)try{}catch{}else this._differ=this._differs.find(e).create(this.ngForTrackBy)}if(this._differ){let e=this._differ.diff(this._ngForOf);e&&this._applyChanges(e)}}_applyChanges(e){let i=this._viewContainer;e.forEachOperation((o,r,s)=>{if(o.previousIndex==null)i.createEmbeddedView(this._template,new s1(o.item,this._ngForOf,-1,-1),s===null?void 0:s);else if(s==null)i.remove(r===null?void 0:r);else if(r!==null){let a=i.get(r);i.move(a,s),Sb(a,o)}});for(let o=0,r=i.length;o<r;o++){let a=i.get(o).context;a.index=o,a.count=r,a.ngForOf=this._ngForOf}e.forEachIdentityChange(o=>{let r=i.get(o.currentIndex);Sb(r,o)})}static ngTemplateContextGuard(e,i){return!0}static{this.\u0275fac=function(i){return new(i||t)(h(At),h(de),h(za))}}static{this.\u0275dir=Y({type:t,selectors:[["","ngFor","","ngForOf",""]],inputs:{ngForOf:"ngForOf",ngForTrackBy:"ngForTrackBy",ngForTemplate:"ngForTemplate"},standalone:!0})}}return t})();function Sb(t,n){t.context.$implicit=n.item}var b6=(()=>{class t{constructor(e,i){this._viewContainer=e,this._context=new a1,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=i}set ngIf(e){this._context.$implicit=this._context.ngIf=e,this._updateView()}set ngIfThen(e){Db("ngIfThen",e),this._thenTemplateRef=e,this._thenViewRef=null,this._updateView()}set ngIfElse(e){Db("ngIfElse",e),this._elseTemplateRef=e,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngTemplateContextGuard(e,i){return!0}static{this.\u0275fac=function(i){return new(i||t)(h(At),h(de))}}static{this.\u0275dir=Y({type:t,selectors:[["","ngIf",""]],inputs:{ngIf:"ngIf",ngIfThen:"ngIfThen",ngIfElse:"ngIfElse"},standalone:!0})}}return t})(),a1=class{constructor(){this.$implicit=null,this.ngIf=null}};function Db(t,n){if(!!!(!n||n.createEmbeddedView))throw new Error(`${t} must be a TemplateRef, but received '${Vt(n)}'.`)}var un=(()=>{class t{constructor(e,i,o){this._ngEl=e,this._differs=i,this._renderer=o,this._ngStyle=null,this._differ=null}set ngStyle(e){this._ngStyle=e,!this._differ&&e&&(this._differ=this._differs.find(e).create())}ngDoCheck(){if(this._differ){let e=this._differ.diff(this._ngStyle);e&&this._applyChanges(e)}}_setStyle(e,i){let[o,r]=e.split("."),s=o.indexOf("-")===-1?void 0:kn.DashCase;i!=null?this._renderer.setStyle(this._ngEl.nativeElement,o,r?`${i}${r}`:i,s):this._renderer.removeStyle(this._ngEl.nativeElement,o,s)}_applyChanges(e){e.forEachRemovedItem(i=>this._setStyle(i.key,null)),e.forEachAddedItem(i=>this._setStyle(i.key,i.currentValue)),e.forEachChangedItem(i=>this._setStyle(i.key,i.currentValue))}static{this.\u0275fac=function(i){return new(i||t)(h(te),h(bu),h(Qe))}}static{this.\u0275dir=Y({type:t,selectors:[["","ngStyle",""]],inputs:{ngStyle:"ngStyle"},standalone:!0})}}return t})(),Xe=(()=>{class t{constructor(e){this._viewContainerRef=e,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null,this.ngTemplateOutletInjector=null}ngOnChanges(e){if(this._shouldRecreateView(e)){let i=this._viewContainerRef;if(this._viewRef&&i.remove(i.indexOf(this._viewRef)),!this.ngTemplateOutlet){this._viewRef=null;return}let o=this._createContextForwardProxy();this._viewRef=i.createEmbeddedView(this.ngTemplateOutlet,o,{injector:this.ngTemplateOutletInjector??void 0})}}_shouldRecreateView(e){return!!e.ngTemplateOutlet||!!e.ngTemplateOutletInjector}_createContextForwardProxy(){return new Proxy({},{set:(e,i,o)=>this.ngTemplateOutletContext?Reflect.set(this.ngTemplateOutletContext,i,o):!1,get:(e,i,o)=>{if(this.ngTemplateOutletContext)return Reflect.get(this.ngTemplateOutletContext,i,o)}})}static{this.\u0275fac=function(i){return new(i||t)(h(At))}}static{this.\u0275dir=Y({type:t,selectors:[["","ngTemplateOutlet",""]],inputs:{ngTemplateOutletContext:"ngTemplateOutletContext",ngTemplateOutlet:"ngTemplateOutlet",ngTemplateOutletInjector:"ngTemplateOutletInjector"},standalone:!0,features:[J]})}}return t})();function x6(t,n){return new Q(2100,!1)}var c1=class{createSubscription(n,e){return Te(()=>n.subscribe({next:e,error:i=>{throw i}}))}dispose(n){Te(()=>n.unsubscribe())}},l1=class{createSubscription(n,e){return n.then(e,i=>{throw i})}dispose(n){}},C6=new l1,_6=new c1,TW=(()=>{class t{constructor(e){this._latestValue=null,this.markForCheckOnValueUpdate=!0,this._subscription=null,this._obj=null,this._strategy=null,this._ref=e}ngOnDestroy(){this._subscription&&this._dispose(),this._ref=null}transform(e){if(!this._obj){if(e)try{this.markForCheckOnValueUpdate=!1,this._subscribe(e)}finally{this.markForCheckOnValueUpdate=!0}return this._latestValue}return e!==this._obj?(this._dispose(),this.transform(e)):this._latestValue}_subscribe(e){this._obj=e,this._strategy=this._selectStrategy(e),this._subscription=this._strategy.createSubscription(e,i=>this._updateLatestValue(e,i))}_selectStrategy(e){if(yo(e))return C6;if(o1(e))return _6;throw x6(t,e)}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._subscription=null,this._obj=null}_updateLatestValue(e,i){e===this._obj&&(this._latestValue=i,this.markForCheckOnValueUpdate&&this._ref?.markForCheck())}static{this.\u0275fac=function(i){return new(i||t)(h(ke,16))}}static{this.\u0275pipe=Sa({name:"async",type:t,pure:!1,standalone:!0})}}return t})();function w6(t,n){return{key:t,value:n}}var EW=(()=>{class t{constructor(e){this.differs=e,this.keyValues=[],this.compareFn=Tb}transform(e,i=Tb){if(!e||!(e instanceof Map)&&typeof e!="object")return null;this.differ??=this.differs.find(e).create();let o=this.differ.diff(e),r=i!==this.compareFn;return o&&(this.keyValues=[],o.forEachItem(s=>{this.keyValues.push(w6(s.key,s.currentValue))})),(o||r)&&(this.keyValues.sort(i),this.compareFn=i),this.keyValues}static{this.\u0275fac=function(i){return new(i||t)(h(bu,16))}}static{this.\u0275pipe=Sa({name:"keyvalue",type:t,pure:!1,standalone:!0})}}return t})();function Tb(t,n){let e=t.key,i=n.key;if(e===i)return 0;if(e===void 0)return 1;if(i===void 0)return-1;if(e===null)return 1;if(i===null)return-1;if(typeof e=="string"&&typeof i=="string")return e<i?-1:1;if(typeof e=="number"&&typeof i=="number")return e-i;if(typeof e=="boolean"&&typeof i=="boolean")return e<i?-1:1;let o=String(e),r=String(i);return o==r?0:o<r?-1:1}var Ie=(()=>{class t{static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275mod=H({type:t})}static{this.\u0275inj=B({})}}return t})(),g1="browser",M6="server";function ar(t){return t===g1}function In(t){return t===M6}var Fb=(()=>{class t{static{this.\u0275prov=E({token:t,providedIn:"root",factory:()=>ar(M(mt))?new d1(M(Me),window):new u1})}}return t})(),d1=class{constructor(n,e){this.document=n,this.window=e,this.offset=()=>[0,0]}setOffset(n){Array.isArray(n)?this.offset=()=>n:this.offset=n}getScrollPosition(){return[this.window.scrollX,this.window.scrollY]}scrollToPosition(n){this.window.scrollTo(n[0],n[1])}scrollToAnchor(n){let e=I6(this.document,n);e&&(this.scrollToElement(e),e.focus())}setHistoryScrollRestoration(n){this.window.history.scrollRestoration=n}scrollToElement(n){let e=n.getBoundingClientRect(),i=e.left+this.window.pageXOffset,o=e.top+this.window.pageYOffset,r=this.offset();this.window.scrollTo(i-r[0],o-r[1])}};function I6(t,n){let e=t.getElementById(n)||t.getElementsByName(n)[0];if(e)return e;if(typeof t.createTreeWalker=="function"&&t.body&&typeof t.body.attachShadow=="function"){let i=t.createTreeWalker(t.body,NodeFilter.SHOW_ELEMENT),o=i.currentNode;for(;o;){let r=o.shadowRoot;if(r){let s=r.getElementById(n)||r.querySelector(`[name="${n}"]`);if(s)return s}o=i.nextNode()}}return null}var u1=class{setOffset(n){}getScrollPosition(){return[0,0]}scrollToPosition(n){}scrollToAnchor(n){}setHistoryScrollRestoration(n){}},ys=class{};var Ha=class{},Mu=class{},Ni=class t{constructor(n){this.normalizedNames=new Map,this.lazyUpdate=null,n?typeof n=="string"?this.lazyInit=()=>{this.headers=new Map,n.split(`
|
|
8
|
-
`).forEach(e=>{let i=e.indexOf(":");if(i>0){let o=e.slice(0,i),r=o.toLowerCase(),s=e.slice(i+1).trim();this.maybeSetNormalizedName(o,r),this.headers.has(r)?this.headers.get(r).push(s):this.headers.set(r,[s])}})}:typeof Headers<"u"&&n instanceof Headers?(this.headers=new Map,n.forEach((e,i)=>{this.setHeaderEntries(i,e)})):this.lazyInit=()=>{this.headers=new Map,Object.entries(n).forEach(([e,i])=>{this.setHeaderEntries(e,i)})}:this.headers=new Map}has(n){return this.init(),this.headers.has(n.toLowerCase())}get(n){this.init();let e=this.headers.get(n.toLowerCase());return e&&e.length>0?e[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(n){return this.init(),this.headers.get(n.toLowerCase())||null}append(n,e){return this.clone({name:n,value:e,op:"a"})}set(n,e){return this.clone({name:n,value:e,op:"s"})}delete(n,e){return this.clone({name:n,value:e,op:"d"})}maybeSetNormalizedName(n,e){this.normalizedNames.has(e)||this.normalizedNames.set(e,n)}init(){this.lazyInit&&(this.lazyInit instanceof t?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(n=>this.applyUpdate(n)),this.lazyUpdate=null))}copyFrom(n){n.init(),Array.from(n.headers.keys()).forEach(e=>{this.headers.set(e,n.headers.get(e)),this.normalizedNames.set(e,n.normalizedNames.get(e))})}clone(n){let e=new t;return e.lazyInit=this.lazyInit&&this.lazyInit instanceof t?this.lazyInit:this,e.lazyUpdate=(this.lazyUpdate||[]).concat([n]),e}applyUpdate(n){let e=n.name.toLowerCase();switch(n.op){case"a":case"s":let i=n.value;if(typeof i=="string"&&(i=[i]),i.length===0)return;this.maybeSetNormalizedName(n.name,e);let o=(n.op==="a"?this.headers.get(e):void 0)||[];o.push(...i),this.headers.set(e,o);break;case"d":let r=n.value;if(!r)this.headers.delete(e),this.normalizedNames.delete(e);else{let s=this.headers.get(e);if(!s)return;s=s.filter(a=>r.indexOf(a)===-1),s.length===0?(this.headers.delete(e),this.normalizedNames.delete(e)):this.headers.set(e,s)}break}}setHeaderEntries(n,e){let i=(Array.isArray(e)?e:[e]).map(r=>r.toString()),o=n.toLowerCase();this.headers.set(o,i),this.maybeSetNormalizedName(n,o)}forEach(n){this.init(),Array.from(this.normalizedNames.keys()).forEach(e=>n(this.normalizedNames.get(e),this.headers.get(e)))}};var k1=class{encodeKey(n){return Nb(n)}encodeValue(n){return Nb(n)}decodeKey(n){return decodeURIComponent(n)}decodeValue(n){return decodeURIComponent(n)}};function S6(t,n){let e=new Map;return t.length>0&&t.replace(/^\?/,"").split("&").forEach(o=>{let r=o.indexOf("="),[s,a]=r==-1?[n.decodeKey(o),""]:[n.decodeKey(o.slice(0,r)),n.decodeValue(o.slice(r+1))],c=e.get(s)||[];c.push(a),e.set(s,c)}),e}var D6=/%(\d[a-f0-9])/gi,T6={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function Nb(t){return encodeURIComponent(t).replace(D6,(n,e)=>T6[e]??n)}function wu(t){return`${t}`}var bo=class t{constructor(n={}){if(this.updates=null,this.cloneFrom=null,this.encoder=n.encoder||new k1,n.fromString){if(n.fromObject)throw new Error("Cannot specify both fromString and fromObject.");this.map=S6(n.fromString,this.encoder)}else n.fromObject?(this.map=new Map,Object.keys(n.fromObject).forEach(e=>{let i=n.fromObject[e],o=Array.isArray(i)?i.map(wu):[wu(i)];this.map.set(e,o)})):this.map=null}has(n){return this.init(),this.map.has(n)}get(n){this.init();let e=this.map.get(n);return e?e[0]:null}getAll(n){return this.init(),this.map.get(n)||null}keys(){return this.init(),Array.from(this.map.keys())}append(n,e){return this.clone({param:n,value:e,op:"a"})}appendAll(n){let e=[];return Object.keys(n).forEach(i=>{let o=n[i];Array.isArray(o)?o.forEach(r=>{e.push({param:i,value:r,op:"a"})}):e.push({param:i,value:o,op:"a"})}),this.clone(e)}set(n,e){return this.clone({param:n,value:e,op:"s"})}delete(n,e){return this.clone({param:n,value:e,op:"d"})}toString(){return this.init(),this.keys().map(n=>{let e=this.encoder.encodeKey(n);return this.map.get(n).map(i=>e+"="+this.encoder.encodeValue(i)).join("&")}).filter(n=>n!=="").join("&")}clone(n){let e=new t({encoder:this.encoder});return e.cloneFrom=this.cloneFrom||this,e.updates=(this.updates||[]).concat(n),e}init(){this.map===null&&(this.map=new Map),this.cloneFrom!==null&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(n=>this.map.set(n,this.cloneFrom.map.get(n))),this.updates.forEach(n=>{switch(n.op){case"a":case"s":let e=(n.op==="a"?this.map.get(n.param):void 0)||[];e.push(wu(n.value)),this.map.set(n.param,e);break;case"d":if(n.value!==void 0){let i=this.map.get(n.param)||[],o=i.indexOf(wu(n.value));o!==-1&&i.splice(o,1),i.length>0?this.map.set(n.param,i):this.map.delete(n.param)}else{this.map.delete(n.param);break}}}),this.cloneFrom=this.updates=null)}};var b1=class{constructor(){this.map=new Map}set(n,e){return this.map.set(n,e),this}get(n){return this.map.has(n)||this.map.set(n,n.defaultValue()),this.map.get(n)}delete(n){return this.map.delete(n),this}has(n){return this.map.has(n)}keys(){return this.map.keys()}};function E6(t){switch(t){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}function qb(t){return typeof ArrayBuffer<"u"&&t instanceof ArrayBuffer}function Vb(t){return typeof Blob<"u"&&t instanceof Blob}function jb(t){return typeof FormData<"u"&&t instanceof FormData}function A6(t){return typeof URLSearchParams<"u"&&t instanceof URLSearchParams}var Ba=class t{constructor(n,e,i,o){this.url=e,this.body=null,this.reportProgress=!1,this.withCredentials=!1,this.responseType="json",this.method=n.toUpperCase();let r;if(E6(this.method)||o?(this.body=i!==void 0?i:null,r=o):r=i,r&&(this.reportProgress=!!r.reportProgress,this.withCredentials=!!r.withCredentials,r.responseType&&(this.responseType=r.responseType),r.headers&&(this.headers=r.headers),r.context&&(this.context=r.context),r.params&&(this.params=r.params),this.transferCache=r.transferCache),this.headers??=new Ni,this.context??=new b1,!this.params)this.params=new bo,this.urlWithParams=e;else{let s=this.params.toString();if(s.length===0)this.urlWithParams=e;else{let a=e.indexOf("?"),c=a===-1?"?":a<e.length-1?"&":"";this.urlWithParams=e+c+s}}}serializeBody(){return this.body===null?null:typeof this.body=="string"||qb(this.body)||Vb(this.body)||jb(this.body)||A6(this.body)?this.body:this.body instanceof bo?this.body.toString():typeof this.body=="object"||typeof this.body=="boolean"||Array.isArray(this.body)?JSON.stringify(this.body):this.body.toString()}detectContentTypeHeader(){return this.body===null||jb(this.body)?null:Vb(this.body)?this.body.type||null:qb(this.body)?null:typeof this.body=="string"?"text/plain":this.body instanceof bo?"application/x-www-form-urlencoded;charset=UTF-8":typeof this.body=="object"||typeof this.body=="number"||typeof this.body=="boolean"?"application/json":null}clone(n={}){let e=n.method||this.method,i=n.url||this.url,o=n.responseType||this.responseType,r=n.transferCache??this.transferCache,s=n.body!==void 0?n.body:this.body,a=n.withCredentials??this.withCredentials,c=n.reportProgress??this.reportProgress,l=n.headers||this.headers,d=n.params||this.params,u=n.context??this.context;return n.setHeaders!==void 0&&(l=Object.keys(n.setHeaders).reduce((g,p)=>g.set(p,n.setHeaders[p]),l)),n.setParams&&(d=Object.keys(n.setParams).reduce((g,p)=>g.set(p,n.setParams[p]),d)),new t(e,i,s,{params:d,headers:l,context:u,reportProgress:c,responseType:o,withCredentials:a,transferCache:r})}},xo=function(t){return t[t.Sent=0]="Sent",t[t.UploadProgress=1]="UploadProgress",t[t.ResponseHeader=2]="ResponseHeader",t[t.DownloadProgress=3]="DownloadProgress",t[t.Response=4]="Response",t[t.User=5]="User",t}(xo||{}),Ua=class{constructor(n,e=200,i="OK"){this.headers=n.headers||new Ni,this.status=n.status!==void 0?n.status:e,this.statusText=n.statusText||i,this.url=n.url||null,this.ok=this.status>=200&&this.status<300}},Iu=class t extends Ua{constructor(n={}){super(n),this.type=xo.ResponseHeader}clone(n={}){return new t({headers:n.headers||this.headers,status:n.status!==void 0?n.status:this.status,statusText:n.statusText||this.statusText,url:n.url||this.url||void 0})}},Qa=class t extends Ua{constructor(n={}){super(n),this.type=xo.Response,this.body=n.body!==void 0?n.body:null}clone(n={}){return new t({body:n.body!==void 0?n.body:this.body,headers:n.headers||this.headers,status:n.status!==void 0?n.status:this.status,statusText:n.statusText||this.statusText,url:n.url||this.url||void 0})}},ko=class extends Ua{constructor(n){super(n,0,"Unknown Error"),this.name="HttpErrorResponse",this.ok=!1,this.status>=200&&this.status<300?this.message=`Http failure during parsing for ${n.url||"(unknown url)"}`:this.message=`Http failure response for ${n.url||"(unknown url)"}: ${n.status} ${n.statusText}`,this.error=n.error||null}},Ub=200,L6=204;function v1(t,n){return{body:n,headers:t.headers,context:t.context,observe:t.observe,params:t.params,reportProgress:t.reportProgress,responseType:t.responseType,withCredentials:t.withCredentials,transferCache:t.transferCache}}var O6=(()=>{class t{constructor(e){this.handler=e}request(e,i,o={}){let r;if(e instanceof Ba)r=e;else{let c;o.headers instanceof Ni?c=o.headers:c=new Ni(o.headers);let l;o.params&&(o.params instanceof bo?l=o.params:l=new bo({fromObject:o.params})),r=new Ba(e,i,o.body!==void 0?o.body:null,{headers:c,context:o.context,params:l,reportProgress:o.reportProgress,responseType:o.responseType||"json",withCredentials:o.withCredentials,transferCache:o.transferCache})}let s=W(r).pipe(Vn(c=>this.handler.handle(c)));if(e instanceof Ba||o.observe==="events")return s;let a=s.pipe(Oe(c=>c instanceof Qa));switch(o.observe||"body"){case"body":switch(r.responseType){case"arraybuffer":return a.pipe(ne(c=>{if(c.body!==null&&!(c.body instanceof ArrayBuffer))throw new Error("Response is not an ArrayBuffer.");return c.body}));case"blob":return a.pipe(ne(c=>{if(c.body!==null&&!(c.body instanceof Blob))throw new Error("Response is not a Blob.");return c.body}));case"text":return a.pipe(ne(c=>{if(c.body!==null&&typeof c.body!="string")throw new Error("Response is not a string.");return c.body}));case"json":default:return a.pipe(ne(c=>c.body))}case"response":return a;default:throw new Error(`Unreachable: unhandled observe type ${o.observe}}`)}}delete(e,i={}){return this.request("DELETE",e,i)}get(e,i={}){return this.request("GET",e,i)}head(e,i={}){return this.request("HEAD",e,i)}jsonp(e,i){return this.request("JSONP",e,{params:new bo().append(i,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(e,i={}){return this.request("OPTIONS",e,i)}patch(e,i,o={}){return this.request("PATCH",e,v1(o,i))}post(e,i,o={}){return this.request("POST",e,v1(o,i))}put(e,i,o={}){return this.request("PUT",e,v1(o,i))}static{this.\u0275fac=function(i){return new(i||t)(I(Ha))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac})}}return t})(),R6=/^\)\]\}',?\n/,P6="X-Request-URL";function zb(t){if(t.url)return t.url;let n=P6.toLocaleLowerCase();return t.headers.get(n)}var F6=(()=>{class t{constructor(){this.fetchImpl=M(x1,{optional:!0})?.fetch??((...e)=>globalThis.fetch(...e)),this.ngZone=M(ie)}handle(e){return new ae(i=>{let o=new AbortController;return this.doRequest(e,o.signal,i).then(C1,r=>i.error(new ko({error:r}))),()=>o.abort()})}doRequest(e,i,o){return ht(this,null,function*(){let r=this.createRequestInit(e),s;try{let p=this.ngZone.runOutsideAngular(()=>this.fetchImpl(e.urlWithParams,k({signal:i},r)));N6(p),o.next({type:xo.Sent}),s=yield p}catch(p){o.error(new ko({error:p,status:p.status??0,statusText:p.statusText,url:e.urlWithParams,headers:p.headers}));return}let a=new Ni(s.headers),c=s.statusText,l=zb(s)??e.urlWithParams,d=s.status,u=null;if(e.reportProgress&&o.next(new Iu({headers:a,status:d,statusText:c,url:l})),s.body){let p=s.headers.get("content-length"),v=[],w=s.body.getReader(),A=0,F,Z,ee=typeof Zone<"u"&&Zone.current;yield this.ngZone.runOutsideAngular(()=>ht(this,null,function*(){for(;;){let{done:ve,value:Se}=yield w.read();if(ve)break;if(v.push(Se),A+=Se.length,e.reportProgress){Z=e.responseType==="text"?(Z??"")+(F??=new TextDecoder).decode(Se,{stream:!0}):void 0;let Ze=()=>o.next({type:xo.DownloadProgress,total:p?+p:void 0,loaded:A,partialText:Z});ee?ee.run(Ze):Ze()}}}));let Ce=this.concatChunks(v,A);try{let ve=s.headers.get("Content-Type")??"";u=this.parseBody(e,Ce,ve)}catch(ve){o.error(new ko({error:ve,headers:new Ni(s.headers),status:s.status,statusText:s.statusText,url:zb(s)??e.urlWithParams}));return}}d===0&&(d=u?Ub:0),d>=200&&d<300?(o.next(new Qa({body:u,headers:a,status:d,statusText:c,url:l})),o.complete()):o.error(new ko({error:u,headers:a,status:d,statusText:c,url:l}))})}parseBody(e,i,o){switch(e.responseType){case"json":let r=new TextDecoder().decode(i).replace(R6,"");return r===""?null:JSON.parse(r);case"text":return new TextDecoder().decode(i);case"blob":return new Blob([i],{type:o});case"arraybuffer":return i.buffer}}createRequestInit(e){let i={},o=e.withCredentials?"include":void 0;if(e.headers.forEach((r,s)=>i[r]=s.join(",")),e.headers.has("Accept")||(i.Accept="application/json, text/plain, */*"),!e.headers.has("Content-Type")){let r=e.detectContentTypeHeader();r!==null&&(i["Content-Type"]=r)}return{body:e.serializeBody(),method:e.method,headers:i,credentials:o}}concatChunks(e,i){let o=new Uint8Array(i),r=0;for(let s of e)o.set(s,r),r+=s.length;return o}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac})}}return t})(),x1=class{};function C1(){}function N6(t){t.then(C1,C1)}function q6(t,n){return n(t)}function V6(t,n,e){return(i,o)=>zt(e,()=>n(i,r=>t(r,o)))}var Qb=new O(""),j6=new O(""),z6=new O("",{providedIn:"root",factory:()=>!0});var Bb=(()=>{class t extends Ha{constructor(e,i){super(),this.backend=e,this.injector=i,this.chain=null,this.pendingTasks=M(Oi),this.contributeToStability=M(z6)}handle(e){if(this.chain===null){let i=Array.from(new Set([...this.injector.get(Qb),...this.injector.get(j6,[])]));this.chain=i.reduceRight((o,r)=>V6(o,r,this.injector),q6)}if(this.contributeToStability){let i=this.pendingTasks.add();return this.chain(e,o=>this.backend.handle(o)).pipe(Uo(()=>this.pendingTasks.remove(i)))}else return this.chain(e,i=>this.backend.handle(i))}static{this.\u0275fac=function(i){return new(i||t)(I(Mu),I(jt))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac})}}return t})();var B6=/^\)\]\}',?\n/;function H6(t){return"responseURL"in t&&t.responseURL?t.responseURL:/^X-Request-URL:/m.test(t.getAllResponseHeaders())?t.getResponseHeader("X-Request-URL"):null}var Hb=(()=>{class t{constructor(e){this.xhrFactory=e}handle(e){if(e.method==="JSONP")throw new Q(-2800,!1);let i=this.xhrFactory;return(i.\u0275loadImpl?Fe(i.\u0275loadImpl()):W(null)).pipe(ot(()=>new ae(r=>{let s=i.build();if(s.open(e.method,e.urlWithParams),e.withCredentials&&(s.withCredentials=!0),e.headers.forEach((w,A)=>s.setRequestHeader(w,A.join(","))),e.headers.has("Accept")||s.setRequestHeader("Accept","application/json, text/plain, */*"),!e.headers.has("Content-Type")){let w=e.detectContentTypeHeader();w!==null&&s.setRequestHeader("Content-Type",w)}if(e.responseType){let w=e.responseType.toLowerCase();s.responseType=w!=="json"?w:"text"}let a=e.serializeBody(),c=null,l=()=>{if(c!==null)return c;let w=s.statusText||"OK",A=new Ni(s.getAllResponseHeaders()),F=H6(s)||e.url;return c=new Iu({headers:A,status:s.status,statusText:w,url:F}),c},d=()=>{let{headers:w,status:A,statusText:F,url:Z}=l(),ee=null;A!==L6&&(ee=typeof s.response>"u"?s.responseText:s.response),A===0&&(A=ee?Ub:0);let Ce=A>=200&&A<300;if(e.responseType==="json"&&typeof ee=="string"){let ve=ee;ee=ee.replace(B6,"");try{ee=ee!==""?JSON.parse(ee):null}catch(Se){ee=ve,Ce&&(Ce=!1,ee={error:Se,text:ee})}}Ce?(r.next(new Qa({body:ee,headers:w,status:A,statusText:F,url:Z||void 0})),r.complete()):r.error(new ko({error:ee,headers:w,status:A,statusText:F,url:Z||void 0}))},u=w=>{let{url:A}=l(),F=new ko({error:w,status:s.status||0,statusText:s.statusText||"Unknown Error",url:A||void 0});r.error(F)},g=!1,p=w=>{g||(r.next(l()),g=!0);let A={type:xo.DownloadProgress,loaded:w.loaded};w.lengthComputable&&(A.total=w.total),e.responseType==="text"&&s.responseText&&(A.partialText=s.responseText),r.next(A)},v=w=>{let A={type:xo.UploadProgress,loaded:w.loaded};w.lengthComputable&&(A.total=w.total),r.next(A)};return s.addEventListener("load",d),s.addEventListener("error",u),s.addEventListener("timeout",u),s.addEventListener("abort",u),e.reportProgress&&(s.addEventListener("progress",p),a!==null&&s.upload&&s.upload.addEventListener("progress",v)),s.send(a),r.next({type:xo.Sent}),()=>{s.removeEventListener("error",u),s.removeEventListener("abort",u),s.removeEventListener("load",d),s.removeEventListener("timeout",u),e.reportProgress&&(s.removeEventListener("progress",p),a!==null&&s.upload&&s.upload.removeEventListener("progress",v)),s.readyState!==s.DONE&&s.abort()}})))}static{this.\u0275fac=function(i){return new(i||t)(I(ys))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac})}}return t})(),$b=new O(""),U6="XSRF-TOKEN",Q6=new O("",{providedIn:"root",factory:()=>U6}),$6="X-XSRF-TOKEN",W6=new O("",{providedIn:"root",factory:()=>$6}),Su=class{},G6=(()=>{class t{constructor(e,i,o){this.doc=e,this.platform=i,this.cookieName=o,this.lastCookieString="",this.lastToken=null,this.parseCount=0}getToken(){if(this.platform==="server")return null;let e=this.doc.cookie||"";return e!==this.lastCookieString&&(this.parseCount++,this.lastToken=_u(e,this.cookieName),this.lastCookieString=e),this.lastToken}static{this.\u0275fac=function(i){return new(i||t)(I(Me),I(mt),I(Q6))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac})}}return t})();function Z6(t,n){let e=t.url.toLowerCase();if(!M($b)||t.method==="GET"||t.method==="HEAD"||e.startsWith("http://")||e.startsWith("https://"))return n(t);let i=M(Su).getToken(),o=M(W6);return i!=null&&!t.headers.has(o)&&(t=t.clone({headers:t.headers.set(o,i)})),n(t)}function HW(...t){let n=[O6,Hb,Bb,{provide:Ha,useExisting:Bb},{provide:Mu,useFactory:()=>M(F6,{optional:!0})??M(Hb)},{provide:Qb,useValue:Z6,multi:!0},{provide:$b,useValue:!0},{provide:Su,useClass:G6}];for(let e of t)n.push(...e.\u0275providers);return Da(n)}var M1=class extends xu{constructor(){super(...arguments),this.supportsDOMEvents=!0}},I1=class t extends M1{static makeCurrent(){Ab(new t)}onAndCancel(n,e,i){return n.addEventListener(e,i),()=>{n.removeEventListener(e,i)}}dispatchEvent(n,e){n.dispatchEvent(e)}remove(n){n.remove()}createElement(n,e){return e=e||this.getDefaultDocument(),e.createElement(n)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(n){return n.nodeType===Node.ELEMENT_NODE}isShadowRoot(n){return n instanceof DocumentFragment}getGlobalEventTarget(n,e){return e==="window"?window:e==="document"?n:e==="body"?n.body:null}getBaseHref(n){let e=K6();return e==null?null:X6(e)}resetBaseElement(){$a=null}getUserAgent(){return window.navigator.userAgent}getCookie(n){return _u(document.cookie,n)}},$a=null;function K6(){return $a=$a||document.querySelector("base"),$a?$a.getAttribute("href"):null}function X6(t){return new URL(t,document.baseURI).pathname}var S1=class{addToWindow(n){ci.getAngularTestability=(i,o=!0)=>{let r=n.findTestabilityInTree(i,o);if(r==null)throw new Q(5103,!1);return r},ci.getAllAngularTestabilities=()=>n.getAllTestabilities(),ci.getAllAngularRootElements=()=>n.getAllRootElements();let e=i=>{let o=ci.getAllAngularTestabilities(),r=o.length,s=function(){r--,r==0&&i()};o.forEach(a=>{a.whenStable(s)})};ci.frameworkStabilizers||(ci.frameworkStabilizers=[]),ci.frameworkStabilizers.push(e)}findTestabilityInTree(n,e,i){if(e==null)return null;let o=n.getTestability(e);return o??(i?mi().isShadowRoot(e)?this.findTestabilityInTree(n,e.host,!0):this.findTestabilityInTree(n,e.parentElement,!0):null)}},Y6=(()=>{class t{build(){return new XMLHttpRequest}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac})}}return t})(),D1=new O(""),Kb=(()=>{class t{constructor(e,i){this._zone=i,this._eventNameToPlugin=new Map,e.forEach(o=>{o.manager=this}),this._plugins=e.slice().reverse()}addEventListener(e,i,o){return this._findPluginFor(i).addEventListener(e,i,o)}getZone(){return this._zone}_findPluginFor(e){let i=this._eventNameToPlugin.get(e);if(i)return i;if(i=this._plugins.find(r=>r.supports(e)),!i)throw new Q(5101,!1);return this._eventNameToPlugin.set(e,i),i}static{this.\u0275fac=function(i){return new(i||t)(I(D1),I(ie))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac})}}return t})(),Du=class{constructor(n){this._doc=n}},_1="ng-app-id",Xb=(()=>{class t{constructor(e,i,o,r={}){this.doc=e,this.appId=i,this.nonce=o,this.platformId=r,this.styleRef=new Map,this.hostNodes=new Set,this.styleNodesInDOM=this.collectServerRenderedStyles(),this.platformIsServer=In(r),this.resetHostNodes()}addStyles(e){for(let i of e)this.changeUsageCount(i,1)===1&&this.onStyleAdded(i)}removeStyles(e){for(let i of e)this.changeUsageCount(i,-1)<=0&&this.onStyleRemoved(i)}ngOnDestroy(){let e=this.styleNodesInDOM;e&&(e.forEach(i=>i.remove()),e.clear());for(let i of this.getAllStyles())this.onStyleRemoved(i);this.resetHostNodes()}addHost(e){this.hostNodes.add(e);for(let i of this.getAllStyles())this.addStyleToHost(e,i)}removeHost(e){this.hostNodes.delete(e)}getAllStyles(){return this.styleRef.keys()}onStyleAdded(e){for(let i of this.hostNodes)this.addStyleToHost(i,e)}onStyleRemoved(e){let i=this.styleRef;i.get(e)?.elements?.forEach(o=>o.remove()),i.delete(e)}collectServerRenderedStyles(){let e=this.doc.head?.querySelectorAll(`style[${_1}="${this.appId}"]`);if(e?.length){let i=new Map;return e.forEach(o=>{o.textContent!=null&&i.set(o.textContent,o)}),i}return null}changeUsageCount(e,i){let o=this.styleRef;if(o.has(e)){let r=o.get(e);return r.usage+=i,r.usage}return o.set(e,{usage:i,elements:[]}),i}getStyleElement(e,i){let o=this.styleNodesInDOM,r=o?.get(i);if(r?.parentNode===e)return o.delete(i),r.removeAttribute(_1),r;{let s=this.doc.createElement("style");return this.nonce&&s.setAttribute("nonce",this.nonce),s.textContent=i,this.platformIsServer&&s.setAttribute(_1,this.appId),e.appendChild(s),s}}addStyleToHost(e,i){let o=this.getStyleElement(e,i),r=this.styleRef,s=r.get(i)?.elements;s?s.push(o):r.set(i,{elements:[o],usage:1})}resetHostNodes(){let e=this.hostNodes;e.clear(),e.add(this.doc.head)}static{this.\u0275fac=function(i){return new(i||t)(I(Me),I(Ta),I(Ea,8),I(mt))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac})}}return t})(),w1={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/",math:"http://www.w3.org/1998/Math/MathML"},E1=/%COMP%/g,Yb="%COMP%",J6=`_nghost-${Yb}`,eE=`_ngcontent-${Yb}`,tE=!0,nE=new O("",{providedIn:"root",factory:()=>tE});function iE(t){return eE.replace(E1,t)}function oE(t){return J6.replace(E1,t)}function Jb(t,n){return n.map(e=>e.replace(E1,t))}var Wb=(()=>{class t{constructor(e,i,o,r,s,a,c,l=null){this.eventManager=e,this.sharedStylesHost=i,this.appId=o,this.removeStylesOnCompDestroy=r,this.doc=s,this.platformId=a,this.ngZone=c,this.nonce=l,this.rendererByCompId=new Map,this.platformIsServer=In(a),this.defaultRenderer=new Wa(e,s,c,this.platformIsServer)}createRenderer(e,i){if(!e||!i)return this.defaultRenderer;this.platformIsServer&&i.encapsulation===li.ShadowDom&&(i=K(k({},i),{encapsulation:li.Emulated}));let o=this.getOrCreateRenderer(e,i);return o instanceof Tu?o.applyToHost(e):o instanceof Ga&&o.applyStyles(),o}getOrCreateRenderer(e,i){let o=this.rendererByCompId,r=o.get(i.id);if(!r){let s=this.doc,a=this.ngZone,c=this.eventManager,l=this.sharedStylesHost,d=this.removeStylesOnCompDestroy,u=this.platformIsServer;switch(i.encapsulation){case li.Emulated:r=new Tu(c,l,i,this.appId,d,s,a,u);break;case li.ShadowDom:return new T1(c,l,e,i,s,a,this.nonce,u);default:r=new Ga(c,l,i,d,s,a,u);break}o.set(i.id,r)}return r}ngOnDestroy(){this.rendererByCompId.clear()}static{this.\u0275fac=function(i){return new(i||t)(I(Kb),I(Xb),I(Ta),I(nE),I(Me),I(mt),I(ie),I(Ea))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac})}}return t})(),Wa=class{constructor(n,e,i,o){this.eventManager=n,this.doc=e,this.ngZone=i,this.platformIsServer=o,this.data=Object.create(null),this.throwOnSyntheticProps=!0,this.destroyNode=null}destroy(){}createElement(n,e){return e?this.doc.createElementNS(w1[e]||e,n):this.doc.createElement(n)}createComment(n){return this.doc.createComment(n)}createText(n){return this.doc.createTextNode(n)}appendChild(n,e){(Gb(n)?n.content:n).appendChild(e)}insertBefore(n,e,i){n&&(Gb(n)?n.content:n).insertBefore(e,i)}removeChild(n,e){e.remove()}selectRootElement(n,e){let i=typeof n=="string"?this.doc.querySelector(n):n;if(!i)throw new Q(-5104,!1);return e||(i.textContent=""),i}parentNode(n){return n.parentNode}nextSibling(n){return n.nextSibling}setAttribute(n,e,i,o){if(o){e=o+":"+e;let r=w1[o];r?n.setAttributeNS(r,e,i):n.setAttribute(e,i)}else n.setAttribute(e,i)}removeAttribute(n,e,i){if(i){let o=w1[i];o?n.removeAttributeNS(o,e):n.removeAttribute(`${i}:${e}`)}else n.removeAttribute(e)}addClass(n,e){n.classList.add(e)}removeClass(n,e){n.classList.remove(e)}setStyle(n,e,i,o){o&(kn.DashCase|kn.Important)?n.style.setProperty(e,i,o&kn.Important?"important":""):n.style[e]=i}removeStyle(n,e,i){i&kn.DashCase?n.style.removeProperty(e):n.style[e]=""}setProperty(n,e,i){n!=null&&(n[e]=i)}setValue(n,e){n.nodeValue=e}listen(n,e,i){if(typeof n=="string"&&(n=mi().getGlobalEventTarget(this.doc,n),!n))throw new Error(`Unsupported event target ${n} for event ${e}`);return this.eventManager.addEventListener(n,e,this.decoratePreventDefault(i))}decoratePreventDefault(n){return e=>{if(e==="__ngUnwrap__")return n;(this.platformIsServer?this.ngZone.runGuarded(()=>n(e)):n(e))===!1&&e.preventDefault()}}};function Gb(t){return t.tagName==="TEMPLATE"&&t.content!==void 0}var T1=class extends Wa{constructor(n,e,i,o,r,s,a,c){super(n,r,s,c),this.sharedStylesHost=e,this.hostEl=i,this.shadowRoot=i.attachShadow({mode:"open"}),this.sharedStylesHost.addHost(this.shadowRoot);let l=Jb(o.id,o.styles);for(let d of l){let u=document.createElement("style");a&&u.setAttribute("nonce",a),u.textContent=d,this.shadowRoot.appendChild(u)}}nodeOrShadowRoot(n){return n===this.hostEl?this.shadowRoot:n}appendChild(n,e){return super.appendChild(this.nodeOrShadowRoot(n),e)}insertBefore(n,e,i){return super.insertBefore(this.nodeOrShadowRoot(n),e,i)}removeChild(n,e){return super.removeChild(null,e)}parentNode(n){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(n)))}destroy(){this.sharedStylesHost.removeHost(this.shadowRoot)}},Ga=class extends Wa{constructor(n,e,i,o,r,s,a,c){super(n,r,s,a),this.sharedStylesHost=e,this.removeStylesOnCompDestroy=o,this.styles=c?Jb(c,i.styles):i.styles}applyStyles(){this.sharedStylesHost.addStyles(this.styles)}destroy(){this.removeStylesOnCompDestroy&&this.sharedStylesHost.removeStyles(this.styles)}},Tu=class extends Ga{constructor(n,e,i,o,r,s,a,c){let l=o+"-"+i.id;super(n,e,i,r,s,a,c,l),this.contentAttr=iE(l),this.hostAttr=oE(l)}applyToHost(n){this.applyStyles(),this.setAttribute(n,this.hostAttr,"")}createElement(n,e){let i=super.createElement(n,e);return super.setAttribute(i,this.contentAttr,""),i}},rE=(()=>{class t extends Du{constructor(e){super(e)}supports(e){return!0}addEventListener(e,i,o){return e.addEventListener(i,o,!1),()=>this.removeEventListener(e,i,o)}removeEventListener(e,i,o){return e.removeEventListener(i,o)}static{this.\u0275fac=function(i){return new(i||t)(I(Me))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac})}}return t})(),Zb=["alt","control","meta","shift"],sE={"\b":"Backspace"," ":"Tab","\x7F":"Delete","\x1B":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},aE={alt:t=>t.altKey,control:t=>t.ctrlKey,meta:t=>t.metaKey,shift:t=>t.shiftKey},cE=(()=>{class t extends Du{constructor(e){super(e)}supports(e){return t.parseEventName(e)!=null}addEventListener(e,i,o){let r=t.parseEventName(i),s=t.eventCallback(r.fullKey,o,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>mi().onAndCancel(e,r.domEventName,s))}static parseEventName(e){let i=e.toLowerCase().split("."),o=i.shift();if(i.length===0||!(o==="keydown"||o==="keyup"))return null;let r=t._normalizeKey(i.pop()),s="",a=i.indexOf("code");if(a>-1&&(i.splice(a,1),s="code."),Zb.forEach(l=>{let d=i.indexOf(l);d>-1&&(i.splice(d,1),s+=l+".")}),s+=r,i.length!=0||r.length===0)return null;let c={};return c.domEventName=o,c.fullKey=s,c}static matchEventFullKeyCode(e,i){let o=sE[e.key]||e.key,r="";return i.indexOf("code.")>-1&&(o=e.code,r="code."),o==null||!o?!1:(o=o.toLowerCase(),o===" "?o="space":o==="."&&(o="dot"),Zb.forEach(s=>{if(s!==o){let a=aE[s];a(e)&&(r+=s+".")}}),r+=o,r===i)}static eventCallback(e,i,o){return r=>{t.matchEventFullKeyCode(r,e)&&o.runGuarded(()=>i(r))}}static _normalizeKey(e){return e==="esc"?"escape":e}static{this.\u0275fac=function(i){return new(i||t)(I(Me))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac})}}return t})();function uG(t,n){return xb(k({rootComponent:t},lE(n)))}function lE(t){return{appProviders:[...ex,...t?.providers??[]],platformProviders:pE}}function dE(){I1.makeCurrent()}function uE(){return new Bn}function hE(){return Wv(document),document}var pE=[{provide:mt,useValue:g1},{provide:Tm,useValue:dE,multi:!0},{provide:Me,useFactory:hE,deps:[]}];var fE=new O(""),mE=[{provide:Va,useClass:S1,deps:[]},{provide:n1,useClass:fu,deps:[ie,mu,Va]},{provide:fu,useClass:fu,deps:[ie,mu,Va]}],ex=[{provide:jd,useValue:"root"},{provide:Bn,useFactory:uE,deps:[]},{provide:D1,useClass:rE,multi:!0,deps:[Me,ie,mt]},{provide:D1,useClass:cE,multi:!0,deps:[Me]},Wb,Xb,Kb,{provide:ho,useExisting:Wb},{provide:ys,useClass:Y6,deps:[]},[]],hG=(()=>{class t{constructor(e){}static withServerTransition(e){return{ngModule:t,providers:[{provide:Ta,useValue:e.appId}]}}static{this.\u0275fac=function(i){return new(i||t)(I(fE,12))}}static{this.\u0275mod=H({type:t})}static{this.\u0275inj=B({providers:[...ex,...mE],imports:[Ie,bb]})}}return t})();var tx=(()=>{class t{constructor(e){this._doc=e}getTitle(){return this._doc.title}setTitle(e){this._doc.title=e||""}static{this.\u0275fac=function(i){return new(i||t)(I(Me))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();function Ot(t){return t!=null&&`${t}`!="false"}function nn(t,n=0){return yE(t)?Number(t):arguments.length===2?n:0}function yE(t){return!isNaN(parseFloat(t))&&!isNaN(Number(t))}function A1(t){return Array.isArray(t)?t:[t]}function mG(t){return t==null?"":typeof t=="string"?t:`${t}px`}function Un(t){return t instanceof te?t.nativeElement:t}var O1;try{O1=typeof Intl<"u"&&Intl.v8BreakIterator}catch{O1=!1}var gt=(()=>{class t{constructor(e){this._platformId=e,this.isBrowser=this._platformId?ar(this._platformId):typeof document=="object"&&!!document,this.EDGE=this.isBrowser&&/(edge)/i.test(navigator.userAgent),this.TRIDENT=this.isBrowser&&/(msie|trident)/i.test(navigator.userAgent),this.BLINK=this.isBrowser&&!!(window.chrome||O1)&&typeof CSS<"u"&&!this.EDGE&&!this.TRIDENT,this.WEBKIT=this.isBrowser&&/AppleWebKit/i.test(navigator.userAgent)&&!this.BLINK&&!this.EDGE&&!this.TRIDENT,this.IOS=this.isBrowser&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&!("MSStream"in window),this.FIREFOX=this.isBrowser&&/(firefox|minefield)/i.test(navigator.userAgent),this.ANDROID=this.isBrowser&&/android/i.test(navigator.userAgent)&&!this.TRIDENT,this.SAFARI=this.isBrowser&&/safari/i.test(navigator.userAgent)&&this.WEBKIT}static{this.\u0275fac=function(i){return new(i||t)(I(mt))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();var Za;function vE(){if(Za==null&&typeof window<"u")try{window.addEventListener("test",null,Object.defineProperty({},"passive",{get:()=>Za=!0}))}finally{Za=Za||!1}return Za}function vs(t){return vE()?t:!!t.capture}var Qn=function(t){return t[t.NORMAL=0]="NORMAL",t[t.NEGATED=1]="NEGATED",t[t.INVERTED=2]="INVERTED",t}(Qn||{}),Eu,cr;function nx(){if(cr==null){if(typeof document!="object"||!document||typeof Element!="function"||!Element)return cr=!1,cr;if("scrollBehavior"in document.documentElement.style)cr=!0;else{let t=Element.prototype.scrollTo;t?cr=!/\{\s*\[native code\]\s*\}/.test(t.toString()):cr=!1}}return cr}function ks(){if(typeof document!="object"||!document)return Qn.NORMAL;if(Eu==null){let t=document.createElement("div"),n=t.style;t.dir="rtl",n.width="1px",n.overflow="auto",n.visibility="hidden",n.pointerEvents="none",n.position="absolute";let e=document.createElement("div"),i=e.style;i.width="2px",i.height="1px",t.appendChild(e),document.body.appendChild(t),Eu=Qn.NORMAL,t.scrollLeft===0&&(t.scrollLeft=1,Eu=t.scrollLeft===0?Qn.NEGATED:Qn.INVERTED),t.remove()}return Eu}var L1;function kE(){if(L1==null){let t=typeof document<"u"?document.head:null;L1=!!(t&&(t.createShadowRoot||t.attachShadow))}return L1}function ix(t){if(kE()){let n=t.getRootNode?t.getRootNode():null;if(typeof ShadowRoot<"u"&&ShadowRoot&&n instanceof ShadowRoot)return n}return null}function bE(){let t=typeof document<"u"&&document?document.activeElement:null;for(;t&&t.shadowRoot;){let n=t.shadowRoot.activeElement;if(n===t)break;t=n}return t}function Co(t){return t.composedPath?t.composedPath()[0]:t.target}function ox(){return typeof __karma__<"u"&&!!__karma__||typeof jasmine<"u"&&!!jasmine||typeof jest<"u"&&!!jest||typeof Mocha<"u"&&!!Mocha}function Au(t,...n){return n.length?n.some(e=>t[e]):t.altKey||t.shiftKey||t.ctrlKey||t.metaKey}function xE(t){if(t.type==="characterData"&&t.target instanceof Comment)return!0;if(t.type==="childList"){for(let n=0;n<t.addedNodes.length;n++)if(!(t.addedNodes[n]instanceof Comment))return!1;for(let n=0;n<t.removedNodes.length;n++)if(!(t.removedNodes[n]instanceof Comment))return!1;return!0}return!1}var rx=(()=>{class t{create(e){return typeof MutationObserver>"u"?null:new MutationObserver(e)}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})(),CE=(()=>{class t{constructor(e){this._mutationObserverFactory=e,this._observedElements=new Map,this._ngZone=M(ie)}ngOnDestroy(){this._observedElements.forEach((e,i)=>this._cleanupObserver(i))}observe(e){let i=Un(e);return new ae(o=>{let s=this._observeElement(i).pipe(ne(a=>a.filter(c=>!xE(c))),Oe(a=>!!a.length)).subscribe(a=>{this._ngZone.run(()=>{o.next(a)})});return()=>{s.unsubscribe(),this._unobserveElement(i)}})}_observeElement(e){return this._ngZone.runOutsideAngular(()=>{if(this._observedElements.has(e))this._observedElements.get(e).count++;else{let i=new X,o=this._mutationObserverFactory.create(r=>i.next(r));o&&o.observe(e,{characterData:!0,childList:!0,subtree:!0}),this._observedElements.set(e,{observer:o,stream:i,count:1})}return this._observedElements.get(e).stream})}_unobserveElement(e){this._observedElements.has(e)&&(this._observedElements.get(e).count--,this._observedElements.get(e).count||this._cleanupObserver(e))}_cleanupObserver(e){if(this._observedElements.has(e)){let{observer:i,stream:o}=this._observedElements.get(e);i&&i.disconnect(),o.complete(),this._observedElements.delete(e)}}static{this.\u0275fac=function(i){return new(i||t)(I(rx))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})(),_E=(()=>{class t{get disabled(){return this._disabled}set disabled(e){this._disabled=e,this._disabled?this._unsubscribe():this._subscribe()}get debounce(){return this._debounce}set debounce(e){this._debounce=nn(e),this._subscribe()}constructor(e,i){this._contentObserver=e,this._elementRef=i,this.event=new P,this._disabled=!1,this._currentSubscription=null}ngAfterContentInit(){!this._currentSubscription&&!this.disabled&&this._subscribe()}ngOnDestroy(){this._unsubscribe()}_subscribe(){this._unsubscribe();let e=this._contentObserver.observe(this._elementRef);this._currentSubscription=(this.debounce?e.pipe(gn(this.debounce)):e).subscribe(this.event)}_unsubscribe(){this._currentSubscription?.unsubscribe()}static{this.\u0275fac=function(i){return new(i||t)(h(CE),h(te))}}static{this.\u0275dir=Y({type:t,selectors:[["","cdkObserveContent",""]],inputs:{disabled:[2,"cdkObserveContentDisabled","disabled",L],debounce:"debounce"},outputs:{event:"cdkObserveContent"},exportAs:["cdkObserveContent"],standalone:!0,features:[he]})}}return t})(),Lu=(()=>{class t{static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275mod=H({type:t})}static{this.\u0275inj=B({providers:[rx]})}}return t})();var sx=new Set,lr,wE=(()=>{class t{constructor(e,i){this._platform=e,this._nonce=i,this._matchMedia=this._platform.isBrowser&&window.matchMedia?window.matchMedia.bind(window):IE}matchMedia(e){return(this._platform.WEBKIT||this._platform.BLINK)&&ME(e,this._nonce),this._matchMedia(e)}static{this.\u0275fac=function(i){return new(i||t)(I(gt),I(Ea,8))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();function ME(t,n){if(!sx.has(t))try{lr||(lr=document.createElement("style"),n&&lr.setAttribute("nonce",n),lr.setAttribute("type","text/css"),document.head.appendChild(lr)),lr.sheet&&(lr.sheet.insertRule(`@media ${t} {body{ }}`,0),sx.add(t))}catch(e){console.error(e)}}function IE(t){return{matches:t==="all"||t==="",media:t,addListener:()=>{},removeListener:()=>{}}}var cx=(()=>{class t{constructor(e,i){this._mediaMatcher=e,this._zone=i,this._queries=new Map,this._destroySubject=new X}ngOnDestroy(){this._destroySubject.next(),this._destroySubject.complete()}isMatched(e){return ax(A1(e)).some(o=>this._registerQuery(o).mql.matches)}observe(e){let o=ax(A1(e)).map(s=>this._registerQuery(s).observable),r=zo(o);return r=dn(r.pipe(Je(1)),r.pipe(ma(1),gn(0))),r.pipe(ne(s=>{let a={matches:!1,breakpoints:{}};return s.forEach(({matches:c,query:l})=>{a.matches=a.matches||c,a.breakpoints[l]=c}),a}))}_registerQuery(e){if(this._queries.has(e))return this._queries.get(e);let i=this._mediaMatcher.matchMedia(e),r={observable:new ae(s=>{let a=c=>this._zone.run(()=>s.next(c));return i.addListener(a),()=>{i.removeListener(a)}}).pipe(yn(i),ne(({matches:s})=>({query:e,matches:s})),He(this._destroySubject)),mql:i};return this._queries.set(e,r),r}static{this.\u0275fac=function(i){return new(i||t)(I(wE),I(ie))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();function ax(t){return t.map(n=>n.split(",")).reduce((n,e)=>n.concat(e)).map(n=>n.trim())}var QE=200,P1=class{constructor(n,e){this._letterKeyStream=new X,this._items=[],this._selectedItemIndex=-1,this._pressedLetters=[],this._selectedItem=new X,this.selectedItem=this._selectedItem;let i=typeof e?.debounceInterval=="number"?e.debounceInterval:QE;e?.skipPredicate&&(this._skipPredicateFn=e.skipPredicate),this.setItems(n),this._setupKeyHandler(i)}destroy(){this._pressedLetters=[],this._letterKeyStream.complete(),this._selectedItem.complete()}setCurrentSelectedItemIndex(n){this._selectedItemIndex=n}setItems(n){this._items=n}handleKey(n){let e=n.keyCode;n.key&&n.key.length===1?this._letterKeyStream.next(n.key.toLocaleUpperCase()):(e>=65&&e<=90||e>=48&&e<=57)&&this._letterKeyStream.next(String.fromCharCode(e))}isTyping(){return this._pressedLetters.length>0}reset(){this._pressedLetters=[]}_setupKeyHandler(n){this._letterKeyStream.pipe(et(e=>this._pressedLetters.push(e)),gn(n),Oe(()=>this._pressedLetters.length>0),ne(()=>this._pressedLetters.join("").toLocaleUpperCase())).subscribe(e=>{for(let i=1;i<this._items.length+1;i++){let o=(this._selectedItemIndex+i)%this._items.length,r=this._items[o];if(!this._skipPredicateFn?.(r)&&r.getLabel?.().toLocaleUpperCase().trim().indexOf(e)===0){this._selectedItem.next(r);break}}this._pressedLetters=[]})}},F1=class{constructor(n,e){this._items=n,this._activeItemIndex=-1,this._activeItem=N(null),this._wrap=!1,this._typeaheadSubscription=Le.EMPTY,this._vertical=!0,this._allowedModifierKeys=[],this._homeAndEnd=!1,this._pageUpAndDown={enabled:!1,delta:10},this._skipPredicateFn=i=>i.disabled,this.tabOut=new X,this.change=new X,n instanceof lo?this._itemChangesSubscription=n.changes.subscribe(i=>this._itemsChanged(i.toArray())):au(n)&&(this._effectRef=Lt(()=>this._itemsChanged(n()),{injector:e}))}skipPredicate(n){return this._skipPredicateFn=n,this}withWrap(n=!0){return this._wrap=n,this}withVerticalOrientation(n=!0){return this._vertical=n,this}withHorizontalOrientation(n){return this._horizontal=n,this}withAllowedModifierKeys(n){return this._allowedModifierKeys=n,this}withTypeAhead(n=200){this._typeaheadSubscription.unsubscribe();let e=this._getItemsArray();return this._typeahead=new P1(e,{debounceInterval:typeof n=="number"?n:void 0,skipPredicate:i=>this._skipPredicateFn(i)}),this._typeaheadSubscription=this._typeahead.selectedItem.subscribe(i=>{this.setActiveItem(i)}),this}cancelTypeahead(){return this._typeahead?.reset(),this}withHomeAndEnd(n=!0){return this._homeAndEnd=n,this}withPageUpDown(n=!0,e=10){return this._pageUpAndDown={enabled:n,delta:e},this}setActiveItem(n){let e=this._activeItem();this.updateActiveItem(n),this._activeItem()!==e&&this.change.next(this._activeItemIndex)}onKeydown(n){let e=n.keyCode,o=["altKey","ctrlKey","metaKey","shiftKey"].every(r=>!n[r]||this._allowedModifierKeys.indexOf(r)>-1);switch(e){case 9:this.tabOut.next();return;case 40:if(this._vertical&&o){this.setNextItemActive();break}else return;case 38:if(this._vertical&&o){this.setPreviousItemActive();break}else return;case 39:if(this._horizontal&&o){this._horizontal==="rtl"?this.setPreviousItemActive():this.setNextItemActive();break}else return;case 37:if(this._horizontal&&o){this._horizontal==="rtl"?this.setNextItemActive():this.setPreviousItemActive();break}else return;case 36:if(this._homeAndEnd&&o){this.setFirstItemActive();break}else return;case 35:if(this._homeAndEnd&&o){this.setLastItemActive();break}else return;case 33:if(this._pageUpAndDown.enabled&&o){let r=this._activeItemIndex-this._pageUpAndDown.delta;this._setActiveItemByIndex(r>0?r:0,1);break}else return;case 34:if(this._pageUpAndDown.enabled&&o){let r=this._activeItemIndex+this._pageUpAndDown.delta,s=this._getItemsArray().length;this._setActiveItemByIndex(r<s?r:s-1,-1);break}else return;default:(o||Au(n,"shiftKey"))&&this._typeahead?.handleKey(n);return}this._typeahead?.reset(),n.preventDefault()}get activeItemIndex(){return this._activeItemIndex}get activeItem(){return this._activeItem()}isTyping(){return!!this._typeahead&&this._typeahead.isTyping()}setFirstItemActive(){this._setActiveItemByIndex(0,1)}setLastItemActive(){this._setActiveItemByIndex(this._getItemsArray().length-1,-1)}setNextItemActive(){this._activeItemIndex<0?this.setFirstItemActive():this._setActiveItemByDelta(1)}setPreviousItemActive(){this._activeItemIndex<0&&this._wrap?this.setLastItemActive():this._setActiveItemByDelta(-1)}updateActiveItem(n){let e=this._getItemsArray(),i=typeof n=="number"?n:e.indexOf(n),o=e[i];this._activeItem.set(o??null),this._activeItemIndex=i,this._typeahead?.setCurrentSelectedItemIndex(i)}destroy(){this._typeaheadSubscription.unsubscribe(),this._itemChangesSubscription?.unsubscribe(),this._effectRef?.destroy(),this._typeahead?.destroy(),this.tabOut.complete(),this.change.complete()}_setActiveItemByDelta(n){this._wrap?this._setActiveInWrapMode(n):this._setActiveInDefaultMode(n)}_setActiveInWrapMode(n){let e=this._getItemsArray();for(let i=1;i<=e.length;i++){let o=(this._activeItemIndex+n*i+e.length)%e.length,r=e[o];if(!this._skipPredicateFn(r)){this.setActiveItem(o);return}}}_setActiveInDefaultMode(n){this._setActiveItemByIndex(this._activeItemIndex+n,n)}_setActiveItemByIndex(n,e){let i=this._getItemsArray();if(i[n]){for(;this._skipPredicateFn(i[n]);)if(n+=e,!i[n])return;this.setActiveItem(n)}}_getItemsArray(){return au(this._items)?this._items():this._items instanceof lo?this._items.toArray():this._items}_itemsChanged(n){this._typeahead?.setItems(n);let e=this._activeItem();if(e){let i=n.indexOf(e);i>-1&&i!==this._activeItemIndex&&(this._activeItemIndex=i,this._typeahead?.setCurrentSelectedItemIndex(i))}}};var lx=class extends F1{constructor(){super(...arguments),this._origin="program"}setFocusOrigin(n){return this._origin=n,this}setActiveItem(n){super.setActiveItem(n),this.activeItem&&this.activeItem.focus(this._origin)}};var q1=(()=>{class t{constructor(e){this._platform=e}isDisabled(e){return e.hasAttribute("disabled")}isVisible(e){return WE(e)&&getComputedStyle(e).visibility==="visible"}isTabbable(e){if(!this._platform.isBrowser)return!1;let i=$E(t8(e));if(i&&(dx(i)===-1||!this.isVisible(i)))return!1;let o=e.nodeName.toLowerCase(),r=dx(e);return e.hasAttribute("contenteditable")?r!==-1:o==="iframe"||o==="object"||this._platform.WEBKIT&&this._platform.IOS&&!JE(e)?!1:o==="audio"?e.hasAttribute("controls")?r!==-1:!1:o==="video"?r===-1?!1:r!==null?!0:this._platform.FIREFOX||e.hasAttribute("controls"):e.tabIndex>=0}isFocusable(e,i){return e8(e)&&!this.isDisabled(e)&&(i?.ignoreVisibility||this.isVisible(e))}static{this.\u0275fac=function(i){return new(i||t)(I(gt))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();function $E(t){try{return t.frameElement}catch{return null}}function WE(t){return!!(t.offsetWidth||t.offsetHeight||typeof t.getClientRects=="function"&&t.getClientRects().length)}function GE(t){let n=t.nodeName.toLowerCase();return n==="input"||n==="select"||n==="button"||n==="textarea"}function ZE(t){return XE(t)&&t.type=="hidden"}function KE(t){return YE(t)&&t.hasAttribute("href")}function XE(t){return t.nodeName.toLowerCase()=="input"}function YE(t){return t.nodeName.toLowerCase()=="a"}function px(t){if(!t.hasAttribute("tabindex")||t.tabIndex===void 0)return!1;let n=t.getAttribute("tabindex");return!!(n&&!isNaN(parseInt(n,10)))}function dx(t){if(!px(t))return null;let n=parseInt(t.getAttribute("tabindex")||"",10);return isNaN(n)?-1:n}function JE(t){let n=t.nodeName.toLowerCase(),e=n==="input"&&t.type;return e==="text"||e==="password"||n==="select"||n==="textarea"}function e8(t){return ZE(t)?!1:GE(t)||KE(t)||t.hasAttribute("contenteditable")||px(t)}function t8(t){return t.ownerDocument&&t.ownerDocument.defaultView||window}var N1=class{get enabled(){return this._enabled}set enabled(n){this._enabled=n,this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(n,this._startAnchor),this._toggleAnchorTabIndex(n,this._endAnchor))}constructor(n,e,i,o,r=!1,s){this._element=n,this._checker=e,this._ngZone=i,this._document=o,this._injector=s,this._hasAttached=!1,this.startAnchorListener=()=>this.focusLastTabbableElement(),this.endAnchorListener=()=>this.focusFirstTabbableElement(),this._enabled=!0,r||this.attachAnchors()}destroy(){let n=this._startAnchor,e=this._endAnchor;n&&(n.removeEventListener("focus",this.startAnchorListener),n.remove()),e&&(e.removeEventListener("focus",this.endAnchorListener),e.remove()),this._startAnchor=this._endAnchor=null,this._hasAttached=!1}attachAnchors(){return this._hasAttached?!0:(this._ngZone.runOutsideAngular(()=>{this._startAnchor||(this._startAnchor=this._createAnchor(),this._startAnchor.addEventListener("focus",this.startAnchorListener)),this._endAnchor||(this._endAnchor=this._createAnchor(),this._endAnchor.addEventListener("focus",this.endAnchorListener))}),this._element.parentNode&&(this._element.parentNode.insertBefore(this._startAnchor,this._element),this._element.parentNode.insertBefore(this._endAnchor,this._element.nextSibling),this._hasAttached=!0),this._hasAttached)}focusInitialElementWhenReady(n){return new Promise(e=>{this._executeOnStable(()=>e(this.focusInitialElement(n)))})}focusFirstTabbableElementWhenReady(n){return new Promise(e=>{this._executeOnStable(()=>e(this.focusFirstTabbableElement(n)))})}focusLastTabbableElementWhenReady(n){return new Promise(e=>{this._executeOnStable(()=>e(this.focusLastTabbableElement(n)))})}_getRegionBoundary(n){let e=this._element.querySelectorAll(`[cdk-focus-region-${n}], [cdkFocusRegion${n}], [cdk-focus-${n}]`);return n=="start"?e.length?e[0]:this._getFirstTabbableElement(this._element):e.length?e[e.length-1]:this._getLastTabbableElement(this._element)}focusInitialElement(n){let e=this._element.querySelector("[cdk-focus-initial], [cdkFocusInitial]");if(e){if(!this._checker.isFocusable(e)){let i=this._getFirstTabbableElement(e);return i?.focus(n),!!i}return e.focus(n),!0}return this.focusFirstTabbableElement(n)}focusFirstTabbableElement(n){let e=this._getRegionBoundary("start");return e&&e.focus(n),!!e}focusLastTabbableElement(n){let e=this._getRegionBoundary("end");return e&&e.focus(n),!!e}hasAttached(){return this._hasAttached}_getFirstTabbableElement(n){if(this._checker.isFocusable(n)&&this._checker.isTabbable(n))return n;let e=n.children;for(let i=0;i<e.length;i++){let o=e[i].nodeType===this._document.ELEMENT_NODE?this._getFirstTabbableElement(e[i]):null;if(o)return o}return null}_getLastTabbableElement(n){if(this._checker.isFocusable(n)&&this._checker.isTabbable(n))return n;let e=n.children;for(let i=e.length-1;i>=0;i--){let o=e[i].nodeType===this._document.ELEMENT_NODE?this._getLastTabbableElement(e[i]):null;if(o)return o}return null}_createAnchor(){let n=this._document.createElement("div");return this._toggleAnchorTabIndex(this._enabled,n),n.classList.add("cdk-visually-hidden"),n.classList.add("cdk-focus-trap-anchor"),n.setAttribute("aria-hidden","true"),n}_toggleAnchorTabIndex(n,e){n?e.setAttribute("tabindex","0"):e.removeAttribute("tabindex")}toggleAnchors(n){this._startAnchor&&this._endAnchor&&(this._toggleAnchorTabIndex(n,this._startAnchor),this._toggleAnchorTabIndex(n,this._endAnchor))}_executeOnStable(n){this._injector?Cn(n,{injector:this._injector}):setTimeout(n)}},fx=(()=>{class t{constructor(e,i,o){this._checker=e,this._ngZone=i,this._injector=M(Ne),this._document=o}create(e,i=!1){return new N1(e,this._checker,this._ngZone,this._document,i,this._injector)}static{this.\u0275fac=function(i){return new(i||t)(I(q1),I(ie),I(Me))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();function V1(t){return t.buttons===0||t.detail===0}function j1(t){let n=t.touches&&t.touches[0]||t.changedTouches&&t.changedTouches[0];return!!n&&n.identifier===-1&&(n.radiusX==null||n.radiusX===1)&&(n.radiusY==null||n.radiusY===1)}var n8=new O("cdk-input-modality-detector-options"),i8={ignoreKeys:[18,17,224,91,16]},mx=650,bs=vs({passive:!0,capture:!0}),o8=(()=>{class t{get mostRecentModality(){return this._modality.value}constructor(e,i,o,r){this._platform=e,this._mostRecentTarget=null,this._modality=new Ye(null),this._lastTouchMs=0,this._onKeydown=s=>{this._options?.ignoreKeys?.some(a=>a===s.keyCode)||(this._modality.next("keyboard"),this._mostRecentTarget=Co(s))},this._onMousedown=s=>{Date.now()-this._lastTouchMs<mx||(this._modality.next(V1(s)?"keyboard":"mouse"),this._mostRecentTarget=Co(s))},this._onTouchstart=s=>{if(j1(s)){this._modality.next("keyboard");return}this._lastTouchMs=Date.now(),this._modality.next("touch"),this._mostRecentTarget=Co(s)},this._options=k(k({},i8),r),this.modalityDetected=this._modality.pipe(ma(1)),this.modalityChanged=this.modalityDetected.pipe(wi()),e.isBrowser&&i.runOutsideAngular(()=>{o.addEventListener("keydown",this._onKeydown,bs),o.addEventListener("mousedown",this._onMousedown,bs),o.addEventListener("touchstart",this._onTouchstart,bs)})}ngOnDestroy(){this._modality.complete(),this._platform.isBrowser&&(document.removeEventListener("keydown",this._onKeydown,bs),document.removeEventListener("mousedown",this._onMousedown,bs),document.removeEventListener("touchstart",this._onTouchstart,bs))}static{this.\u0275fac=function(i){return new(i||t)(I(gt),I(ie),I(Me),I(n8,8))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();var Ru=function(t){return t[t.IMMEDIATE=0]="IMMEDIATE",t[t.EVENTUAL=1]="EVENTUAL",t}(Ru||{}),r8=new O("cdk-focus-monitor-default-options"),Ou=vs({passive:!0,capture:!0}),gx=(()=>{class t{constructor(e,i,o,r,s){this._ngZone=e,this._platform=i,this._inputModalityDetector=o,this._origin=null,this._windowFocused=!1,this._originFromTouchInteraction=!1,this._elementInfo=new Map,this._monitoredElementCount=0,this._rootNodeFocusListenerCount=new Map,this._windowFocusListener=()=>{this._windowFocused=!0,this._windowFocusTimeoutId=window.setTimeout(()=>this._windowFocused=!1)},this._stopInputModalityDetector=new X,this._rootNodeFocusAndBlurListener=a=>{let c=Co(a);for(let l=c;l;l=l.parentElement)a.type==="focus"?this._onFocus(a,l):this._onBlur(a,l)},this._document=r,this._detectionMode=s?.detectionMode||Ru.IMMEDIATE}monitor(e,i=!1){let o=Un(e);if(!this._platform.isBrowser||o.nodeType!==1)return W();let r=ix(o)||this._getDocument(),s=this._elementInfo.get(o);if(s)return i&&(s.checkChildren=!0),s.subject;let a={checkChildren:i,subject:new X,rootNode:r};return this._elementInfo.set(o,a),this._registerGlobalListeners(a),a.subject}stopMonitoring(e){let i=Un(e),o=this._elementInfo.get(i);o&&(o.subject.complete(),this._setClasses(i),this._elementInfo.delete(i),this._removeGlobalListeners(o))}focusVia(e,i,o){let r=Un(e),s=this._getDocument().activeElement;r===s?this._getClosestElementsInfo(r).forEach(([a,c])=>this._originChanged(a,i,c)):(this._setOrigin(i),typeof r.focus=="function"&&r.focus(o))}ngOnDestroy(){this._elementInfo.forEach((e,i)=>this.stopMonitoring(i))}_getDocument(){return this._document||document}_getWindow(){return this._getDocument().defaultView||window}_getFocusOrigin(e){return this._origin?this._originFromTouchInteraction?this._shouldBeAttributedToTouch(e)?"touch":"program":this._origin:this._windowFocused&&this._lastFocusOrigin?this._lastFocusOrigin:e&&this._isLastInteractionFromInputLabel(e)?"mouse":"program"}_shouldBeAttributedToTouch(e){return this._detectionMode===Ru.EVENTUAL||!!e?.contains(this._inputModalityDetector._mostRecentTarget)}_setClasses(e,i){e.classList.toggle("cdk-focused",!!i),e.classList.toggle("cdk-touch-focused",i==="touch"),e.classList.toggle("cdk-keyboard-focused",i==="keyboard"),e.classList.toggle("cdk-mouse-focused",i==="mouse"),e.classList.toggle("cdk-program-focused",i==="program")}_setOrigin(e,i=!1){this._ngZone.runOutsideAngular(()=>{if(this._origin=e,this._originFromTouchInteraction=e==="touch"&&i,this._detectionMode===Ru.IMMEDIATE){clearTimeout(this._originTimeoutId);let o=this._originFromTouchInteraction?mx:1;this._originTimeoutId=setTimeout(()=>this._origin=null,o)}})}_onFocus(e,i){let o=this._elementInfo.get(i),r=Co(e);!o||!o.checkChildren&&i!==r||this._originChanged(i,this._getFocusOrigin(r),o)}_onBlur(e,i){let o=this._elementInfo.get(i);!o||o.checkChildren&&e.relatedTarget instanceof Node&&i.contains(e.relatedTarget)||(this._setClasses(i),this._emitOrigin(o,null))}_emitOrigin(e,i){e.subject.observers.length&&this._ngZone.run(()=>e.subject.next(i))}_registerGlobalListeners(e){if(!this._platform.isBrowser)return;let i=e.rootNode,o=this._rootNodeFocusListenerCount.get(i)||0;o||this._ngZone.runOutsideAngular(()=>{i.addEventListener("focus",this._rootNodeFocusAndBlurListener,Ou),i.addEventListener("blur",this._rootNodeFocusAndBlurListener,Ou)}),this._rootNodeFocusListenerCount.set(i,o+1),++this._monitoredElementCount===1&&(this._ngZone.runOutsideAngular(()=>{this._getWindow().addEventListener("focus",this._windowFocusListener)}),this._inputModalityDetector.modalityDetected.pipe(He(this._stopInputModalityDetector)).subscribe(r=>{this._setOrigin(r,!0)}))}_removeGlobalListeners(e){let i=e.rootNode;if(this._rootNodeFocusListenerCount.has(i)){let o=this._rootNodeFocusListenerCount.get(i);o>1?this._rootNodeFocusListenerCount.set(i,o-1):(i.removeEventListener("focus",this._rootNodeFocusAndBlurListener,Ou),i.removeEventListener("blur",this._rootNodeFocusAndBlurListener,Ou),this._rootNodeFocusListenerCount.delete(i))}--this._monitoredElementCount||(this._getWindow().removeEventListener("focus",this._windowFocusListener),this._stopInputModalityDetector.next(),clearTimeout(this._windowFocusTimeoutId),clearTimeout(this._originTimeoutId))}_originChanged(e,i,o){this._setClasses(e,i),this._emitOrigin(o,i),this._lastFocusOrigin=i}_getClosestElementsInfo(e){let i=[];return this._elementInfo.forEach((o,r)=>{(r===e||o.checkChildren&&r.contains(e))&&i.push([r,o])}),i}_isLastInteractionFromInputLabel(e){let{_mostRecentTarget:i,mostRecentModality:o}=this._inputModalityDetector;if(o!=="mouse"||!i||i===e||e.nodeName!=="INPUT"&&e.nodeName!=="TEXTAREA"||e.disabled)return!1;let r=e.labels;if(r){for(let s=0;s<r.length;s++)if(r[s].contains(i))return!0}return!1}static{this.\u0275fac=function(i){return new(i||t)(I(ie),I(gt),I(o8),I(Me,8),I(r8,8))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();var dr=function(t){return t[t.NONE=0]="NONE",t[t.BLACK_ON_WHITE=1]="BLACK_ON_WHITE",t[t.WHITE_ON_BLACK=2]="WHITE_ON_BLACK",t}(dr||{}),ux="cdk-high-contrast-black-on-white",hx="cdk-high-contrast-white-on-black",R1="cdk-high-contrast-active",z1=(()=>{class t{constructor(e,i){this._platform=e,this._document=i,this._breakpointSubscription=M(cx).observe("(forced-colors: active)").subscribe(()=>{this._hasCheckedHighContrastMode&&(this._hasCheckedHighContrastMode=!1,this._applyBodyHighContrastModeCssClasses())})}getHighContrastMode(){if(!this._platform.isBrowser)return dr.NONE;let e=this._document.createElement("div");e.style.backgroundColor="rgb(1,2,3)",e.style.position="absolute",this._document.body.appendChild(e);let i=this._document.defaultView||window,o=i&&i.getComputedStyle?i.getComputedStyle(e):null,r=(o&&o.backgroundColor||"").replace(/ /g,"");switch(e.remove(),r){case"rgb(0,0,0)":case"rgb(45,50,54)":case"rgb(32,32,32)":return dr.WHITE_ON_BLACK;case"rgb(255,255,255)":case"rgb(255,250,239)":return dr.BLACK_ON_WHITE}return dr.NONE}ngOnDestroy(){this._breakpointSubscription.unsubscribe()}_applyBodyHighContrastModeCssClasses(){if(!this._hasCheckedHighContrastMode&&this._platform.isBrowser&&this._document.body){let e=this._document.body.classList;e.remove(R1,ux,hx),this._hasCheckedHighContrastMode=!0;let i=this.getHighContrastMode();i===dr.BLACK_ON_WHITE?e.add(R1,ux):i===dr.WHITE_ON_BLACK&&e.add(R1,hx)}}static{this.\u0275fac=function(i){return new(i||t)(I(gt),I(Me))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})(),oZ=(()=>{class t{constructor(e){e._applyBodyHighContrastModeCssClasses()}static{this.\u0275fac=function(i){return new(i||t)(I(z1))}}static{this.\u0275mod=H({type:t})}static{this.\u0275inj=B({imports:[Lu]})}}return t})();var s8=new O("cdk-dir-doc",{providedIn:"root",factory:a8});function a8(){return M(Me)}var c8=/^(ar|ckb|dv|he|iw|fa|nqo|ps|sd|ug|ur|yi|.*[-_](Adlm|Arab|Hebr|Nkoo|Rohg|Thaa))(?!.*[-_](Latn|Cyrl)($|-|_))($|-|_)/i;function l8(t){let n=t?.toLowerCase()||"";return n==="auto"&&typeof navigator<"u"&&navigator?.language?c8.test(navigator.language)?"rtl":"ltr":n==="rtl"?"rtl":"ltr"}var xs=(()=>{class t{constructor(e){if(this.value="ltr",this.change=new P,e){let i=e.body?e.body.dir:null,o=e.documentElement?e.documentElement.dir:null;this.value=l8(i||o||"ltr")}}ngOnDestroy(){this.change.complete()}static{this.\u0275fac=function(i){return new(i||t)(I(s8,8))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();var Cs=(()=>{class t{static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275mod=H({type:t})}static{this.\u0275inj=B({})}}return t})();function d8(){return!0}var u8=new O("mat-sanity-checks",{providedIn:"root",factory:d8}),$n=(()=>{class t{constructor(e,i,o){this._sanityChecks=i,this._document=o,this._hasDoneGlobalChecks=!1,e._applyBodyHighContrastModeCssClasses(),this._hasDoneGlobalChecks||(this._hasDoneGlobalChecks=!0)}_checkIsEnabled(e){return ox()?!1:typeof this._sanityChecks=="boolean"?this._sanityChecks:!!this._sanityChecks[e]}static{this.\u0275fac=function(i){return new(i||t)(I(z1),I(u8,8),I(Me))}}static{this.\u0275mod=H({type:t})}static{this.\u0275inj=B({imports:[Cs,Cs]})}}return t})();var Sn=function(t){return t[t.FADING_IN=0]="FADING_IN",t[t.VISIBLE=1]="VISIBLE",t[t.FADING_OUT=2]="FADING_OUT",t[t.HIDDEN=3]="HIDDEN",t}(Sn||{}),B1=class{constructor(n,e,i,o=!1){this._renderer=n,this.element=e,this.config=i,this._animationForciblyDisabledThroughCss=o,this.state=Sn.HIDDEN}fadeOut(){this._renderer.fadeOutRipple(this)}},kx=vs({passive:!0,capture:!0}),H1=class{constructor(){this._events=new Map,this._delegateEventHandler=n=>{let e=Co(n);e&&this._events.get(n.type)?.forEach((i,o)=>{(o===e||o.contains(e))&&i.forEach(r=>r.handleEvent(n))})}}addHandler(n,e,i,o){let r=this._events.get(e);if(r){let s=r.get(i);s?s.add(o):r.set(i,new Set([o]))}else this._events.set(e,new Map([[i,new Set([o])]])),n.runOutsideAngular(()=>{document.addEventListener(e,this._delegateEventHandler,kx)})}removeHandler(n,e,i){let o=this._events.get(n);if(!o)return;let r=o.get(e);r&&(r.delete(i),r.size===0&&o.delete(e),o.size===0&&(this._events.delete(n),document.removeEventListener(n,this._delegateEventHandler,kx)))}},bx={enterDuration:225,exitDuration:150},h8=800,xx=vs({passive:!0,capture:!0}),Cx=["mousedown","touchstart"],_x=["mouseup","mouseleave","touchend","touchcancel"],Pu=class t{static{this._eventManager=new H1}constructor(n,e,i,o){this._target=n,this._ngZone=e,this._platform=o,this._isPointerDown=!1,this._activeRipples=new Map,this._pointerUpEventsRegistered=!1,o.isBrowser&&(this._containerElement=Un(i))}fadeInRipple(n,e,i={}){let o=this._containerRect=this._containerRect||this._containerElement.getBoundingClientRect(),r=k(k({},bx),i.animation);i.centered&&(n=o.left+o.width/2,e=o.top+o.height/2);let s=i.radius||p8(n,e,o),a=n-o.left,c=e-o.top,l=r.enterDuration,d=document.createElement("div");d.classList.add("mat-ripple-element"),d.style.left=`${a-s}px`,d.style.top=`${c-s}px`,d.style.height=`${s*2}px`,d.style.width=`${s*2}px`,i.color!=null&&(d.style.backgroundColor=i.color),d.style.transitionDuration=`${l}ms`,this._containerElement.appendChild(d);let u=window.getComputedStyle(d),g=u.transitionProperty,p=u.transitionDuration,v=g==="none"||p==="0s"||p==="0s, 0s"||o.width===0&&o.height===0,w=new B1(this,d,i,v);d.style.transform="scale3d(1, 1, 1)",w.state=Sn.FADING_IN,i.persistent||(this._mostRecentTransientRipple=w);let A=null;return!v&&(l||r.exitDuration)&&this._ngZone.runOutsideAngular(()=>{let F=()=>{A&&(A.fallbackTimer=null),clearTimeout(ee),this._finishRippleTransition(w)},Z=()=>this._destroyRipple(w),ee=setTimeout(Z,l+100);d.addEventListener("transitionend",F),d.addEventListener("transitioncancel",Z),A={onTransitionEnd:F,onTransitionCancel:Z,fallbackTimer:ee}}),this._activeRipples.set(w,A),(v||!l)&&this._finishRippleTransition(w),w}fadeOutRipple(n){if(n.state===Sn.FADING_OUT||n.state===Sn.HIDDEN)return;let e=n.element,i=k(k({},bx),n.config.animation);e.style.transitionDuration=`${i.exitDuration}ms`,e.style.opacity="0",n.state=Sn.FADING_OUT,(n._animationForciblyDisabledThroughCss||!i.exitDuration)&&this._finishRippleTransition(n)}fadeOutAll(){this._getActiveRipples().forEach(n=>n.fadeOut())}fadeOutAllNonPersistent(){this._getActiveRipples().forEach(n=>{n.config.persistent||n.fadeOut()})}setupTriggerEvents(n){let e=Un(n);!this._platform.isBrowser||!e||e===this._triggerElement||(this._removeTriggerEvents(),this._triggerElement=e,Cx.forEach(i=>{t._eventManager.addHandler(this._ngZone,i,e,this)}))}handleEvent(n){n.type==="mousedown"?this._onMousedown(n):n.type==="touchstart"?this._onTouchStart(n):this._onPointerUp(),this._pointerUpEventsRegistered||(this._ngZone.runOutsideAngular(()=>{_x.forEach(e=>{this._triggerElement.addEventListener(e,this,xx)})}),this._pointerUpEventsRegistered=!0)}_finishRippleTransition(n){n.state===Sn.FADING_IN?this._startFadeOutTransition(n):n.state===Sn.FADING_OUT&&this._destroyRipple(n)}_startFadeOutTransition(n){let e=n===this._mostRecentTransientRipple,{persistent:i}=n.config;n.state=Sn.VISIBLE,!i&&(!e||!this._isPointerDown)&&n.fadeOut()}_destroyRipple(n){let e=this._activeRipples.get(n)??null;this._activeRipples.delete(n),this._activeRipples.size||(this._containerRect=null),n===this._mostRecentTransientRipple&&(this._mostRecentTransientRipple=null),n.state=Sn.HIDDEN,e!==null&&(n.element.removeEventListener("transitionend",e.onTransitionEnd),n.element.removeEventListener("transitioncancel",e.onTransitionCancel),e.fallbackTimer!==null&&clearTimeout(e.fallbackTimer)),n.element.remove()}_onMousedown(n){let e=V1(n),i=this._lastTouchStartEvent&&Date.now()<this._lastTouchStartEvent+h8;!this._target.rippleDisabled&&!e&&!i&&(this._isPointerDown=!0,this.fadeInRipple(n.clientX,n.clientY,this._target.rippleConfig))}_onTouchStart(n){if(!this._target.rippleDisabled&&!j1(n)){this._lastTouchStartEvent=Date.now(),this._isPointerDown=!0;let e=n.changedTouches;if(e)for(let i=0;i<e.length;i++)this.fadeInRipple(e[i].clientX,e[i].clientY,this._target.rippleConfig)}}_onPointerUp(){this._isPointerDown&&(this._isPointerDown=!1,this._getActiveRipples().forEach(n=>{let e=n.state===Sn.VISIBLE||n.config.terminateOnPointerUp&&n.state===Sn.FADING_IN;!n.config.persistent&&e&&n.fadeOut()}))}_getActiveRipples(){return Array.from(this._activeRipples.keys())}_removeTriggerEvents(){let n=this._triggerElement;n&&(Cx.forEach(e=>t._eventManager.removeHandler(e,n,this)),this._pointerUpEventsRegistered&&(_x.forEach(e=>n.removeEventListener(e,this,xx)),this._pointerUpEventsRegistered=!1))}};function p8(t,n,e){let i=Math.max(Math.abs(t-e.left),Math.abs(t-e.right)),o=Math.max(Math.abs(n-e.top),Math.abs(n-e.bottom));return Math.sqrt(i*i+o*o)}var wx=new O("mat-ripple-global-options"),LZ=(()=>{class t{get disabled(){return this._disabled}set disabled(e){e&&this.fadeOutAllNonPersistent(),this._disabled=e,this._setupTriggerEventsIfEnabled()}get trigger(){return this._trigger||this._elementRef.nativeElement}set trigger(e){this._trigger=e,this._setupTriggerEventsIfEnabled()}constructor(e,i,o,r,s){this._elementRef=e,this._animationMode=s,this.radius=0,this._disabled=!1,this._isInitialized=!1,this._globalOptions=r||{},this._rippleRenderer=new Pu(this,i,e,o)}ngOnInit(){this._isInitialized=!0,this._setupTriggerEventsIfEnabled()}ngOnDestroy(){this._rippleRenderer._removeTriggerEvents()}fadeOutAll(){this._rippleRenderer.fadeOutAll()}fadeOutAllNonPersistent(){this._rippleRenderer.fadeOutAllNonPersistent()}get rippleConfig(){return{centered:this.centered,radius:this.radius,color:this.color,animation:k(k(k({},this._globalOptions.animation),this._animationMode==="NoopAnimations"?{enterDuration:0,exitDuration:0}:{}),this.animation),terminateOnPointerUp:this._globalOptions.terminateOnPointerUp}}get rippleDisabled(){return this.disabled||!!this._globalOptions.disabled}_setupTriggerEventsIfEnabled(){!this.disabled&&this._isInitialized&&this._rippleRenderer.setupTriggerEvents(this.trigger)}launch(e,i=0,o){return typeof e=="number"?this._rippleRenderer.fadeInRipple(e,i,k(k({},this.rippleConfig),o)):this._rippleRenderer.fadeInRipple(0,0,k(k({},this.rippleConfig),e))}static{this.\u0275fac=function(i){return new(i||t)(h(te),h(ie),h(gt),h(wx,8),h(Yd,8))}}static{this.\u0275dir=Y({type:t,selectors:[["","mat-ripple",""],["","matRipple",""]],hostAttrs:[1,"mat-ripple"],hostVars:2,hostBindings:function(i,o){i&2&&en("mat-ripple-unbounded",o.unbounded)},inputs:{color:[0,"matRippleColor","color"],unbounded:[0,"matRippleUnbounded","unbounded"],centered:[0,"matRippleCentered","centered"],radius:[0,"matRippleRadius","radius"],animation:[0,"matRippleAnimation","animation"],disabled:[0,"matRippleDisabled","disabled"],trigger:[0,"matRippleTrigger","trigger"]},exportAs:["matRipple"],standalone:!0})}}return t})(),Mx=(()=>{class t{static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275mod=H({type:t})}static{this.\u0275inj=B({imports:[$n,$n]})}}return t})();var Ix=(()=>{class t{static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275mod=H({type:t})}static{this.\u0275inj=B({imports:[$n]})}}return t})();var Sx=(()=>{class t{static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275mod=H({type:t})}static{this.\u0275inj=B({imports:[$n,$n]})}}return t})();var U1=class{};function Tx(t){return t&&typeof t.connect=="function"&&!(t instanceof Yi)}var Fu=class extends U1{constructor(n){super(),this._data=n}connect(){return Dt(this._data)?this._data:W(this._data)}disconnect(){}},_o=function(t){return t[t.REPLACED=0]="REPLACED",t[t.INSERTED=1]="INSERTED",t[t.MOVED=2]="MOVED",t[t.REMOVED=3]="REMOVED",t}(_o||{}),Q1=new O("_ViewRepeater"),Dx=class{applyChanges(n,e,i,o,r){n.forEachOperation((s,a,c)=>{let l,d;if(s.previousIndex==null){let u=i(s,a,c);l=e.createEmbeddedView(u.templateRef,u.context,u.index),d=_o.INSERTED}else c==null?(e.remove(a),d=_o.REMOVED):(l=e.get(a),e.move(l,c),d=_o.MOVED);r&&r({context:l?.context,operation:d,record:s})})}detach(){}},Nu=class{constructor(){this.viewCacheSize=20,this._viewCache=[]}applyChanges(n,e,i,o,r){n.forEachOperation((s,a,c)=>{let l,d;if(s.previousIndex==null){let u=()=>i(s,a,c);l=this._insertView(u,c,e,o(s)),d=l?_o.INSERTED:_o.REPLACED}else c==null?(this._detachAndCacheView(a,e),d=_o.REMOVED):(l=this._moveView(a,c,e,o(s)),d=_o.MOVED);r&&r({context:l?.context,operation:d,record:s})})}detach(){for(let n of this._viewCache)n.destroy();this._viewCache=[]}_insertView(n,e,i,o){let r=this._insertViewFromCache(e,i);if(r){r.context.$implicit=o;return}let s=n();return i.createEmbeddedView(s.templateRef,s.context,s.index)}_detachAndCacheView(n,e){let i=e.detach(n);this._maybeCacheView(i,e)}_moveView(n,e,i,o){let r=i.get(n);return i.move(r,e),r.context.$implicit=o,r}_maybeCacheView(n,e){if(this._viewCache.length<this.viewCacheSize)this._viewCache.push(n);else{let i=e.indexOf(n);i===-1?n.destroy():e.remove(i)}}_insertViewFromCache(n,e){let i=this._viewCache.pop();return i&&e.insert(i,n),i||null}};var Nx=(()=>{class t{constructor(e,i){this._renderer=e,this._elementRef=i,this.onChange=o=>{},this.onTouched=()=>{}}setProperty(e,i){this._renderer.setProperty(this._elementRef.nativeElement,e,i)}registerOnTouched(e){this.onTouched=e}registerOnChange(e){this.onChange=e}setDisabledState(e){this.setProperty("disabled",e)}static{this.\u0275fac=function(i){return new(i||t)(h(Qe),h(te))}}static{this.\u0275dir=Y({type:t})}}return t})(),f8=(()=>{class t extends Nx{static{this.\u0275fac=(()=>{let e;return function(o){return(e||(e=wt(t)))(o||t)}})()}static{this.\u0275dir=Y({type:t,features:[_e]})}}return t})(),qi=new O("");var m8={provide:qi,useExisting:tt(()=>Gu),multi:!0};function g8(){let t=mi()?mi().getUserAgent():"";return/android (\d+)/.test(t.toLowerCase())}var y8=new O(""),Gu=(()=>{class t extends Nx{constructor(e,i,o){super(e,i),this._compositionMode=o,this._composing=!1,this._compositionMode==null&&(this._compositionMode=!g8())}writeValue(e){let i=e??"";this.setProperty("value",i)}_handleInput(e){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(e)}_compositionStart(){this._composing=!0}_compositionEnd(e){this._composing=!1,this._compositionMode&&this.onChange(e)}static{this.\u0275fac=function(i){return new(i||t)(h(Qe),h(te),h(y8,8))}}static{this.\u0275dir=Y({type:t,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(i,o){i&1&&U("input",function(s){return o._handleInput(s.target.value)})("blur",function(){return o.onTouched()})("compositionstart",function(){return o._compositionStart()})("compositionend",function(s){return o._compositionEnd(s.target.value)})},features:[we([m8]),_e]})}}return t})();function wo(t){return t==null||(typeof t=="string"||Array.isArray(t))&&t.length===0}function qx(t){return t!=null&&typeof t.length=="number"}var Zu=new O(""),Ku=new O(""),v8=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,Is=class{static min(n){return k8(n)}static max(n){return b8(n)}static required(n){return x8(n)}static requiredTrue(n){return C8(n)}static email(n){return _8(n)}static minLength(n){return w8(n)}static maxLength(n){return M8(n)}static pattern(n){return I8(n)}static nullValidator(n){return Vx(n)}static compose(n){return Qx(n)}static composeAsync(n){return Wx(n)}};function k8(t){return n=>{if(wo(n.value)||wo(t))return null;let e=parseFloat(n.value);return!isNaN(e)&&e<t?{min:{min:t,actual:n.value}}:null}}function b8(t){return n=>{if(wo(n.value)||wo(t))return null;let e=parseFloat(n.value);return!isNaN(e)&&e>t?{max:{max:t,actual:n.value}}:null}}function x8(t){return wo(t.value)?{required:!0}:null}function C8(t){return t.value===!0?null:{required:!0}}function _8(t){return wo(t.value)||v8.test(t.value)?null:{email:!0}}function w8(t){return n=>wo(n.value)||!qx(n.value)?null:n.value.length<t?{minlength:{requiredLength:t,actualLength:n.value.length}}:null}function M8(t){return n=>qx(n.value)&&n.value.length>t?{maxlength:{requiredLength:t,actualLength:n.value.length}}:null}function I8(t){if(!t)return Vx;let n,e;return typeof t=="string"?(e="",t.charAt(0)!=="^"&&(e+="^"),e+=t,t.charAt(t.length-1)!=="$"&&(e+="$"),n=new RegExp(e)):(e=t.toString(),n=t),i=>{if(wo(i.value))return null;let o=i.value;return n.test(o)?null:{pattern:{requiredPattern:e,actualValue:o}}}}function Vx(t){return null}function jx(t){return t!=null}function zx(t){return yo(t)?Fe(t):t}function Bx(t){let n={};return t.forEach(e=>{n=e!=null?k(k({},n),e):n}),Object.keys(n).length===0?null:n}function Hx(t,n){return n.map(e=>e(t))}function S8(t){return!t.validate}function Ux(t){return t.map(n=>S8(n)?n:e=>n.validate(e))}function Qx(t){if(!t)return null;let n=t.filter(jx);return n.length==0?null:function(e){return Bx(Hx(e,n))}}function $x(t){return t!=null?Qx(Ux(t)):null}function Wx(t){if(!t)return null;let n=t.filter(jx);return n.length==0?null:function(e){let i=Hx(e,n).map(zx);return pa(i).pipe(ne(Bx))}}function Gx(t){return t!=null?Wx(Ux(t)):null}function Ex(t,n){return t===null?[n]:Array.isArray(t)?[...t,n]:[t,n]}function Zx(t){return t._rawValidators}function Kx(t){return t._rawAsyncValidators}function $1(t){return t?Array.isArray(t)?t:[t]:[]}function Vu(t,n){return Array.isArray(t)?t.includes(n):t===n}function Ax(t,n){let e=$1(n);return $1(t).forEach(o=>{Vu(e,o)||e.push(o)}),e}function Lx(t,n){return $1(n).filter(e=>!Vu(t,e))}var ju=class{constructor(){this._rawValidators=[],this._rawAsyncValidators=[],this._onDestroyCallbacks=[]}get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_setValidators(n){this._rawValidators=n||[],this._composedValidatorFn=$x(this._rawValidators)}_setAsyncValidators(n){this._rawAsyncValidators=n||[],this._composedAsyncValidatorFn=Gx(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_registerOnDestroy(n){this._onDestroyCallbacks.push(n)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(n=>n()),this._onDestroyCallbacks=[]}reset(n=void 0){this.control&&this.control.reset(n)}hasError(n,e){return this.control?this.control.hasError(n,e):!1}getError(n,e){return this.control?this.control.getError(n,e):null}},ur=class extends ju{get formDirective(){return null}get path(){return null}},Dn=class extends ju{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}},zu=class{constructor(n){this._cd=n}get isTouched(){return this._cd?.control?._touched?.(),!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return this._cd?.control?._pristine?.(),!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return this._cd?.control?._status?.(),!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return this._cd?._submitted?.(),!!this._cd?.submitted}},D8={"[class.ng-untouched]":"isUntouched","[class.ng-touched]":"isTouched","[class.ng-pristine]":"isPristine","[class.ng-dirty]":"isDirty","[class.ng-valid]":"isValid","[class.ng-invalid]":"isInvalid","[class.ng-pending]":"isPending"},nK=K(k({},D8),{"[class.ng-submitted]":"isSubmitted"}),X1=(()=>{class t extends zu{constructor(e){super(e)}static{this.\u0275fac=function(i){return new(i||t)(h(Dn,2))}}static{this.\u0275dir=Y({type:t,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(i,o){i&2&&en("ng-untouched",o.isUntouched)("ng-touched",o.isTouched)("ng-pristine",o.isPristine)("ng-dirty",o.isDirty)("ng-valid",o.isValid)("ng-invalid",o.isInvalid)("ng-pending",o.isPending)},features:[_e]})}}return t})(),iK=(()=>{class t extends zu{constructor(e){super(e)}static{this.\u0275fac=function(i){return new(i||t)(h(ur,10))}}static{this.\u0275dir=Y({type:t,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(i,o){i&2&&en("ng-untouched",o.isUntouched)("ng-touched",o.isTouched)("ng-pristine",o.isPristine)("ng-dirty",o.isDirty)("ng-valid",o.isValid)("ng-invalid",o.isInvalid)("ng-pending",o.isPending)("ng-submitted",o.isSubmitted)},features:[_e]})}}return t})();var Xa="VALID",qu="INVALID",_s="PENDING",Ya="DISABLED",Mo=class{},Bu=class extends Mo{constructor(n,e){super(),this.value=n,this.source=e}},Ja=class extends Mo{constructor(n,e){super(),this.pristine=n,this.source=e}},ec=class extends Mo{constructor(n,e){super(),this.touched=n,this.source=e}},ws=class extends Mo{constructor(n,e){super(),this.status=n,this.source=e}},W1=class extends Mo{constructor(n){super(),this.source=n}},G1=class extends Mo{constructor(n){super(),this.source=n}};function Y1(t){return(Xu(t)?t.validators:t)||null}function T8(t){return Array.isArray(t)?$x(t):t||null}function J1(t,n){return(Xu(n)?n.asyncValidators:t)||null}function E8(t){return Array.isArray(t)?Gx(t):t||null}function Xu(t){return t!=null&&!Array.isArray(t)&&typeof t=="object"}function Xx(t,n,e){let i=t.controls;if(!(n?Object.keys(i):i).length)throw new Q(1e3,"");if(!i[e])throw new Q(1001,"")}function Yx(t,n,e){t._forEachChild((i,o)=>{if(e[o]===void 0)throw new Q(1002,"")})}var Ss=class{constructor(n,e){this._pendingDirty=!1,this._hasOwnPendingAsyncValidator=null,this._pendingTouched=!1,this._onCollectionChange=()=>{},this._parent=null,this._status=R(()=>this.statusReactive()),this.statusReactive=N(void 0),this._pristine=R(()=>this.pristineReactive()),this.pristineReactive=N(!0),this._touched=R(()=>this.touchedReactive()),this.touchedReactive=N(!1),this._events=new X,this.events=this._events.asObservable(),this._onDisabledChange=[],this._assignValidators(n),this._assignAsyncValidators(e)}get validator(){return this._composedValidatorFn}set validator(n){this._rawValidators=this._composedValidatorFn=n}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(n){this._rawAsyncValidators=this._composedAsyncValidatorFn=n}get parent(){return this._parent}get status(){return Te(this.statusReactive)}set status(n){Te(()=>this.statusReactive.set(n))}get valid(){return this.status===Xa}get invalid(){return this.status===qu}get pending(){return this.status==_s}get disabled(){return this.status===Ya}get enabled(){return this.status!==Ya}get pristine(){return Te(this.pristineReactive)}set pristine(n){Te(()=>this.pristineReactive.set(n))}get dirty(){return!this.pristine}get touched(){return Te(this.touchedReactive)}set touched(n){Te(()=>this.touchedReactive.set(n))}get untouched(){return!this.touched}get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(n){this._assignValidators(n)}setAsyncValidators(n){this._assignAsyncValidators(n)}addValidators(n){this.setValidators(Ax(n,this._rawValidators))}addAsyncValidators(n){this.setAsyncValidators(Ax(n,this._rawAsyncValidators))}removeValidators(n){this.setValidators(Lx(n,this._rawValidators))}removeAsyncValidators(n){this.setAsyncValidators(Lx(n,this._rawAsyncValidators))}hasValidator(n){return Vu(this._rawValidators,n)}hasAsyncValidator(n){return Vu(this._rawAsyncValidators,n)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(n={}){let e=this.touched===!1;this.touched=!0;let i=n.sourceControl??this;this._parent&&!n.onlySelf&&this._parent.markAsTouched(K(k({},n),{sourceControl:i})),e&&n.emitEvent!==!1&&this._events.next(new ec(!0,i))}markAllAsTouched(n={}){this.markAsTouched({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:this}),this._forEachChild(e=>e.markAllAsTouched(n))}markAsUntouched(n={}){let e=this.touched===!0;this.touched=!1,this._pendingTouched=!1;let i=n.sourceControl??this;this._forEachChild(o=>{o.markAsUntouched({onlySelf:!0,emitEvent:n.emitEvent,sourceControl:i})}),this._parent&&!n.onlySelf&&this._parent._updateTouched(n,i),e&&n.emitEvent!==!1&&this._events.next(new ec(!1,i))}markAsDirty(n={}){let e=this.pristine===!0;this.pristine=!1;let i=n.sourceControl??this;this._parent&&!n.onlySelf&&this._parent.markAsDirty(K(k({},n),{sourceControl:i})),e&&n.emitEvent!==!1&&this._events.next(new Ja(!1,i))}markAsPristine(n={}){let e=this.pristine===!1;this.pristine=!0,this._pendingDirty=!1;let i=n.sourceControl??this;this._forEachChild(o=>{o.markAsPristine({onlySelf:!0,emitEvent:n.emitEvent})}),this._parent&&!n.onlySelf&&this._parent._updatePristine(n,i),e&&n.emitEvent!==!1&&this._events.next(new Ja(!0,i))}markAsPending(n={}){this.status=_s;let e=n.sourceControl??this;n.emitEvent!==!1&&(this._events.next(new ws(this.status,e)),this.statusChanges.emit(this.status)),this._parent&&!n.onlySelf&&this._parent.markAsPending(K(k({},n),{sourceControl:e}))}disable(n={}){let e=this._parentMarkedDirty(n.onlySelf);this.status=Ya,this.errors=null,this._forEachChild(o=>{o.disable(K(k({},n),{onlySelf:!0}))}),this._updateValue();let i=n.sourceControl??this;n.emitEvent!==!1&&(this._events.next(new Bu(this.value,i)),this._events.next(new ws(this.status,i)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors(K(k({},n),{skipPristineCheck:e}),this),this._onDisabledChange.forEach(o=>o(!0))}enable(n={}){let e=this._parentMarkedDirty(n.onlySelf);this.status=Xa,this._forEachChild(i=>{i.enable(K(k({},n),{onlySelf:!0}))}),this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent}),this._updateAncestors(K(k({},n),{skipPristineCheck:e}),this),this._onDisabledChange.forEach(i=>i(!1))}_updateAncestors(n,e){this._parent&&!n.onlySelf&&(this._parent.updateValueAndValidity(n),n.skipPristineCheck||this._parent._updatePristine({},e),this._parent._updateTouched({},e))}setParent(n){this._parent=n}getRawValue(){return this.value}updateValueAndValidity(n={}){if(this._setInitialStatus(),this._updateValue(),this.enabled){let i=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===Xa||this.status===_s)&&this._runAsyncValidator(i,n.emitEvent)}let e=n.sourceControl??this;n.emitEvent!==!1&&(this._events.next(new Bu(this.value,e)),this._events.next(new ws(this.status,e)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!n.onlySelf&&this._parent.updateValueAndValidity(K(k({},n),{sourceControl:e}))}_updateTreeValidity(n={emitEvent:!0}){this._forEachChild(e=>e._updateTreeValidity(n)),this.updateValueAndValidity({onlySelf:!0,emitEvent:n.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?Ya:Xa}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(n,e){if(this.asyncValidator){this.status=_s,this._hasOwnPendingAsyncValidator={emitEvent:e!==!1};let i=zx(this.asyncValidator(this));this._asyncValidationSubscription=i.subscribe(o=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(o,{emitEvent:e,shouldHaveEmitted:n})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();let n=this._hasOwnPendingAsyncValidator?.emitEvent??!1;return this._hasOwnPendingAsyncValidator=null,n}return!1}setErrors(n,e={}){this.errors=n,this._updateControlsErrors(e.emitEvent!==!1,this,e.shouldHaveEmitted)}get(n){let e=n;return e==null||(Array.isArray(e)||(e=e.split(".")),e.length===0)?null:e.reduce((i,o)=>i&&i._find(o),this)}getError(n,e){let i=e?this.get(e):this;return i&&i.errors?i.errors[n]:null}hasError(n,e){return!!this.getError(n,e)}get root(){let n=this;for(;n._parent;)n=n._parent;return n}_updateControlsErrors(n,e,i){this.status=this._calculateStatus(),n&&this.statusChanges.emit(this.status),(n||i)&&this._events.next(new ws(this.status,e)),this._parent&&this._parent._updateControlsErrors(n,e,i)}_initObservables(){this.valueChanges=new P,this.statusChanges=new P}_calculateStatus(){return this._allControlsDisabled()?Ya:this.errors?qu:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(_s)?_s:this._anyControlsHaveStatus(qu)?qu:Xa}_anyControlsHaveStatus(n){return this._anyControls(e=>e.status===n)}_anyControlsDirty(){return this._anyControls(n=>n.dirty)}_anyControlsTouched(){return this._anyControls(n=>n.touched)}_updatePristine(n,e){let i=!this._anyControlsDirty(),o=this.pristine!==i;this.pristine=i,this._parent&&!n.onlySelf&&this._parent._updatePristine(n,e),o&&this._events.next(new Ja(this.pristine,e))}_updateTouched(n={},e){this.touched=this._anyControlsTouched(),this._events.next(new ec(this.touched,e)),this._parent&&!n.onlySelf&&this._parent._updateTouched(n,e)}_registerOnCollectionChange(n){this._onCollectionChange=n}_setUpdateStrategy(n){Xu(n)&&n.updateOn!=null&&(this._updateOn=n.updateOn)}_parentMarkedDirty(n){let e=this._parent&&this._parent.dirty;return!n&&!!e&&!this._parent._anyControlsDirty()}_find(n){return null}_assignValidators(n){this._rawValidators=Array.isArray(n)?n.slice():n,this._composedValidatorFn=T8(this._rawValidators)}_assignAsyncValidators(n){this._rawAsyncValidators=Array.isArray(n)?n.slice():n,this._composedAsyncValidatorFn=E8(this._rawAsyncValidators)}},Hu=class extends Ss{constructor(n,e,i){super(Y1(e),J1(i,e)),this.controls=n,this._initObservables(),this._setUpdateStrategy(e),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}registerControl(n,e){return this.controls[n]?this.controls[n]:(this.controls[n]=e,e.setParent(this),e._registerOnCollectionChange(this._onCollectionChange),e)}addControl(n,e,i={}){this.registerControl(n,e),this.updateValueAndValidity({emitEvent:i.emitEvent}),this._onCollectionChange()}removeControl(n,e={}){this.controls[n]&&this.controls[n]._registerOnCollectionChange(()=>{}),delete this.controls[n],this.updateValueAndValidity({emitEvent:e.emitEvent}),this._onCollectionChange()}setControl(n,e,i={}){this.controls[n]&&this.controls[n]._registerOnCollectionChange(()=>{}),delete this.controls[n],e&&this.registerControl(n,e),this.updateValueAndValidity({emitEvent:i.emitEvent}),this._onCollectionChange()}contains(n){return this.controls.hasOwnProperty(n)&&this.controls[n].enabled}setValue(n,e={}){Yx(this,!0,n),Object.keys(n).forEach(i=>{Xx(this,!0,i),this.controls[i].setValue(n[i],{onlySelf:!0,emitEvent:e.emitEvent})}),this.updateValueAndValidity(e)}patchValue(n,e={}){n!=null&&(Object.keys(n).forEach(i=>{let o=this.controls[i];o&&o.patchValue(n[i],{onlySelf:!0,emitEvent:e.emitEvent})}),this.updateValueAndValidity(e))}reset(n={},e={}){this._forEachChild((i,o)=>{i.reset(n?n[o]:null,{onlySelf:!0,emitEvent:e.emitEvent})}),this._updatePristine(e,this),this._updateTouched(e,this),this.updateValueAndValidity(e)}getRawValue(){return this._reduceChildren({},(n,e,i)=>(n[i]=e.getRawValue(),n))}_syncPendingControls(){let n=this._reduceChildren(!1,(e,i)=>i._syncPendingControls()?!0:e);return n&&this.updateValueAndValidity({onlySelf:!0}),n}_forEachChild(n){Object.keys(this.controls).forEach(e=>{let i=this.controls[e];i&&n(i,e)})}_setUpControls(){this._forEachChild(n=>{n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(n){for(let[e,i]of Object.entries(this.controls))if(this.contains(e)&&n(i))return!0;return!1}_reduceValue(){let n={};return this._reduceChildren(n,(e,i,o)=>((i.enabled||this.disabled)&&(e[o]=i.value),e))}_reduceChildren(n,e){let i=n;return this._forEachChild((o,r)=>{i=e(i,o,r)}),i}_allControlsDisabled(){for(let n of Object.keys(this.controls))if(this.controls[n].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(n){return this.controls.hasOwnProperty(n)?this.controls[n]:null}};var Z1=class extends Hu{};var tc=new O("CallSetDisabledState",{providedIn:"root",factory:()=>Yu}),Yu="always";function Jx(t,n){return[...n.path,t]}function Uu(t,n,e=Yu){e0(t,n),n.valueAccessor.writeValue(t.value),(t.disabled||e==="always")&&n.valueAccessor.setDisabledState?.(t.disabled),L8(t,n),R8(t,n),O8(t,n),A8(t,n)}function Qu(t,n,e=!0){let i=()=>{};n.valueAccessor&&(n.valueAccessor.registerOnChange(i),n.valueAccessor.registerOnTouched(i)),Wu(t,n),t&&(n._invokeOnDestroyCallbacks(),t._registerOnCollectionChange(()=>{}))}function $u(t,n){t.forEach(e=>{e.registerOnValidatorChange&&e.registerOnValidatorChange(n)})}function A8(t,n){if(n.valueAccessor.setDisabledState){let e=i=>{n.valueAccessor.setDisabledState(i)};t.registerOnDisabledChange(e),n._registerOnDestroy(()=>{t._unregisterOnDisabledChange(e)})}}function e0(t,n){let e=Zx(t);n.validator!==null?t.setValidators(Ex(e,n.validator)):typeof e=="function"&&t.setValidators([e]);let i=Kx(t);n.asyncValidator!==null?t.setAsyncValidators(Ex(i,n.asyncValidator)):typeof i=="function"&&t.setAsyncValidators([i]);let o=()=>t.updateValueAndValidity();$u(n._rawValidators,o),$u(n._rawAsyncValidators,o)}function Wu(t,n){let e=!1;if(t!==null){if(n.validator!==null){let o=Zx(t);if(Array.isArray(o)&&o.length>0){let r=o.filter(s=>s!==n.validator);r.length!==o.length&&(e=!0,t.setValidators(r))}}if(n.asyncValidator!==null){let o=Kx(t);if(Array.isArray(o)&&o.length>0){let r=o.filter(s=>s!==n.asyncValidator);r.length!==o.length&&(e=!0,t.setAsyncValidators(r))}}}let i=()=>{};return $u(n._rawValidators,i),$u(n._rawAsyncValidators,i),e}function L8(t,n){n.valueAccessor.registerOnChange(e=>{t._pendingValue=e,t._pendingChange=!0,t._pendingDirty=!0,t.updateOn==="change"&&eC(t,n)})}function O8(t,n){n.valueAccessor.registerOnTouched(()=>{t._pendingTouched=!0,t.updateOn==="blur"&&t._pendingChange&&eC(t,n),t.updateOn!=="submit"&&t.markAsTouched()})}function eC(t,n){t._pendingDirty&&t.markAsDirty(),t.setValue(t._pendingValue,{emitModelToViewChange:!1}),n.viewToModelUpdate(t._pendingValue),t._pendingChange=!1}function R8(t,n){let e=(i,o)=>{n.valueAccessor.writeValue(i),o&&n.viewToModelUpdate(i)};t.registerOnChange(e),n._registerOnDestroy(()=>{t._unregisterOnChange(e)})}function P8(t,n){t==null,e0(t,n)}function F8(t,n){return Wu(t,n)}function t0(t,n){if(!t.hasOwnProperty("model"))return!1;let e=t.model;return e.isFirstChange()?!0:!Object.is(n,e.currentValue)}function N8(t){return Object.getPrototypeOf(t.constructor)===f8}function q8(t,n){t._syncPendingControls(),n.forEach(e=>{let i=e.control;i.updateOn==="submit"&&i._pendingChange&&(e.viewToModelUpdate(i._pendingValue),i._pendingChange=!1)})}function n0(t,n){if(!n)return null;Array.isArray(n);let e,i,o;return n.forEach(r=>{r.constructor===Gu?e=r:N8(r)?i=r:o=r}),o||i||e||null}function V8(t,n){let e=t.indexOf(n);e>-1&&t.splice(e,1)}function Ox(t,n){let e=t.indexOf(n);e>-1&&t.splice(e,1)}function Rx(t){return typeof t=="object"&&t!==null&&Object.keys(t).length===2&&"value"in t&&"disabled"in t}var Ms=class extends Ss{constructor(n=null,e,i){super(Y1(e),J1(i,e)),this.defaultValue=null,this._onChange=[],this._pendingChange=!1,this._applyFormState(n),this._setUpdateStrategy(e),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),Xu(e)&&(e.nonNullable||e.initialValueIsDefault)&&(Rx(n)?this.defaultValue=n.value:this.defaultValue=n)}setValue(n,e={}){this.value=this._pendingValue=n,this._onChange.length&&e.emitModelToViewChange!==!1&&this._onChange.forEach(i=>i(this.value,e.emitViewToModelChange!==!1)),this.updateValueAndValidity(e)}patchValue(n,e={}){this.setValue(n,e)}reset(n=this.defaultValue,e={}){this._applyFormState(n),this.markAsPristine(e),this.markAsUntouched(e),this.setValue(this.value,e),this._pendingChange=!1}_updateValue(){}_anyControls(n){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(n){this._onChange.push(n)}_unregisterOnChange(n){Ox(this._onChange,n)}registerOnDisabledChange(n){this._onDisabledChange.push(n)}_unregisterOnDisabledChange(n){Ox(this._onDisabledChange,n)}_forEachChild(n){}_syncPendingControls(){return this.updateOn==="submit"&&(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),this._pendingChange)?(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),!0):!1}_applyFormState(n){Rx(n)?(this.value=this._pendingValue=n.value,n.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=n}};var j8=t=>t instanceof Ms;var z8={provide:Dn,useExisting:tt(()=>Ju)},Px=Promise.resolve(),Ju=(()=>{class t extends Dn{constructor(e,i,o,r,s,a){super(),this._changeDetectorRef=s,this.callSetDisabledState=a,this.control=new Ms,this._registered=!1,this.name="",this.update=new P,this._parent=e,this._setValidators(i),this._setAsyncValidators(o),this.valueAccessor=n0(this,r)}ngOnChanges(e){if(this._checkForErrors(),!this._registered||"name"in e){if(this._registered&&(this._checkName(),this.formDirective)){let i=e.name.previousValue;this.formDirective.removeControl({name:i,path:this._getPath(i)})}this._setUpControl()}"isDisabled"in e&&this._updateDisabled(e),t0(e,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._getPath(this.name)}get formDirective(){return this._parent?this._parent.formDirective:null}viewToModelUpdate(e){this.viewModel=e,this.update.emit(e)}_setUpControl(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0}_setUpdateStrategy(){this.options&&this.options.updateOn!=null&&(this.control._updateOn=this.options.updateOn)}_isStandalone(){return!this._parent||!!(this.options&&this.options.standalone)}_setUpStandalone(){Uu(this.control,this,this.callSetDisabledState),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),!this._isStandalone()&&this.name}_updateValue(e){Px.then(()=>{this.control.setValue(e,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()})}_updateDisabled(e){let i=e.isDisabled.currentValue,o=i!==0&&L(i);Px.then(()=>{o&&!this.control.disabled?this.control.disable():!o&&this.control.disabled&&this.control.enable(),this._changeDetectorRef?.markForCheck()})}_getPath(e){return this._parent?Jx(e,this._parent):[e]}static{this.\u0275fac=function(i){return new(i||t)(h(ur,9),h(Zu,10),h(Ku,10),h(qi,10),h(ke,8),h(tc,8))}}static{this.\u0275dir=Y({type:t,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"],options:[0,"ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],features:[we([z8]),_e,J]})}}return t})(),rK=(()=>{class t{static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275dir=Y({type:t,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""]})}}return t})();var i0=new O(""),B8={provide:Dn,useExisting:tt(()=>tC)},tC=(()=>{class t extends Dn{set isDisabled(e){}static{this._ngModelWarningSentOnce=!1}constructor(e,i,o,r,s){super(),this._ngModelWarningConfig=r,this.callSetDisabledState=s,this.update=new P,this._ngModelWarningSent=!1,this._setValidators(e),this._setAsyncValidators(i),this.valueAccessor=n0(this,o)}ngOnChanges(e){if(this._isControlChanged(e)){let i=e.form.previousValue;i&&Qu(i,this,!1),Uu(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}t0(e,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&Qu(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(e){this.viewModel=e,this.update.emit(e)}_isControlChanged(e){return e.hasOwnProperty("form")}static{this.\u0275fac=function(i){return new(i||t)(h(Zu,10),h(Ku,10),h(qi,10),h(i0,8),h(tc,8))}}static{this.\u0275dir=Y({type:t,selectors:[["","formControl",""]],inputs:{form:[0,"formControl","form"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],features:[we([B8]),_e,J]})}}return t})(),H8={provide:ur,useExisting:tt(()=>U8)},U8=(()=>{class t extends ur{get submitted(){return Te(this._submittedReactive)}set submitted(e){this._submittedReactive.set(e)}constructor(e,i,o){super(),this.callSetDisabledState=o,this._submitted=R(()=>this._submittedReactive()),this._submittedReactive=N(!1),this._onCollectionChange=()=>this._updateDomValue(),this.directives=[],this.form=null,this.ngSubmit=new P,this._setValidators(e),this._setAsyncValidators(i)}ngOnChanges(e){this._checkFormPresent(),e.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}ngOnDestroy(){this.form&&(Wu(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(e){let i=this.form.get(e.path);return Uu(i,e,this.callSetDisabledState),i.updateValueAndValidity({emitEvent:!1}),this.directives.push(e),i}getControl(e){return this.form.get(e.path)}removeControl(e){Qu(e.control||null,e,!1),V8(this.directives,e)}addFormGroup(e){this._setUpFormContainer(e)}removeFormGroup(e){this._cleanUpFormContainer(e)}getFormGroup(e){return this.form.get(e.path)}addFormArray(e){this._setUpFormContainer(e)}removeFormArray(e){this._cleanUpFormContainer(e)}getFormArray(e){return this.form.get(e.path)}updateModel(e,i){this.form.get(e.path).setValue(i)}onSubmit(e){return this._submittedReactive.set(!0),q8(this.form,this.directives),this.ngSubmit.emit(e),this.form._events.next(new W1(this.control)),e?.target?.method==="dialog"}onReset(){this.resetForm()}resetForm(e=void 0){this.form.reset(e),this._submittedReactive.set(!1),this.form._events.next(new G1(this.form))}_updateDomValue(){this.directives.forEach(e=>{let i=e.control,o=this.form.get(e.path);i!==o&&(Qu(i||null,e),j8(o)&&(Uu(o,e,this.callSetDisabledState),e.control=o))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(e){let i=this.form.get(e.path);P8(i,e),i.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(e){if(this.form){let i=this.form.get(e.path);i&&F8(i,e)&&i.updateValueAndValidity({emitEvent:!1})}}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{})}_updateValidators(){e0(this.form,this),this._oldForm&&Wu(this._oldForm,this)}_checkFormPresent(){this.form}static{this.\u0275fac=function(i){return new(i||t)(h(Zu,10),h(Ku,10),h(tc,8))}}static{this.\u0275dir=Y({type:t,selectors:[["","formGroup",""]],hostBindings:function(i,o){i&1&&U("submit",function(s){return o.onSubmit(s)})("reset",function(){return o.onReset()})},inputs:{form:[0,"formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[we([H8]),_e,J]})}}return t})();var Q8={provide:Dn,useExisting:tt(()=>$8)},$8=(()=>{class t extends Dn{set isDisabled(e){}static{this._ngModelWarningSentOnce=!1}constructor(e,i,o,r,s){super(),this._ngModelWarningConfig=s,this._added=!1,this.name=null,this.update=new P,this._ngModelWarningSent=!1,this._parent=e,this._setValidators(i),this._setAsyncValidators(o),this.valueAccessor=n0(this,r)}ngOnChanges(e){this._added||this._setUpControl(),t0(e,this.viewModel)&&(this.viewModel=this.model,this.formDirective.updateModel(this,this.model))}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}viewToModelUpdate(e){this.viewModel=e,this.update.emit(e)}get path(){return Jx(this.name==null?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_checkParentType(){}_setUpControl(){this._checkParentType(),this.control=this.formDirective.addControl(this),this._added=!0}static{this.\u0275fac=function(i){return new(i||t)(h(ur,13),h(Zu,10),h(Ku,10),h(qi,10),h(i0,8))}}static{this.\u0275dir=Y({type:t,selectors:[["","formControlName",""]],inputs:{name:[0,"formControlName","name"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},features:[we([Q8]),_e,J]})}}return t})();var nC=(()=>{class t{static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275mod=H({type:t})}static{this.\u0275inj=B({})}}return t})(),K1=class extends Ss{constructor(n,e,i){super(Y1(e),J1(i,e)),this.controls=n,this._initObservables(),this._setUpdateStrategy(e),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}at(n){return this.controls[this._adjustIndex(n)]}push(n,e={}){this.controls.push(n),this._registerControl(n),this.updateValueAndValidity({emitEvent:e.emitEvent}),this._onCollectionChange()}insert(n,e,i={}){this.controls.splice(n,0,e),this._registerControl(e),this.updateValueAndValidity({emitEvent:i.emitEvent})}removeAt(n,e={}){let i=this._adjustIndex(n);i<0&&(i=0),this.controls[i]&&this.controls[i]._registerOnCollectionChange(()=>{}),this.controls.splice(i,1),this.updateValueAndValidity({emitEvent:e.emitEvent})}setControl(n,e,i={}){let o=this._adjustIndex(n);o<0&&(o=0),this.controls[o]&&this.controls[o]._registerOnCollectionChange(()=>{}),this.controls.splice(o,1),e&&(this.controls.splice(o,0,e),this._registerControl(e)),this.updateValueAndValidity({emitEvent:i.emitEvent}),this._onCollectionChange()}get length(){return this.controls.length}setValue(n,e={}){Yx(this,!1,n),n.forEach((i,o)=>{Xx(this,!1,o),this.at(o).setValue(i,{onlySelf:!0,emitEvent:e.emitEvent})}),this.updateValueAndValidity(e)}patchValue(n,e={}){n!=null&&(n.forEach((i,o)=>{this.at(o)&&this.at(o).patchValue(i,{onlySelf:!0,emitEvent:e.emitEvent})}),this.updateValueAndValidity(e))}reset(n=[],e={}){this._forEachChild((i,o)=>{i.reset(n[o],{onlySelf:!0,emitEvent:e.emitEvent})}),this._updatePristine(e,this),this._updateTouched(e,this),this.updateValueAndValidity(e)}getRawValue(){return this.controls.map(n=>n.getRawValue())}clear(n={}){this.controls.length<1||(this._forEachChild(e=>e._registerOnCollectionChange(()=>{})),this.controls.splice(0),this.updateValueAndValidity({emitEvent:n.emitEvent}))}_adjustIndex(n){return n<0?n+this.length:n}_syncPendingControls(){let n=this.controls.reduce((e,i)=>i._syncPendingControls()?!0:e,!1);return n&&this.updateValueAndValidity({onlySelf:!0}),n}_forEachChild(n){this.controls.forEach((e,i)=>{n(e,i)})}_updateValue(){this.value=this.controls.filter(n=>n.enabled||this.disabled).map(n=>n.value)}_anyControls(n){return this.controls.some(e=>e.enabled&&n(e))}_setUpControls(){this._forEachChild(n=>this._registerControl(n))}_allControlsDisabled(){for(let n of this.controls)if(n.enabled)return!1;return this.controls.length>0||this.disabled}_registerControl(n){n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange)}_find(n){return this.at(n)??null}};function Fx(t){return!!t&&(t.asyncValidators!==void 0||t.validators!==void 0||t.updateOn!==void 0)}var iC=(()=>{class t{constructor(){this.useNonNullable=!1}get nonNullable(){let e=new t;return e.useNonNullable=!0,e}group(e,i=null){let o=this._reduceControls(e),r={};return Fx(i)?r=i:i!==null&&(r.validators=i.validator,r.asyncValidators=i.asyncValidator),new Hu(o,r)}record(e,i=null){let o=this._reduceControls(e);return new Z1(o,i)}control(e,i,o){let r={};return this.useNonNullable?(Fx(i)?r=i:(r.validators=i,r.asyncValidators=o),new Ms(e,K(k({},r),{nonNullable:!0}))):new Ms(e,i,o)}array(e,i,o){let r=e.map(s=>this._createControl(s));return new K1(r,i,o)}_reduceControls(e){let i={};return Object.keys(e).forEach(o=>{i[o]=this._createControl(e[o])}),i}_createControl(e){if(e instanceof Ms)return e;if(e instanceof Ss)return e;if(Array.isArray(e)){let i=e[0],o=e.length>1?e[1]:null,r=e.length>2?e[2]:null;return this.control(i,o,r)}else return this.control(e)}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();var Io=(()=>{class t{static withConfig(e){return{ngModule:t,providers:[{provide:tc,useValue:e.callSetDisabledState??Yu}]}}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275mod=H({type:t})}static{this.\u0275inj=B({imports:[nC]})}}return t})(),nc=(()=>{class t{static withConfig(e){return{ngModule:t,providers:[{provide:i0,useValue:e.warnOnNgModelWithFormControl??"always"},{provide:tc,useValue:e.callSetDisabledState??Yu}]}}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275mod=H({type:t})}static{this.\u0275inj=B({imports:[nC]})}}return t})();var hK=(()=>{class t{static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275mod=H({type:t})}static{this.\u0275inj=B({imports:[Lu,Ie,$n,Mx,Ix,Sx]})}}return t})();var W8=["contentWrapper"],G8=["*"],aC=new O("VIRTUAL_SCROLL_STRATEGY"),o0=class{constructor(n,e,i){this._scrolledIndexChange=new X,this.scrolledIndexChange=this._scrolledIndexChange.pipe(wi()),this._viewport=null,this._itemSize=n,this._minBufferPx=e,this._maxBufferPx=i}attach(n){this._viewport=n,this._updateTotalContentSize(),this._updateRenderedRange()}detach(){this._scrolledIndexChange.complete(),this._viewport=null}updateItemAndBufferSize(n,e,i){i<e,this._itemSize=n,this._minBufferPx=e,this._maxBufferPx=i,this._updateTotalContentSize(),this._updateRenderedRange()}onContentScrolled(){this._updateRenderedRange()}onDataLengthChanged(){this._updateTotalContentSize(),this._updateRenderedRange()}onContentRendered(){}onRenderedOffsetChanged(){}scrollToIndex(n,e){this._viewport&&this._viewport.scrollToOffset(n*this._itemSize,e)}_updateTotalContentSize(){this._viewport&&this._viewport.setTotalContentSize(this._viewport.getDataLength()*this._itemSize)}_updateRenderedRange(){if(!this._viewport)return;let n=this._viewport.getRenderedRange(),e={start:n.start,end:n.end},i=this._viewport.getViewportSize(),o=this._viewport.getDataLength(),r=this._viewport.measureScrollOffset(),s=this._itemSize>0?r/this._itemSize:0;if(e.end>o){let c=Math.ceil(i/this._itemSize),l=Math.max(0,Math.min(s,o-c));s!=l&&(s=l,r=l*this._itemSize,e.start=Math.floor(s)),e.end=Math.max(0,Math.min(o,e.start+c))}let a=r-e.start*this._itemSize;if(a<this._minBufferPx&&e.start!=0){let c=Math.ceil((this._maxBufferPx-a)/this._itemSize);e.start=Math.max(0,e.start-c),e.end=Math.min(o,Math.ceil(s+(i+this._minBufferPx)/this._itemSize))}else{let c=e.end*this._itemSize-(r+i);if(c<this._minBufferPx&&e.end!=o){let l=Math.ceil((this._maxBufferPx-c)/this._itemSize);l>0&&(e.end=Math.min(o,e.end+l),e.start=Math.max(0,Math.floor(s-this._minBufferPx/this._itemSize)))}}this._viewport.setRenderedRange(e),this._viewport.setRenderedContentOffset(this._itemSize*e.start),this._scrolledIndexChange.next(Math.floor(s))}};function Z8(t){return t._scrollStrategy}var LK=(()=>{class t{constructor(){this._itemSize=20,this._minBufferPx=100,this._maxBufferPx=200,this._scrollStrategy=new o0(this.itemSize,this.minBufferPx,this.maxBufferPx)}get itemSize(){return this._itemSize}set itemSize(e){this._itemSize=nn(e)}get minBufferPx(){return this._minBufferPx}set minBufferPx(e){this._minBufferPx=nn(e)}get maxBufferPx(){return this._maxBufferPx}set maxBufferPx(e){this._maxBufferPx=nn(e)}ngOnChanges(){this._scrollStrategy.updateItemAndBufferSize(this.itemSize,this.minBufferPx,this.maxBufferPx)}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275dir=Y({type:t,selectors:[["cdk-virtual-scroll-viewport","itemSize",""]],inputs:{itemSize:"itemSize",minBufferPx:"minBufferPx",maxBufferPx:"maxBufferPx"},standalone:!0,features:[we([{provide:aC,useFactory:Z8,deps:[tt(()=>t)]}]),J]})}}return t})(),K8=20,oc=(()=>{class t{constructor(e,i,o){this._ngZone=e,this._platform=i,this._scrolled=new X,this._globalSubscription=null,this._scrolledCount=0,this.scrollContainers=new Map,this._document=o}register(e){this.scrollContainers.has(e)||this.scrollContainers.set(e,e.elementScrolled().subscribe(()=>this._scrolled.next(e)))}deregister(e){let i=this.scrollContainers.get(e);i&&(i.unsubscribe(),this.scrollContainers.delete(e))}scrolled(e=K8){return this._platform.isBrowser?new ae(i=>{this._globalSubscription||this._addGlobalListener();let o=e>0?this._scrolled.pipe(fa(e)).subscribe(i):this._scrolled.subscribe(i);return this._scrolledCount++,()=>{o.unsubscribe(),this._scrolledCount--,this._scrolledCount||this._removeGlobalListener()}}):W()}ngOnDestroy(){this._removeGlobalListener(),this.scrollContainers.forEach((e,i)=>this.deregister(i)),this._scrolled.complete()}ancestorScrolled(e,i){let o=this.getAncestorScrollContainers(e);return this.scrolled(i).pipe(Oe(r=>!r||o.indexOf(r)>-1))}getAncestorScrollContainers(e){let i=[];return this.scrollContainers.forEach((o,r)=>{this._scrollableContainsElement(r,e)&&i.push(r)}),i}_getWindow(){return this._document.defaultView||window}_scrollableContainsElement(e,i){let o=Un(i),r=e.getElementRef().nativeElement;do if(o==r)return!0;while(o=o.parentElement);return!1}_addGlobalListener(){this._globalSubscription=this._ngZone.runOutsideAngular(()=>{let e=this._getWindow();return to(e.document,"scroll").subscribe(()=>this._scrolled.next())})}_removeGlobalListener(){this._globalSubscription&&(this._globalSubscription.unsubscribe(),this._globalSubscription=null)}static{this.\u0275fac=function(i){return new(i||t)(I(ie),I(gt),I(Me,8))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})(),Ds=(()=>{class t{constructor(e,i,o,r){this.elementRef=e,this.scrollDispatcher=i,this.ngZone=o,this.dir=r,this._destroyed=new X,this._elementScrolled=new ae(s=>this.ngZone.runOutsideAngular(()=>to(this.elementRef.nativeElement,"scroll").pipe(He(this._destroyed)).subscribe(s)))}ngOnInit(){this.scrollDispatcher.register(this)}ngOnDestroy(){this.scrollDispatcher.deregister(this),this._destroyed.next(),this._destroyed.complete()}elementScrolled(){return this._elementScrolled}getElementRef(){return this.elementRef}scrollTo(e){let i=this.elementRef.nativeElement,o=this.dir&&this.dir.value=="rtl";e.left==null&&(e.left=o?e.end:e.start),e.right==null&&(e.right=o?e.start:e.end),e.bottom!=null&&(e.top=i.scrollHeight-i.clientHeight-e.bottom),o&&ks()!=Qn.NORMAL?(e.left!=null&&(e.right=i.scrollWidth-i.clientWidth-e.left),ks()==Qn.INVERTED?e.left=e.right:ks()==Qn.NEGATED&&(e.left=e.right?-e.right:e.right)):e.right!=null&&(e.left=i.scrollWidth-i.clientWidth-e.right),this._applyScrollToOptions(e)}_applyScrollToOptions(e){let i=this.elementRef.nativeElement;nx()?i.scrollTo(e):(e.top!=null&&(i.scrollTop=e.top),e.left!=null&&(i.scrollLeft=e.left))}measureScrollOffset(e){let i="left",o="right",r=this.elementRef.nativeElement;if(e=="top")return r.scrollTop;if(e=="bottom")return r.scrollHeight-r.clientHeight-r.scrollTop;let s=this.dir&&this.dir.value=="rtl";return e=="start"?e=s?o:i:e=="end"&&(e=s?i:o),s&&ks()==Qn.INVERTED?e==i?r.scrollWidth-r.clientWidth-r.scrollLeft:r.scrollLeft:s&&ks()==Qn.NEGATED?e==i?r.scrollLeft+r.scrollWidth-r.clientWidth:-r.scrollLeft:e==i?r.scrollLeft:r.scrollWidth-r.clientWidth-r.scrollLeft}static{this.\u0275fac=function(i){return new(i||t)(h(te),h(oc),h(ie),h(xs,8))}}static{this.\u0275dir=Y({type:t,selectors:[["","cdk-scrollable",""],["","cdkScrollable",""]],standalone:!0})}}return t})(),X8=20,r0=(()=>{class t{constructor(e,i,o){this._platform=e,this._change=new X,this._changeListener=r=>{this._change.next(r)},this._document=o,i.runOutsideAngular(()=>{if(e.isBrowser){let r=this._getWindow();r.addEventListener("resize",this._changeListener),r.addEventListener("orientationchange",this._changeListener)}this.change().subscribe(()=>this._viewportSize=null)})}ngOnDestroy(){if(this._platform.isBrowser){let e=this._getWindow();e.removeEventListener("resize",this._changeListener),e.removeEventListener("orientationchange",this._changeListener)}this._change.complete()}getViewportSize(){this._viewportSize||this._updateViewportSize();let e={width:this._viewportSize.width,height:this._viewportSize.height};return this._platform.isBrowser||(this._viewportSize=null),e}getViewportRect(){let e=this.getViewportScrollPosition(),{width:i,height:o}=this.getViewportSize();return{top:e.top,left:e.left,bottom:e.top+o,right:e.left+i,height:o,width:i}}getViewportScrollPosition(){if(!this._platform.isBrowser)return{top:0,left:0};let e=this._document,i=this._getWindow(),o=e.documentElement,r=o.getBoundingClientRect(),s=-r.top||e.body.scrollTop||i.scrollY||o.scrollTop||0,a=-r.left||e.body.scrollLeft||i.scrollX||o.scrollLeft||0;return{top:s,left:a}}change(e=X8){return e>0?this._change.pipe(fa(e)):this._change}_getWindow(){return this._document.defaultView||window}_updateViewportSize(){let e=this._getWindow();this._viewportSize=this._platform.isBrowser?{width:e.innerWidth,height:e.innerHeight}:{width:0,height:0}}static{this.\u0275fac=function(i){return new(i||t)(I(gt),I(ie),I(Me,8))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})(),rC=new O("VIRTUAL_SCROLLABLE"),Y8=(()=>{class t extends Ds{constructor(e,i,o,r){super(e,i,o,r)}measureViewportSize(e){let i=this.elementRef.nativeElement;return e==="horizontal"?i.clientWidth:i.clientHeight}static{this.\u0275fac=function(i){return new(i||t)(h(te),h(oc),h(ie),h(xs,8))}}static{this.\u0275dir=Y({type:t,features:[_e]})}}return t})();function J8(t,n){return t.start==n.start&&t.end==n.end}var eA=typeof requestAnimationFrame<"u"?Op:Ap,s0=(()=>{class t extends Y8{get orientation(){return this._orientation}set orientation(e){this._orientation!==e&&(this._orientation=e,this._calculateSpacerSize())}constructor(e,i,o,r,s,a,c,l){super(e,a,o,s),this.elementRef=e,this._changeDetectorRef=i,this._scrollStrategy=r,this.scrollable=l,this._platform=M(gt),this._detachedSubject=new X,this._renderedRangeSubject=new X,this._orientation="vertical",this.appendOnly=!1,this.scrolledIndexChange=new ae(d=>this._scrollStrategy.scrolledIndexChange.subscribe(u=>Promise.resolve().then(()=>this.ngZone.run(()=>d.next(u))))),this.renderedRangeStream=this._renderedRangeSubject,this._totalContentSize=0,this._totalContentWidth="",this._totalContentHeight="",this._renderedRange={start:0,end:0},this._dataLength=0,this._viewportSize=0,this._renderedContentOffset=0,this._renderedContentOffsetNeedsRewrite=!1,this._isChangeDetectionPending=!1,this._runAfterChangeDetection=[],this._viewportChanges=Le.EMPTY,this._injector=M(Ne),this._isDestroyed=!1,this._viewportChanges=c.change().subscribe(()=>{this.checkViewportSize()}),this.scrollable||(this.elementRef.nativeElement.classList.add("cdk-virtual-scrollable"),this.scrollable=this)}ngOnInit(){this._platform.isBrowser&&(this.scrollable===this&&super.ngOnInit(),this.ngZone.runOutsideAngular(()=>Promise.resolve().then(()=>{this._measureViewportSize(),this._scrollStrategy.attach(this),this.scrollable.elementScrolled().pipe(yn(null),fa(0,eA),He(this._destroyed)).subscribe(()=>this._scrollStrategy.onContentScrolled()),this._markChangeDetectionNeeded()})))}ngOnDestroy(){this.detach(),this._scrollStrategy.detach(),this._renderedRangeSubject.complete(),this._detachedSubject.complete(),this._viewportChanges.unsubscribe(),this._isDestroyed=!0,super.ngOnDestroy()}attach(e){this._forOf,this.ngZone.runOutsideAngular(()=>{this._forOf=e,this._forOf.dataStream.pipe(He(this._detachedSubject)).subscribe(i=>{let o=i.length;o!==this._dataLength&&(this._dataLength=o,this._scrollStrategy.onDataLengthChanged()),this._doChangeDetection()})})}detach(){this._forOf=null,this._detachedSubject.next()}getDataLength(){return this._dataLength}getViewportSize(){return this._viewportSize}getRenderedRange(){return this._renderedRange}measureBoundingClientRectWithScrollOffset(e){return this.getElementRef().nativeElement.getBoundingClientRect()[e]}setTotalContentSize(e){this._totalContentSize!==e&&(this._totalContentSize=e,this._calculateSpacerSize(),this._markChangeDetectionNeeded())}setRenderedRange(e){J8(this._renderedRange,e)||(this.appendOnly&&(e={start:0,end:Math.max(this._renderedRange.end,e.end)}),this._renderedRangeSubject.next(this._renderedRange=e),this._markChangeDetectionNeeded(()=>this._scrollStrategy.onContentRendered()))}getOffsetToRenderedContentStart(){return this._renderedContentOffsetNeedsRewrite?null:this._renderedContentOffset}setRenderedContentOffset(e,i="to-start"){e=this.appendOnly&&i==="to-start"?0:e;let o=this.dir&&this.dir.value=="rtl",r=this.orientation=="horizontal",s=r?"X":"Y",c=`translate${s}(${Number((r&&o?-1:1)*e)}px)`;this._renderedContentOffset=e,i==="to-end"&&(c+=` translate${s}(-100%)`,this._renderedContentOffsetNeedsRewrite=!0),this._renderedContentTransform!=c&&(this._renderedContentTransform=c,this._markChangeDetectionNeeded(()=>{this._renderedContentOffsetNeedsRewrite?(this._renderedContentOffset-=this.measureRenderedContentSize(),this._renderedContentOffsetNeedsRewrite=!1,this.setRenderedContentOffset(this._renderedContentOffset)):this._scrollStrategy.onRenderedOffsetChanged()}))}scrollToOffset(e,i="auto"){let o={behavior:i};this.orientation==="horizontal"?o.start=e:o.top=e,this.scrollable.scrollTo(o)}scrollToIndex(e,i="auto"){this._scrollStrategy.scrollToIndex(e,i)}measureScrollOffset(e){let i;return this.scrollable==this?i=o=>super.measureScrollOffset(o):i=o=>this.scrollable.measureScrollOffset(o),Math.max(0,i(e??(this.orientation==="horizontal"?"start":"top"))-this.measureViewportOffset())}measureViewportOffset(e){let i,o="left",r="right",s=this.dir?.value=="rtl";e=="start"?i=s?r:o:e=="end"?i=s?o:r:e?i=e:i=this.orientation==="horizontal"?"left":"top";let a=this.scrollable.measureBoundingClientRectWithScrollOffset(i);return this.elementRef.nativeElement.getBoundingClientRect()[i]-a}measureRenderedContentSize(){let e=this._contentWrapper.nativeElement;return this.orientation==="horizontal"?e.offsetWidth:e.offsetHeight}measureRangeSize(e){return this._forOf?this._forOf.measureRangeSize(e,this.orientation):0}checkViewportSize(){this._measureViewportSize(),this._scrollStrategy.onDataLengthChanged()}_measureViewportSize(){this._viewportSize=this.scrollable.measureViewportSize(this.orientation)}_markChangeDetectionNeeded(e){e&&this._runAfterChangeDetection.push(e),this._isChangeDetectionPending||(this._isChangeDetectionPending=!0,this.ngZone.runOutsideAngular(()=>Promise.resolve().then(()=>{this._doChangeDetection()})))}_doChangeDetection(){this._isDestroyed||this.ngZone.run(()=>{this._changeDetectorRef.markForCheck(),this._contentWrapper.nativeElement.style.transform=this._renderedContentTransform,Cn(()=>{this._isChangeDetectionPending=!1;let e=this._runAfterChangeDetection;this._runAfterChangeDetection=[];for(let i of e)i()},{injector:this._injector})})}_calculateSpacerSize(){this._totalContentHeight=this.orientation==="horizontal"?"":`${this._totalContentSize}px`,this._totalContentWidth=this.orientation==="horizontal"?`${this._totalContentSize}px`:""}static{this.\u0275fac=function(i){return new(i||t)(h(te),h(ke),h(ie),h(aC,8),h(xs,8),h(oc),h(r0),h(rC,8))}}static{this.\u0275cmp=$({type:t,selectors:[["cdk-virtual-scroll-viewport"]],viewQuery:function(i,o){if(i&1&&Re(W8,7),i&2){let r;me(r=ge())&&(o._contentWrapper=r.first)}},hostAttrs:[1,"cdk-virtual-scroll-viewport"],hostVars:4,hostBindings:function(i,o){i&2&&en("cdk-virtual-scroll-orientation-horizontal",o.orientation==="horizontal")("cdk-virtual-scroll-orientation-vertical",o.orientation!=="horizontal")},inputs:{orientation:"orientation",appendOnly:[2,"appendOnly","appendOnly",L]},outputs:{scrolledIndexChange:"scrolledIndexChange"},standalone:!0,features:[we([{provide:Ds,useFactory:(e,i)=>e||i,deps:[[new Ei,new By(rC)],t]}]),he,_e,it],ngContentSelectors:G8,decls:4,vars:4,consts:[["contentWrapper",""],[1,"cdk-virtual-scroll-content-wrapper"],[1,"cdk-virtual-scroll-spacer"]],template:function(i,o){i&1&&(qe(),C(0,"div",1,0),Ee(2),b(),j(3,"div",2)),i&2&&(m(3),nt("width",o._totalContentWidth)("height",o._totalContentHeight))},styles:["cdk-virtual-scroll-viewport{display:block;position:relative;transform:translateZ(0)}.cdk-virtual-scrollable{overflow:auto;will-change:scroll-position;contain:strict;-webkit-overflow-scrolling:touch}.cdk-virtual-scroll-content-wrapper{position:absolute;top:0;left:0;contain:content}[dir=rtl] .cdk-virtual-scroll-content-wrapper{right:0;left:auto}.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper{min-height:100%}.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper>dl:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper>ol:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper>table:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-horizontal .cdk-virtual-scroll-content-wrapper>ul:not([cdkVirtualFor]){padding-left:0;padding-right:0;margin-left:0;margin-right:0;border-left-width:0;border-right-width:0;outline:none}.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper{min-width:100%}.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper>dl:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper>ol:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper>table:not([cdkVirtualFor]),.cdk-virtual-scroll-orientation-vertical .cdk-virtual-scroll-content-wrapper>ul:not([cdkVirtualFor]){padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0;border-top-width:0;border-bottom-width:0;outline:none}.cdk-virtual-scroll-spacer{height:1px;transform-origin:0 0;flex:0 0 auto}[dir=rtl] .cdk-virtual-scroll-spacer{transform-origin:100% 0}"],encapsulation:2,changeDetection:0})}}return t})();function sC(t,n,e){let i=e;if(!i.getBoundingClientRect)return 0;let o=i.getBoundingClientRect();return t==="horizontal"?n==="start"?o.left:o.right:n==="start"?o.top:o.bottom}var OK=(()=>{class t{get cdkVirtualForOf(){return this._cdkVirtualForOf}set cdkVirtualForOf(e){this._cdkVirtualForOf=e,Tx(e)?this._dataSourceChanges.next(e):this._dataSourceChanges.next(new Fu(Dt(e)?e:Array.from(e||[])))}get cdkVirtualForTrackBy(){return this._cdkVirtualForTrackBy}set cdkVirtualForTrackBy(e){this._needsUpdate=!0,this._cdkVirtualForTrackBy=e?(i,o)=>e(i+(this._renderedRange?this._renderedRange.start:0),o):void 0}set cdkVirtualForTemplate(e){e&&(this._needsUpdate=!0,this._template=e)}get cdkVirtualForTemplateCacheSize(){return this._viewRepeater.viewCacheSize}set cdkVirtualForTemplateCacheSize(e){this._viewRepeater.viewCacheSize=nn(e)}constructor(e,i,o,r,s,a){this._viewContainerRef=e,this._template=i,this._differs=o,this._viewRepeater=r,this._viewport=s,this.viewChange=new X,this._dataSourceChanges=new X,this.dataStream=this._dataSourceChanges.pipe(yn(null),Wl(),ot(([c,l])=>this._changeDataSource(c,l)),Wr(1)),this._differ=null,this._needsUpdate=!1,this._destroyed=new X,this.dataStream.subscribe(c=>{this._data=c,this._onRenderedDataChange()}),this._viewport.renderedRangeStream.pipe(He(this._destroyed)).subscribe(c=>{this._renderedRange=c,this.viewChange.observers.length&&a.run(()=>this.viewChange.next(this._renderedRange)),this._onRenderedDataChange()}),this._viewport.attach(this)}measureRangeSize(e,i){if(e.start>=e.end)return 0;e.start<this._renderedRange.start||e.end>this._renderedRange.end;let o=e.start-this._renderedRange.start,r=e.end-e.start,s,a;for(let c=0;c<r;c++){let l=this._viewContainerRef.get(c+o);if(l&&l.rootNodes.length){s=a=l.rootNodes[0];break}}for(let c=r-1;c>-1;c--){let l=this._viewContainerRef.get(c+o);if(l&&l.rootNodes.length){a=l.rootNodes[l.rootNodes.length-1];break}}return s&&a?sC(i,"end",a)-sC(i,"start",s):0}ngDoCheck(){if(this._differ&&this._needsUpdate){let e=this._differ.diff(this._renderedItems);e?this._applyChanges(e):this._updateContext(),this._needsUpdate=!1}}ngOnDestroy(){this._viewport.detach(),this._dataSourceChanges.next(void 0),this._dataSourceChanges.complete(),this.viewChange.complete(),this._destroyed.next(),this._destroyed.complete(),this._viewRepeater.detach()}_onRenderedDataChange(){this._renderedRange&&(this._renderedItems=this._data.slice(this._renderedRange.start,this._renderedRange.end),this._differ||(this._differ=this._differs.find(this._renderedItems).create((e,i)=>this.cdkVirtualForTrackBy?this.cdkVirtualForTrackBy(e,i):i)),this._needsUpdate=!0)}_changeDataSource(e,i){return e&&e.disconnect(this),this._needsUpdate=!0,i?i.connect(this):W()}_updateContext(){let e=this._data.length,i=this._viewContainerRef.length;for(;i--;){let o=this._viewContainerRef.get(i);o.context.index=this._renderedRange.start+i,o.context.count=e,this._updateComputedContextProperties(o.context),o.detectChanges()}}_applyChanges(e){this._viewRepeater.applyChanges(e,this._viewContainerRef,(r,s,a)=>this._getEmbeddedViewArgs(r,a),r=>r.item),e.forEachIdentityChange(r=>{let s=this._viewContainerRef.get(r.currentIndex);s.context.$implicit=r.item});let i=this._data.length,o=this._viewContainerRef.length;for(;o--;){let r=this._viewContainerRef.get(o);r.context.index=this._renderedRange.start+o,r.context.count=i,this._updateComputedContextProperties(r.context)}}_updateComputedContextProperties(e){e.first=e.index===0,e.last=e.index===e.count-1,e.even=e.index%2===0,e.odd=!e.even}_getEmbeddedViewArgs(e,i){return{templateRef:this._template,context:{$implicit:e.item,cdkVirtualForOf:this._cdkVirtualForOf,index:-1,count:-1,first:!1,last:!1,odd:!1,even:!1},index:i}}static{this.\u0275fac=function(i){return new(i||t)(h(At),h(de),h(za),h(Q1),h(s0,4),h(ie))}}static{this.\u0275dir=Y({type:t,selectors:[["","cdkVirtualFor","","cdkVirtualForOf",""]],inputs:{cdkVirtualForOf:"cdkVirtualForOf",cdkVirtualForTrackBy:"cdkVirtualForTrackBy",cdkVirtualForTemplate:"cdkVirtualForTemplate",cdkVirtualForTemplateCacheSize:"cdkVirtualForTemplateCacheSize"},standalone:!0,features:[we([{provide:Q1,useClass:Nu}])]})}}return t})();var ic=(()=>{class t{static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275mod=H({type:t})}static{this.\u0275inj=B({})}}return t})(),RK=(()=>{class t{static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275mod=H({type:t})}static{this.\u0275inj=B({imports:[Cs,ic,Cs,ic]})}}return t})();var hr=function(t){return t[t.State=0]="State",t[t.Transition=1]="Transition",t[t.Sequence=2]="Sequence",t[t.Group=3]="Group",t[t.Animate=4]="Animate",t[t.Keyframes=5]="Keyframes",t[t.Style=6]="Style",t[t.Trigger=7]="Trigger",t[t.Reference=8]="Reference",t[t.AnimateChild=9]="AnimateChild",t[t.AnimateRef=10]="AnimateRef",t[t.Query=11]="Query",t[t.Stagger=12]="Stagger",t}(hr||{}),PK="*";function rc(t,n){return{type:hr.Trigger,name:t,definitions:n,options:{}}}function Tn(t,n=null){return{type:hr.Animate,styles:n,timings:t}}function FK(t,n=null){return{type:hr.Sequence,steps:t,options:n}}function yt(t){return{type:hr.Style,styles:t,offset:null}}function vt(t,n,e){return{type:hr.State,name:t,styles:n,options:e}}function Rt(t,n,e=null){return{type:hr.Transition,expr:t,animation:n,options:e}}var cC=class{constructor(n=0,e=0){this._onDoneFns=[],this._onStartFns=[],this._onDestroyFns=[],this._originalOnDoneFns=[],this._originalOnStartFns=[],this._started=!1,this._destroyed=!1,this._finished=!1,this._position=0,this.parentPlayer=null,this.totalTime=n+e}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(n=>n()),this._onDoneFns=[])}onStart(n){this._originalOnStartFns.push(n),this._onStartFns.push(n)}onDone(n){this._originalOnDoneFns.push(n),this._onDoneFns.push(n)}onDestroy(n){this._onDestroyFns.push(n)}hasStarted(){return this._started}init(){}play(){this.hasStarted()||(this._onStart(),this.triggerMicrotask()),this._started=!0}triggerMicrotask(){queueMicrotask(()=>this._onFinish())}_onStart(){this._onStartFns.forEach(n=>n()),this._onStartFns=[]}pause(){}restart(){}finish(){this._onFinish()}destroy(){this._destroyed||(this._destroyed=!0,this.hasStarted()||this._onStart(),this.finish(),this._onDestroyFns.forEach(n=>n()),this._onDestroyFns=[])}reset(){this._started=!1,this._finished=!1,this._onStartFns=this._originalOnStartFns,this._onDoneFns=this._originalOnDoneFns}setPosition(n){this._position=this.totalTime?n*this.totalTime:1}getPosition(){return this.totalTime?this._position/this.totalTime:1}triggerCallback(n){let e=n=="start"?this._onStartFns:this._onDoneFns;e.forEach(i=>i()),e.length=0}},lC=class{constructor(n){this._onDoneFns=[],this._onStartFns=[],this._finished=!1,this._started=!1,this._destroyed=!1,this._onDestroyFns=[],this.parentPlayer=null,this.totalTime=0,this.players=n;let e=0,i=0,o=0,r=this.players.length;r==0?queueMicrotask(()=>this._onFinish()):this.players.forEach(s=>{s.onDone(()=>{++e==r&&this._onFinish()}),s.onDestroy(()=>{++i==r&&this._onDestroy()}),s.onStart(()=>{++o==r&&this._onStart()})}),this.totalTime=this.players.reduce((s,a)=>Math.max(s,a.totalTime),0)}_onFinish(){this._finished||(this._finished=!0,this._onDoneFns.forEach(n=>n()),this._onDoneFns=[])}init(){this.players.forEach(n=>n.init())}onStart(n){this._onStartFns.push(n)}_onStart(){this.hasStarted()||(this._started=!0,this._onStartFns.forEach(n=>n()),this._onStartFns=[])}onDone(n){this._onDoneFns.push(n)}onDestroy(n){this._onDestroyFns.push(n)}hasStarted(){return this._started}play(){this.parentPlayer||this.init(),this._onStart(),this.players.forEach(n=>n.play())}pause(){this.players.forEach(n=>n.pause())}restart(){this.players.forEach(n=>n.restart())}finish(){this._onFinish(),this.players.forEach(n=>n.finish())}destroy(){this._onDestroy()}_onDestroy(){this._destroyed||(this._destroyed=!0,this._onFinish(),this.players.forEach(n=>n.destroy()),this._onDestroyFns.forEach(n=>n()),this._onDestroyFns=[])}reset(){this.players.forEach(n=>n.reset()),this._destroyed=!1,this._finished=!1,this._started=!1}setPosition(n){let e=n*this.totalTime;this.players.forEach(i=>{let o=i.totalTime?Math.min(1,e/i.totalTime):1;i.setPosition(o)})}getPosition(){let n=this.players.reduce((e,i)=>e===null||i.totalTime>e.totalTime?i:e,null);return n!=null?n.getPosition():0}beforeDestroy(){this.players.forEach(n=>{n.beforeDestroy&&n.beforeDestroy()})}triggerCallback(n){let e=n=="start"?this._onStartFns:this._onDoneFns;e.forEach(i=>i()),e.length=0}},NK="!";var dC=["*"],iA=["content"],oA=[[["mat-drawer"]],[["mat-drawer-content"]],"*"],rA=["mat-drawer","mat-drawer-content","*"];function sA(t,n){if(t&1){let e=fe();C(0,"div",1),U("click",function(){q(e);let o=f();return V(o._onBackdropClicked())}),b()}if(t&2){let e=f();en("mat-drawer-shown",e._isShowingBackdrop())}}function aA(t,n){t&1&&(C(0,"mat-drawer-content"),Ee(1,2),b())}var cA={transformDrawer:rc("transform",[vt("open, open-instant",yt({transform:"none",visibility:"visible"})),vt("void",yt({"box-shadow":"none",visibility:"hidden"})),Rt("void => open-instant",Tn("0ms")),Rt("void <=> open, open-instant => void",Tn("400ms cubic-bezier(0.25, 0.8, 0.25, 1)"))])};var lA=new O("MAT_DRAWER_DEFAULT_AUTOSIZE",{providedIn:"root",factory:dA}),uC=new O("MAT_DRAWER_CONTAINER");function dA(){return!1}var a0=(()=>{class t extends Ds{constructor(e,i,o,r,s){super(o,r,s),this._changeDetectorRef=e,this._container=i}ngAfterContentInit(){this._container._contentMarginChanges.subscribe(()=>{this._changeDetectorRef.markForCheck()})}static{this.\u0275fac=function(i){return new(i||t)(h(ke),h(tt(()=>hA)),h(te),h(oc),h(ie))}}static{this.\u0275cmp=$({type:t,selectors:[["mat-drawer-content"]],hostAttrs:[1,"mat-drawer-content"],hostVars:4,hostBindings:function(i,o){i&2&&nt("margin-left",o._container._contentMargins.left,"px")("margin-right",o._container._contentMargins.right,"px")},standalone:!0,features:[we([{provide:Ds,useExisting:t}]),_e,it],ngContentSelectors:dC,decls:1,vars:0,template:function(i,o){i&1&&(qe(),Ee(0))},encapsulation:2,changeDetection:0})}}return t})(),uA=(()=>{class t{get position(){return this._position}set position(e){e=e==="end"?"end":"start",e!==this._position&&(this._isAttached&&this._updatePositionInParent(e),this._position=e,this.onPositionChanged.emit())}get mode(){return this._mode}set mode(e){this._mode=e,this._updateFocusTrapState(),this._modeChanged.next()}get disableClose(){return this._disableClose}set disableClose(e){this._disableClose=Ot(e)}get autoFocus(){let e=this._autoFocus;return e??(this.mode==="side"?"dialog":"first-tabbable")}set autoFocus(e){(e==="true"||e==="false"||e==null)&&(e=Ot(e)),this._autoFocus=e}get opened(){return this._opened}set opened(e){this.toggle(Ot(e))}constructor(e,i,o,r,s,a,c,l){this._elementRef=e,this._focusTrapFactory=i,this._focusMonitor=o,this._platform=r,this._ngZone=s,this._interactivityChecker=a,this._doc=c,this._container=l,this._focusTrap=null,this._elementFocusedBeforeDrawerWasOpened=null,this._enableAnimations=!1,this._position="start",this._mode="over",this._disableClose=!1,this._opened=!1,this._animationStarted=new X,this._animationEnd=new X,this._animationState="void",this.openedChange=new P(!0),this._openedStream=this.openedChange.pipe(Oe(d=>d),ne(()=>{})),this.openedStart=this._animationStarted.pipe(Oe(d=>d.fromState!==d.toState&&d.toState.indexOf("open")===0),io(void 0)),this._closedStream=this.openedChange.pipe(Oe(d=>!d),ne(()=>{})),this.closedStart=this._animationStarted.pipe(Oe(d=>d.fromState!==d.toState&&d.toState==="void"),io(void 0)),this._destroyed=new X,this.onPositionChanged=new P,this._modeChanged=new X,this._injector=M(Ne),this._changeDetectorRef=M(ke),this.openedChange.pipe(He(this._destroyed)).subscribe(d=>{d?(this._doc&&(this._elementFocusedBeforeDrawerWasOpened=this._doc.activeElement),this._takeFocus()):this._isFocusWithinDrawer()&&this._restoreFocus(this._openedVia||"program")}),this._ngZone.runOutsideAngular(()=>{to(this._elementRef.nativeElement,"keydown").pipe(Oe(d=>d.keyCode===27&&!this.disableClose&&!Au(d)),He(this._destroyed)).subscribe(d=>this._ngZone.run(()=>{this.close(),d.stopPropagation(),d.preventDefault()}))}),this._animationEnd.subscribe(d=>{let{fromState:u,toState:g}=d;(g.indexOf("open")===0&&u==="void"||g==="void"&&u.indexOf("open")===0)&&this.openedChange.emit(this._opened)})}_forceFocus(e,i){this._interactivityChecker.isFocusable(e)||(e.tabIndex=-1,this._ngZone.runOutsideAngular(()=>{let o=()=>{e.removeEventListener("blur",o),e.removeEventListener("mousedown",o),e.removeAttribute("tabindex")};e.addEventListener("blur",o),e.addEventListener("mousedown",o)})),e.focus(i)}_focusByCssSelector(e,i){let o=this._elementRef.nativeElement.querySelector(e);o&&this._forceFocus(o,i)}_takeFocus(){if(!this._focusTrap)return;let e=this._elementRef.nativeElement;switch(this.autoFocus){case!1:case"dialog":return;case!0:case"first-tabbable":Cn(()=>{!this._focusTrap.focusInitialElement()&&typeof e.focus=="function"&&e.focus()},{injector:this._injector});break;case"first-heading":this._focusByCssSelector('h1, h2, h3, h4, h5, h6, [role="heading"]');break;default:this._focusByCssSelector(this.autoFocus);break}}_restoreFocus(e){this.autoFocus!=="dialog"&&(this._elementFocusedBeforeDrawerWasOpened?this._focusMonitor.focusVia(this._elementFocusedBeforeDrawerWasOpened,e):this._elementRef.nativeElement.blur(),this._elementFocusedBeforeDrawerWasOpened=null)}_isFocusWithinDrawer(){let e=this._doc.activeElement;return!!e&&this._elementRef.nativeElement.contains(e)}ngAfterViewInit(){this._isAttached=!0,this._position==="end"&&this._updatePositionInParent("end"),this._platform.isBrowser&&(this._focusTrap=this._focusTrapFactory.create(this._elementRef.nativeElement),this._updateFocusTrapState())}ngAfterContentChecked(){this._platform.isBrowser&&(this._enableAnimations=!0)}ngOnDestroy(){this._focusTrap?.destroy(),this._anchor?.remove(),this._anchor=null,this._animationStarted.complete(),this._animationEnd.complete(),this._modeChanged.complete(),this._destroyed.next(),this._destroyed.complete()}open(e){return this.toggle(!0,e)}close(){return this.toggle(!1)}_closeViaBackdropClick(){return this._setOpen(!1,!0,"mouse")}toggle(e=!this.opened,i){e&&i&&(this._openedVia=i);let o=this._setOpen(e,!e&&this._isFocusWithinDrawer(),this._openedVia||"program");return e||(this._openedVia=null),o}_setOpen(e,i,o){return this._opened=e,e?this._animationState=this._enableAnimations?"open":"open-instant":(this._animationState="void",i&&this._restoreFocus(o)),this._changeDetectorRef.markForCheck(),this._updateFocusTrapState(),new Promise(r=>{this.openedChange.pipe(Je(1)).subscribe(s=>r(s?"open":"close"))})}_getWidth(){return this._elementRef.nativeElement&&this._elementRef.nativeElement.offsetWidth||0}_updateFocusTrapState(){this._focusTrap&&(this._focusTrap.enabled=!!this._container?.hasBackdrop&&this.opened)}_updatePositionInParent(e){if(!this._platform.isBrowser)return;let i=this._elementRef.nativeElement,o=i.parentNode;e==="end"?(this._anchor||(this._anchor=this._doc.createComment("mat-drawer-anchor"),o.insertBefore(this._anchor,i)),o.appendChild(i)):this._anchor&&this._anchor.parentNode.insertBefore(i,this._anchor)}static{this.\u0275fac=function(i){return new(i||t)(h(te),h(fx),h(gx),h(gt),h(ie),h(q1),h(Me,8),h(uC,8))}}static{this.\u0275cmp=$({type:t,selectors:[["mat-drawer"]],viewQuery:function(i,o){if(i&1&&Re(iA,5),i&2){let r;me(r=ge())&&(o._content=r.first)}},hostAttrs:["tabIndex","-1",1,"mat-drawer"],hostVars:12,hostBindings:function(i,o){i&1&&gs("@transform.start",function(s){return o._animationStarted.next(s)})("@transform.done",function(s){return o._animationEnd.next(s)}),i&2&&(ms("@transform",o._animationState),G("align",null),en("mat-drawer-end",o.position==="end")("mat-drawer-over",o.mode==="over")("mat-drawer-push",o.mode==="push")("mat-drawer-side",o.mode==="side")("mat-drawer-opened",o.opened))},inputs:{position:"position",mode:"mode",disableClose:"disableClose",autoFocus:"autoFocus",opened:"opened"},outputs:{openedChange:"openedChange",_openedStream:"opened",openedStart:"openedStart",_closedStream:"closed",closedStart:"closedStart",onPositionChanged:"positionChanged"},exportAs:["matDrawer"],standalone:!0,features:[it],ngContentSelectors:dC,decls:3,vars:0,consts:[["content",""],["cdkScrollable","",1,"mat-drawer-inner-container"]],template:function(i,o){i&1&&(qe(),C(0,"div",1,0),Ee(2),b())},dependencies:[Ds],encapsulation:2,data:{animation:[cA.transformDrawer]},changeDetection:0})}}return t})(),hA=(()=>{class t{get start(){return this._start}get end(){return this._end}get autosize(){return this._autosize}set autosize(e){this._autosize=Ot(e)}get hasBackdrop(){return this._drawerHasBackdrop(this._start)||this._drawerHasBackdrop(this._end)}set hasBackdrop(e){this._backdropOverride=e==null?null:Ot(e)}get scrollable(){return this._userContent||this._content}constructor(e,i,o,r,s,a=!1,c){this._dir=e,this._element=i,this._ngZone=o,this._changeDetectorRef=r,this._animationMode=c,this._drawers=new lo,this.backdropClick=new P,this._destroyed=new X,this._doCheckSubject=new X,this._contentMargins={left:null,right:null},this._contentMarginChanges=new X,this._injector=M(Ne),e&&e.change.pipe(He(this._destroyed)).subscribe(()=>{this._validateDrawers(),this.updateContentMargins()}),s.change().pipe(He(this._destroyed)).subscribe(()=>this.updateContentMargins()),this._autosize=a}ngAfterContentInit(){this._allDrawers.changes.pipe(yn(this._allDrawers),He(this._destroyed)).subscribe(e=>{this._drawers.reset(e.filter(i=>!i._container||i._container===this)),this._drawers.notifyOnChanges()}),this._drawers.changes.pipe(yn(null)).subscribe(()=>{this._validateDrawers(),this._drawers.forEach(e=>{this._watchDrawerToggle(e),this._watchDrawerPosition(e),this._watchDrawerMode(e)}),(!this._drawers.length||this._isDrawerOpen(this._start)||this._isDrawerOpen(this._end))&&this.updateContentMargins(),this._changeDetectorRef.markForCheck()}),this._ngZone.runOutsideAngular(()=>{this._doCheckSubject.pipe(gn(10),He(this._destroyed)).subscribe(()=>this.updateContentMargins())})}ngOnDestroy(){this._contentMarginChanges.complete(),this._doCheckSubject.complete(),this._drawers.destroy(),this._destroyed.next(),this._destroyed.complete()}open(){this._drawers.forEach(e=>e.open())}close(){this._drawers.forEach(e=>e.close())}updateContentMargins(){let e=0,i=0;if(this._left&&this._left.opened){if(this._left.mode=="side")e+=this._left._getWidth();else if(this._left.mode=="push"){let o=this._left._getWidth();e+=o,i-=o}}if(this._right&&this._right.opened){if(this._right.mode=="side")i+=this._right._getWidth();else if(this._right.mode=="push"){let o=this._right._getWidth();i+=o,e-=o}}e=e||null,i=i||null,(e!==this._contentMargins.left||i!==this._contentMargins.right)&&(this._contentMargins={left:e,right:i},this._ngZone.run(()=>this._contentMarginChanges.next(this._contentMargins)))}ngDoCheck(){this._autosize&&this._isPushed()&&this._ngZone.runOutsideAngular(()=>this._doCheckSubject.next())}_watchDrawerToggle(e){e._animationStarted.pipe(Oe(i=>i.fromState!==i.toState),He(this._drawers.changes)).subscribe(i=>{i.toState!=="open-instant"&&this._animationMode!=="NoopAnimations"&&this._element.nativeElement.classList.add("mat-drawer-transition"),this.updateContentMargins(),this._changeDetectorRef.markForCheck()}),e.mode!=="side"&&e.openedChange.pipe(He(this._drawers.changes)).subscribe(()=>this._setContainerClass(e.opened))}_watchDrawerPosition(e){e&&e.onPositionChanged.pipe(He(this._drawers.changes)).subscribe(()=>{Cn(()=>{this._validateDrawers()},{injector:this._injector,phase:ai.Read})})}_watchDrawerMode(e){e&&e._modeChanged.pipe(He(Pp(this._drawers.changes,this._destroyed))).subscribe(()=>{this.updateContentMargins(),this._changeDetectorRef.markForCheck()})}_setContainerClass(e){let i=this._element.nativeElement.classList,o="mat-drawer-container-has-open";e?i.add(o):i.remove(o)}_validateDrawers(){this._start=this._end=null,this._drawers.forEach(e=>{e.position=="end"?(this._end!=null,this._end=e):(this._start!=null,this._start=e)}),this._right=this._left=null,this._dir&&this._dir.value==="rtl"?(this._left=this._end,this._right=this._start):(this._left=this._start,this._right=this._end)}_isPushed(){return this._isDrawerOpen(this._start)&&this._start.mode!="over"||this._isDrawerOpen(this._end)&&this._end.mode!="over"}_onBackdropClicked(){this.backdropClick.emit(),this._closeModalDrawersViaBackdrop()}_closeModalDrawersViaBackdrop(){[this._start,this._end].filter(e=>e&&!e.disableClose&&this._drawerHasBackdrop(e)).forEach(e=>e._closeViaBackdropClick())}_isShowingBackdrop(){return this._isDrawerOpen(this._start)&&this._drawerHasBackdrop(this._start)||this._isDrawerOpen(this._end)&&this._drawerHasBackdrop(this._end)}_isDrawerOpen(e){return e!=null&&e.opened}_drawerHasBackdrop(e){return this._backdropOverride==null?!!e&&e.mode!=="side":this._backdropOverride}static{this.\u0275fac=function(i){return new(i||t)(h(xs,8),h(te),h(ie),h(ke),h(r0),h(lA),h(Yd,8))}}static{this.\u0275cmp=$({type:t,selectors:[["mat-drawer-container"]],contentQueries:function(i,o,r){if(i&1&&(tn(r,a0,5),tn(r,uA,5)),i&2){let s;me(s=ge())&&(o._content=s.first),me(s=ge())&&(o._allDrawers=s)}},viewQuery:function(i,o){if(i&1&&Re(a0,5),i&2){let r;me(r=ge())&&(o._userContent=r.first)}},hostAttrs:[1,"mat-drawer-container"],hostVars:2,hostBindings:function(i,o){i&2&&en("mat-drawer-container-explicit-backdrop",o._backdropOverride)},inputs:{autosize:"autosize",hasBackdrop:"hasBackdrop"},outputs:{backdropClick:"backdropClick"},exportAs:["matDrawerContainer"],standalone:!0,features:[we([{provide:uC,useExisting:t}]),it],ngContentSelectors:rA,decls:4,vars:2,consts:[[1,"mat-drawer-backdrop",3,"mat-drawer-shown"],[1,"mat-drawer-backdrop",3,"click"]],template:function(i,o){i&1&&(qe(oA),S(0,sA,1,2,"div",0),Ee(1),Ee(2,1),S(3,aA,2,0,"mat-drawer-content")),i&2&&(D(o.hasBackdrop?0:-1),m(3),D(o._content?-1:3))},dependencies:[a0],styles:['.mat-drawer-container{position:relative;z-index:1;color:var(--mat-sidenav-content-text-color, var(--mat-app-on-background));background-color:var(--mat-sidenav-content-background-color, var(--mat-app-background));box-sizing:border-box;-webkit-overflow-scrolling:touch;display:block;overflow:hidden}.mat-drawer-container[fullscreen]{top:0;left:0;right:0;bottom:0;position:absolute}.mat-drawer-container[fullscreen].mat-drawer-container-has-open{overflow:hidden}.mat-drawer-container.mat-drawer-container-explicit-backdrop .mat-drawer-side{z-index:3}.mat-drawer-container.ng-animate-disabled .mat-drawer-backdrop,.mat-drawer-container.ng-animate-disabled .mat-drawer-content,.ng-animate-disabled .mat-drawer-container .mat-drawer-backdrop,.ng-animate-disabled .mat-drawer-container .mat-drawer-content{transition:none}.mat-drawer-backdrop{top:0;left:0;right:0;bottom:0;position:absolute;display:block;z-index:3;visibility:hidden}.mat-drawer-backdrop.mat-drawer-shown{visibility:visible;background-color:var(--mat-sidenav-scrim-color)}.mat-drawer-transition .mat-drawer-backdrop{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:background-color,visibility}.cdk-high-contrast-active .mat-drawer-backdrop{opacity:.5}.mat-drawer-content{position:relative;z-index:1;display:block;height:100%;overflow:auto}.mat-drawer-transition .mat-drawer-content{transition-duration:400ms;transition-timing-function:cubic-bezier(0.25, 0.8, 0.25, 1);transition-property:transform,margin-left,margin-right}.mat-drawer{position:relative;z-index:4;color:var(--mat-sidenav-container-text-color, var(--mat-app-on-surface-variant));box-shadow:var(--mat-sidenav-container-elevation-shadow);background-color:var(--mat-sidenav-container-background-color, var(--mat-app-surface));border-top-right-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));border-bottom-right-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));width:var(--mat-sidenav-container-width);display:block;position:absolute;top:0;bottom:0;z-index:3;outline:0;box-sizing:border-box;overflow-y:auto;transform:translate3d(-100%, 0, 0)}.cdk-high-contrast-active .mat-drawer,.cdk-high-contrast-active [dir=rtl] .mat-drawer.mat-drawer-end{border-right:solid 1px currentColor}.cdk-high-contrast-active [dir=rtl] .mat-drawer,.cdk-high-contrast-active .mat-drawer.mat-drawer-end{border-left:solid 1px currentColor;border-right:none}.mat-drawer.mat-drawer-side{z-index:2}.mat-drawer.mat-drawer-end{right:0;transform:translate3d(100%, 0, 0);border-top-left-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));border-bottom-left-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));border-top-right-radius:0;border-bottom-right-radius:0}[dir=rtl] .mat-drawer{border-top-left-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));border-bottom-left-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));border-top-right-radius:0;border-bottom-right-radius:0;transform:translate3d(100%, 0, 0)}[dir=rtl] .mat-drawer.mat-drawer-end{border-top-right-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));border-bottom-right-radius:var(--mat-sidenav-container-shape, var(--mat-app-corner-large));border-top-left-radius:0;border-bottom-left-radius:0;left:0;right:auto;transform:translate3d(-100%, 0, 0)}.mat-drawer[style*="visibility: hidden"]{display:none}.mat-drawer-side{box-shadow:none;border-right-color:var(--mat-sidenav-container-divider-color);border-right-width:1px;border-right-style:solid}.mat-drawer-side.mat-drawer-end{border-left-color:var(--mat-sidenav-container-divider-color);border-left-width:1px;border-left-style:solid;border-right:none}[dir=rtl] .mat-drawer-side{border-left-color:var(--mat-sidenav-container-divider-color);border-left-width:1px;border-left-style:solid;border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-right-color:var(--mat-sidenav-container-divider-color);border-right-width:1px;border-right-style:solid;border-left:none}.mat-drawer-inner-container{width:100%;height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.mat-sidenav-fixed{position:fixed}'],encapsulation:2,changeDetection:0})}}return t})();var rX=(()=>{class t{static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275mod=H({type:t})}static{this.\u0275inj=B({imports:[$n,ic,ic,$n]})}}return t})();var ye="primary",xc=Symbol("RouteTitle"),h0=class{constructor(n){this.params=n||{}}has(n){return Object.prototype.hasOwnProperty.call(this.params,n)}get(n){if(this.has(n)){let e=this.params[n];return Array.isArray(e)?e[0]:e}return null}getAll(n){if(this.has(n)){let e=this.params[n];return Array.isArray(e)?e:[e]}return[]}get keys(){return Object.keys(this.params)}};function Rs(t){return new h0(t)}function pA(t,n,e){let i=e.path.split("/");if(i.length>t.length||e.pathMatch==="full"&&(n.hasChildren()||i.length<t.length))return null;let o={};for(let r=0;r<i.length;r++){let s=i[r],a=t[r];if(s[0]===":")o[s.substring(1)]=a;else if(s!==a.path)return null}return{consumed:t.slice(0,i.length),posParams:o}}function fA(t,n){if(t.length!==n.length)return!1;for(let e=0;e<t.length;++e)if(!yi(t[e],n[e]))return!1;return!0}function yi(t,n){let e=t?p0(t):void 0,i=n?p0(n):void 0;if(!e||!i||e.length!=i.length)return!1;let o;for(let r=0;r<e.length;r++)if(o=e[r],!CC(t[o],n[o]))return!1;return!0}function p0(t){return[...Object.keys(t),...Object.getOwnPropertySymbols(t)]}function CC(t,n){if(Array.isArray(t)&&Array.isArray(n)){if(t.length!==n.length)return!1;let e=[...t].sort(),i=[...n].sort();return e.every((o,r)=>i[r]===o)}else return t===n}function _C(t){return t.length>0?t[t.length-1]:null}function To(t){return Dt(t)?t:yo(t)?Fe(Promise.resolve(t)):W(t)}var mA={exact:MC,subset:IC},wC={exact:gA,subset:yA,ignored:()=>!0};function hC(t,n,e){return mA[e.paths](t.root,n.root,e.matrixParams)&&wC[e.queryParams](t.queryParams,n.queryParams)&&!(e.fragment==="exact"&&t.fragment!==n.fragment)}function gA(t,n){return yi(t,n)}function MC(t,n,e){if(!fr(t.segments,n.segments)||!nh(t.segments,n.segments,e)||t.numberOfChildren!==n.numberOfChildren)return!1;for(let i in n.children)if(!t.children[i]||!MC(t.children[i],n.children[i],e))return!1;return!0}function yA(t,n){return Object.keys(n).length<=Object.keys(t).length&&Object.keys(n).every(e=>CC(t[e],n[e]))}function IC(t,n,e){return SC(t,n,n.segments,e)}function SC(t,n,e,i){if(t.segments.length>e.length){let o=t.segments.slice(0,e.length);return!(!fr(o,e)||n.hasChildren()||!nh(o,e,i))}else if(t.segments.length===e.length){if(!fr(t.segments,e)||!nh(t.segments,e,i))return!1;for(let o in n.children)if(!t.children[o]||!IC(t.children[o],n.children[o],i))return!1;return!0}else{let o=e.slice(0,t.segments.length),r=e.slice(t.segments.length);return!fr(t.segments,o)||!nh(t.segments,o,i)||!t.children[ye]?!1:SC(t.children[ye],n,r,i)}}function nh(t,n,e){return n.every((i,o)=>wC[e](t[o].parameters,i.parameters))}var ji=class{constructor(n=new Pe([],{}),e={},i=null){this.root=n,this.queryParams=e,this.fragment=i}get queryParamMap(){return this._queryParamMap??=Rs(this.queryParams),this._queryParamMap}toString(){return bA.serialize(this)}},Pe=class{constructor(n,e){this.segments=n,this.children=e,this.parent=null,Object.values(e).forEach(i=>i.parent=this)}hasChildren(){return this.numberOfChildren>0}get numberOfChildren(){return Object.keys(this.children).length}toString(){return ih(this)}},pr=class{constructor(n,e){this.path=n,this.parameters=e}get parameterMap(){return this._parameterMap??=Rs(this.parameters),this._parameterMap}toString(){return TC(this)}};function vA(t,n){return fr(t,n)&&t.every((e,i)=>yi(e.parameters,n[i].parameters))}function fr(t,n){return t.length!==n.length?!1:t.every((e,i)=>e.path===n[i].path)}function kA(t,n){let e=[];return Object.entries(t.children).forEach(([i,o])=>{i===ye&&(e=e.concat(n(o,i)))}),Object.entries(t.children).forEach(([i,o])=>{i!==ye&&(e=e.concat(n(o,i)))}),e}var Cc=(()=>{class t{static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:()=>new Ps,providedIn:"root"})}}return t})(),Ps=class{parse(n){let e=new m0(n);return new ji(e.parseRootSegment(),e.parseQueryParams(),e.parseFragment())}serialize(n){let e=`/${sc(n.root,!0)}`,i=_A(n.queryParams),o=typeof n.fragment=="string"?`#${xA(n.fragment)}`:"";return`${e}${i}${o}`}},bA=new Ps;function ih(t){return t.segments.map(n=>TC(n)).join("/")}function sc(t,n){if(!t.hasChildren())return ih(t);if(n){let e=t.children[ye]?sc(t.children[ye],!1):"",i=[];return Object.entries(t.children).forEach(([o,r])=>{o!==ye&&i.push(`${o}:${sc(r,!1)}`)}),i.length>0?`${e}(${i.join("//")})`:e}else{let e=kA(t,(i,o)=>o===ye?[sc(t.children[ye],!1)]:[`${o}:${sc(i,!1)}`]);return Object.keys(t.children).length===1&&t.children[ye]!=null?`${ih(t)}/${e[0]}`:`${ih(t)}/(${e.join("//")})`}}function DC(t){return encodeURIComponent(t).replace(/%40/g,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",")}function eh(t){return DC(t).replace(/%3B/gi,";")}function xA(t){return encodeURI(t)}function f0(t){return DC(t).replace(/\(/g,"%28").replace(/\)/g,"%29").replace(/%26/gi,"&")}function oh(t){return decodeURIComponent(t)}function pC(t){return oh(t.replace(/\+/g,"%20"))}function TC(t){return`${f0(t.path)}${CA(t.parameters)}`}function CA(t){return Object.entries(t).map(([n,e])=>`;${f0(n)}=${f0(e)}`).join("")}function _A(t){let n=Object.entries(t).map(([e,i])=>Array.isArray(i)?i.map(o=>`${eh(e)}=${eh(o)}`).join("&"):`${eh(e)}=${eh(i)}`).filter(e=>e);return n.length?`?${n.join("&")}`:""}var wA=/^[^\/()?;#]+/;function c0(t){let n=t.match(wA);return n?n[0]:""}var MA=/^[^\/()?;=#]+/;function IA(t){let n=t.match(MA);return n?n[0]:""}var SA=/^[^=?&#]+/;function DA(t){let n=t.match(SA);return n?n[0]:""}var TA=/^[^&#]+/;function EA(t){let n=t.match(TA);return n?n[0]:""}var m0=class{constructor(n){this.url=n,this.remaining=n}parseRootSegment(){return this.consumeOptional("/"),this.remaining===""||this.peekStartsWith("?")||this.peekStartsWith("#")?new Pe([],{}):new Pe([],this.parseChildren())}parseQueryParams(){let n={};if(this.consumeOptional("?"))do this.parseQueryParam(n);while(this.consumeOptional("&"));return n}parseFragment(){return this.consumeOptional("#")?decodeURIComponent(this.remaining):null}parseChildren(){if(this.remaining==="")return{};this.consumeOptional("/");let n=[];for(this.peekStartsWith("(")||n.push(this.parseSegment());this.peekStartsWith("/")&&!this.peekStartsWith("//")&&!this.peekStartsWith("/(");)this.capture("/"),n.push(this.parseSegment());let e={};this.peekStartsWith("/(")&&(this.capture("/"),e=this.parseParens(!0));let i={};return this.peekStartsWith("(")&&(i=this.parseParens(!1)),(n.length>0||Object.keys(e).length>0)&&(i[ye]=new Pe(n,e)),i}parseSegment(){let n=c0(this.remaining);if(n===""&&this.peekStartsWith(";"))throw new Q(4009,!1);return this.capture(n),new pr(oh(n),this.parseMatrixParams())}parseMatrixParams(){let n={};for(;this.consumeOptional(";");)this.parseParam(n);return n}parseParam(n){let e=IA(this.remaining);if(!e)return;this.capture(e);let i="";if(this.consumeOptional("=")){let o=c0(this.remaining);o&&(i=o,this.capture(i))}n[oh(e)]=oh(i)}parseQueryParam(n){let e=DA(this.remaining);if(!e)return;this.capture(e);let i="";if(this.consumeOptional("=")){let s=EA(this.remaining);s&&(i=s,this.capture(i))}let o=pC(e),r=pC(i);if(n.hasOwnProperty(o)){let s=n[o];Array.isArray(s)||(s=[s],n[o]=s),s.push(r)}else n[o]=r}parseParens(n){let e={};for(this.capture("(");!this.consumeOptional(")")&&this.remaining.length>0;){let i=c0(this.remaining),o=this.remaining[i.length];if(o!=="/"&&o!==")"&&o!==";")throw new Q(4010,!1);let r;i.indexOf(":")>-1?(r=i.slice(0,i.indexOf(":")),this.capture(r),this.capture(":")):n&&(r=ye);let s=this.parseChildren();e[r]=Object.keys(s).length===1?s[ye]:new Pe([],s),this.consumeOptional("//")}return e}peekStartsWith(n){return this.remaining.startsWith(n)}consumeOptional(n){return this.peekStartsWith(n)?(this.remaining=this.remaining.substring(n.length),!0):!1}capture(n){if(!this.consumeOptional(n))throw new Q(4011,!1)}};function EC(t){return t.segments.length>0?new Pe([],{[ye]:t}):t}function AC(t){let n={};for(let[i,o]of Object.entries(t.children)){let r=AC(o);if(i===ye&&r.segments.length===0&&r.hasChildren())for(let[s,a]of Object.entries(r.children))n[s]=a;else(r.segments.length>0||r.hasChildren())&&(n[i]=r)}let e=new Pe(t.segments,n);return AA(e)}function AA(t){if(t.numberOfChildren===1&&t.children[ye]){let n=t.children[ye];return new Pe(t.segments.concat(n.segments),n.children)}return t}function mr(t){return t instanceof ji}function LA(t,n,e=null,i=null){let o=LC(t);return OC(o,n,e,i)}function LC(t){let n;function e(r){let s={};for(let c of r.children){let l=e(c);s[c.outlet]=l}let a=new Pe(r.url,s);return r===t&&(n=a),a}let i=e(t.root),o=EC(i);return n??o}function OC(t,n,e,i){let o=t;for(;o.parent;)o=o.parent;if(n.length===0)return l0(o,o,o,e,i);let r=OA(n);if(r.toRoot())return l0(o,o,new Pe([],{}),e,i);let s=RA(r,o,t),a=s.processChildren?lc(s.segmentGroup,s.index,r.commands):PC(s.segmentGroup,s.index,r.commands);return l0(o,s.segmentGroup,a,e,i)}function rh(t){return typeof t=="object"&&t!=null&&!t.outlets&&!t.segmentPath}function hc(t){return typeof t=="object"&&t!=null&&t.outlets}function l0(t,n,e,i,o){let r={};i&&Object.entries(i).forEach(([c,l])=>{r[c]=Array.isArray(l)?l.map(d=>`${d}`):`${l}`});let s;t===n?s=e:s=RC(t,n,e);let a=EC(AC(s));return new ji(a,r,o)}function RC(t,n,e){let i={};return Object.entries(t.children).forEach(([o,r])=>{r===n?i[o]=e:i[o]=RC(r,n,e)}),new Pe(t.segments,i)}var sh=class{constructor(n,e,i){if(this.isAbsolute=n,this.numberOfDoubleDots=e,this.commands=i,n&&i.length>0&&rh(i[0]))throw new Q(4003,!1);let o=i.find(hc);if(o&&o!==_C(i))throw new Q(4004,!1)}toRoot(){return this.isAbsolute&&this.commands.length===1&&this.commands[0]=="/"}};function OA(t){if(typeof t[0]=="string"&&t.length===1&&t[0]==="/")return new sh(!0,0,t);let n=0,e=!1,i=t.reduce((o,r,s)=>{if(typeof r=="object"&&r!=null){if(r.outlets){let a={};return Object.entries(r.outlets).forEach(([c,l])=>{a[c]=typeof l=="string"?l.split("/"):l}),[...o,{outlets:a}]}if(r.segmentPath)return[...o,r.segmentPath]}return typeof r!="string"?[...o,r]:s===0?(r.split("/").forEach((a,c)=>{c==0&&a==="."||(c==0&&a===""?e=!0:a===".."?n++:a!=""&&o.push(a))}),o):[...o,r]},[]);return new sh(e,n,i)}var As=class{constructor(n,e,i){this.segmentGroup=n,this.processChildren=e,this.index=i}};function RA(t,n,e){if(t.isAbsolute)return new As(n,!0,0);if(!e)return new As(n,!1,NaN);if(e.parent===null)return new As(e,!0,0);let i=rh(t.commands[0])?0:1,o=e.segments.length-1+i;return PA(e,o,t.numberOfDoubleDots)}function PA(t,n,e){let i=t,o=n,r=e;for(;r>o;){if(r-=o,i=i.parent,!i)throw new Q(4005,!1);o=i.segments.length}return new As(i,!1,o-r)}function FA(t){return hc(t[0])?t[0].outlets:{[ye]:t}}function PC(t,n,e){if(t??=new Pe([],{}),t.segments.length===0&&t.hasChildren())return lc(t,n,e);let i=NA(t,n,e),o=e.slice(i.commandIndex);if(i.match&&i.pathIndex<t.segments.length){let r=new Pe(t.segments.slice(0,i.pathIndex),{});return r.children[ye]=new Pe(t.segments.slice(i.pathIndex),t.children),lc(r,0,o)}else return i.match&&o.length===0?new Pe(t.segments,{}):i.match&&!t.hasChildren()?g0(t,n,e):i.match?lc(t,0,o):g0(t,n,e)}function lc(t,n,e){if(e.length===0)return new Pe(t.segments,{});{let i=FA(e),o={};if(Object.keys(i).some(r=>r!==ye)&&t.children[ye]&&t.numberOfChildren===1&&t.children[ye].segments.length===0){let r=lc(t.children[ye],n,e);return new Pe(t.segments,r.children)}return Object.entries(i).forEach(([r,s])=>{typeof s=="string"&&(s=[s]),s!==null&&(o[r]=PC(t.children[r],n,s))}),Object.entries(t.children).forEach(([r,s])=>{i[r]===void 0&&(o[r]=s)}),new Pe(t.segments,o)}}function NA(t,n,e){let i=0,o=n,r={match:!1,pathIndex:0,commandIndex:0};for(;o<t.segments.length;){if(i>=e.length)return r;let s=t.segments[o],a=e[i];if(hc(a))break;let c=`${a}`,l=i<e.length-1?e[i+1]:null;if(o>0&&c===void 0)break;if(c&&l&&typeof l=="object"&&l.outlets===void 0){if(!mC(c,l,s))return r;i+=2}else{if(!mC(c,{},s))return r;i++}o++}return{match:!0,pathIndex:o,commandIndex:i}}function g0(t,n,e){let i=t.segments.slice(0,n),o=0;for(;o<e.length;){let r=e[o];if(hc(r)){let c=qA(r.outlets);return new Pe(i,c)}if(o===0&&rh(e[0])){let c=t.segments[n];i.push(new pr(c.path,fC(e[0]))),o++;continue}let s=hc(r)?r.outlets[ye]:`${r}`,a=o<e.length-1?e[o+1]:null;s&&a&&rh(a)?(i.push(new pr(s,fC(a))),o+=2):(i.push(new pr(s,{})),o++)}return new Pe(i,{})}function qA(t){let n={};return Object.entries(t).forEach(([e,i])=>{typeof i=="string"&&(i=[i]),i!==null&&(n[e]=g0(new Pe([],{}),0,i))}),n}function fC(t){let n={};return Object.entries(t).forEach(([e,i])=>n[e]=`${i}`),n}function mC(t,n,e){return t==e.path&&yi(n,e.parameters)}var dc="imperative",kt=function(t){return t[t.NavigationStart=0]="NavigationStart",t[t.NavigationEnd=1]="NavigationEnd",t[t.NavigationCancel=2]="NavigationCancel",t[t.NavigationError=3]="NavigationError",t[t.RoutesRecognized=4]="RoutesRecognized",t[t.ResolveStart=5]="ResolveStart",t[t.ResolveEnd=6]="ResolveEnd",t[t.GuardsCheckStart=7]="GuardsCheckStart",t[t.GuardsCheckEnd=8]="GuardsCheckEnd",t[t.RouteConfigLoadStart=9]="RouteConfigLoadStart",t[t.RouteConfigLoadEnd=10]="RouteConfigLoadEnd",t[t.ChildActivationStart=11]="ChildActivationStart",t[t.ChildActivationEnd=12]="ChildActivationEnd",t[t.ActivationStart=13]="ActivationStart",t[t.ActivationEnd=14]="ActivationEnd",t[t.Scroll=15]="Scroll",t[t.NavigationSkipped=16]="NavigationSkipped",t}(kt||{}),En=class{constructor(n,e){this.id=n,this.url=e}},Fs=class extends En{constructor(n,e,i="imperative",o=null){super(n,e),this.type=kt.NavigationStart,this.navigationTrigger=i,this.restoredState=o}toString(){return`NavigationStart(id: ${this.id}, url: '${this.url}')`}},fn=class extends En{constructor(n,e,i){super(n,e),this.urlAfterRedirects=i,this.type=kt.NavigationEnd}toString(){return`NavigationEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}')`}},pn=function(t){return t[t.Redirect=0]="Redirect",t[t.SupersededByNewNavigation=1]="SupersededByNewNavigation",t[t.NoDataFromResolver=2]="NoDataFromResolver",t[t.GuardRejected=3]="GuardRejected",t}(pn||{}),ah=function(t){return t[t.IgnoredSameUrlNavigation=0]="IgnoredSameUrlNavigation",t[t.IgnoredByUrlHandlingStrategy=1]="IgnoredByUrlHandlingStrategy",t}(ah||{}),Vi=class extends En{constructor(n,e,i,o){super(n,e),this.reason=i,this.code=o,this.type=kt.NavigationCancel}toString(){return`NavigationCancel(id: ${this.id}, url: '${this.url}')`}},So=class extends En{constructor(n,e,i,o){super(n,e),this.reason=i,this.code=o,this.type=kt.NavigationSkipped}},pc=class extends En{constructor(n,e,i,o){super(n,e),this.error=i,this.target=o,this.type=kt.NavigationError}toString(){return`NavigationError(id: ${this.id}, url: '${this.url}', error: ${this.error})`}},ch=class extends En{constructor(n,e,i,o){super(n,e),this.urlAfterRedirects=i,this.state=o,this.type=kt.RoutesRecognized}toString(){return`RoutesRecognized(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}},y0=class extends En{constructor(n,e,i,o){super(n,e),this.urlAfterRedirects=i,this.state=o,this.type=kt.GuardsCheckStart}toString(){return`GuardsCheckStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}},v0=class extends En{constructor(n,e,i,o,r){super(n,e),this.urlAfterRedirects=i,this.state=o,this.shouldActivate=r,this.type=kt.GuardsCheckEnd}toString(){return`GuardsCheckEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state}, shouldActivate: ${this.shouldActivate})`}},k0=class extends En{constructor(n,e,i,o){super(n,e),this.urlAfterRedirects=i,this.state=o,this.type=kt.ResolveStart}toString(){return`ResolveStart(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}},b0=class extends En{constructor(n,e,i,o){super(n,e),this.urlAfterRedirects=i,this.state=o,this.type=kt.ResolveEnd}toString(){return`ResolveEnd(id: ${this.id}, url: '${this.url}', urlAfterRedirects: '${this.urlAfterRedirects}', state: ${this.state})`}},x0=class{constructor(n){this.route=n,this.type=kt.RouteConfigLoadStart}toString(){return`RouteConfigLoadStart(path: ${this.route.path})`}},C0=class{constructor(n){this.route=n,this.type=kt.RouteConfigLoadEnd}toString(){return`RouteConfigLoadEnd(path: ${this.route.path})`}},_0=class{constructor(n){this.snapshot=n,this.type=kt.ChildActivationStart}toString(){return`ChildActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}},w0=class{constructor(n){this.snapshot=n,this.type=kt.ChildActivationEnd}toString(){return`ChildActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}},M0=class{constructor(n){this.snapshot=n,this.type=kt.ActivationStart}toString(){return`ActivationStart(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}},I0=class{constructor(n){this.snapshot=n,this.type=kt.ActivationEnd}toString(){return`ActivationEnd(path: '${this.snapshot.routeConfig&&this.snapshot.routeConfig.path||""}')`}},lh=class{constructor(n,e,i){this.routerEvent=n,this.position=e,this.anchor=i,this.type=kt.Scroll}toString(){let n=this.position?`${this.position[0]}, ${this.position[1]}`:null;return`Scroll(anchor: '${this.anchor}', position: '${n}')`}},fc=class{},Ns=class{constructor(n,e){this.url=n,this.navigationBehaviorOptions=e}};function VA(t,n){return t.providers&&!t._injector&&(t._injector=cu(t.providers,n,`Route: ${t.path}`)),t._injector??n}function Wn(t){return t.outlet||ye}function jA(t,n){let e=t.filter(i=>Wn(i)===n);return e.push(...t.filter(i=>Wn(i)!==n)),e}function _c(t){if(!t)return null;if(t.routeConfig?._injector)return t.routeConfig._injector;for(let n=t.parent;n;n=n.parent){let e=n.routeConfig;if(e?._loadedInjector)return e._loadedInjector;if(e?._injector)return e._injector}return null}var S0=class{get injector(){return _c(this.route?.snapshot)??this.rootInjector}set injector(n){}constructor(n){this.rootInjector=n,this.outlet=null,this.route=null,this.children=new wc(this.rootInjector),this.attachRef=null}},wc=(()=>{class t{constructor(e){this.rootInjector=e,this.contexts=new Map}onChildOutletCreated(e,i){let o=this.getOrCreateContext(e);o.outlet=i,this.contexts.set(e,o)}onChildOutletDestroyed(e){let i=this.getContext(e);i&&(i.outlet=null,i.attachRef=null)}onOutletDeactivated(){let e=this.contexts;return this.contexts=new Map,e}onOutletReAttached(e){this.contexts=e}getOrCreateContext(e){let i=this.getContext(e);return i||(i=new S0(this.rootInjector),this.contexts.set(e,i)),i}getContext(e){return this.contexts.get(e)||null}static{this.\u0275fac=function(i){return new(i||t)(I(jt))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})(),dh=class{constructor(n){this._root=n}get root(){return this._root.value}parent(n){let e=this.pathFromRoot(n);return e.length>1?e[e.length-2]:null}children(n){let e=D0(n,this._root);return e?e.children.map(i=>i.value):[]}firstChild(n){let e=D0(n,this._root);return e&&e.children.length>0?e.children[0].value:null}siblings(n){let e=T0(n,this._root);return e.length<2?[]:e[e.length-2].children.map(o=>o.value).filter(o=>o!==n)}pathFromRoot(n){return T0(n,this._root).map(e=>e.value)}};function D0(t,n){if(t===n.value)return n;for(let e of n.children){let i=D0(t,e);if(i)return i}return null}function T0(t,n){if(t===n.value)return[n];for(let e of n.children){let i=T0(t,e);if(i.length)return i.unshift(n),i}return[]}var hn=class{constructor(n,e){this.value=n,this.children=e}toString(){return`TreeNode(${this.value})`}};function Es(t){let n={};return t&&t.children.forEach(e=>n[e.value.outlet]=e),n}var uh=class extends dh{constructor(n,e){super(n),this.snapshot=e,q0(this,n)}toString(){return this.snapshot.toString()}};function FC(t){let n=zA(t),e=new Ye([new pr("",{})]),i=new Ye({}),o=new Ye({}),r=new Ye({}),s=new Ye(""),a=new Do(e,i,r,s,o,ye,t,n.root);return a.snapshot=n.root,new uh(new hn(a,[]),n)}function zA(t){let n={},e={},i={},o="",r=new Ls([],n,i,o,e,ye,t,null,{});return new ph("",new hn(r,[]))}var Do=class{constructor(n,e,i,o,r,s,a,c){this.urlSubject=n,this.paramsSubject=e,this.queryParamsSubject=i,this.fragmentSubject=o,this.dataSubject=r,this.outlet=s,this.component=a,this._futureSnapshot=c,this.title=this.dataSubject?.pipe(ne(l=>l[xc]))??W(void 0),this.url=n,this.params=e,this.queryParams=i,this.fragment=o,this.data=r}get routeConfig(){return this._futureSnapshot.routeConfig}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap??=this.params.pipe(ne(n=>Rs(n))),this._paramMap}get queryParamMap(){return this._queryParamMap??=this.queryParams.pipe(ne(n=>Rs(n))),this._queryParamMap}toString(){return this.snapshot?this.snapshot.toString():`Future(${this._futureSnapshot})`}};function hh(t,n,e="emptyOnly"){let i,{routeConfig:o}=t;return n!==null&&(e==="always"||o?.path===""||!n.component&&!n.routeConfig?.loadComponent)?i={params:k(k({},n.params),t.params),data:k(k({},n.data),t.data),resolve:k(k(k(k({},t.data),n.data),o?.data),t._resolvedData)}:i={params:k({},t.params),data:k({},t.data),resolve:k(k({},t.data),t._resolvedData??{})},o&&qC(o)&&(i.resolve[xc]=o.title),i}var Ls=class{get title(){return this.data?.[xc]}constructor(n,e,i,o,r,s,a,c,l){this.url=n,this.params=e,this.queryParams=i,this.fragment=o,this.data=r,this.outlet=s,this.component=a,this.routeConfig=c,this._resolve=l}get root(){return this._routerState.root}get parent(){return this._routerState.parent(this)}get firstChild(){return this._routerState.firstChild(this)}get children(){return this._routerState.children(this)}get pathFromRoot(){return this._routerState.pathFromRoot(this)}get paramMap(){return this._paramMap??=Rs(this.params),this._paramMap}get queryParamMap(){return this._queryParamMap??=Rs(this.queryParams),this._queryParamMap}toString(){let n=this.url.map(i=>i.toString()).join("/"),e=this.routeConfig?this.routeConfig.path:"";return`Route(url:'${n}', path:'${e}')`}},ph=class extends dh{constructor(n,e){super(e),this.url=n,q0(this,e)}toString(){return NC(this._root)}};function q0(t,n){n.value._routerState=t,n.children.forEach(e=>q0(t,e))}function NC(t){let n=t.children.length>0?` { ${t.children.map(NC).join(", ")} } `:"";return`${t.value}${n}`}function d0(t){if(t.snapshot){let n=t.snapshot,e=t._futureSnapshot;t.snapshot=e,yi(n.queryParams,e.queryParams)||t.queryParamsSubject.next(e.queryParams),n.fragment!==e.fragment&&t.fragmentSubject.next(e.fragment),yi(n.params,e.params)||t.paramsSubject.next(e.params),fA(n.url,e.url)||t.urlSubject.next(e.url),yi(n.data,e.data)||t.dataSubject.next(e.data)}else t.snapshot=t._futureSnapshot,t.dataSubject.next(t._futureSnapshot.data)}function E0(t,n){let e=yi(t.params,n.params)&&vA(t.url,n.url),i=!t.parent!=!n.parent;return e&&!i&&(!t.parent||E0(t.parent,n.parent))}function qC(t){return typeof t.title=="string"||t.title===null}var BA=(()=>{class t{constructor(){this.activated=null,this._activatedRoute=null,this.name=ye,this.activateEvents=new P,this.deactivateEvents=new P,this.attachEvents=new P,this.detachEvents=new P,this.parentContexts=M(wc),this.location=M(At),this.changeDetector=M(ke),this.inputBinder=M(yh,{optional:!0}),this.supportsBindingToComponentInputs=!0}get activatedComponentRef(){return this.activated}ngOnChanges(e){if(e.name){let{firstChange:i,previousValue:o}=e.name;if(i)return;this.isTrackedInParentContexts(o)&&(this.deactivate(),this.parentContexts.onChildOutletDestroyed(o)),this.initializeOutletWithName()}}ngOnDestroy(){this.isTrackedInParentContexts(this.name)&&this.parentContexts.onChildOutletDestroyed(this.name),this.inputBinder?.unsubscribeFromRouteData(this)}isTrackedInParentContexts(e){return this.parentContexts.getContext(e)?.outlet===this}ngOnInit(){this.initializeOutletWithName()}initializeOutletWithName(){if(this.parentContexts.onChildOutletCreated(this.name,this),this.activated)return;let e=this.parentContexts.getContext(this.name);e?.route&&(e.attachRef?this.attach(e.attachRef,e.route):this.activateWith(e.route,e.injector))}get isActivated(){return!!this.activated}get component(){if(!this.activated)throw new Q(4012,!1);return this.activated.instance}get activatedRoute(){if(!this.activated)throw new Q(4012,!1);return this._activatedRoute}get activatedRouteData(){return this._activatedRoute?this._activatedRoute.snapshot.data:{}}detach(){if(!this.activated)throw new Q(4012,!1);this.location.detach();let e=this.activated;return this.activated=null,this._activatedRoute=null,this.detachEvents.emit(e.instance),e}attach(e,i){this.activated=e,this._activatedRoute=i,this.location.insert(e.hostView),this.inputBinder?.bindActivatedRouteToOutletComponent(this),this.attachEvents.emit(e.instance)}deactivate(){if(this.activated){let e=this.component;this.activated.destroy(),this.activated=null,this._activatedRoute=null,this.deactivateEvents.emit(e)}}activateWith(e,i){if(this.isActivated)throw new Q(4013,!1);this._activatedRoute=e;let o=this.location,s=e.snapshot.component,a=this.parentContexts.getOrCreateContext(this.name).children,c=new A0(e,a,o.injector);this.activated=o.createComponent(s,{index:o.length,injector:c,environmentInjector:i}),this.changeDetector.markForCheck(),this.inputBinder?.bindActivatedRouteToOutletComponent(this),this.activateEvents.emit(this.activated.instance)}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275dir=Y({type:t,selectors:[["router-outlet"]],inputs:{name:"name"},outputs:{activateEvents:"activate",deactivateEvents:"deactivate",attachEvents:"attach",detachEvents:"detach"},exportAs:["outlet"],standalone:!0,features:[J]})}}return t})(),A0=class t{__ngOutletInjector(n){return new t(this.route,this.childContexts,n)}constructor(n,e,i){this.route=n,this.childContexts=e,this.parent=i}get(n,e){return n===Do?this.route:n===wc?this.childContexts:this.parent.get(n,e)}},yh=new O(""),gC=(()=>{class t{constructor(){this.outletDataSubscriptions=new Map}bindActivatedRouteToOutletComponent(e){this.unsubscribeFromRouteData(e),this.subscribeToRouteData(e)}unsubscribeFromRouteData(e){this.outletDataSubscriptions.get(e)?.unsubscribe(),this.outletDataSubscriptions.delete(e)}subscribeToRouteData(e){let{activatedRoute:i}=e,o=zo([i.queryParams,i.params,i.data]).pipe(ot(([r,s,a],c)=>(a=k(k(k({},r),s),a),c===0?W(a):Promise.resolve(a)))).subscribe(r=>{if(!e.isActivated||!e.activatedComponentRef||e.activatedRoute!==i||i.component===null){this.unsubscribeFromRouteData(e);return}let s=Cb(i.component);if(!s){this.unsubscribeFromRouteData(e);return}for(let{templateName:a}of s.inputs)e.activatedComponentRef.setInput(a,r[a])});this.outletDataSubscriptions.set(e,o)}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac})}}return t})();function HA(t,n,e){let i=mc(t,n._root,e?e._root:void 0);return new uh(i,n)}function mc(t,n,e){if(e&&t.shouldReuseRoute(n.value,e.value.snapshot)){let i=e.value;i._futureSnapshot=n.value;let o=UA(t,n,e);return new hn(i,o)}else{if(t.shouldAttach(n.value)){let r=t.retrieve(n.value);if(r!==null){let s=r.route;return s.value._futureSnapshot=n.value,s.children=n.children.map(a=>mc(t,a)),s}}let i=QA(n.value),o=n.children.map(r=>mc(t,r));return new hn(i,o)}}function UA(t,n,e){return n.children.map(i=>{for(let o of e.children)if(t.shouldReuseRoute(i.value,o.value.snapshot))return mc(t,i,o);return mc(t,i)})}function QA(t){return new Do(new Ye(t.url),new Ye(t.params),new Ye(t.queryParams),new Ye(t.fragment),new Ye(t.data),t.outlet,t.component,t)}var gc=class{constructor(n,e){this.redirectTo=n,this.navigationBehaviorOptions=e}},VC="ngNavigationCancelingError";function fh(t,n){let{redirectTo:e,navigationBehaviorOptions:i}=mr(n)?{redirectTo:n,navigationBehaviorOptions:void 0}:n,o=jC(!1,pn.Redirect);return o.url=e,o.navigationBehaviorOptions=i,o}function jC(t,n){let e=new Error(`NavigationCancelingError: ${t||""}`);return e[VC]=!0,e.cancellationCode=n,e}function $A(t){return zC(t)&&mr(t.url)}function zC(t){return!!t&&t[VC]}var WA=(t,n,e,i)=>ne(o=>(new L0(n,o.targetRouterState,o.currentRouterState,e,i).activate(t),o)),L0=class{constructor(n,e,i,o,r){this.routeReuseStrategy=n,this.futureState=e,this.currState=i,this.forwardEvent=o,this.inputBindingEnabled=r}activate(n){let e=this.futureState._root,i=this.currState?this.currState._root:null;this.deactivateChildRoutes(e,i,n),d0(this.futureState.root),this.activateChildRoutes(e,i,n)}deactivateChildRoutes(n,e,i){let o=Es(e);n.children.forEach(r=>{let s=r.value.outlet;this.deactivateRoutes(r,o[s],i),delete o[s]}),Object.values(o).forEach(r=>{this.deactivateRouteAndItsChildren(r,i)})}deactivateRoutes(n,e,i){let o=n.value,r=e?e.value:null;if(o===r)if(o.component){let s=i.getContext(o.outlet);s&&this.deactivateChildRoutes(n,e,s.children)}else this.deactivateChildRoutes(n,e,i);else r&&this.deactivateRouteAndItsChildren(e,i)}deactivateRouteAndItsChildren(n,e){n.value.component&&this.routeReuseStrategy.shouldDetach(n.value.snapshot)?this.detachAndStoreRouteSubtree(n,e):this.deactivateRouteAndOutlet(n,e)}detachAndStoreRouteSubtree(n,e){let i=e.getContext(n.value.outlet),o=i&&n.value.component?i.children:e,r=Es(n);for(let s of Object.values(r))this.deactivateRouteAndItsChildren(s,o);if(i&&i.outlet){let s=i.outlet.detach(),a=i.children.onOutletDeactivated();this.routeReuseStrategy.store(n.value.snapshot,{componentRef:s,route:n,contexts:a})}}deactivateRouteAndOutlet(n,e){let i=e.getContext(n.value.outlet),o=i&&n.value.component?i.children:e,r=Es(n);for(let s of Object.values(r))this.deactivateRouteAndItsChildren(s,o);i&&(i.outlet&&(i.outlet.deactivate(),i.children.onOutletDeactivated()),i.attachRef=null,i.route=null)}activateChildRoutes(n,e,i){let o=Es(e);n.children.forEach(r=>{this.activateRoutes(r,o[r.value.outlet],i),this.forwardEvent(new I0(r.value.snapshot))}),n.children.length&&this.forwardEvent(new w0(n.value.snapshot))}activateRoutes(n,e,i){let o=n.value,r=e?e.value:null;if(d0(o),o===r)if(o.component){let s=i.getOrCreateContext(o.outlet);this.activateChildRoutes(n,e,s.children)}else this.activateChildRoutes(n,e,i);else if(o.component){let s=i.getOrCreateContext(o.outlet);if(this.routeReuseStrategy.shouldAttach(o.snapshot)){let a=this.routeReuseStrategy.retrieve(o.snapshot);this.routeReuseStrategy.store(o.snapshot,null),s.children.onOutletReAttached(a.contexts),s.attachRef=a.componentRef,s.route=a.route.value,s.outlet&&s.outlet.attach(a.componentRef,a.route.value),d0(a.route.value),this.activateChildRoutes(n,null,s.children)}else s.attachRef=null,s.route=o,s.outlet&&s.outlet.activateWith(o,s.injector),this.activateChildRoutes(n,null,s.children)}else this.activateChildRoutes(n,null,i)}},mh=class{constructor(n){this.path=n,this.route=this.path[this.path.length-1]}},Os=class{constructor(n,e){this.component=n,this.route=e}};function GA(t,n,e){let i=t._root,o=n?n._root:null;return ac(i,o,e,[i.value])}function ZA(t){let n=t.routeConfig?t.routeConfig.canActivateChild:null;return!n||n.length===0?null:{node:t,guards:n}}function Vs(t,n){let e=Symbol(),i=n.get(t,e);return i===e?typeof t=="function"&&!Fy(t)?t:n.get(t):i}function ac(t,n,e,i,o={canDeactivateChecks:[],canActivateChecks:[]}){let r=Es(n);return t.children.forEach(s=>{KA(s,r[s.value.outlet],e,i.concat([s.value]),o),delete r[s.value.outlet]}),Object.entries(r).forEach(([s,a])=>uc(a,e.getContext(s),o)),o}function KA(t,n,e,i,o={canDeactivateChecks:[],canActivateChecks:[]}){let r=t.value,s=n?n.value:null,a=e?e.getContext(t.value.outlet):null;if(s&&r.routeConfig===s.routeConfig){let c=XA(s,r,r.routeConfig.runGuardsAndResolvers);c?o.canActivateChecks.push(new mh(i)):(r.data=s.data,r._resolvedData=s._resolvedData),r.component?ac(t,n,a?a.children:null,i,o):ac(t,n,e,i,o),c&&a&&a.outlet&&a.outlet.isActivated&&o.canDeactivateChecks.push(new Os(a.outlet.component,s))}else s&&uc(n,a,o),o.canActivateChecks.push(new mh(i)),r.component?ac(t,null,a?a.children:null,i,o):ac(t,null,e,i,o);return o}function XA(t,n,e){if(typeof e=="function")return e(t,n);switch(e){case"pathParamsChange":return!fr(t.url,n.url);case"pathParamsOrQueryParamsChange":return!fr(t.url,n.url)||!yi(t.queryParams,n.queryParams);case"always":return!0;case"paramsOrQueryParamsChange":return!E0(t,n)||!yi(t.queryParams,n.queryParams);case"paramsChange":default:return!E0(t,n)}}function uc(t,n,e){let i=Es(t),o=t.value;Object.entries(i).forEach(([r,s])=>{o.component?n?uc(s,n.children.getContext(r),e):uc(s,null,e):uc(s,n,e)}),o.component?n&&n.outlet&&n.outlet.isActivated?e.canDeactivateChecks.push(new Os(n.outlet.component,o)):e.canDeactivateChecks.push(new Os(null,o)):e.canDeactivateChecks.push(new Os(null,o))}function Mc(t){return typeof t=="function"}function YA(t){return typeof t=="boolean"}function JA(t){return t&&Mc(t.canLoad)}function eL(t){return t&&Mc(t.canActivate)}function tL(t){return t&&Mc(t.canActivateChild)}function nL(t){return t&&Mc(t.canDeactivate)}function iL(t){return t&&Mc(t.canMatch)}function BC(t){return t instanceof ln||t?.name==="EmptyError"}var th=Symbol("INITIAL_VALUE");function qs(){return ot(t=>zo(t.map(n=>n.pipe(Je(1),yn(th)))).pipe(ne(n=>{for(let e of n)if(e!==!0){if(e===th)return th;if(e===!1||oL(e))return e}return!0}),Oe(n=>n!==th),Je(1)))}function oL(t){return mr(t)||t instanceof gc}function rL(t,n){return Ke(e=>{let{targetSnapshot:i,currentSnapshot:o,guards:{canActivateChecks:r,canDeactivateChecks:s}}=e;return s.length===0&&r.length===0?W(K(k({},e),{guardsResult:!0})):sL(s,i,o,t).pipe(Ke(a=>a&&YA(a)?aL(i,r,t,n):W(a)),ne(a=>K(k({},e),{guardsResult:a})))})}function sL(t,n,e,i){return Fe(t).pipe(Ke(o=>hL(o.component,o.route,e,n,i)),oi(o=>o!==!0,!0))}function aL(t,n,e,i){return Fe(n).pipe(Vn(o=>dn(lL(o.route.parent,i),cL(o.route,i),uL(t,o.path,e),dL(t,o.route,e))),oi(o=>o!==!0,!0))}function cL(t,n){return t!==null&&n&&n(new M0(t)),W(!0)}function lL(t,n){return t!==null&&n&&n(new _0(t)),W(!0)}function dL(t,n,e){let i=n.routeConfig?n.routeConfig.canActivate:null;if(!i||i.length===0)return W(!0);let o=i.map(r=>Bo(()=>{let s=_c(n)??e,a=Vs(r,s),c=eL(a)?a.canActivate(n,t):zt(s,()=>a(n,t));return To(c).pipe(oi())}));return W(o).pipe(qs())}function uL(t,n,e){let i=n[n.length-1],r=n.slice(0,n.length-1).reverse().map(s=>ZA(s)).filter(s=>s!==null).map(s=>Bo(()=>{let a=s.guards.map(c=>{let l=_c(s.node)??e,d=Vs(c,l),u=tL(d)?d.canActivateChild(i,t):zt(l,()=>d(i,t));return To(u).pipe(oi())});return W(a).pipe(qs())}));return W(r).pipe(qs())}function hL(t,n,e,i,o){let r=n&&n.routeConfig?n.routeConfig.canDeactivate:null;if(!r||r.length===0)return W(!0);let s=r.map(a=>{let c=_c(n)??o,l=Vs(a,c),d=nL(l)?l.canDeactivate(t,n,e,i):zt(c,()=>l(t,n,e,i));return To(d).pipe(oi())});return W(s).pipe(qs())}function pL(t,n,e,i){let o=n.canLoad;if(o===void 0||o.length===0)return W(!0);let r=o.map(s=>{let a=Vs(s,t),c=JA(a)?a.canLoad(n,e):zt(t,()=>a(n,e));return To(c)});return W(r).pipe(qs(),HC(i))}function HC(t){return Mp(et(n=>{if(typeof n!="boolean")throw fh(t,n)}),ne(n=>n===!0))}function fL(t,n,e,i){let o=n.canMatch;if(!o||o.length===0)return W(!0);let r=o.map(s=>{let a=Vs(s,t),c=iL(a)?a.canMatch(n,e):zt(t,()=>a(n,e));return To(c)});return W(r).pipe(qs(),HC(i))}var yc=class{constructor(n){this.segmentGroup=n||null}},vc=class extends Error{constructor(n){super(),this.urlTree=n}};function Ts(t){return Ur(new yc(t))}function mL(t){return Ur(new Q(4e3,!1))}function gL(t){return Ur(jC(!1,pn.GuardRejected))}var O0=class{constructor(n,e){this.urlSerializer=n,this.urlTree=e}lineralizeSegments(n,e){let i=[],o=e.root;for(;;){if(i=i.concat(o.segments),o.numberOfChildren===0)return W(i);if(o.numberOfChildren>1||!o.children[ye])return mL(`${n.redirectTo}`);o=o.children[ye]}}applyRedirectCommands(n,e,i,o,r){if(typeof e!="string"){let a=e,{queryParams:c,fragment:l,routeConfig:d,url:u,outlet:g,params:p,data:v,title:w}=o,A=zt(r,()=>a({params:p,data:v,queryParams:c,fragment:l,routeConfig:d,url:u,outlet:g,title:w}));if(A instanceof ji)throw new vc(A);e=A}let s=this.applyRedirectCreateUrlTree(e,this.urlSerializer.parse(e),n,i);if(e[0]==="/")throw new vc(s);return s}applyRedirectCreateUrlTree(n,e,i,o){let r=this.createSegmentGroup(n,e.root,i,o);return new ji(r,this.createQueryParams(e.queryParams,this.urlTree.queryParams),e.fragment)}createQueryParams(n,e){let i={};return Object.entries(n).forEach(([o,r])=>{if(typeof r=="string"&&r[0]===":"){let a=r.substring(1);i[o]=e[a]}else i[o]=r}),i}createSegmentGroup(n,e,i,o){let r=this.createSegments(n,e.segments,i,o),s={};return Object.entries(e.children).forEach(([a,c])=>{s[a]=this.createSegmentGroup(n,c,i,o)}),new Pe(r,s)}createSegments(n,e,i,o){return e.map(r=>r.path[0]===":"?this.findPosParam(n,r,o):this.findOrReturn(r,i))}findPosParam(n,e,i){let o=i[e.path.substring(1)];if(!o)throw new Q(4001,!1);return o}findOrReturn(n,e){let i=0;for(let o of e){if(o.path===n.path)return e.splice(i),o;i++}return n}},R0={matched:!1,consumedSegments:[],remainingSegments:[],parameters:{},positionalParamSegments:{}};function yL(t,n,e,i,o){let r=UC(t,n,e);return r.matched?(i=VA(n,i),fL(i,n,e,o).pipe(ne(s=>s===!0?r:k({},R0)))):W(r)}function UC(t,n,e){if(n.path==="**")return vL(e);if(n.path==="")return n.pathMatch==="full"&&(t.hasChildren()||e.length>0)?k({},R0):{matched:!0,consumedSegments:[],remainingSegments:e,parameters:{},positionalParamSegments:{}};let o=(n.matcher||pA)(e,t,n);if(!o)return k({},R0);let r={};Object.entries(o.posParams??{}).forEach(([a,c])=>{r[a]=c.path});let s=o.consumed.length>0?k(k({},r),o.consumed[o.consumed.length-1].parameters):r;return{matched:!0,consumedSegments:o.consumed,remainingSegments:e.slice(o.consumed.length),parameters:s,positionalParamSegments:o.posParams??{}}}function vL(t){return{matched:!0,parameters:t.length>0?_C(t).parameters:{},consumedSegments:t,remainingSegments:[],positionalParamSegments:{}}}function yC(t,n,e,i){return e.length>0&&xL(t,e,i)?{segmentGroup:new Pe(n,bL(i,new Pe(e,t.children))),slicedSegments:[]}:e.length===0&&CL(t,e,i)?{segmentGroup:new Pe(t.segments,kL(t,e,i,t.children)),slicedSegments:e}:{segmentGroup:new Pe(t.segments,t.children),slicedSegments:e}}function kL(t,n,e,i){let o={};for(let r of e)if(vh(t,n,r)&&!i[Wn(r)]){let s=new Pe([],{});o[Wn(r)]=s}return k(k({},i),o)}function bL(t,n){let e={};e[ye]=n;for(let i of t)if(i.path===""&&Wn(i)!==ye){let o=new Pe([],{});e[Wn(i)]=o}return e}function xL(t,n,e){return e.some(i=>vh(t,n,i)&&Wn(i)!==ye)}function CL(t,n,e){return e.some(i=>vh(t,n,i))}function vh(t,n,e){return(t.hasChildren()||n.length>0)&&e.pathMatch==="full"?!1:e.path===""}function _L(t,n,e){return n.length===0&&!t.children[e]}var P0=class{};function wL(t,n,e,i,o,r,s="emptyOnly"){return new F0(t,n,e,i,o,s,r).recognize()}var ML=31,F0=class{constructor(n,e,i,o,r,s,a){this.injector=n,this.configLoader=e,this.rootComponentType=i,this.config=o,this.urlTree=r,this.paramsInheritanceStrategy=s,this.urlSerializer=a,this.applyRedirects=new O0(this.urlSerializer,this.urlTree),this.absoluteRedirectCount=0,this.allowRedirects=!0}noMatchError(n){return new Q(4002,`'${n.segmentGroup}'`)}recognize(){let n=yC(this.urlTree.root,[],[],this.config).segmentGroup;return this.match(n).pipe(ne(({children:e,rootSnapshot:i})=>{let o=new hn(i,e),r=new ph("",o),s=LA(i,[],this.urlTree.queryParams,this.urlTree.fragment);return s.queryParams=this.urlTree.queryParams,r.url=this.urlSerializer.serialize(s),{state:r,tree:s}}))}match(n){let e=new Ls([],Object.freeze({}),Object.freeze(k({},this.urlTree.queryParams)),this.urlTree.fragment,Object.freeze({}),ye,this.rootComponentType,null,{});return this.processSegmentGroup(this.injector,this.config,n,ye,e).pipe(ne(i=>({children:i,rootSnapshot:e})),_i(i=>{if(i instanceof vc)return this.urlTree=i.urlTree,this.match(i.urlTree.root);throw i instanceof yc?this.noMatchError(i):i}))}processSegmentGroup(n,e,i,o,r){return i.segments.length===0&&i.hasChildren()?this.processChildren(n,e,i,r):this.processSegment(n,e,i,i.segments,o,!0,r).pipe(ne(s=>s instanceof hn?[s]:[]))}processChildren(n,e,i,o){let r=[];for(let s of Object.keys(i.children))s==="primary"?r.unshift(s):r.push(s);return Fe(r).pipe(Vn(s=>{let a=i.children[s],c=jA(e,s);return this.processSegmentGroup(n,c,a,s,o)}),Np((s,a)=>(s.push(...a),s)),no(null),Fp(),Ke(s=>{if(s===null)return Ts(i);let a=QC(s);return IL(a),W(a)}))}processSegment(n,e,i,o,r,s,a){return Fe(e).pipe(Vn(c=>this.processSegmentAgainstRoute(c._injector??n,e,c,i,o,r,s,a).pipe(_i(l=>{if(l instanceof yc)return W(null);throw l}))),oi(c=>!!c),_i(c=>{if(BC(c))return _L(i,o,r)?W(new P0):Ts(i);throw c}))}processSegmentAgainstRoute(n,e,i,o,r,s,a,c){return Wn(i)!==s&&(s===ye||!vh(o,r,i))?Ts(o):i.redirectTo===void 0?this.matchSegmentAgainstRoute(n,o,i,r,s,c):this.allowRedirects&&a?this.expandSegmentAgainstRouteUsingRedirect(n,o,e,i,r,s,c):Ts(o)}expandSegmentAgainstRouteUsingRedirect(n,e,i,o,r,s,a){let{matched:c,parameters:l,consumedSegments:d,positionalParamSegments:u,remainingSegments:g}=UC(e,o,r);if(!c)return Ts(e);typeof o.redirectTo=="string"&&o.redirectTo[0]==="/"&&(this.absoluteRedirectCount++,this.absoluteRedirectCount>ML&&(this.allowRedirects=!1));let p=new Ls(r,l,Object.freeze(k({},this.urlTree.queryParams)),this.urlTree.fragment,vC(o),Wn(o),o.component??o._loadedComponent??null,o,kC(o)),v=hh(p,a,this.paramsInheritanceStrategy);p.params=Object.freeze(v.params),p.data=Object.freeze(v.data);let w=this.applyRedirects.applyRedirectCommands(d,o.redirectTo,u,p,n);return this.applyRedirects.lineralizeSegments(o,w).pipe(Ke(A=>this.processSegment(n,i,e,A.concat(g),s,!1,a)))}matchSegmentAgainstRoute(n,e,i,o,r,s){let a=yL(e,i,o,n,this.urlSerializer);return i.path==="**"&&(e.children={}),a.pipe(ot(c=>c.matched?(n=i._injector??n,this.getChildConfig(n,i,o).pipe(ot(({routes:l})=>{let d=i._loadedInjector??n,{parameters:u,consumedSegments:g,remainingSegments:p}=c,v=new Ls(g,u,Object.freeze(k({},this.urlTree.queryParams)),this.urlTree.fragment,vC(i),Wn(i),i.component??i._loadedComponent??null,i,kC(i)),w=hh(v,s,this.paramsInheritanceStrategy);v.params=Object.freeze(w.params),v.data=Object.freeze(w.data);let{segmentGroup:A,slicedSegments:F}=yC(e,g,p,l);if(F.length===0&&A.hasChildren())return this.processChildren(d,l,A,v).pipe(ne(ee=>new hn(v,ee)));if(l.length===0&&F.length===0)return W(new hn(v,[]));let Z=Wn(i)===r;return this.processSegment(d,l,A,F,Z?ye:r,!0,v).pipe(ne(ee=>new hn(v,ee instanceof hn?[ee]:[])))}))):Ts(e)))}getChildConfig(n,e,i){return e.children?W({routes:e.children,injector:n}):e.loadChildren?e._loadedRoutes!==void 0?W({routes:e._loadedRoutes,injector:e._loadedInjector}):pL(n,e,i,this.urlSerializer).pipe(Ke(o=>o?this.configLoader.loadChildren(n,e).pipe(et(r=>{e._loadedRoutes=r.routes,e._loadedInjector=r.injector})):gL(e))):W({routes:[],injector:n})}};function IL(t){t.sort((n,e)=>n.value.outlet===ye?-1:e.value.outlet===ye?1:n.value.outlet.localeCompare(e.value.outlet))}function SL(t){let n=t.value.routeConfig;return n&&n.path===""}function QC(t){let n=[],e=new Set;for(let i of t){if(!SL(i)){n.push(i);continue}let o=n.find(r=>i.value.routeConfig===r.value.routeConfig);o!==void 0?(o.children.push(...i.children),e.add(o)):n.push(i)}for(let i of e){let o=QC(i.children);n.push(new hn(i.value,o))}return n.filter(i=>!e.has(i))}function vC(t){return t.data||{}}function kC(t){return t.resolve||{}}function DL(t,n,e,i,o,r){return Ke(s=>wL(t,n,e,i,s.extractedUrl,o,r).pipe(ne(({state:a,tree:c})=>K(k({},s),{targetSnapshot:a,urlAfterRedirects:c}))))}function TL(t,n){return Ke(e=>{let{targetSnapshot:i,guards:{canActivateChecks:o}}=e;if(!o.length)return W(e);let r=new Set(o.map(c=>c.route)),s=new Set;for(let c of r)if(!s.has(c))for(let l of $C(c))s.add(l);let a=0;return Fe(s).pipe(Vn(c=>r.has(c)?EL(c,i,t,n):(c.data=hh(c,c.parent,t).resolve,W(void 0))),et(()=>a++),$r(1),Ke(c=>a===s.size?W(e):Nt))})}function $C(t){let n=t.children.map(e=>$C(e)).flat();return[t,...n]}function EL(t,n,e,i){let o=t.routeConfig,r=t._resolve;return o?.title!==void 0&&!qC(o)&&(r[xc]=o.title),AL(r,t,n,i).pipe(ne(s=>(t._resolvedData=s,t.data=hh(t,t.parent,e).resolve,null)))}function AL(t,n,e,i){let o=p0(t);if(o.length===0)return W({});let r={};return Fe(o).pipe(Ke(s=>LL(t[s],n,e,i).pipe(oi(),et(a=>{if(a instanceof gc)throw fh(new Ps,a);r[s]=a}))),$r(1),io(r),_i(s=>BC(s)?Nt:Ur(s)))}function LL(t,n,e,i){let o=_c(n)??i,r=Vs(t,o),s=r.resolve?r.resolve(n,e):zt(o,()=>r(n,e));return To(s)}function u0(t){return ot(n=>{let e=t(n);return e?Fe(e).pipe(ne(()=>n)):W(n)})}var WC=(()=>{class t{buildTitle(e){let i,o=e.root;for(;o!==void 0;)i=this.getResolvedTitleForRoute(o)??i,o=o.children.find(r=>r.outlet===ye);return i}getResolvedTitleForRoute(e){return e.data[xc]}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:()=>M(OL),providedIn:"root"})}}return t})(),OL=(()=>{class t extends WC{constructor(e){super(),this.title=e}updateTitle(e){let i=this.buildTitle(e);i!==void 0&&this.title.setTitle(i)}static{this.\u0275fac=function(i){return new(i||t)(I(tx))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})(),Ic=new O("",{providedIn:"root",factory:()=>({})}),RL=(()=>{class t{static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275cmp=$({type:t,selectors:[["ng-component"]],standalone:!0,features:[it],decls:1,vars:0,template:function(i,o){i&1&&j(0,"router-outlet")},dependencies:[BA],encapsulation:2})}}return t})();function V0(t){let n=t.children&&t.children.map(V0),e=n?K(k({},t),{children:n}):k({},t);return!e.component&&!e.loadComponent&&(n||e.loadChildren)&&e.outlet&&e.outlet!==ye&&(e.component=RL),e}var kc=new O(""),j0=(()=>{class t{constructor(){this.componentLoaders=new WeakMap,this.childrenLoaders=new WeakMap,this.compiler=M(yu)}loadComponent(e){if(this.componentLoaders.get(e))return this.componentLoaders.get(e);if(e._loadedComponent)return W(e._loadedComponent);this.onLoadStartListener&&this.onLoadStartListener(e);let i=To(e.loadComponent()).pipe(ne(GC),et(r=>{this.onLoadEndListener&&this.onLoadEndListener(e),e._loadedComponent=r}),Uo(()=>{this.componentLoaders.delete(e)})),o=new Yi(i,()=>new X).pipe(Vr());return this.componentLoaders.set(e,o),o}loadChildren(e,i){if(this.childrenLoaders.get(i))return this.childrenLoaders.get(i);if(i._loadedRoutes)return W({routes:i._loadedRoutes,injector:i._loadedInjector});this.onLoadStartListener&&this.onLoadStartListener(i);let r=PL(i,this.compiler,e,this.onLoadEndListener).pipe(Uo(()=>{this.childrenLoaders.delete(i)})),s=new Yi(r,()=>new X).pipe(Vr());return this.childrenLoaders.set(i,s),s}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();function PL(t,n,e,i){return To(t.loadChildren()).pipe(ne(GC),Ke(o=>o instanceof _a||Array.isArray(o)?W(o):Fe(n.compileModuleAsync(o))),ne(o=>{i&&i(t);let r,s,a=!1;return Array.isArray(o)?(s=o,a=!0):(r=o.create(e).injector,s=r.get(kc,[],{optional:!0,self:!0}).flat()),{routes:s.map(V0),injector:r}}))}function FL(t){return t&&typeof t=="object"&&"default"in t}function GC(t){return FL(t)?t.default:t}var z0=(()=>{class t{static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:()=>M(NL),providedIn:"root"})}}return t})(),NL=(()=>{class t{shouldProcessUrl(e){return!0}extract(e){return e}merge(e,i){return e}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})(),ZC=new O(""),KC=new O("");function qL(t,n,e){let i=t.get(KC),o=t.get(Me);return t.get(ie).runOutsideAngular(()=>{if(!o.startViewTransition||i.skipNextTransition)return i.skipNextTransition=!1,new Promise(l=>setTimeout(l));let r,s=new Promise(l=>{r=l}),a=o.startViewTransition(()=>(r(),VL(t))),{onViewTransitionCreated:c}=i;return c&&zt(t,()=>c({transition:a,from:n,to:e})),s})}function VL(t){return new Promise(n=>{Cn({read:()=>setTimeout(n)},{injector:t})})}var jL=new O(""),B0=(()=>{class t{get hasRequestedNavigation(){return this.navigationId!==0}constructor(){this.currentNavigation=null,this.currentTransition=null,this.lastSuccessfulNavigation=null,this.events=new X,this.transitionAbortSubject=new X,this.configLoader=M(j0),this.environmentInjector=M(jt),this.urlSerializer=M(Cc),this.rootContexts=M(wc),this.location=M(vo),this.inputBindingEnabled=M(yh,{optional:!0})!==null,this.titleStrategy=M(WC),this.options=M(Ic,{optional:!0})||{},this.paramsInheritanceStrategy=this.options.paramsInheritanceStrategy||"emptyOnly",this.urlHandlingStrategy=M(z0),this.createViewTransition=M(ZC,{optional:!0}),this.navigationErrorHandler=M(jL,{optional:!0}),this.navigationId=0,this.afterPreactivation=()=>W(void 0),this.rootComponentType=null;let e=o=>this.events.next(new x0(o)),i=o=>this.events.next(new C0(o));this.configLoader.onLoadEndListener=i,this.configLoader.onLoadStartListener=e}complete(){this.transitions?.complete()}handleNavigationRequest(e){let i=++this.navigationId;this.transitions?.next(K(k(k({},this.transitions.value),e),{id:i}))}setupNavigations(e,i,o){return this.transitions=new Ye({id:0,currentUrlTree:i,currentRawUrl:i,extractedUrl:this.urlHandlingStrategy.extract(i),urlAfterRedirects:this.urlHandlingStrategy.extract(i),rawUrl:i,extras:{},resolve:()=>{},reject:()=>{},promise:Promise.resolve(!0),source:dc,restoredState:null,currentSnapshot:o.snapshot,targetSnapshot:null,currentRouterState:o,targetRouterState:null,guards:{canActivateChecks:[],canDeactivateChecks:[]},guardsResult:null}),this.transitions.pipe(Oe(r=>r.id!==0),ne(r=>K(k({},r),{extractedUrl:this.urlHandlingStrategy.extract(r.rawUrl)})),ot(r=>{let s=!1,a=!1;return W(r).pipe(ot(c=>{if(this.navigationId>r.id)return this.cancelNavigationTransition(r,"",pn.SupersededByNewNavigation),Nt;this.currentTransition=r,this.currentNavigation={id:c.id,initialUrl:c.rawUrl,extractedUrl:c.extractedUrl,targetBrowserUrl:typeof c.extras.browserUrl=="string"?this.urlSerializer.parse(c.extras.browserUrl):c.extras.browserUrl,trigger:c.source,extras:c.extras,previousNavigation:this.lastSuccessfulNavigation?K(k({},this.lastSuccessfulNavigation),{previousNavigation:null}):null};let l=!e.navigated||this.isUpdatingInternalState()||this.isUpdatedBrowserUrl(),d=c.extras.onSameUrlNavigation??e.onSameUrlNavigation;if(!l&&d!=="reload"){let u="";return this.events.next(new So(c.id,this.urlSerializer.serialize(c.rawUrl),u,ah.IgnoredSameUrlNavigation)),c.resolve(!1),Nt}if(this.urlHandlingStrategy.shouldProcessUrl(c.rawUrl))return W(c).pipe(ot(u=>{let g=this.transitions?.getValue();return this.events.next(new Fs(u.id,this.urlSerializer.serialize(u.extractedUrl),u.source,u.restoredState)),g!==this.transitions?.getValue()?Nt:Promise.resolve(u)}),DL(this.environmentInjector,this.configLoader,this.rootComponentType,e.config,this.urlSerializer,this.paramsInheritanceStrategy),et(u=>{r.targetSnapshot=u.targetSnapshot,r.urlAfterRedirects=u.urlAfterRedirects,this.currentNavigation=K(k({},this.currentNavigation),{finalUrl:u.urlAfterRedirects});let g=new ch(u.id,this.urlSerializer.serialize(u.extractedUrl),this.urlSerializer.serialize(u.urlAfterRedirects),u.targetSnapshot);this.events.next(g)}));if(l&&this.urlHandlingStrategy.shouldProcessUrl(c.currentRawUrl)){let{id:u,extractedUrl:g,source:p,restoredState:v,extras:w}=c,A=new Fs(u,this.urlSerializer.serialize(g),p,v);this.events.next(A);let F=FC(this.rootComponentType).snapshot;return this.currentTransition=r=K(k({},c),{targetSnapshot:F,urlAfterRedirects:g,extras:K(k({},w),{skipLocationChange:!1,replaceUrl:!1})}),this.currentNavigation.finalUrl=g,W(r)}else{let u="";return this.events.next(new So(c.id,this.urlSerializer.serialize(c.extractedUrl),u,ah.IgnoredByUrlHandlingStrategy)),c.resolve(!1),Nt}}),et(c=>{let l=new y0(c.id,this.urlSerializer.serialize(c.extractedUrl),this.urlSerializer.serialize(c.urlAfterRedirects),c.targetSnapshot);this.events.next(l)}),ne(c=>(this.currentTransition=r=K(k({},c),{guards:GA(c.targetSnapshot,c.currentSnapshot,this.rootContexts)}),r)),rL(this.environmentInjector,c=>this.events.next(c)),et(c=>{if(r.guardsResult=c.guardsResult,c.guardsResult&&typeof c.guardsResult!="boolean")throw fh(this.urlSerializer,c.guardsResult);let l=new v0(c.id,this.urlSerializer.serialize(c.extractedUrl),this.urlSerializer.serialize(c.urlAfterRedirects),c.targetSnapshot,!!c.guardsResult);this.events.next(l)}),Oe(c=>c.guardsResult?!0:(this.cancelNavigationTransition(c,"",pn.GuardRejected),!1)),u0(c=>{if(c.guards.canActivateChecks.length)return W(c).pipe(et(l=>{let d=new k0(l.id,this.urlSerializer.serialize(l.extractedUrl),this.urlSerializer.serialize(l.urlAfterRedirects),l.targetSnapshot);this.events.next(d)}),ot(l=>{let d=!1;return W(l).pipe(TL(this.paramsInheritanceStrategy,this.environmentInjector),et({next:()=>d=!0,complete:()=>{d||this.cancelNavigationTransition(l,"",pn.NoDataFromResolver)}}))}),et(l=>{let d=new b0(l.id,this.urlSerializer.serialize(l.extractedUrl),this.urlSerializer.serialize(l.urlAfterRedirects),l.targetSnapshot);this.events.next(d)}))}),u0(c=>{let l=d=>{let u=[];d.routeConfig?.loadComponent&&!d.routeConfig._loadedComponent&&u.push(this.configLoader.loadComponent(d.routeConfig).pipe(et(g=>{d.component=g}),ne(()=>{})));for(let g of d.children)u.push(...l(g));return u};return zo(l(c.targetSnapshot.root)).pipe(no(null),Je(1))}),u0(()=>this.afterPreactivation()),ot(()=>{let{currentSnapshot:c,targetSnapshot:l}=r,d=this.createViewTransition?.(this.environmentInjector,c.root,l.root);return d?Fe(d).pipe(ne(()=>r)):W(r)}),ne(c=>{let l=HA(e.routeReuseStrategy,c.targetSnapshot,c.currentRouterState);return this.currentTransition=r=K(k({},c),{targetRouterState:l}),this.currentNavigation.targetRouterState=l,r}),et(()=>{this.events.next(new fc)}),WA(this.rootContexts,e.routeReuseStrategy,c=>this.events.next(c),this.inputBindingEnabled),Je(1),et({next:c=>{s=!0,this.lastSuccessfulNavigation=this.currentNavigation,this.events.next(new fn(c.id,this.urlSerializer.serialize(c.extractedUrl),this.urlSerializer.serialize(c.urlAfterRedirects))),this.titleStrategy?.updateTitle(c.targetRouterState.snapshot),c.resolve(!0)},complete:()=>{s=!0}}),He(this.transitionAbortSubject.pipe(et(c=>{throw c}))),Uo(()=>{!s&&!a&&this.cancelNavigationTransition(r,"",pn.SupersededByNewNavigation),this.currentTransition?.id===r.id&&(this.currentNavigation=null,this.currentTransition=null)}),_i(c=>{if(a=!0,zC(c))this.events.next(new Vi(r.id,this.urlSerializer.serialize(r.extractedUrl),c.message,c.cancellationCode)),$A(c)?this.events.next(new Ns(c.url,c.navigationBehaviorOptions)):r.resolve(!1);else{let l=new pc(r.id,this.urlSerializer.serialize(r.extractedUrl),c,r.targetSnapshot??void 0);try{let d=zt(this.environmentInjector,()=>this.navigationErrorHandler?.(l));if(d instanceof gc){let{message:u,cancellationCode:g}=fh(this.urlSerializer,d);this.events.next(new Vi(r.id,this.urlSerializer.serialize(r.extractedUrl),u,g)),this.events.next(new Ns(d.redirectTo,d.navigationBehaviorOptions))}else{this.events.next(l);let u=e.errorHandler(c);r.resolve(!!u)}}catch(d){this.options.resolveNavigationPromiseOnError?r.resolve(!1):r.reject(d)}}return Nt}))}))}cancelNavigationTransition(e,i,o){let r=new Vi(e.id,this.urlSerializer.serialize(e.extractedUrl),i,o);this.events.next(r),e.resolve(!1)}isUpdatingInternalState(){return this.currentTransition?.extractedUrl.toString()!==this.currentTransition?.currentUrlTree.toString()}isUpdatedBrowserUrl(){let e=this.urlHandlingStrategy.extract(this.urlSerializer.parse(this.location.path(!0))),i=this.currentNavigation?.targetBrowserUrl??this.currentNavigation?.extractedUrl;return e.toString()!==i?.toString()&&!this.currentNavigation?.extras.skipLocationChange}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();function zL(t){return t!==dc}var BL=(()=>{class t{static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:()=>M(HL),providedIn:"root"})}}return t})(),N0=class{shouldDetach(n){return!1}store(n,e){}shouldAttach(n){return!1}retrieve(n){return null}shouldReuseRoute(n,e){return n.routeConfig===e.routeConfig}},HL=(()=>{class t extends N0{static{this.\u0275fac=(()=>{let e;return function(o){return(e||(e=wt(t)))(o||t)}})()}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})(),XC=(()=>{class t{static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:()=>M(UL),providedIn:"root"})}}return t})(),UL=(()=>{class t extends XC{constructor(){super(...arguments),this.location=M(vo),this.urlSerializer=M(Cc),this.options=M(Ic,{optional:!0})||{},this.canceledNavigationResolution=this.options.canceledNavigationResolution||"replace",this.urlHandlingStrategy=M(z0),this.urlUpdateStrategy=this.options.urlUpdateStrategy||"deferred",this.currentUrlTree=new ji,this.rawUrlTree=this.currentUrlTree,this.currentPageId=0,this.lastSuccessfulId=-1,this.routerState=FC(null),this.stateMemento=this.createStateMemento()}getCurrentUrlTree(){return this.currentUrlTree}getRawUrlTree(){return this.rawUrlTree}restoredState(){return this.location.getState()}get browserPageId(){return this.canceledNavigationResolution!=="computed"?this.currentPageId:this.restoredState()?.\u0275routerPageId??this.currentPageId}getRouterState(){return this.routerState}createStateMemento(){return{rawUrlTree:this.rawUrlTree,currentUrlTree:this.currentUrlTree,routerState:this.routerState}}registerNonRouterCurrentEntryChangeListener(e){return this.location.subscribe(i=>{i.type==="popstate"&&e(i.url,i.state)})}handleRouterEvent(e,i){if(e instanceof Fs)this.stateMemento=this.createStateMemento();else if(e instanceof So)this.rawUrlTree=i.initialUrl;else if(e instanceof ch){if(this.urlUpdateStrategy==="eager"&&!i.extras.skipLocationChange){let o=this.urlHandlingStrategy.merge(i.finalUrl,i.initialUrl);this.setBrowserUrl(i.targetBrowserUrl??o,i)}}else e instanceof fc?(this.currentUrlTree=i.finalUrl,this.rawUrlTree=this.urlHandlingStrategy.merge(i.finalUrl,i.initialUrl),this.routerState=i.targetRouterState,this.urlUpdateStrategy==="deferred"&&!i.extras.skipLocationChange&&this.setBrowserUrl(i.targetBrowserUrl??this.rawUrlTree,i)):e instanceof Vi&&(e.code===pn.GuardRejected||e.code===pn.NoDataFromResolver)?this.restoreHistory(i):e instanceof pc?this.restoreHistory(i,!0):e instanceof fn&&(this.lastSuccessfulId=e.id,this.currentPageId=this.browserPageId)}setBrowserUrl(e,i){let o=e instanceof ji?this.urlSerializer.serialize(e):e;if(this.location.isCurrentPathEqualTo(o)||i.extras.replaceUrl){let r=this.browserPageId,s=k(k({},i.extras.state),this.generateNgRouterState(i.id,r));this.location.replaceState(o,"",s)}else{let r=k(k({},i.extras.state),this.generateNgRouterState(i.id,this.browserPageId+1));this.location.go(o,"",r)}}restoreHistory(e,i=!1){if(this.canceledNavigationResolution==="computed"){let o=this.browserPageId,r=this.currentPageId-o;r!==0?this.location.historyGo(r):this.currentUrlTree===e.finalUrl&&r===0&&(this.resetState(e),this.resetUrlToCurrentUrlTree())}else this.canceledNavigationResolution==="replace"&&(i&&this.resetState(e),this.resetUrlToCurrentUrlTree())}resetState(e){this.routerState=this.stateMemento.routerState,this.currentUrlTree=this.stateMemento.currentUrlTree,this.rawUrlTree=this.urlHandlingStrategy.merge(this.currentUrlTree,e.finalUrl??this.rawUrlTree)}resetUrlToCurrentUrlTree(){this.location.replaceState(this.urlSerializer.serialize(this.rawUrlTree),"",this.generateNgRouterState(this.lastSuccessfulId,this.currentPageId))}generateNgRouterState(e,i){return this.canceledNavigationResolution==="computed"?{navigationId:e,\u0275routerPageId:i}:{navigationId:e}}static{this.\u0275fac=(()=>{let e;return function(o){return(e||(e=wt(t)))(o||t)}})()}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})(),cc=function(t){return t[t.COMPLETE=0]="COMPLETE",t[t.FAILED=1]="FAILED",t[t.REDIRECTING=2]="REDIRECTING",t}(cc||{});function YC(t,n){t.events.pipe(Oe(e=>e instanceof fn||e instanceof Vi||e instanceof pc||e instanceof So),ne(e=>e instanceof fn||e instanceof So?cc.COMPLETE:(e instanceof Vi?e.code===pn.Redirect||e.code===pn.SupersededByNewNavigation:!1)?cc.REDIRECTING:cc.FAILED),Oe(e=>e!==cc.REDIRECTING),Je(1)).subscribe(()=>{n()})}function QL(t){throw t}var $L={paths:"exact",fragment:"ignored",matrixParams:"ignored",queryParams:"exact"},WL={paths:"subset",fragment:"ignored",matrixParams:"ignored",queryParams:"subset"},mn=(()=>{class t{get currentUrlTree(){return this.stateManager.getCurrentUrlTree()}get rawUrlTree(){return this.stateManager.getRawUrlTree()}get events(){return this._events}get routerState(){return this.stateManager.getRouterState()}constructor(){this.disposed=!1,this.console=M(pu),this.stateManager=M(XC),this.options=M(Ic,{optional:!0})||{},this.pendingTasks=M(Oi),this.urlUpdateStrategy=this.options.urlUpdateStrategy||"deferred",this.navigationTransitions=M(B0),this.urlSerializer=M(Cc),this.location=M(vo),this.urlHandlingStrategy=M(z0),this._events=new X,this.errorHandler=this.options.errorHandler||QL,this.navigated=!1,this.routeReuseStrategy=M(BL),this.onSameUrlNavigation=this.options.onSameUrlNavigation||"ignore",this.config=M(kc,{optional:!0})?.flat()??[],this.componentInputBindingEnabled=!!M(yh,{optional:!0}),this.eventsSubscription=new Le,this.resetConfig(this.config),this.navigationTransitions.setupNavigations(this,this.currentUrlTree,this.routerState).subscribe({error:e=>{this.console.warn(e)}}),this.subscribeToNavigationEvents()}subscribeToNavigationEvents(){let e=this.navigationTransitions.events.subscribe(i=>{try{let o=this.navigationTransitions.currentTransition,r=this.navigationTransitions.currentNavigation;if(o!==null&&r!==null){if(this.stateManager.handleRouterEvent(i,r),i instanceof Vi&&i.code!==pn.Redirect&&i.code!==pn.SupersededByNewNavigation)this.navigated=!0;else if(i instanceof fn)this.navigated=!0;else if(i instanceof Ns){let s=i.navigationBehaviorOptions,a=this.urlHandlingStrategy.merge(i.url,o.currentRawUrl),c=k({browserUrl:o.extras.browserUrl,info:o.extras.info,skipLocationChange:o.extras.skipLocationChange,replaceUrl:o.extras.replaceUrl||this.urlUpdateStrategy==="eager"||zL(o.source)},s);this.scheduleNavigation(a,dc,null,c,{resolve:o.resolve,reject:o.reject,promise:o.promise})}}ZL(i)&&this._events.next(i)}catch(o){this.navigationTransitions.transitionAbortSubject.next(o)}});this.eventsSubscription.add(e)}resetRootComponentType(e){this.routerState.root.component=e,this.navigationTransitions.rootComponentType=e}initialNavigation(){this.setUpLocationChangeListener(),this.navigationTransitions.hasRequestedNavigation||this.navigateToSyncWithBrowser(this.location.path(!0),dc,this.stateManager.restoredState())}setUpLocationChangeListener(){this.nonRouterCurrentEntryChangeSubscription??=this.stateManager.registerNonRouterCurrentEntryChangeListener((e,i)=>{setTimeout(()=>{this.navigateToSyncWithBrowser(e,"popstate",i)},0)})}navigateToSyncWithBrowser(e,i,o){let r={replaceUrl:!0},s=o?.navigationId?o:null;if(o){let c=k({},o);delete c.navigationId,delete c.\u0275routerPageId,Object.keys(c).length!==0&&(r.state=c)}let a=this.parseUrl(e);this.scheduleNavigation(a,i,s,r)}get url(){return this.serializeUrl(this.currentUrlTree)}getCurrentNavigation(){return this.navigationTransitions.currentNavigation}get lastSuccessfulNavigation(){return this.navigationTransitions.lastSuccessfulNavigation}resetConfig(e){this.config=e.map(V0),this.navigated=!1}ngOnDestroy(){this.dispose()}dispose(){this.navigationTransitions.complete(),this.nonRouterCurrentEntryChangeSubscription&&(this.nonRouterCurrentEntryChangeSubscription.unsubscribe(),this.nonRouterCurrentEntryChangeSubscription=void 0),this.disposed=!0,this.eventsSubscription.unsubscribe()}createUrlTree(e,i={}){let{relativeTo:o,queryParams:r,fragment:s,queryParamsHandling:a,preserveFragment:c}=i,l=c?this.currentUrlTree.fragment:s,d=null;switch(a??this.options.defaultQueryParamsHandling){case"merge":d=k(k({},this.currentUrlTree.queryParams),r);break;case"preserve":d=this.currentUrlTree.queryParams;break;default:d=r||null}d!==null&&(d=this.removeEmptyProps(d));let u;try{let g=o?o.snapshot:this.routerState.snapshot.root;u=LC(g)}catch{(typeof e[0]!="string"||e[0][0]!=="/")&&(e=[]),u=this.currentUrlTree.root}return OC(u,e,d,l??null)}navigateByUrl(e,i={skipLocationChange:!1}){let o=mr(e)?e:this.parseUrl(e),r=this.urlHandlingStrategy.merge(o,this.rawUrlTree);return this.scheduleNavigation(r,dc,null,i)}navigate(e,i={skipLocationChange:!1}){return GL(e),this.navigateByUrl(this.createUrlTree(e,i),i)}serializeUrl(e){return this.urlSerializer.serialize(e)}parseUrl(e){try{return this.urlSerializer.parse(e)}catch{return this.urlSerializer.parse("/")}}isActive(e,i){let o;if(i===!0?o=k({},$L):i===!1?o=k({},WL):o=i,mr(e))return hC(this.currentUrlTree,e,o);let r=this.parseUrl(e);return hC(this.currentUrlTree,r,o)}removeEmptyProps(e){return Object.entries(e).reduce((i,[o,r])=>(r!=null&&(i[o]=r),i),{})}scheduleNavigation(e,i,o,r,s){if(this.disposed)return Promise.resolve(!1);let a,c,l;s?(a=s.resolve,c=s.reject,l=s.promise):l=new Promise((u,g)=>{a=u,c=g});let d=this.pendingTasks.add();return YC(this,()=>{queueMicrotask(()=>this.pendingTasks.remove(d))}),this.navigationTransitions.handleNavigationRequest({source:i,restoredState:o,currentUrlTree:this.currentUrlTree,currentRawUrl:this.currentUrlTree,rawUrl:e,extras:r,resolve:a,reject:c,promise:l,currentSnapshot:this.routerState.snapshot,currentRouterState:this.routerState}),l.catch(u=>Promise.reject(u))}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();function GL(t){for(let n=0;n<t.length;n++)if(t[n]==null)throw new Q(4008,!1)}function ZL(t){return!(t instanceof fc)&&!(t instanceof Ns)}var bc=(()=>{class t{constructor(e,i,o,r,s,a){this.router=e,this.route=i,this.tabIndexAttribute=o,this.renderer=r,this.el=s,this.locationStrategy=a,this.href=null,this.onChanges=new X,this.preserveFragment=!1,this.skipLocationChange=!1,this.replaceUrl=!1,this.routerLinkInput=null;let c=s.nativeElement.tagName?.toLowerCase();this.isAnchorElement=c==="a"||c==="area",this.isAnchorElement?this.subscription=e.events.subscribe(l=>{l instanceof fn&&this.updateHref()}):this.setTabIndexIfNotOnNativeEl("0")}setTabIndexIfNotOnNativeEl(e){this.tabIndexAttribute!=null||this.isAnchorElement||this.applyAttributeValue("tabindex",e)}ngOnChanges(e){this.isAnchorElement&&this.updateHref(),this.onChanges.next(this)}set routerLink(e){e==null?(this.routerLinkInput=null,this.setTabIndexIfNotOnNativeEl(null)):(mr(e)?this.routerLinkInput=e:this.routerLinkInput=Array.isArray(e)?e:[e],this.setTabIndexIfNotOnNativeEl("0"))}onClick(e,i,o,r,s){let a=this.urlTree;if(a===null||this.isAnchorElement&&(e!==0||i||o||r||s||typeof this.target=="string"&&this.target!="_self"))return!0;let c={skipLocationChange:this.skipLocationChange,replaceUrl:this.replaceUrl,state:this.state,info:this.info};return this.router.navigateByUrl(a,c),!this.isAnchorElement}ngOnDestroy(){this.subscription?.unsubscribe()}updateHref(){let e=this.urlTree;this.href=e!==null&&this.locationStrategy?this.locationStrategy?.prepareExternalUrl(this.router.serializeUrl(e)):null;let i=this.href===null?null:Kv(this.href,this.el.nativeElement.tagName.toLowerCase(),"href");this.applyAttributeValue("href",i)}applyAttributeValue(e,i){let o=this.renderer,r=this.el.nativeElement;i!==null?o.setAttribute(r,e,i):o.removeAttribute(r,e)}get urlTree(){return this.routerLinkInput===null?null:mr(this.routerLinkInput)?this.routerLinkInput:this.router.createUrlTree(this.routerLinkInput,{relativeTo:this.relativeTo!==void 0?this.relativeTo:this.route,queryParams:this.queryParams,fragment:this.fragment,queryParamsHandling:this.queryParamsHandling,preserveFragment:this.preserveFragment})}static{this.\u0275fac=function(i){return new(i||t)(h(mn),h(Do),dt("tabindex"),h(Qe),h(te),h(gi))}}static{this.\u0275dir=Y({type:t,selectors:[["","routerLink",""]],hostVars:1,hostBindings:function(i,o){i&1&&U("click",function(s){return o.onClick(s.button,s.ctrlKey,s.shiftKey,s.altKey,s.metaKey)}),i&2&&G("target",o.target)},inputs:{target:"target",queryParams:"queryParams",fragment:"fragment",queryParamsHandling:"queryParamsHandling",state:"state",info:"info",relativeTo:"relativeTo",preserveFragment:[2,"preserveFragment","preserveFragment",L],skipLocationChange:[2,"skipLocationChange","skipLocationChange",L],replaceUrl:[2,"replaceUrl","replaceUrl",L],routerLink:"routerLink"},standalone:!0,features:[he,J]})}}return t})(),_X=(()=>{class t{get isActive(){return this._isActive}constructor(e,i,o,r,s){this.router=e,this.element=i,this.renderer=o,this.cdr=r,this.link=s,this.classes=[],this._isActive=!1,this.routerLinkActiveOptions={exact:!1},this.isActiveChange=new P,this.routerEventsSubscription=e.events.subscribe(a=>{a instanceof fn&&this.update()})}ngAfterContentInit(){W(this.links.changes,W(null)).pipe(ii()).subscribe(e=>{this.update(),this.subscribeToEachLinkOnChanges()})}subscribeToEachLinkOnChanges(){this.linkInputChangesSubscription?.unsubscribe();let e=[...this.links.toArray(),this.link].filter(i=>!!i).map(i=>i.onChanges);this.linkInputChangesSubscription=Fe(e).pipe(ii()).subscribe(i=>{this._isActive!==this.isLinkActive(this.router)(i)&&this.update()})}set routerLinkActive(e){let i=Array.isArray(e)?e:e.split(" ");this.classes=i.filter(o=>!!o)}ngOnChanges(e){this.update()}ngOnDestroy(){this.routerEventsSubscription.unsubscribe(),this.linkInputChangesSubscription?.unsubscribe()}update(){!this.links||!this.router.navigated||queueMicrotask(()=>{let e=this.hasActiveLinks();this.classes.forEach(i=>{e?this.renderer.addClass(this.element.nativeElement,i):this.renderer.removeClass(this.element.nativeElement,i)}),e&&this.ariaCurrentWhenActive!==void 0?this.renderer.setAttribute(this.element.nativeElement,"aria-current",this.ariaCurrentWhenActive.toString()):this.renderer.removeAttribute(this.element.nativeElement,"aria-current"),this._isActive!==e&&(this._isActive=e,this.cdr.markForCheck(),this.isActiveChange.emit(e))})}isLinkActive(e){let i=KL(this.routerLinkActiveOptions)?this.routerLinkActiveOptions:this.routerLinkActiveOptions.exact||!1;return o=>{let r=o.urlTree;return r?e.isActive(r,i):!1}}hasActiveLinks(){let e=this.isLinkActive(this.router);return this.link&&e(this.link)||this.links.some(e)}static{this.\u0275fac=function(i){return new(i||t)(h(mn),h(te),h(Qe),h(ke),h(bc,8))}}static{this.\u0275dir=Y({type:t,selectors:[["","routerLinkActive",""]],contentQueries:function(i,o,r){if(i&1&&tn(r,bc,5),i&2){let s;me(s=ge())&&(o.links=s)}},inputs:{routerLinkActiveOptions:"routerLinkActiveOptions",ariaCurrentWhenActive:"ariaCurrentWhenActive",routerLinkActive:"routerLinkActive"},outputs:{isActiveChange:"isActiveChange"},exportAs:["routerLinkActive"],standalone:!0,features:[J]})}}return t})();function KL(t){return!!t.paths}var gh=class{};var XL=(()=>{class t{constructor(e,i,o,r,s){this.router=e,this.injector=o,this.preloadingStrategy=r,this.loader=s}setUpPreloading(){this.subscription=this.router.events.pipe(Oe(e=>e instanceof fn),Vn(()=>this.preload())).subscribe(()=>{})}preload(){return this.processRoutes(this.injector,this.router.config)}ngOnDestroy(){this.subscription&&this.subscription.unsubscribe()}processRoutes(e,i){let o=[];for(let r of i){r.providers&&!r._injector&&(r._injector=cu(r.providers,e,`Route: ${r.path}`));let s=r._injector??e,a=r._loadedInjector??s;(r.loadChildren&&!r._loadedRoutes&&r.canLoad===void 0||r.loadComponent&&!r._loadedComponent)&&o.push(this.preloadConfig(s,r)),(r.children||r._loadedRoutes)&&o.push(this.processRoutes(a,r.children??r._loadedRoutes))}return Fe(o).pipe(ii())}preloadConfig(e,i){return this.preloadingStrategy.preload(i,()=>{let o;i.loadChildren&&i.canLoad===void 0?o=this.loader.loadChildren(e,i):o=W(null);let r=o.pipe(Ke(s=>s===null?W(void 0):(i._loadedRoutes=s.routes,i._loadedInjector=s.injector,this.processRoutes(s.injector??e,s.routes))));if(i.loadComponent&&!i._loadedComponent){let s=this.loader.loadComponent(i);return Fe([r,s]).pipe(ii())}else return r})}static{this.\u0275fac=function(i){return new(i||t)(I(mn),I(yu),I(jt),I(gh),I(j0))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})(),JC=new O(""),YL=(()=>{class t{constructor(e,i,o,r,s={}){this.urlSerializer=e,this.transitions=i,this.viewportScroller=o,this.zone=r,this.options=s,this.lastId=0,this.lastSource="imperative",this.restoredId=0,this.store={},s.scrollPositionRestoration||="disabled",s.anchorScrolling||="disabled"}init(){this.options.scrollPositionRestoration!=="disabled"&&this.viewportScroller.setHistoryScrollRestoration("manual"),this.routerEventsSubscription=this.createScrollEvents(),this.scrollEventsSubscription=this.consumeScrollEvents()}createScrollEvents(){return this.transitions.events.subscribe(e=>{e instanceof Fs?(this.store[this.lastId]=this.viewportScroller.getScrollPosition(),this.lastSource=e.navigationTrigger,this.restoredId=e.restoredState?e.restoredState.navigationId:0):e instanceof fn?(this.lastId=e.id,this.scheduleScrollEvent(e,this.urlSerializer.parse(e.urlAfterRedirects).fragment)):e instanceof So&&e.code===ah.IgnoredSameUrlNavigation&&(this.lastSource=void 0,this.restoredId=0,this.scheduleScrollEvent(e,this.urlSerializer.parse(e.url).fragment))})}consumeScrollEvents(){return this.transitions.events.subscribe(e=>{e instanceof lh&&(e.position?this.options.scrollPositionRestoration==="top"?this.viewportScroller.scrollToPosition([0,0]):this.options.scrollPositionRestoration==="enabled"&&this.viewportScroller.scrollToPosition(e.position):e.anchor&&this.options.anchorScrolling==="enabled"?this.viewportScroller.scrollToAnchor(e.anchor):this.options.scrollPositionRestoration!=="disabled"&&this.viewportScroller.scrollToPosition([0,0]))})}scheduleScrollEvent(e,i){this.zone.runOutsideAngular(()=>{setTimeout(()=>{this.zone.run(()=>{this.transitions.events.next(new lh(e,this.lastSource==="popstate"?this.store[this.restoredId]:null,i))})},0)})}ngOnDestroy(){this.routerEventsSubscription?.unsubscribe(),this.scrollEventsSubscription?.unsubscribe()}static{this.\u0275fac=function(i){go()}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac})}}return t})();function wX(t,...n){return Da([{provide:kc,multi:!0,useValue:t},[],{provide:Do,useFactory:e_,deps:[mn]},{provide:ja,multi:!0,useFactory:t_},n.map(e=>e.\u0275providers)])}function e_(t){return t.routerState.root}function js(t,n){return{\u0275kind:t,\u0275providers:n}}function t_(){let t=M(Ne);return n=>{let e=t.get(Pi);if(n!==e.components[0])return;let i=t.get(mn),o=t.get(n_);t.get(H0)===1&&i.initialNavigation(),t.get(i_,null,xe.Optional)?.setUpPreloading(),t.get(JC,null,xe.Optional)?.init(),i.resetRootComponentType(e.componentTypes[0]),o.closed||(o.next(),o.complete(),o.unsubscribe())}}var n_=new O("",{factory:()=>new X}),H0=new O("",{providedIn:"root",factory:()=>1});function JL(){return js(2,[{provide:H0,useValue:0},{provide:gu,multi:!0,deps:[Ne],useFactory:n=>{let e=n.get(Lb,Promise.resolve());return()=>e.then(()=>new Promise(i=>{let o=n.get(mn),r=n.get(n_);YC(o,()=>{i(!0)}),n.get(B0).afterPreactivation=()=>(i(!0),r.closed?W(void 0):r),o.initialNavigation()}))}}])}function e7(){return js(3,[{provide:gu,multi:!0,useFactory:()=>{let n=M(mn);return()=>{n.setUpLocationChangeListener()}}},{provide:H0,useValue:2}])}var i_=new O("");function t7(t){return js(0,[{provide:i_,useExisting:XL},{provide:gh,useExisting:t}])}function MX(){return js(6,[{provide:gi,useClass:m1}])}function n7(){return js(8,[gC,{provide:yh,useExisting:gC}])}function i7(t){let n=[{provide:ZC,useValue:qL},{provide:KC,useValue:k({skipNextTransition:!!t?.skipInitialTransition},t)}];return js(9,n)}var bC=new O("ROUTER_FORROOT_GUARD"),o7=[vo,{provide:Cc,useClass:Ps},mn,wc,{provide:Do,useFactory:e_,deps:[mn]},j0,[]],kh=(()=>{class t{constructor(e){}static forRoot(e,i){return{ngModule:t,providers:[o7,[],{provide:kc,multi:!0,useValue:e},{provide:bC,useFactory:c7,deps:[[mn,new Ei,new qd]]},{provide:Ic,useValue:i||{}},i?.useHash?s7():a7(),r7(),i?.preloadingStrategy?t7(i.preloadingStrategy).\u0275providers:[],i?.initialNavigation?l7(i):[],i?.bindToComponentInputs?n7().\u0275providers:[],i?.enableViewTransitions?i7().\u0275providers:[],d7()]}}static forChild(e){return{ngModule:t,providers:[{provide:kc,multi:!0,useValue:e}]}}static{this.\u0275fac=function(i){return new(i||t)(I(bC,8))}}static{this.\u0275mod=H({type:t})}static{this.\u0275inj=B({})}}return t})();function r7(){return{provide:JC,useFactory:()=>{let t=M(Fb),n=M(ie),e=M(Ic),i=M(B0),o=M(Cc);return e.scrollOffset&&t.setOffset(e.scrollOffset),new YL(o,i,t,n,e)}}}function s7(){return{provide:gi,useClass:m1}}function a7(){return{provide:gi,useClass:f1}}function c7(t){return"guarded"}function l7(t){return[t.initialNavigation==="disabled"?e7().\u0275providers:[],t.initialNavigation==="enabledBlocking"?JL().\u0275providers:[]]}var xC=new O("");function d7(){return[{provide:xC,useFactory:t_},{provide:ja,multi:!0,useExisting:xC}]}var zs=class{},o_=(()=>{class t extends zs{getTranslation(e){return W({})}static \u0275fac=(()=>{let e;return function(o){return(e||(e=wt(t)))(o||t)}})();static \u0275prov=E({token:t,factory:t.\u0275fac})}return t})(),Sc=class{},r_=(()=>{class t{handle(e){return e.key}static \u0275fac=function(i){return new(i||t)};static \u0275prov=E({token:t,factory:t.\u0275fac})}return t})();function bh(t,n){if(t===n)return!0;if(t===null||n===null)return!1;if(t!==t&&n!==n)return!0;let e=typeof t,i=typeof n,o,r,s;if(e==i&&e=="object")if(Array.isArray(t)){if(!Array.isArray(n))return!1;if((o=t.length)==n.length){for(r=0;r<o;r++)if(!bh(t[r],n[r]))return!1;return!0}}else{if(Array.isArray(n))return!1;s=Object.create(null);for(r in t){if(!bh(t[r],n[r]))return!1;s[r]=!0}for(r in n)if(!(r in s)&&typeof n[r]<"u")return!1;return!0}return!1}function Eo(t){return typeof t<"u"&&t!==null}function U0(t){return t&&typeof t=="object"&&!Array.isArray(t)}function c_(t,n){let e=Object.assign({},t);return U0(t)&&U0(n)&&Object.keys(n).forEach(i=>{U0(n[i])?i in t?e[i]=c_(t[i],n[i]):Object.assign(e,{[i]:n[i]}):Object.assign(e,{[i]:n[i]})}),e}var Bs=class{},s_=(()=>{class t extends Bs{templateMatcher=/{{\s?([^{}\s]*)\s?}}/g;interpolate(e,i){let o;return typeof e=="string"?o=this.interpolateString(e,i):typeof e=="function"?o=this.interpolateFunction(e,i):o=e,o}getValue(e,i){let o=typeof i=="string"?i.split("."):[i];i="";do i+=o.shift(),Eo(e)&&Eo(e[i])&&(typeof e[i]=="object"||!o.length)?(e=e[i],i=""):o.length?i+=".":e=void 0;while(o.length);return e}interpolateFunction(e,i){return e(i)}interpolateString(e,i){return i?e.replace(this.templateMatcher,(o,r)=>{let s=this.getValue(i,r);return Eo(s)?s:o}):e}static \u0275fac=(()=>{let e;return function(o){return(e||(e=wt(t)))(o||t)}})();static \u0275prov=E({token:t,factory:t.\u0275fac})}return t})(),Hs=class{},a_=(()=>{class t extends Hs{compile(e,i){return e}compileTranslations(e,i){return e}static \u0275fac=(()=>{let e;return function(o){return(e||(e=wt(t)))(o||t)}})();static \u0275prov=E({token:t,factory:t.\u0275fac})}return t})(),xh=class{defaultLang;currentLang=this.defaultLang;translations={};langs=[];onTranslationChange=new P;onLangChange=new P;onDefaultLangChange=new P},Q0=new O("USE_STORE"),$0=new O("USE_DEFAULT_LANG"),W0=new O("DEFAULT_LANGUAGE"),G0=new O("USE_EXTEND"),zi=(()=>{class t{store;currentLoader;compiler;parser;missingTranslationHandler;useDefaultLang;isolate;extend;loadingTranslations;pending=!1;_onTranslationChange=new P;_onLangChange=new P;_onDefaultLangChange=new P;_defaultLang;_currentLang;_langs=[];_translations={};_translationRequests={};get onTranslationChange(){return this.isolate?this._onTranslationChange:this.store.onTranslationChange}get onLangChange(){return this.isolate?this._onLangChange:this.store.onLangChange}get onDefaultLangChange(){return this.isolate?this._onDefaultLangChange:this.store.onDefaultLangChange}get defaultLang(){return this.isolate?this._defaultLang:this.store.defaultLang}set defaultLang(e){this.isolate?this._defaultLang=e:this.store.defaultLang=e}get currentLang(){return this.isolate?this._currentLang:this.store.currentLang}set currentLang(e){this.isolate?this._currentLang=e:this.store.currentLang=e}get langs(){return this.isolate?this._langs:this.store.langs}set langs(e){this.isolate?this._langs=e:this.store.langs=e}get translations(){return this.isolate?this._translations:this.store.translations}set translations(e){this.isolate?this._translations=e:this.store.translations=e}constructor(e,i,o,r,s,a=!0,c=!1,l=!1,d){this.store=e,this.currentLoader=i,this.compiler=o,this.parser=r,this.missingTranslationHandler=s,this.useDefaultLang=a,this.isolate=c,this.extend=l,d&&this.setDefaultLang(d)}setDefaultLang(e){if(e===this.defaultLang)return;let i=this.retrieveTranslations(e);typeof i<"u"?(this.defaultLang==null&&(this.defaultLang=e),i.pipe(Je(1)).subscribe(o=>{this.changeDefaultLang(e)})):this.changeDefaultLang(e)}getDefaultLang(){return this.defaultLang}use(e){if(e===this.currentLang)return W(this.translations[e]);let i=this.retrieveTranslations(e);return typeof i<"u"?(this.currentLang||(this.currentLang=e),i.pipe(Je(1)).subscribe(o=>{this.changeLang(e)}),i):(this.changeLang(e),W(this.translations[e]))}retrieveTranslations(e){let i;return(typeof this.translations[e]>"u"||this.extend)&&(this._translationRequests[e]=this._translationRequests[e]||this.getTranslation(e),i=this._translationRequests[e]),i}getTranslation(e){this.pending=!0;let i=this.currentLoader.getTranslation(e).pipe(Wr(1),Je(1));return this.loadingTranslations=i.pipe(ne(o=>this.compiler.compileTranslations(o,e)),Wr(1),Je(1)),this.loadingTranslations.subscribe({next:o=>{this.translations[e]=this.extend&&this.translations[e]?k(k({},o),this.translations[e]):o,this.updateLangs(),this.pending=!1},error:o=>{this.pending=!1}}),i}setTranslation(e,i,o=!1){i=this.compiler.compileTranslations(i,e),(o||this.extend)&&this.translations[e]?this.translations[e]=c_(this.translations[e],i):this.translations[e]=i,this.updateLangs(),this.onTranslationChange.emit({lang:e,translations:this.translations[e]})}getLangs(){return this.langs}addLangs(e){e.forEach(i=>{this.langs.indexOf(i)===-1&&this.langs.push(i)})}updateLangs(){this.addLangs(Object.keys(this.translations))}getParsedResult(e,i,o){let r;if(i instanceof Array){let s={},a=!1;for(let c of i)s[c]=this.getParsedResult(e,c,o),Dt(s[c])&&(a=!0);if(a){let c=i.map(l=>Dt(s[l])?s[l]:W(s[l]));return pa(c).pipe(ne(l=>{let d={};return l.forEach((u,g)=>{d[i[g]]=u}),d}))}return s}if(e&&(r=this.parser.interpolate(this.parser.getValue(e,i),o)),typeof r>"u"&&this.defaultLang!=null&&this.defaultLang!==this.currentLang&&this.useDefaultLang&&(r=this.parser.interpolate(this.parser.getValue(this.translations[this.defaultLang],i),o)),typeof r>"u"){let s={key:i,translateService:this};typeof o<"u"&&(s.interpolateParams=o),r=this.missingTranslationHandler.handle(s)}return typeof r<"u"?r:i}get(e,i){if(!Eo(e)||!e.length)throw new Error('Parameter "key" required');if(this.pending)return this.loadingTranslations.pipe(Vn(o=>(o=this.getParsedResult(o,e,i),Dt(o)?o:W(o))));{let o=this.getParsedResult(this.translations[this.currentLang],e,i);return Dt(o)?o:W(o)}}getStreamOnTranslationChange(e,i){if(!Eo(e)||!e.length)throw new Error('Parameter "key" required');return dn(Bo(()=>this.get(e,i)),this.onTranslationChange.pipe(ot(o=>{let r=this.getParsedResult(o.translations,e,i);return typeof r.subscribe=="function"?r:W(r)})))}stream(e,i){if(!Eo(e)||!e.length)throw new Error('Parameter "key" required');return dn(Bo(()=>this.get(e,i)),this.onLangChange.pipe(ot(o=>{let r=this.getParsedResult(o.translations,e,i);return Dt(r)?r:W(r)})))}instant(e,i){if(!Eo(e)||!e.length)throw new Error('Parameter "key" required');let o=this.getParsedResult(this.translations[this.currentLang],e,i);if(Dt(o)){if(e instanceof Array){let r={};return e.forEach((s,a)=>{r[e[a]]=e[a]}),r}return e}else return o}set(e,i,o=this.currentLang){this.translations[o][e]=this.compiler.compile(i,o),this.updateLangs(),this.onTranslationChange.emit({lang:o,translations:this.translations[o]})}changeLang(e){this.currentLang=e,this.onLangChange.emit({lang:e,translations:this.translations[e]}),this.defaultLang==null&&this.changeDefaultLang(e)}changeDefaultLang(e){this.defaultLang=e,this.onDefaultLangChange.emit({lang:e,translations:this.translations[e]})}reloadLang(e){return this.resetLang(e),this.getTranslation(e)}resetLang(e){this._translationRequests[e]=void 0,this.translations[e]=void 0}getBrowserLang(){if(typeof window>"u"||typeof window.navigator>"u")return;let e=window.navigator.languages?window.navigator.languages[0]:null;if(e=e||window.navigator.language||window.navigator.browserLanguage||window.navigator.userLanguage,!(typeof e>"u"))return e.indexOf("-")!==-1&&(e=e.split("-")[0]),e.indexOf("_")!==-1&&(e=e.split("_")[0]),e}getBrowserCultureLang(){if(typeof window>"u"||typeof window.navigator>"u")return;let e=window.navigator.languages?window.navigator.languages[0]:null;return e=e||window.navigator.language||window.navigator.browserLanguage||window.navigator.userLanguage,e}static \u0275fac=function(i){return new(i||t)(I(xh),I(zs),I(Hs),I(Bs),I(Sc),I($0),I(Q0),I(G0),I(W0))};static \u0275prov=E({token:t,factory:t.\u0275fac})}return t})();var FX=(()=>{class t{translate;_ref;value="";lastKey=null;lastParams=[];onTranslationChange;onLangChange;onDefaultLangChange;constructor(e,i){this.translate=e,this._ref=i}updateValue(e,i,o){let r=s=>{this.value=s!==void 0?s:e,this.lastKey=e,this._ref.markForCheck()};if(o){let s=this.translate.getParsedResult(o,e,i);Dt(s.subscribe)?s.subscribe(r):r(s)}this.translate.get(e,i).subscribe(r)}transform(e,...i){if(!e||!e.length)return e;if(bh(e,this.lastKey)&&bh(i,this.lastParams))return this.value;let o;if(Eo(i[0])&&i.length)if(typeof i[0]=="string"&&i[0].length){let r=i[0].replace(/(\')?([a-zA-Z0-9_]+)(\')?(\s)?:/g,'"$2":').replace(/:(\s)?(\')(.*?)(\')/g,':"$3"');try{o=JSON.parse(r)}catch{throw new SyntaxError(`Wrong parameter in TranslatePipe. Expected a valid Object, received: ${i[0]}`)}}else typeof i[0]=="object"&&!Array.isArray(i[0])&&(o=i[0]);return this.lastKey=e,this.lastParams=i,this.updateValue(e,o),this._dispose(),this.onTranslationChange||(this.onTranslationChange=this.translate.onTranslationChange.subscribe(r=>{this.lastKey&&r.lang===this.translate.currentLang&&(this.lastKey=null,this.updateValue(e,o,r.translations))})),this.onLangChange||(this.onLangChange=this.translate.onLangChange.subscribe(r=>{this.lastKey&&(this.lastKey=null,this.updateValue(e,o,r.translations))})),this.onDefaultLangChange||(this.onDefaultLangChange=this.translate.onDefaultLangChange.subscribe(()=>{this.lastKey&&(this.lastKey=null,this.updateValue(e,o))})),this.value}_dispose(){typeof this.onTranslationChange<"u"&&(this.onTranslationChange.unsubscribe(),this.onTranslationChange=void 0),typeof this.onLangChange<"u"&&(this.onLangChange.unsubscribe(),this.onLangChange=void 0),typeof this.onDefaultLangChange<"u"&&(this.onDefaultLangChange.unsubscribe(),this.onDefaultLangChange=void 0)}ngOnDestroy(){this._dispose()}static \u0275fac=function(i){return new(i||t)(h(zi,16),h(ke,16))};static \u0275pipe=Sa({name:"translate",type:t,pure:!1});static \u0275prov=E({token:t,factory:t.\u0275fac})}return t})(),l_=(()=>{class t{static forRoot(e={}){return{ngModule:t,providers:[e.loader||{provide:zs,useClass:o_},e.compiler||{provide:Hs,useClass:a_},e.parser||{provide:Bs,useClass:s_},e.missingTranslationHandler||{provide:Sc,useClass:r_},xh,{provide:Q0,useValue:e.isolate},{provide:$0,useValue:e.useDefaultLang},{provide:G0,useValue:e.extend},{provide:W0,useValue:e.defaultLanguage},zi]}}static forChild(e={}){return{ngModule:t,providers:[e.loader||{provide:zs,useClass:o_},e.compiler||{provide:Hs,useClass:a_},e.parser||{provide:Bs,useClass:s_},e.missingTranslationHandler||{provide:Sc,useClass:r_},{provide:Q0,useValue:e.isolate},{provide:$0,useValue:e.useDefaultLang},{provide:G0,useValue:e.extend},{provide:W0,useValue:e.defaultLanguage},zi]}}static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({})}return t})();var u_=[["line",{x1:"21",x2:"3",y1:"6",y2:"6",key:"1fp77t"}],["line",{x1:"15",x2:"3",y1:"12",y2:"12",key:"v6grx8"}],["line",{x1:"17",x2:"3",y1:"18",y2:"18",key:"1awlsn"}]];var h_=[["path",{d:"m3 16 4 4 4-4",key:"1co6wj"}],["path",{d:"M7 20V4",key:"1yoxec"}],["path",{d:"m21 8-4-4-4 4",key:"1c9v7m"}],["path",{d:"M17 4v16",key:"7dpous"}]];var p_=[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]];var f_=[["path",{d:"M8 3 4 7l4 4",key:"9rb6wj"}],["path",{d:"M4 7h16",key:"6tx8e3"}],["path",{d:"m16 21 4-4-4-4",key:"siv7j2"}],["path",{d:"M20 17H4",key:"h6l3hr"}]];var m_=[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]];var g_=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]];var y_=[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]];var v_=[["path",{d:"M12 6v12",key:"1vza4d"}],["path",{d:"M17.196 9 6.804 15",key:"1ah31z"}],["path",{d:"m6.804 9 10.392 6",key:"1b6pxd"}]];var UX=[["line",{x1:"18",x2:"18",y1:"20",y2:"10",key:"1xfpm4"}],["line",{x1:"12",x2:"12",y1:"20",y2:"4",key:"be30l9"}],["line",{x1:"6",x2:"6",y1:"20",y2:"14",key:"1r4le6"}]],k_=[["path",{d:"M3 3v18h18",key:"1s2lah"}],["path",{d:"M18 17V9",key:"2bz60n"}],["path",{d:"M13 17V5",key:"1frdt8"}],["path",{d:"M8 17v-3",key:"17ska0"}]];var b_=[["line",{x1:"12",x2:"12",y1:"20",y2:"10",key:"1vz5eb"}],["line",{x1:"18",x2:"18",y1:"20",y2:"4",key:"cun8e5"}],["line",{x1:"6",x2:"6",y1:"20",y2:"16",key:"hq0ia6"}]];var x_=[["path",{d:"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z",key:"vv98re"}],["path",{d:"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z",key:"1cyq3y"}]];var C_=[["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20",key:"t4utmx"}]];var __=[["path",{d:"M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z",key:"hh9hay"}],["path",{d:"m3.3 7 8.7 5 8.7-5",key:"g66t2b"}],["path",{d:"M12 22V12",key:"d0xqtd"}]];var w_=[["path",{d:"M12 5a3 3 0 1 0-5.997.125 4 4 0 0 0-2.526 5.77 4 4 0 0 0 .556 6.588A4 4 0 1 0 12 18Z",key:"l5xja"}],["path",{d:"M9 13a4.5 4.5 0 0 0 3-4",key:"10igwf"}],["path",{d:"M6.003 5.125A3 3 0 0 0 6.401 6.5",key:"105sqy"}],["path",{d:"M3.477 10.896a4 4 0 0 1 .585-.396",key:"ql3yin"}],["path",{d:"M6 18a4 4 0 0 1-1.967-.516",key:"2e4loj"}],["path",{d:"M12 13h4",key:"1ku699"}],["path",{d:"M12 18h6a2 2 0 0 1 2 2v1",key:"105ag5"}],["path",{d:"M12 8h8",key:"1lhi5i"}],["path",{d:"M16 8V5a2 2 0 0 1 2-2",key:"u6izg6"}],["circle",{cx:"16",cy:"13",r:".5",key:"ry7gng"}],["circle",{cx:"18",cy:"3",r:".5",key:"1aiba7"}],["circle",{cx:"20",cy:"21",r:".5",key:"yhc1fs"}],["circle",{cx:"20",cy:"8",r:".5",key:"1e43v0"}]];var Bi=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]];var vi=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]];var X0=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],Tc=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],M_=[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]],QX=[["path",{d:"m7 20 5-5 5 5",key:"13a0gw"}],["path",{d:"m7 4 5 5 5-5",key:"1kwcof"}]];var $X=[["path",{d:"m7 15 5 5 5-5",key:"1hf1tw"}],["path",{d:"m7 9 5-5 5 5",key:"sgt6xg"}]];var Y0=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]];var I_=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]];var S_=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]];var D_=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]];var T_=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}]];var E_=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["polyline",{points:"12 6 12 12 16.5 12",key:"1aq6pp"}]];var A_=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M12 12v9",key:"192myk"}],["path",{d:"m8 17 4 4 4-4",key:"1ul180"}]];var L_=[["path",{d:"M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242",key:"1pljnt"}],["path",{d:"M12 12v9",key:"192myk"}],["path",{d:"m16 16-4-4-4 4",key:"119tzi"}]];var J0=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]];var O_=[["rect",{width:"16",height:"16",x:"4",y:"4",rx:"2",key:"14l7u7"}],["rect",{width:"6",height:"6",x:"9",y:"9",rx:"1",key:"5aljv4"}],["path",{d:"M15 2v2",key:"13l42r"}],["path",{d:"M15 20v2",key:"15mkzm"}],["path",{d:"M2 15h2",key:"1gxd5l"}],["path",{d:"M2 9h2",key:"1bbxkp"}],["path",{d:"M20 15h2",key:"19e6y8"}],["path",{d:"M20 9h2",key:"19tzq7"}],["path",{d:"M9 2v2",key:"165o2o"}],["path",{d:"M9 20v2",key:"i2bqo8"}]];var R_=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 21 19V5",key:"1wlel7"}],["path",{d:"M3 12A9 3 0 0 0 21 12",key:"mv7ke4"}]];var P_=[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"7 10 12 15 17 10",key:"2ggqvy"}],["line",{x1:"12",x2:"12",y1:"15",y2:"3",key:"1vk2je"}]];var Ch=[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"12",cy:"5",r:"1",key:"gxeob9"}],["circle",{cx:"12",cy:"19",r:"1",key:"lyex9k"}]],e2=[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]];var WX=[["path",{d:"M9.88 9.88a3 3 0 1 0 4.24 4.24",key:"1jxqfv"}],["path",{d:"M10.73 5.08A10.43 10.43 0 0 1 12 5c7 0 10 7 10 7a13.16 13.16 0 0 1-1.67 2.68",key:"9wicm4"}],["path",{d:"M6.61 6.61A13.526 13.526 0 0 0 2 12s3 7 10 7a9.74 9.74 0 0 0 5.39-1.61",key:"1jreej"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],GX=[["path",{d:"M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z",key:"rwhkz3"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]];var F_=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M8 18v-2",key:"qcmpov"}],["path",{d:"M12 18v-4",key:"q1q25u"}],["path",{d:"M16 18v-6",key:"15y0np"}]];var t2=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m3 15 2 2 4-4",key:"1lhrkk"}]],ZX=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"m9 15 2 2 4-4",key:"1grp1n"}]],N_=[["path",{d:"M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"37hlfg"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["circle",{cx:"8",cy:"16",r:"6",key:"10v15b"}],["path",{d:"M9.5 17.5 8 16.25V14",key:"1o80t2"}]];var KX=[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M16 22h2a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3.5",key:"13ddob"}],["path",{d:"M4.017 11.512a6 6 0 1 0 8.466 8.475",key:"s6vs5t"}],["path",{d:"M8 16v-6a6 6 0 0 1 6 6z",key:"zfixgv"}]],q_=[["path",{d:"M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4",key:"1pf5j1"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M3 15h6",key:"4e2qda"}],["path",{d:"M6 12v6",key:"1u72j0"}]];var V_=[["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M4.268 21a2 2 0 0 0 1.727 1H18a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v3",key:"ms7g94"}],["path",{d:"m9 18-1.5-1.5",key:"1j6qii"}],["circle",{cx:"5",cy:"14",r:"3",key:"ufru5t"}]];var j_=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]];var XX=[["path",{d:"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z",key:"1rqfz7"}],["path",{d:"M14 2v4a2 2 0 0 0 2 2h4",key:"tnqrlb"}]],z_=[["path",{d:"M20 7h-3a2 2 0 0 1-2-2V2",key:"x099mo"}],["path",{d:"M9 18a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h7l4 4v10a2 2 0 0 1-2 2Z",key:"18t6ie"}],["path",{d:"M3 7.6v12.8A1.6 1.6 0 0 0 4.6 22h9.8",key:"1nja0z"}]];var B_=[["circle",{cx:"15",cy:"19",r:"2",key:"u2pros"}],["path",{d:"M20.9 19.8A2 2 0 0 0 22 18V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2h5.1",key:"1jj40k"}],["path",{d:"M15 11v-1",key:"cntcp"}],["path",{d:"M15 17v-2",key:"1279jj"}]];var H_=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}],["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"m15 13-3 3-3-3",key:"6j2sf0"}]];var U_=[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",key:"usdka0"}]];var Q_=[["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]];var $_=[["path",{d:"m12 14 4-4",key:"9kzdfg"}],["path",{d:"M3.34 19a10 10 0 1 1 17.32 0",key:"19p75a"}]];var W_=[["circle",{cx:"12",cy:"18",r:"3",key:"1mpf1b"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["path",{d:"M18 9v2c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1V9",key:"1uq4wg"}],["path",{d:"M12 12v3",key:"158kv8"}]];var G_=[["path",{d:"m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"y5dka4"}],["polyline",{points:"9 22 9 12 15 12 15 22",key:"e2us08"}]];var Z_=[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m8 11 4 4 4-4",key:"1dohi6"}],["path",{d:"M8 5H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-4",key:"1ywtjm"}]];var Ec=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]];var K_=[["path",{d:"m16.02 12 5.48 3.13a1 1 0 0 1 0 1.74L13 21.74a2 2 0 0 1-2 0l-8.5-4.87a1 1 0 0 1 0-1.74L7.98 12",key:"1cuww1"}],["path",{d:"M13 13.74a2 2 0 0 1-2 0L2.5 8.87a1 1 0 0 1 0-1.74L11 2.26a2 2 0 0 1 2 0l8.5 4.87a1 1 0 0 1 0 1.74Z",key:"pdlvxu"}]];var X_=[["path",{d:"m12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z",key:"8b97xw"}],["path",{d:"m22 17.65-9.17 4.16a2 2 0 0 1-1.66 0L2 17.65",key:"dd6zsq"}],["path",{d:"m22 12.65-9.17 4.16a2 2 0 0 1-1.66 0L2 12.65",key:"ep9fru"}]];var Y_=[["path",{d:"M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5",key:"1gvzjb"}],["path",{d:"M9 18h6",key:"x1upvd"}],["path",{d:"M10 22h4",key:"ceow96"}]];var J_=[["line",{x1:"8",x2:"21",y1:"6",y2:"6",key:"7ey8pc"}],["line",{x1:"8",x2:"21",y1:"12",y2:"12",key:"rjfblc"}],["line",{x1:"8",x2:"21",y1:"18",y2:"18",key:"c3b1m8"}],["line",{x1:"3",x2:"3.01",y1:"6",y2:"6",key:"1g7gq3"}],["line",{x1:"3",x2:"3.01",y1:"12",y2:"12",key:"1pjlvk"}],["line",{x1:"3",x2:"3.01",y1:"18",y2:"18",key:"28t2mc"}]];var ew=[["line",{x1:"2",x2:"5",y1:"12",y2:"12",key:"bvdh0s"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12",key:"1tbv5k"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5",key:"11lu5j"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}],["circle",{cx:"12",cy:"12",r:"7",key:"fim9np"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]];var tw=[["line",{x1:"2",x2:"5",y1:"12",y2:"12",key:"bvdh0s"}],["line",{x1:"19",x2:"22",y1:"12",y2:"12",key:"1tbv5k"}],["line",{x1:"12",x2:"12",y1:"2",y2:"5",key:"11lu5j"}],["line",{x1:"12",x2:"12",y1:"19",y2:"22",key:"x3vr5v"}],["circle",{cx:"12",cy:"12",r:"7",key:"fim9np"}]];var nw=[["path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4",key:"u53s6r"}],["polyline",{points:"10 17 15 12 10 7",key:"1ail0h"}],["line",{x1:"15",x2:"3",y1:"12",y2:"12",key:"v6grx8"}]],iw=[["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1uf3rs"}],["polyline",{points:"16 17 21 12 16 7",key:"1gabdz"}],["line",{x1:"21",x2:"9",y1:"12",y2:"12",key:"1uyos4"}]];var ow=[["polyline",{points:"15 3 21 3 21 9",key:"mznyad"}],["polyline",{points:"9 21 3 21 3 15",key:"1avn1i"}],["line",{x1:"21",x2:"14",y1:"3",y2:"10",key:"ota7mn"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14",key:"1atl0r"}]];var rw=[["polyline",{points:"4 14 10 14 10 20",key:"11kfnr"}],["polyline",{points:"20 10 14 10 14 4",key:"rlmsce"}],["line",{x1:"14",x2:"21",y1:"10",y2:"3",key:"o5lafz"}],["line",{x1:"3",x2:"10",y1:"21",y2:"14",key:"1atl0r"}]];var _h=[["path",{d:"M5 12h14",key:"1ays0h"}]];var sw=[["path",{d:"M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z",key:"a7tn18"}]];var aw=[["polyline",{points:"13 5 19 5 19 11",key:"11219e"}],["polyline",{points:"11 19 5 19 5 13",key:"sfq3wq"}],["line",{x1:"19",x2:"5",y1:"5",y2:"19",key:"1x9vlm"}]];var cw=[["rect",{x:"16",y:"16",width:"6",height:"6",rx:"1",key:"4q2zg0"}],["rect",{x:"2",y:"16",width:"6",height:"6",rx:"1",key:"8cvhb9"}],["rect",{x:"9",y:"2",width:"6",height:"6",rx:"1",key:"1egb70"}],["path",{d:"M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3",key:"1jsf9p"}],["path",{d:"M12 12V8",key:"2874zd"}]];var wh=[["polygon",{points:"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2",key:"h1p8hx"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]];var lw=[["path",{d:"m16 16 2 2 4-4",key:"gfu2re"}],["path",{d:"M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14",key:"e7tb2h"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["line",{x1:"12",x2:"12",y1:"22",y2:"12",key:"a4e8g8"}]];var Mh=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"m16 15-3-3 3-3",key:"14y99z"}]];var Ih=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M9 3v18",key:"fh3hqa"}],["path",{d:"m14 9 3 3-3 3",key:"8010ee"}]];var Sh=[["path",{d:"M17 3a2.85 2.83 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5Z",key:"5qss01"}]];var dw=[["polygon",{points:"6 3 20 12 6 21 6 3",key:"1oa8hb"}]];var uw=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]];var hw=[["path",{d:"M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"14sxne"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16",key:"1hlbsb"}],["path",{d:"M16 16h5v5",key:"ccwih5"}]];var pw=[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M14 15H9v-5",key:"pi4jk9"}],["path",{d:"M16 3h5v5",key:"1806ms"}],["path",{d:"M21 3 9 15",key:"15kdhq"}]];var fw=[["path",{d:"M15 12h-5",key:"r7krc0"}],["path",{d:"M15 8h-5",key:"1khuty"}],["path",{d:"M19 17V5a2 2 0 0 0-2-2H4",key:"zz82l3"}],["path",{d:"M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3",key:"1ph1d7"}]];var mw=[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]];var gw=[["path",{d:"M7 2h13a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-5",key:"bt2siv"}],["path",{d:"M10 10 2.5 2.5C2 2 2 2.5 2 5v3a2 2 0 0 0 2 2h6z",key:"1hjrv1"}],["path",{d:"M22 17v-1a2 2 0 0 0-2-2h-1",key:"1iynyr"}],["path",{d:"M4 14a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h16.5l1-.5.5.5-8-8H4z",key:"161ggg"}],["path",{d:"M6 18h.01",key:"uhywen"}],["path",{d:"m2 2 20 20",key:"1ooewy"}]],yw=[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]],vw=[["path",{d:"M20 7h-9",key:"3s1dr2"}],["path",{d:"M14 17H5",key:"gfn3mx"}],["circle",{cx:"17",cy:"17",r:"3",key:"18b49y"}],["circle",{cx:"7",cy:"7",r:"3",key:"dfmy0x"}]],kw=[["path",{d:"M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z",key:"1qme2f"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]];var bw=[["path",{d:"m15 15 6 6m-6-6v4.8m0-4.8h4.8",key:"17vawe"}],["path",{d:"M9 19.8V15m0 0H4.2M9 15l-6 6",key:"chjx8e"}],["path",{d:"M15 4.2V9m0 0h4.8M15 9l6-6",key:"lav6yq"}],["path",{d:"M9 4.2V9m0 0H4.2M9 9 3 3",key:"1pxi2q"}]];var xw=[["line",{x1:"4",x2:"4",y1:"21",y2:"14",key:"1p332r"}],["line",{x1:"4",x2:"4",y1:"10",y2:"3",key:"gb41h5"}],["line",{x1:"12",x2:"12",y1:"21",y2:"12",key:"hf2csr"}],["line",{x1:"12",x2:"12",y1:"8",y2:"3",key:"1kfi7u"}],["line",{x1:"20",x2:"20",y1:"21",y2:"16",key:"1lhrwl"}],["line",{x1:"20",x2:"20",y1:"12",y2:"3",key:"16vvfq"}],["line",{x1:"2",x2:"6",y1:"14",y2:"14",key:"1uebub"}],["line",{x1:"10",x2:"14",y1:"8",y2:"8",key:"1yglbp"}],["line",{x1:"18",x2:"22",y1:"16",y2:"16",key:"1jxqpz"}]];var Cw=[["path",{d:"M13 21h6a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v6",key:"14qz4y"}],["path",{d:"m3 21 9-9",key:"1jfql5"}],["path",{d:"M9 21H3v-6",key:"wtvkvv"}]];var _w=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M8 8h8v8",key:"b65dnt"}],["path",{d:"m8 16 8-8",key:"13b9ih"}]];var ww=[["path",{d:"M5 3a2 2 0 0 0-2 2",key:"y57alp"}],["path",{d:"M19 3a2 2 0 0 1 2 2",key:"18rm91"}],["path",{d:"m12 12 4 10 1.7-4.3L22 16Z",key:"64ilsv"}],["path",{d:"M5 21a2 2 0 0 1-2-2",key:"sbafld"}],["path",{d:"M9 3h1",key:"1yesri"}],["path",{d:"M9 21h2",key:"1qve2z"}],["path",{d:"M14 3h1",key:"1ec4yj"}],["path",{d:"M3 9v1",key:"1r0deq"}],["path",{d:"M21 9v2",key:"p14lih"}],["path",{d:"M3 14v1",key:"vnatye"}]];var Mw=[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M18.375 2.625a2.121 2.121 0 1 1 3 3L12 15l-4 1 1-4Z",key:"1lpok0"}]];var Iw=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]];var Sw=[["path",{d:"M12 8a2.83 2.83 0 0 0 4 4 4 4 0 1 1-4-4",key:"1fu5g2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.9 4.9 1.4 1.4",key:"b9915j"}],["path",{d:"m17.7 17.7 1.4 1.4",key:"qc3ed3"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.3 17.7-1.4 1.4",key:"5gca6"}],["path",{d:"m19.1 4.9-1.4 1.4",key:"wpu9u6"}]];var Dw=[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 2v2",key:"tus03m"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"m4.93 4.93 1.41 1.41",key:"149t6j"}],["path",{d:"m17.66 17.66 1.41 1.41",key:"ptbguv"}],["path",{d:"M2 12h2",key:"1t8f8n"}],["path",{d:"M20 12h2",key:"1q8mjw"}],["path",{d:"m6.34 17.66-1.41 1.41",key:"1m8zz5"}],["path",{d:"m19.07 4.93-1.41 1.41",key:"1shlcs"}]];var YX=[["path",{d:"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18",key:"gugj83"}]];var Tw=[["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6",key:"4alrt4"}],["path",{d:"M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2",key:"v07s0e"}]];var gr=[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]];var Ew=[["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["polyline",{points:"17 8 12 3 7 8",key:"t8dd8p"}],["line",{x1:"12",x2:"12",y1:"3",y2:"15",key:"widbto"}]];var Aw=[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]];var Hi=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]];var Lw=[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"11",x2:"11",y1:"8",y2:"14",key:"1vmskp"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]],Ow=[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["line",{x1:"21",x2:"16.65",y1:"21",y2:"16.65",key:"13gj7c"}],["line",{x1:"8",x2:"14",y1:"11",y2:"11",key:"durymu"}]];var d_=new O("LucideIcons",{factory:()=>new Dc({})}),Dc=class{constructor(n){this.icons=n}getIcon(n){return this.hasIcon(n)?this.icons[n]:null}hasIcon(n){return typeof this.icons=="object"&&n in this.icons}};var K0=class{constructor(n){this.icons=n}},h7=t=>new Dc(t??{}),JX=(()=>{class t{static pick(e){return{ngModule:t,providers:[{provide:d_,multi:!0,useValue:new Dc(e)},{provide:d_,multi:!0,useFactory:h7,deps:[[new Ei,K0]]}]}}}return t.\u0275fac=function(e){return new(e||t)},t.\u0275mod=H({type:t}),t.\u0275inj=B({imports:[[]]}),t})();var p7=Object.defineProperty,f7=(t,n,e)=>n in t?p7(t,n,{enumerable:!0,configurable:!0,writable:!0,value:e}):t[n]=e,T=(t,n,e)=>f7(t,typeof n!="symbol"?n+"":n,e),d2="cubic-bezier(0.6, 0, 0.61, 1)";function Yw(t){let n,e,i="";if(typeof t=="string"||typeof t=="number")i+=t;else if(typeof t=="object")if(Array.isArray(t)){let o=t.length;for(n=0;n<o;n++)t[n]&&(e=Yw(t[n]))&&(i&&(i+=" "),i+=e)}else for(e in t)t!=null&&t[e]&&(i&&(i+=" "),i+=e);return i}function _(...t){let n=0,e,i,o="",r=t.length;for(;n<r;n++)(e=t[n])&&(i=Yw(e))&&(o&&(o+=" "),o+=i);return o}function Rw(t){return t.sort((n,e)=>{let i=n.compareDocumentPosition(e);if(i&Node.DOCUMENT_POSITION_FOLLOWING||i&Node.DOCUMENT_POSITION_CONTAINED_BY)return-1;if(i&Node.DOCUMENT_POSITION_PRECEDING||i&Node.DOCUMENT_POSITION_CONTAINS)return 1;if(i&Node.DOCUMENT_POSITION_DISCONNECTED||i&Node.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC)throw Error("Cannot sort the given nodes.");return 0})}var m7=t=>typeof t=="object"&&"nodeType"in t&&t.nodeType===Node.ELEMENT_NODE;function Pw(t,n,e){let i=t+1;return e&&i>=n&&(i=0),i}function Fw(t,n,e){let i=t-1;return e&&i<0&&(i=n),i}var Oh=class{constructor(){T(this,"descendants",new Map)}register(n){if(n!=null)return m7(n)?this.registerNode(n):e=>{this.registerNode(e,n)}}unregister(n){this.descendants.delete(n);let e=Rw(Array.from(this.descendants.keys()));this.assignIndex(e)}destroy(){this.descendants.clear()}assignIndex(n){this.descendants.forEach(e=>{let i=n.indexOf(e.node);e.index=i,e.node&&(e.node.dataset.index=e.index.toString())})}count(){return this.descendants.size}enabledCount(){return this.enabledValues().length}values(){return Array.from(this.descendants.values()).sort((n,e)=>n.index-e.index)}enabledValues(){return this.values().filter(n=>{var e;return!n.disabled&&((e=n?.node)==null?void 0:e.ariaDisabled)!=="true"})}item(n){if(this.count()!==0)return this.values()[n]}disableItem(n){if(this.count()!==0){if(typeof n=="number"){if(!this.values()[n])return;this.values()[n].disabled=!0}else{if(!this.descendants.has(n))return;this.descendants.get(n).disabled=!0}return!0}}enableItem(n){if(!(this.count()===0||!this.values()[n]))return this.values()[n].disabled=!1,!0}enabledItem(n){if(this.enabledCount()!==0)return this.enabledValues()[n]}first(){return this.item(0)}firstEnabled(){return this.enabledItem(0)}last(){return this.item(this.descendants.size-1)}lastEnabled(){let n=this.enabledValues().length-1;return this.enabledItem(n)}indexOf(n){var e;return n?((e=this.descendants.get(n))==null?void 0:e.index)??-1:-1}enabledIndexOf(n){return n==null?-1:this.enabledValues().findIndex(e=>e.node.isSameNode(n))}next(n,e=!0){let i=Pw(n,this.count(),e);return this.item(i)}nextEnabled(n,e=!0){let i=this.item(n);if(!i)return;let o=this.enabledIndexOf(i.node),r=Pw(o,this.enabledCount(),e);return this.enabledItem(r)}prev(n,e=!0){let i=Fw(n,this.count()-1,e);return this.item(i)}prevEnabled(n,e=!0){let i=this.item(n);if(!i)return;let o=this.enabledIndexOf(i.node),r=Fw(o,this.enabledCount()-1,e);return this.enabledItem(r)}registerNode(n,e){if(!n||this.descendants.has(n))return;let i=Array.from(this.descendants.keys()).concat(n),o=Rw(i);e!=null&&e.disabled&&(e.disabled=!!e.disabled);let r=k({index:-1,node:n},e);this.descendants.set(n,r),this.assignIndex(o)}hasNode(n){return!!n&&this.descendants.has(n)}};function Jw(t){let{isSelected:n,mode:e="off",wasSelected:i}=t;return!!(e==="off"||n||e==="keepMounted"&&i)}function Rh(t){return typeof t>"u"||t===null}var eM={\u00C0:"A",\u00C1:"A",\u00C2:"A",\u00C3:"A",\u00C4:"A",\u00C5:"A",\u00C6:"AE",\u00C7:"C",\u00C8:"E",\u00C9:"E",\u00CA:"E",\u00CB:"E",\u00CC:"I",\u00CD:"I",\u00CE:"I",\u00CF:"I",\u00D0:"D",\u00D1:"N",\u00D2:"O",\u00D3:"O",\u00D4:"O",\u00D5:"O",\u00D6:"O",\u00D8:"O",\u00D9:"U",\u00DA:"U",\u00DB:"U",\u00DC:"U",\u00DD:"Y",\u00E0:"a",\u00E1:"a",\u00E2:"a",\u00E3:"a",\u00E4:"a",\u00E5:"a",\u00E6:"ae",\u00E7:"c",\u00E8:"e",\u00E9:"e",\u00EA:"e",\u00EB:"e",\u00EC:"i",\u00ED:"i",\u00EE:"i",\u00EF:"i",\u0202:"A",\u00F0:"d",\u0206:"E",\u00F1:"n",\u1EA4:"A",\u00F2:"o",\u1EA6:"A",\u00F3:"o",\u1EAE:"A",\u00F4:"o",\u1EB2:"A",\u00F5:"o",\u1EB4:"A",\u00F6:"o",\u1EB6:"A",\u00F8:"o",\u00F9:"u",\u1EB0:"A",\u00FA:"u",\u1E08:"C",\u00FB:"u",\u1E14:"E",\u00FC:"u",\u1E16:"E",C\u0306:"C",\u1EBE:"E",c\u0306:"c",\u1EC0:"E",\u00FD:"y",\u1E1C:"E",\u00FF:"y",\u0100:"A",\u0101:"a",\u020A:"I",\u0102:"A",\u1E2E:"I",\u0103:"a",\u0104:"A",\u0105:"a",\u0106:"C",\u0107:"c",\u020E:"O",\u0108:"C",\u1E4C:"O",\u0109:"c",\u1ED0:"O",\u010A:"C",\u1E52:"O",\u010B:"c",\u010C:"C",\u0203:"a",\u010D:"c",\u0207:"e",\u010E:"D",\u1EA5:"a",\u010F:"d",\u1EA7:"a",\u0110:"D",\u1EAF:"a",\u0111:"d",\u1EB3:"a",\u0112:"E",\u1EB5:"a",\u0113:"e",\u1EB7:"a",\u0114:"E",\u0115:"e",\u1EB1:"a",\u0116:"E",\u1E09:"c",\u0117:"e",\u1E15:"e",K\u0306:"K",\u1E17:"e",k\u0306:"k",\u1EBF:"e",\u0118:"E",\u1EC1:"e",\u0119:"e",\u1E1D:"e",\u011A:"E",\u011B:"e",\u011C:"G",\u020B:"i",\u011D:"g",\u1E2F:"i",M\u0306:"M",\u011E:"G",m\u0306:"m",\u011F:"g",\u0120:"G",\u020F:"o",\u0121:"g",\u1E4D:"o",\u0122:"G",\u1ED1:"o",N\u0306:"N",\u1E53:"o",n\u0306:"n",\u0123:"g",\u0124:"H",\u0125:"h",\u0126:"H",\u0127:"h",\u0128:"I",P\u0306:"P",\u0129:"i",p\u0306:"p",\u012A:"I",\u012B:"i",\u012C:"I",\u012D:"i",\u012E:"I",R\u0306:"R",\u012F:"i",r\u0306:"r",\u0130:"I",\u0131:"i",\u0132:"IJ",\u0133:"ij",\u0134:"J",\u0135:"j",\u0136:"K",\u0137:"k",\u0139:"L",\u013A:"l",\u013B:"L",\u013C:"l",\u013D:"L",\u00DF:"ss",\u013E:"l",\u013F:"L",\u0140:"l",\u0141:"l",\u0142:"l",\u0143:"N",\u01F4:"G",\u0144:"n",\u01F5:"g",T\u0306:"T",\u0145:"N",t\u0306:"t",\u0146:"n",\u0147:"N",\u0148:"n",\u0149:"n",\u014C:"O",\u014D:"o",\u1E2A:"H",\u014E:"O",\u1E2B:"h",\u014F:"o",\u0150:"O",\u0151:"o",\u0152:"OE",V\u0306:"V",\u0153:"oe",v\u0306:"v",\u0154:"R",\u0155:"r",\u0156:"R",X\u0306:"X",\u0157:"r",x\u0306:"x",\u0158:"R",\u0159:"r",\u1E30:"K",Y\u0306:"Y",\u1E31:"k",y\u0306:"y",\u015A:"S",\u015B:"s",\u015C:"S",\u015D:"s",\u015E:"S",\u015F:"s",\u0160:"S",\u0161:"s",\u0162:"T",\u0163:"t",\u1E3E:"M",\u0164:"T",\u1E3F:"m",\u0165:"t",\u0166:"T",\u0167:"t",\u0168:"U",\u0169:"u",\u016A:"U",\u016B:"u",\u016C:"U",\u016D:"u",\u016E:"U",\u016F:"u",\u0170:"U",\u0171:"u",\u0172:"U",\u0173:"u",\u0174:"W",\u0175:"w",\u0176:"Y",\u0177:"y",\u0178:"Y",\u0179:"Z",\u017A:"z",\u017B:"Z",\u00DE:"TH",\u017C:"z",\u00FE:"th",\u017D:"Z",\u017E:"z",\u0212:"R",X\u0301:"X",\u0213:"r",x\u0301:"x",\u017F:"s",\u0192:"f",A\u030B:"A",\u0218:"S",E\u030B:"E",\u0219:"s",I\u030B:"I",a\u030B:"a",\u01A0:"O",e\u030B:"e",\u021A:"T",i\u030B:"i",\u021B:"t",\u01A1:"o",\u01AF:"U",\u01B0:"u",\u01CD:"A",\u01CE:"a",\u01CF:"I",\u01D0:"i",\u01D1:"O",\u01D2:"o",\u01D3:"U",\u01D4:"u",\u01D5:"U",\u01D6:"u",\u01D7:"U",\u01D8:"u",\u01D9:"U",\u01DA:"u",B\u030C:"B",\u0216:"U",b\u030C:"b",\u0217:"u",\u00CA\u030C:"E",\u01DB:"U",F\u030C:"F",\u1E82:"W",f\u030C:"f",\u1E83:"w",\u00EA\u030C:"e",J\u030C:"J",\u01DC:"u",\u010C\u0323:"C",\u01F8:"N",M\u030C:"M",\u01F9:"n",P\u030C:"P",\u01FA:"A",Q\u030C:"Q",\u01FB:"a",m\u030C:"m",\u01FC:"AE",p\u030C:"p",\u01FD:"ae",V\u030C:"V",\u01FE:"O",W\u030C:"W",\u01FF:"o",X\u030C:"X",\u0200:"A",Y\u030C:"Y",\u0201:"a",A\u0327:"A",\u0204:"E",B\u0327:"B",\u0205:"e",a\u0327:"a",\u0208:"I",b\u0327:"b",\u0209:"i",q\u030C:"q",\u1E78:"U",v\u030C:"v",\u1EE8:"U",I\u0327:"I",\u1EE9:"u",i\u0327:"i",\u1E79:"u",M\u0327:"M",\u0403:"\u0413",O\u0327:"O",\u040C:"\u041A",Q\u0327:"Q",\u1E54:"P",U\u0327:"U",\u1E55:"p",X\u0327:"X",\u1E64:"S",Z\u0327:"Z",\u1E65:"s",m\u0327:"m",\u0453:"\u0433",o\u0327:"o",\u045C:"\u043A",q\u0327:"q",\u1E50:"O",u\u0327:"u",\u1E51:"o",w\u030C:"w",\u1E80:"W",x\u030C:"x",\u1E81:"w",x\u0327:"x",\u1ED2:"O",y\u030C:"y",\u1ED3:"o",z\u0327:"z",\u1EEA:"U",\u010D\u0323:"c",\u1EEB:"u",\u0158\u0329:"R",\u1EF2:"Y",\u0159\u0329:"r",\u1EF3:"y",\u0190\u0327:"E",\u020C:"O",\u0197\u0327:"I",\u020D:"o",\u01E6:"G",\u0210:"R",\u01E7:"g",\u0211:"r",\u01E8:"K",\u0214:"U",\u01E9:"k",\u0215:"u",\u01F0:"j",\u021E:"H",\u021F:"h",\u0228:"E",\u0229:"e",\u025B\u0327:"e",\u0268\u0327:"i",\u0401:"\u0415",\u0419:"\u0418",\u0439:"\u0438",\u0451:"\u0435",\u1E10:"D",\u1E11:"d",\u1E28:"H",\u1E29:"h",\u1E66:"S",\u1E67:"s"},tM=Object.keys(eM).join("|"),g7=new RegExp(tM,"g"),nY=new RegExp(tM,"");function y7(t){return eM[t]}function v7(t){return t.replace(g7,y7)}var u2={ACRONYM:2,CASE_SENSITIVE_EQUAL:7,CONTAINS:3,EQUAL:6,MATCHES:1,NO_MATCH:0,STARTS_WITH:5,WORD_STARTS_WITH:4};nM.rankings=u2;var k7=(t,n)=>String(t.rankedValue).localeCompare(String(n.rankedValue));function nM(t,n,e={}){let{keys:i,threshold:o=u2.MATCHES,baseSort:r=k7,sorter:s=l=>l.sort((d,u)=>_7(d,u,r))}=e,a=t.reduce(c,[]);return s(a).map(({item:l})=>l);function c(l,d,u){let g=b7(d,i,n,e),{keyThreshold:p=o,rank:v}=g;return v>=p&&l.push(K(k({},g),{index:u,item:d})),l}}function b7(t,n,e,i){if(!n){let o=t;return{keyIndex:-1,keyThreshold:i.threshold,rank:Nw(o,e,i),rankedValue:o}}return I7(t,n).reduce(({keyIndex:o,keyThreshold:r,rank:s,rankedValue:a},{attributes:c,itemValue:l},d)=>{let u=Nw(l,e,i),g=a,{maxRanking:p,minRanking:v,threshold:w}=c;return u<v&&u>=u2.MATCHES?u=v:u>p&&(u=p),u>s&&(s=u,o=d,r=w,g=l),{keyIndex:o,keyThreshold:r,rank:s,rankedValue:g}},{keyIndex:-1,keyThreshold:i.threshold,rank:0,rankedValue:t})}function Nw(t,n,e){return t=qw(t,e),n=qw(n,e),n.length>t.length?0:t===n?7:(t=t.toLowerCase(),n=n.toLowerCase(),t===n?6:t.startsWith(n)?5:t.includes(` ${n}`)?4:t.includes(n)?3:n.length===1?0:x7(t).includes(n)?2:C7(t,n))}function x7(t){let n="";return t.split(" ").forEach(e=>{e.split("-").forEach(i=>{n+=i.substr(0,1)})}),n}function C7(t,n){let e=0,i=0;function o(c,l,d){for(let u=d,g=l.length;u<g;u++)if(l[u]===c)return e+=1,u+1;return-1}function r(c){let l=1/c;return 1+e/n.length*l}let s=o(n[0],t,0);if(s<0)return 0;i=s;for(let c=1,l=n.length;c<l;c++){let d=n[c];if(i=o(d,t,i),!(i>-1))return 0}let a=i-s;return r(a)}function _7(t,n,e){let{keyIndex:i,rank:o}=t,{keyIndex:r,rank:s}=n;return o===s?i===r?e(t,n):i<r?-1:1:o>s?-1:1}function qw(t,{keepDiacritics:n}){return t=`${t}`,n||(t=v7(t)),t}function w7(t,n){typeof n=="object"&&(n=n.key);let e;if(typeof n=="function")e=n(t);else if(Rh(t))e=null;else if(Object.hasOwnProperty.call(t,n))e=t[n];else{if(n.includes("."))return M7(n,t);e=null}return Rh(e)?[]:Array.isArray(e)?e:[String(e)]}function M7(t,n){let e=t.split("."),i=[n];for(let o=0,r=e.length;o<r;o++){let s=e[o],a=[];for(let c=0,l=i.length;c<l;c++){let d=i[c];if(!Rh(d))if(Object.hasOwnProperty.call(d,s)){let u=d[s];Rh(u)||a.push(u)}else s==="*"&&(a=a.concat(d))}i=a}return Array.isArray(i[0])?[].concat(...i):i}function I7(t,n){let e=[];for(let i=0,o=n.length;i<o;i++){let r=n[i],s=S7(r),a=w7(t,r);for(let c=0,l=a.length;c<l;c++)e.push({attributes:s,itemValue:a[c]})}return e}var Vw={maxRanking:1/0,minRanking:-1/0};function S7(t){return typeof t=="string"?Vw:k(k({},Vw),t)}var jw=t=>typeof t=="object"&&t!=null&&t.nodeType===1,zw=(t,n)=>n&&t==="hidden"?!1:t!=="visible"&&t!=="clip",D7=t=>{if(!t.ownerDocument||!t.ownerDocument.defaultView)return null;try{return t.ownerDocument.defaultView.frameElement}catch{return null}},T7=t=>{let n=D7(t);return n?n.clientHeight<t.scrollHeight||n.clientWidth<t.scrollWidth:!1},n2=(t,n)=>{if(t.clientHeight<t.scrollHeight||t.clientWidth<t.scrollWidth){let e=getComputedStyle(t,null);return zw(e.overflowY,n)||zw(e.overflowX,n)||T7(t)}return!1},Dh=(t,n,e,i,o,r,s,a)=>r<t&&s>n||r>t&&s<n?0:r<=t&&a<=e||s>=n&&a>=e?r-t-i:s>n&&a<e||r<t&&a>e?s-n+o:0,E7=t=>t.parentElement??(t.getRootNode().host||null),A7=t=>{let n=window.getComputedStyle(t);return{bottom:parseFloat(n.scrollMarginBottom)||0,left:parseFloat(n.scrollMarginLeft)||0,right:parseFloat(n.scrollMarginRight)||0,top:parseFloat(n.scrollMarginTop)||0}},Bw=(t,n)=>{var e,i;if(typeof document>"u")return[];let{block:o,boundary:r,inline:s,scrollMode:a,skipOverflowHiddenElements:c}=n,l=typeof r=="function"?r:Pn=>Pn!==r;if(!jw(t))throw new TypeError("Invalid target");let d=document.scrollingElement||document.documentElement,u=[],g=t;for(;jw(g)&&l(g);){if(g=E7(g),g===d){u.push(g);break}g!=null&&g===document.body&&n2(g)&&!n2(document.documentElement)||g!=null&&n2(g,c)&&u.push(g)}let p=((e=window.visualViewport)==null?void 0:e.width)??innerWidth,v=((i=window.visualViewport)==null?void 0:i.height)??innerHeight,{scrollX:w,scrollY:A}=window,{bottom:F,height:Z,left:ee,right:Ce,top:ve,width:Se}=t.getBoundingClientRect(),{bottom:Ze,left:Ut,right:Yn,top:Jn}=A7(t),st=o==="start"||o==="nearest"?ve-Jn:o==="end"?F+Ze:ve+Z/2-Jn+Ze,bt=s==="center"?ee+Se/2-Ut+Yn:s==="end"?Ce+Yn:ee-Ut,Rn=[];for(let Pn=0;Pn<u.length;Pn++){let Ae=u[Pn],{bottom:Ft,height:Fn,left:Qt,right:ei,top:sn,width:an}=Ae.getBoundingClientRect();if(a==="if-needed"&&ve>=0&&ee>=0&&F<=v&&Ce<=p&&ve>=sn&&F<=Ft&&ee>=Qt&&Ce<=ei)return Rn;let Or=getComputedStyle(Ae),sl=parseInt(Or.borderLeftWidth,10),al=parseInt(Or.borderTopWidth,10),cl=parseInt(Or.borderRightWidth,10),ll=parseInt(Or.borderBottomWidth,10),$t=0,Wt=0,dl="offsetWidth"in Ae?Ae.offsetWidth-Ae.clientWidth-sl-cl:0,ul="offsetHeight"in Ae?Ae.offsetHeight-Ae.clientHeight-al-ll:0,hp="offsetWidth"in Ae?Ae.offsetWidth===0?0:an/Ae.offsetWidth:0,pp="offsetHeight"in Ae?Ae.offsetHeight===0?0:Fn/Ae.offsetHeight:0;if(d===Ae)o==="start"?$t=st:o==="end"?$t=st-v:o==="nearest"?$t=Dh(A,A+v,v,al,ll,A+st,A+st+Z,Z):$t=st-v/2,s==="start"?Wt=bt:s==="center"?Wt=bt-p/2:s==="end"?Wt=bt-p:Wt=Dh(w,w+p,p,sl,cl,w+bt,w+bt+Se,Se),$t=Math.max(0,$t+A),Wt=Math.max(0,Wt+w);else{o==="start"?$t=st-sn-al:o==="end"?$t=st-Ft+ll+ul:o==="nearest"?$t=Dh(sn,Ft,Fn,al,ll+ul,st,st+Z,Z):$t=st-(sn+Fn/2)+ul/2,s==="start"?Wt=bt-Qt-sl:s==="center"?Wt=bt-(Qt+an/2)+dl/2:s==="end"?Wt=bt-ei+cl+dl:Wt=Dh(Qt,ei,an,sl,cl+dl,bt,bt+Se,Se);let{scrollLeft:W2,scrollTop:G2}=Ae;$t=pp===0?0:Math.max(0,Math.min(G2+$t/pp,Ae.scrollHeight-Fn/pp+ul)),Wt=hp===0?0:Math.max(0,Math.min(W2+Wt/hp,Ae.scrollWidth-an/hp+dl)),st+=G2-$t,bt+=W2-Wt}Rn.push({el:Ae,left:Wt,top:$t})}return Rn},L7=t=>t===Object(t)&&Object.keys(t).length!==0,O7=t=>typeof t=="object"?typeof t.behavior=="function":!1,R7=t=>t===!1?{block:"end",inline:"nearest"}:L7(t)?t:{block:"start",inline:"nearest"},P7=t=>{let n=window.getComputedStyle(t);return{bottom:parseFloat(n.scrollMarginBottom)||0,left:parseFloat(n.scrollMarginLeft)||0,right:parseFloat(n.scrollMarginRight)||0,top:parseFloat(n.scrollMarginTop)||0}},F7=t=>{let n=t;for(;n&&n.parentNode;){if(n.parentNode===document)return!0;n.parentNode instanceof ShadowRoot?n=n.parentNode.host:n=n.parentNode}return!1};function iM(t,n){if(!t.isConnected||!F7(t))return;let e=P7(t);if(O7(n))return n.behavior(Bw(t,n));let i=typeof n=="boolean"||n==null?void 0:n.behavior;for(let{el:o,left:r,top:s}of Bw(t,R7(n))){let a=s-e.top+e.bottom,c=r-e.left+e.right;o.scroll({behavior:i,left:c,top:a})}}var Ph=class{static root(...n){return _("q-accordion--root",n)}};function Th(t="m"){return`q-size-${t}`}var Qs=class{static root(n,e,...i){return _("q-accordion-item--root",{"q-disabled":n,"q-separator":!e},i)}static titleBar(n,e,...i){return _("q-accordion-item--title-bar",{"q-disabled":n},Th(e),i)}static expandIcon(n,e,i,...o){return _("q-accordion-item--expand-icon",`q-placement-${e}`,{"q-disabled":i,"q-expanded":n},o)}static label(n,e,...i){return _("q-accordion-item--label",Th(n),{"q-disabled":e},i)}static secondaryText(n,...e){return _("q-accordion-item--secondary-text",{"q-disabled":n},e)}static panel(n,...e){return _("q-accordion-item--panel",Th(n),e)}static description(n,...e){return _("q-accordion-item--description",Th(n),e)}};T(Qs,"startIcon","q-accordion-item--start-icon"),T(Qs,"endIcon","q-accordion-item--end-icon");var N7={l:"xl",m:"l",s:"m"},Fh=class{static getIconSize(n){return N7[n]}},Qi=class{static root(n="neutral"){return _("q-alert-banner--root",`q-color-${n}`)}};T(Qi,"headIcon","q-alert-banner--head-icon"),T(Qi,"closeButton","q-alert-banner--close-button"),T(Qi,"description","q-alert-banner--description"),T(Qi,"content","q-alert-banner--content"),T(Qi,"label","q-alert-banner--label");function oM(t){return t.split(" ").reduce((n,e)=>(n[e]=!0,n),{})}function Nh(t){return typeof t=="number"||/^\d+$/.test(t)?`${t}px`:t}function $h(t){return Array.isArray(t)?t:[t]}function yr(t){return t?"q-disabled":!1}function Hw(t){return t?"q-full-height":!1}function l2(t){return t?"q-full-width":!1}function i2(t){return`q-size-${t}`}var h2=t=>typeof t<"u"&&t!==null;function Xs(t){return typeof t<"u"&&t!==null}function o2(t,n){let e=n-t+1;return Array.from({length:e},(i,o)=>t+o)}function Ys(t=0){return typeof t=="number"?{enter:t,exit:t}:t}function p2(t="ease"){return typeof t=="string"?{enter:t,exit:t}:t}var ki=class{};T(ki,"clickable",!0),T(ki,"color","neutral"),T(ki,"content",""),T(ki,"disabled",!1),T(ki,"emphasis","subtle"),T(ki,"shape","round"),T(ki,"size","m"),T(ki,"variant","text");var Eh={l:"36",m:"32",s:"28",xl:"40",xs:"24"},Uw={l:"14",m:"14",s:"12",xl:"17",xs:"10"},vr=class{};T(vr,"getNumericSize",(t,n=!0)=>n?Eh[t]?`${Eh[t]}px`:Nh(t):Eh[t]?`${Eh[t]}`:`${t}`),T(vr,"getNumericFontSize",t=>Uw[t]?`${Uw[t]}px`:Nh(t)),T(vr,"getIconSize",(t,n)=>t??n),T(vr,"getContent",t=>t.slice(0,2));var q7={informative:"brand",negative:"red",positive:"green",warning:"yellow"},Oc=class{static root(n,e="text",i="m",o="standard",r,s,...a){return _("q-badge--root",`q-color-${q7[n]||n}`,`q-kind-${e}`,`q-size-${i}`,`q-emphasis-${o}`,{"q-floating":s},yr(r),a)}};T(Oc,"icon","q-badge--icon"),T(Oc,"content","q-badge--content");function Qw(t="m"){return`q-size-${t}`}var Rc=class{static root(n){return _("q-breadcrumb-item--root",{"q-disabled":n})}static label(n,e){return _("q-breadcrumb-item--label",Qw(e),{"has-icon":n})}static content(n,e,i){return _("q-breadcrumb-item--content",Qw(e),{"q-active":i,"q-disabled":n})}};T(Rc,"icon","q-breadcrumb-item--icon"),T(Rc,"separator","q-breadcrumb-item--separator");var qh=class{static root(...n){return _("q-breadcrumb--root",n)}};T(qh,"listItem","q-breadcrumb--list-item");function r2(t="m"){return`q-size-${t}`}var Vh=class{static root(n="neutral",e,i="ghost",o,r,s,a,c,...l){return _("q-button--root",`q-button--${i}`,`q-${n}`,{"q-dense":o,"q-disable-transitions":c,"q-disabled":s,"q-full-width":r,"q-selected":a},r2(e),l)}static endIcon(n,...e){return _("q-button--end-icon","q-icon",r2(n),e)}static startIcon(n,...e){return _("q-button--start-icon","q-icon",r2(n),e)}},Wi=class{static root(n,e,i,...o){return _("q-button-group--root",`q-${i}`,`q-${e}`,{"q-compact":n},o)}static startButton(n,...e){return _("q-button-group--start",`q-${n}`,e)}static endButton(n,...e){return _("q-button-group--end",`q-${n}`,e)}static centerButton(n,...e){return _("q-button-group--center",`q-${n}`,e)}};var $s=class{static root(n,e,i,...o){return _("q-checkbox--root",yr(i),{"q-checked":n,"q-indeterminate":!n&&e,"q-selected":n||e},o)}static checkbox(n){return _("q-checkbox--box",yr(n))}static label(n,...e){return _("q-checkbox--label",yr(n),e)}static labelTemplate(n,...e){return _("q-checkbox--label-template",yr(n),e)}},Pc=class{static root(n,e,...i){return _("q-combobox--root",{"q-disabled":e,"q-full-width":n},i)}static input(n,e){return _("q-combobox--input",{"q-disabled":n,"q-filterable":e})}static inputContainer(){return _("q-combobox--input-container")}static inputWrapper(n="m",e){return _("q-combobox--input-wrapper",`q-size-${n}`,{"q-has-tags":e})}};T(Pc,"inputGhost","q-combobox--input-ghost");function Ac(t,n){return t?typeof t=="string"?t:typeof n=="function"?n(t):t[n]:""}var xr=class{static makeGetOptionLabel(n){return e=>e?typeof e!="object"?e:n?Ac(e,n):"label"in e?e.label:e:""}static makeGetOptionValue(n,e){return i=>i?typeof i!="object"?i:!e&&!n?"label"in i?i.label:i:e?Ac(i,e):n?Ac(i,n):"":""}static getSafeValue(n){return n?$h(n):[]}static getOptionComparer(n){return(e,i)=>Array.isArray(e)||Array.isArray(i)?e===i:Ac(e,n)===Ac(i,n)}static isOptionDisabled(n){return typeof n=="string"?!1:n?.disabled??!1}static makeDefaultFilterFn(n){return(e,i)=>!i||!i.length?e:nM(e,i,{keys:typeof n=="string"||typeof n=="number"?[`${n}`]:typeof n=="symbol"?[String(n)]:[o=>n(o)]})}static shouldCloseFromSelection(n,e,i){return!!(e||i&&n.shiftKey)}},kr=class{static labelWrapper(){return _("q-device-card--label-wrapper")}static label(){return _("q-device-card--label")}static root(n="2",e,i){return _("q-device-card--root",`q-elevation-${n}`,{"q-full-height":i,"q-has-top-section":e})}};T(kr,"description","q-device-card--description"),T(kr,"footer","q-device-card--footer"),T(kr,"header","q-device-card--header"),T(kr,"metadata","q-device-card--metadata");var Mt=class{};T(Mt,"animationDuration",250),T(Mt,"animationEasing","ease"),T(Mt,"breakpoints",Object.freeze({"0px":"95vw","360px":"85vw","640px":"400px","1280px":"500px"})),T(Mt,"closeOnEscape",!0),T(Mt,"disabled",!1),T(Mt,"disableAnimations",!1),T(Mt,"disableAutoFocus",!1),T(Mt,"disableScrollLock",!1),T(Mt,"fullHeight",!1),T(Mt,"fullWidth",!1),T(Mt,"hideBackdrop",!1),T(Mt,"keepMounted",!1),T(Mt,"elevation",5),T(Mt,"size","m"),T(Mt,"zIndex","var(--q-zindex-modal)");var Fc=class{static root(n="default",e,i="primary",...o){return _("q-divider--root",`q-${n}-${i}`,`q-orientation-${e}`,o)}},Nc=class{static getSpacing(n,e,i){return!e&&!n?"0":i==="horizontal"?`${n??0}px 0 ${e??0}px 0`:`0 ${e??0}px 0 ${n??0}px`}},jh=class{static root(n){return _("q-dropdown--root",{"q-full-width":n})}static controls(n){return _("q-dropdown--controls",`q-${n}`)}},on=class{static input(n,...e){return _("q-form-field--input",{"q-error":n},e)}static inputContainer(n="m",e,i,o,...r){return _("q-form-field--input-container",`q-size-${n}`,{"q-disabled":e,"q-error":i,"q-select":o},r)}};T(on,"actions","q-form-field--actions"),T(on,"actionButton","q-form-field--action-button"),T(on,"clearIcon","q-form-field--clear-icon"),T(on,"endIcon","q-form-field--end-icon"),T(on,"errorIcon","q-form-field--error-icon"),T(on,"startIcon","q-form-field--start-icon"),T(on,"error","q-form-field--error"),T(on,"hint","q-form-field--hint"),T(on,"label","q-form-field--label"),T(on,"root","q-form-field--root");function $w(t="primary"){return`q-color-${t}`}var Ui=class{static root(n,...e){return _("q-header--root",$w(n),e)}static navItem(n,e,...i){return _("q-header--nav-item",$w(n),{"q-active":e},i)}};T(Ui,"content","q-header--content"),T(Ui,"actionsContainer","q-header--actions-container"),T(Ui,"controlsContainer","q-header--controls-container"),T(Ui,"logoContainer","q-header--logo-container"),T(Ui,"menuContainer","q-header--menu-container"),T(Ui,"title","q-header--title");var qc=class{static root(n,...e){return _("q-icon",{"q-disabled":n},e)}};var Cr=class{static root(n="neutral",e="square",i="m",o="ghost",r,s,a,c,...l){return _("q-icon-button--root",`q-button--${o}`,`q-${n}`,`q-shape-${e}`,`q-size-${i}`,{"q-dense":r,"q-disable-transitions":c,"q-disabled":s,"q-selected":a},l)}},$i=class{static root(n,...e){return _("q-inline-alert--root",`q-color-${n??"neutral"}`,e)}static closeButton(...n){return _("q-inline-alert--close-button",n)}};T($i,"bottomContent","q-inline-alert--bottom-content"),T($i,"description","q-inline-alert--description"),T($i,"content","q-inline-alert--content"),T($i,"header","q-inline-alert--header"),T($i,"label","q-inline-alert--label");function s2(t="m"){return`q-size-${t}`}var Ws=class{static hint(n,...e){return _("q-input--hint",s2(n),e)}static label(n,...e){return _("q-input--label",s2(n),e)}static error(n,...e){return _("q-input--error",s2(n),e)}},Vc=class{static root(n,e,...i){return _("q-link--root",{"q-disabled":e},`q-variant-${n}`,i)}static text(...n){return _("q-link--text",n)}};var Lo=class{static root(n,...e){return _("q-menu--root",{"q-display-inline":n},e)}};T(Lo,"list","q-menu--list"),T(Lo,"listItem","q-menu--list-item"),T(Lo,"popup","q-menu--popup");var Ao=class{};T(Ao,"animationDuration",250),T(Ao,"autoFocus",!0),T(Ao,"loop",!0),T(Ao,"restoreFocus",!0),T(Ao,"size","m"),T(Ao,"zIndex","var(--q-zindex-dropdown)");var jc=class{static interactionDisabled(n){return n.sectionTitle||n.disabled}};function a2(t="m"){return`q-size-${t}`}var Gn=class{static root(n=!1,e,...i){return _("q-menu-item--root",{"q-disabled":n,"q-separator-bottom":e==="bottom"||e==="both","q-separator-top":e==="top"||e==="both"},i)}static label(n){return _("q-menu-item--label",a2(n))}static description(n){return _("q-menu-item--description",a2(n))}static secondaryText(n){return _("q-menu-item--secondary-text",a2(n))}static content(n,e){return _("q-menu-item--content",{"has-start-icon":n,"q-disabled":e})}};T(Gn,"endContent","q-menu-item--end-content"),T(Gn,"endIcon","q-menu-item--end-icon"),T(Gn,"startIcon","q-menu-item--start-icon"),T(Gn,"startContent","q-menu-item--start-content"),T(Gn,"sectionTitle","q-menu-item--section-title");function Ww(t="informative"){return`q-color-${t}`}var bi=class{static root(n){return _("q-notification--root",{"q-placement-inline":n})}static iconWrapper(n){return _("q-notification--icon-wrapper",Ww(n))}static bar(n="informative"){return _("q-notification--bar",Ww(n))}};T(bi,"closeIcon","q-notification--close-icon"),T(bi,"content","q-notification--content"),T(bi,"description","q-notification--description"),T(bi,"label","q-notification--label"),T(bi,"subtleLabel","q-notification--subtle-label"),T(bi,"bottomContent","q-notification--bottom-content");var Gs=class{static root(...n){return _("q-overlay-panel-popup--root",n)}static position(n){return _(`q-position-${n}`)}static arrow(n){return _("q-overlay-panel--arrow",`q-${n}`)}},at=class{};T(at,"animationDuration",200),T(at,"arrow",!1),T(at,"autoUpdate",!0),T(at,"elevation",3),T(at,"flip",!0),T(at,"focus",!1),T(at,"hover",!1),T(at,"offset",1),T(at,"placement","bottom-start"),T(at,"position","absolute"),T(at,"restoreFocus",!0),T(at,"zIndex","var(--q-zindex-dropdown)");var Gi={boundarySeparator(...t){return _("q-pagination--boundary-separator",t)},pageLink(t,...n){return _("q-pagination--page-link",{"q-active":t},n)},pageLinksContainer(...t){return _("q-pagination--page-links-container",t)},pageMetadata(...t){return _("q-pagination--page-metadata",t)},pageRowsDropdownContainer(...t){return _("q-pagination--page-rows-dropdown-container",t)},pageRowsLabel(...t){return _("q-pagination--page-rows-label",t)},root(t,...n){return _("q-pagination--root",{"q-full-width":t},n)}},zh=class{static computePageLinks({boundaryCount:n,hidePageLinks:e,page:i,pageCount:o,siblingCount:r}){if(e)return[];let s=o2(1,Math.min(n,o)),a=o2(Math.max(o-n+1,n+1),o),c=Math.max(Math.min(i-r,o-n-r*2-1),n+2),l=Math.min(Math.max(i+r,n+r*2+2),a.length>0?a[0]-2:o-1),d=[...s,...c>n+2?["separator"]:n+1<o-n?[n+1]:[],...o2(c,l),...l<o-n-1?["separator"]:o-n>n?[o-n]:[],...a].map(u=>typeof u=="number"?{active:u===i,label:`Go to page ${u}`,page:u}:"separator");return d.length?d:[{active:!0,label:"Go to page 1",page:1}]}},V7={l:"md",m:"sm",s:"xs"},j7={l:"sm",m:"sm",s:"xs"},Us=class{static label(n,...e){return _("q-popover--label",`q-font-body-${V7[n]}-strong`,e)}static description(n,...e){return _("q-popover--description",`q-font-body-${j7[n??"m"]}`,e)}};T(Us,"root","q-popover--root"),T(Us,"bottomContent","q-popover--bottom-content"),T(Us,"dismissButton","q-popover--dismiss-button");function Gw(t="m"){return`q-size-${t}`}var zc=class{static root(n,e,...i){return _("q-progress-bar--root",{"q-label-side":e,"q-label-top":n},i)}static progressBarContainer(n){return _("q-progress-bar--container",Gw(n))}static progress(n,e){return _("q-progress-bar--progress",Gw(n),{"q-indeterminate":e})}};T(zc,"label","q-progress-bar--label"),T(zc,"topLabelContainer","q-progress-bar--top-label-container");function z7(t="m"){return`q-size-${t}`}var Zs=class{static root(n,...e){return _("q-progress-circle--root",{"q-indeterminate":n},e)}static label(n){return _("q-progress-circle--label",z7(n))}static outerCircle(n){return _("q-progress-circle--outer-circle",{"q-indeterminate":n})}};T(Zs,"progressSvg","q-progress-circle--svg"),T(Zs,"innerCircle","q-progress-circle--inner-circle");var _r=class{static getStrokeWidthFromSize(n){switch(n){case"xxs":case"xs":case"s":return 7;case"m":case"l":return 6;default:return n<48?7:n>=48&&n<=80?6:5}}static getPixelSize(n){if(typeof n=="number")return`${n}px`;switch(n){case"xxs":return"16px";case"xs":return"20px";case"s":return"32px";case"m":return"48px";case"l":return"80px";default:return"32px"}}static getCanShowLabel(n,e,i){return!n&&e&&(typeof i=="number"&&i>=48||i==="m"||i==="l")}static getStrokeDashOffset(n){return Xs(n)?288.88*((100-n)/100):288.88}},Bc=class{static root(n,e,...i){return _("q-radio--root",{"q-disabled":e,"q-selected":n},i)}static circle(n){return _("q-radio--circle",{"q-disabled":n})}static innerCircle(){return _("q-radio--inner-circle")}static label(n){return _($s.label(n),"q-radio--label")}},Ks=class{static input(n,...e){return _("q-select--input",{"q-disabled":n},e)}static optionsContainer(...n){return _("q-select--options-container",n)}static root(n,e,...i){return _("q-select--root",{"q-disabled":e,"q-full-width":n},i)}static dropdownIcon(n,...e){return _("q-select--dropdown-icon",n?"q-open":"",e)}static option(n,e,i,o,r,...s){return _("q-select--option",{"q-disabled":e,"q-highlighted":r,"q-no-option-label":o,"q-selected":n,"q-virtual":i},s)}},Bt=class{static inputHiddenAccessible(n,...e){return _("q-input-hidden-accessible",{"q-disabled":n},e)}static elevation(n){return _(`q-elevation-${n}`)}};T(Bt,"displayContents","q-display-contents"),T(Bt,"hiddenAccessible","q-hidden-accessible"),T(Bt,"fullHeight","q-full-height"),T(Bt,"displayNone","q-display-none"),T(Bt,"overflowHidden","q-overflow-hidden"),T(Bt,"relative","q-relative");var rM={content(t,n,e,...i){return _("q-side-navigation-item--content",{"q-active":n,"q-collapsed":t,"q-disabled":e},i)},endContent:"q-side-navigation-item--end-content",endIcon(t,...n){return _("q-side-navigation-item--end-icon",{"q-expanded":t},n)},label:"q-side-navigation-item--label",root(t,n,e,i,...o){return _("q-side-navigation-item--root",{"q-active":e,"q-collapsed":i,"q-disabled":t,"q-separator":n},o)},sectionTitle:"q-side-navigation-item--section-title",separator(t,...n){return _("q-side-navigation-item--separator",{"q-collapsed":t},n)},startContent:"q-side-navigation-item--start-content",startIcon:"q-side-navigation-item--start-icon"},sM={collapseButton(){return _("q-side-navigation--collapse-button")},collapseDivider(){return _("q-side-navigation--collapse-divider")},collapseIcon(){return _("q-side-navigation--collapse-icon")},items(t){return _("q-side-navigation--items",{"q-collapse-container":t})},root(t,n,...e){return _("q-side-navigation--root",{"q-collapsed":t,"q-full-height":n},e)},searchContainer(){return _("q-side-navigation--search-container")},topContent(t){return _("q-side-navigation--top-content",{"q-sticky":t})}};var f2={arrow(t="top"){return _({"q-tooltip--arrow-bottom":t.includes("bottom"),"q-tooltip--arrow-left":t.includes("left"),"q-tooltip--arrow-right":t.includes("right"),"q-tooltip--arrow-top":t.includes("top")})},label(t="m",...n){return _("q-tooltip--label",`q-size-${t}`,n)},root(t="top",n="absolute",...e){return _("q-tooltip--root",`q-tooltip--${t}`,`q-position-${n}`,e)}},An=class{};T(An,"animationDuration",250),T(An,"arrow",!0),T(An,"disabled",!1),T(An,"flip",!0),T(An,"focus",!0),T(An,"hover",!0),T(An,"offset",5),T(An,"placement","top"),T(An,"position","absolute"),T(An,"zIndex","var(--q-zindex-tooltip)");var br=class{};T(br,"disabled",!1),T(br,"kind","dot"),T(br,"size","m"),T(br,"subtle",!1);function Zw(t="m"){return`q-size-${t}`}function Ah(t){return`q-orientation-${t??"horizontal"}`}function Lh(t){return`q-status-${t??"incomplete"}`}var Bh=class{static root(n,e,i,...o){return _("q-step-item--root",Ah(n),Lh(e),{"q-step--inline":i},o)}static step(n,e,i,o,r){return _("q-step-item--step",Ah(n),Lh(o),Zw(e),{"q-selected":i},{"q-icon":r})}static label(n,e,i,o,r){return _("q-step-item--label",Ah(n),Lh(e),Zw(o),{"q-selected":i},{"q-step--inline":r})}static description(n,e,i){return _("q-step-item--description",Ah(n),Lh(e),{"q-step--inline":i})}};T(Bh,"content","q-step-item--content");var Hh=class{static root(n,e,i,...o){return _("q-switch--root",{"q-disabled":n,"q-full-width":i,"q-toggled":e},o)}static slider(n,e){return _("q-switch--slider",i2(n),{"q-toggled":e})}static track(n,e){return _("q-switch--track",i2(n),{"q-toggled":e})}static label(n,e,i,...o){return _("q-switch--label",i2(n),yr(i),`q-placement-${e}`,o)}};T(Hh,"inputContainer","q-switch--input-container");function Kw(t){return`q-size-${t}`}var iY={table(...t){return _("q-table--table",t)},tbody(...t){return _("q-table--tbody",t)},td(t,n,e,i,o,...r){return _("q-table--td",{"q-aggregated":n,"q-compact":i,"q-divider":t,"q-grouped":e},Kw(o),r)},tfoot(...t){return _("q-table--tfoot",t)},th(t,n,e,i,o,...r){return _("q-table--th",{"q-compact":i,"q-divider":t,"q-dragging":n,"q-dragging-over":e},Kw(o),r)},thead(...t){return _("q-table--thead",t)},tr(t,n,e,...i){return _("q-table--tr",{"q-dragging":n,"q-dragging-over":e,"q-selected":t},i)}};function Xw(t){return`q-size-${t??"m"}`}var Hc={content(t,n,...e){return _("q-tab--content",l2(t),{"q-hidden":n},e)},dismissAction(...t){return _("q-tab--dismiss-action",Cr.root("neutral","square","xs","ghost",!1,!1,!1,!1),t)},endIcon:"q-tab--end-icon",root(t,n,e,i,o,...r){return _("q-tab--root",`q-tab--${e}-${i??"horizontal"}`,Xw(o),yr(t),{"q-selected":n},r)},separator(t){return _("q-tab--separator",Xw(t))},startIcon:"q-tab--start-icon"};function c2(t){return`q-orientation-${t??"horizontal"}`}function Lc(t){return`q-alignment-${t}`}var Js={horizontalBar(t){return _("q-tabs--horizontal-bar",Lc(t))},nav(t,n,e,...i){return _("q-tabs--nav",c2(t),Lc(e),Hw(n),i)},panel(t,n,e,...i){return _("q-tabs--panel",c2(t),Lc(n),l2(e),i)},root(t,n,e,i,...o){return _("q-tabs--root",c2(t),Lc(e),Hw(n),l2(i),o)},verticalBar(t){return _("q-tabs--vertical-bar",Lc(t))}},B7={l:"m",m:"s",s:"s"},Oo={getHorizontalBarLeftOffset(t,n){return!t||!n?0:n.left-t.left},getHorizontalBarRightOffset(t,n){return!t||!n?0:n.right-t.right},getHorizontalBarStyle(t,n,e,i){if(!e||!n||!i)return{width:"0px"};let o=`${e.width}px`;return t==="start"?{left:`${Oo.getHorizontalBarLeftOffset(n,e)}px`,width:o}:{right:`${Oo.getHorizontalBarRightOffset(e,i)}px`,width:o}},getIconSize(t){return B7[t]},getShowTabSeparator(t,n,e,i,o){return t!=="vertical"&&n!=="secondary"&&!e&&!i&&o},getVerticalBarStyle(t,n){return!n||!t?{height:"0px",top:"0px"}:{height:`${n.height}px`,top:`${Oo.getVerticalBarTopOffset(t,n)}px`}},getVerticalBarTopOffset(t,n){return!t||!n?0:n.top-t.top}},Uh=class{static root(n,e,i,o,r){return _("q-tag--root",`q-size-${n??"m"}`,{"q-checked":e,"q-disabled":o,"q-readonly":i,"q-stretch":r})}static closeIcon(){return _("q-tag--close-icon")}static label(){return _("q-tag--label")}};var Qh=class{static root(n,...e){return _("q-text-input--root",{"q-full-width":n},e)}static input(n){return _("q-text-input--input",`q-type-${n}`)}};var Ro=Math.min,Zi=Math.max,Qc=Math.round,$c=Math.floor,Zn=t=>({x:t,y:t}),H7={left:"right",right:"left",bottom:"top",top:"bottom"},U7={start:"end",end:"start"};function aM(t,n,e){return Zi(t,Ro(n,e))}function Wc(t,n){return typeof t=="function"?t(n):t}function wr(t){return t.split("-")[0]}function ea(t){return t.split("-")[1]}function cM(t){return t==="x"?"y":"x"}function Gh(t){return t==="y"?"height":"width"}function ta(t){return["top","bottom"].includes(wr(t))?"y":"x"}function Zh(t){return cM(ta(t))}function lM(t,n,e){e===void 0&&(e=!1);let i=ea(t),o=Zh(t),r=Gh(o),s=o==="x"?i===(e?"end":"start")?"right":"left":i==="start"?"bottom":"top";return n.reference[r]>n.floating[r]&&(s=Uc(s)),[s,Uc(s)]}function dM(t){let n=Uc(t);return[Wh(t),n,Wh(n)]}function Wh(t){return t.replace(/start|end/g,n=>U7[n])}function Q7(t,n,e){let i=["left","right"],o=["right","left"],r=["top","bottom"],s=["bottom","top"];switch(t){case"top":case"bottom":return e?n?o:i:n?i:o;case"left":case"right":return n?r:s;default:return[]}}function uM(t,n,e,i){let o=ea(t),r=Q7(wr(t),e==="start",i);return o&&(r=r.map(s=>s+"-"+o),n&&(r=r.concat(r.map(Wh)))),r}function Uc(t){return t.replace(/left|right|bottom|top/g,n=>H7[n])}function $7(t){return k({top:0,right:0,bottom:0,left:0},t)}function m2(t){return typeof t!="number"?$7(t):{top:t,right:t,bottom:t,left:t}}function Mr(t){let{x:n,y:e,width:i,height:o}=t;return{width:i,height:o,top:e,left:n,right:n+i,bottom:e+o,x:n,y:e}}function hM(t,n,e){let{reference:i,floating:o}=t,r=ta(n),s=Zh(n),a=Gh(s),c=wr(n),l=r==="y",d=i.x+i.width/2-o.width/2,u=i.y+i.height/2-o.height/2,g=i[a]/2-o[a]/2,p;switch(c){case"top":p={x:d,y:i.y-o.height};break;case"bottom":p={x:d,y:i.y+i.height};break;case"right":p={x:i.x+i.width,y:u};break;case"left":p={x:i.x-o.width,y:u};break;default:p={x:i.x,y:i.y}}switch(ea(n)){case"start":p[s]-=g*(e&&l?-1:1);break;case"end":p[s]+=g*(e&&l?-1:1);break}return p}var pM=(t,n,e)=>ht(void 0,null,function*(){let{placement:i="bottom",strategy:o="absolute",middleware:r=[],platform:s}=e,a=r.filter(Boolean),c=yield s.isRTL==null?void 0:s.isRTL(n),l=yield s.getElementRects({reference:t,floating:n,strategy:o}),{x:d,y:u}=hM(l,i,c),g=i,p={},v=0;for(let w=0;w<a.length;w++){let{name:A,fn:F}=a[w],{x:Z,y:ee,data:Ce,reset:ve}=yield F({x:d,y:u,initialPlacement:i,placement:g,strategy:o,middlewareData:p,rects:l,platform:s,elements:{reference:t,floating:n}});d=Z??d,u=ee??u,p=K(k({},p),{[A]:k(k({},p[A]),Ce)}),ve&&v<=50&&(v++,typeof ve=="object"&&(ve.placement&&(g=ve.placement),ve.rects&&(l=ve.rects===!0?yield s.getElementRects({reference:t,floating:n,strategy:o}):ve.rects),{x:d,y:u}=hM(l,g,c)),w=-1)}return{x:d,y:u,placement:g,strategy:o,middlewareData:p}});function fM(t,n){return ht(this,null,function*(){var e;n===void 0&&(n={});let{x:i,y:o,platform:r,rects:s,elements:a,strategy:c}=t,{boundary:l="clippingAncestors",rootBoundary:d="viewport",elementContext:u="floating",altBoundary:g=!1,padding:p=0}=Wc(n,t),v=m2(p),A=a[g?u==="floating"?"reference":"floating":u],F=Mr(yield r.getClippingRect({element:(e=yield r.isElement==null?void 0:r.isElement(A))==null||e?A:A.contextElement||(yield r.getDocumentElement==null?void 0:r.getDocumentElement(a.floating)),boundary:l,rootBoundary:d,strategy:c})),Z=u==="floating"?{x:i,y:o,width:s.floating.width,height:s.floating.height}:s.reference,ee=yield r.getOffsetParent==null?void 0:r.getOffsetParent(a.floating),Ce=(yield r.isElement==null?void 0:r.isElement(ee))?(yield r.getScale==null?void 0:r.getScale(ee))||{x:1,y:1}:{x:1,y:1},ve=Mr(r.convertOffsetParentRelativeRectToViewportRelativeRect?yield r.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:Z,offsetParent:ee,strategy:c}):Z);return{top:(F.top-ve.top+v.top)/Ce.y,bottom:(ve.bottom-F.bottom+v.bottom)/Ce.y,left:(F.left-ve.left+v.left)/Ce.x,right:(ve.right-F.right+v.right)/Ce.x}})}var mM=t=>({name:"arrow",options:t,fn(e){return ht(this,null,function*(){let{x:i,y:o,placement:r,rects:s,platform:a,elements:c,middlewareData:l}=e,{element:d,padding:u=0}=Wc(t,e)||{};if(d==null)return{};let g=m2(u),p={x:i,y:o},v=Zh(r),w=Gh(v),A=yield a.getDimensions(d),F=v==="y",Z=F?"top":"left",ee=F?"bottom":"right",Ce=F?"clientHeight":"clientWidth",ve=s.reference[w]+s.reference[v]-p[v]-s.floating[w],Se=p[v]-s.reference[v],Ze=yield a.getOffsetParent==null?void 0:a.getOffsetParent(d),Ut=Ze?Ze[Ce]:0;(!Ut||!(yield a.isElement==null?void 0:a.isElement(Ze)))&&(Ut=c.floating[Ce]||s.floating[w]);let Yn=ve/2-Se/2,Jn=Ut/2-A[w]/2-1,st=Ro(g[Z],Jn),bt=Ro(g[ee],Jn),Rn=st,Pn=Ut-A[w]-bt,Ae=Ut/2-A[w]/2+Yn,Ft=aM(Rn,Ae,Pn),Fn=!l.arrow&&ea(r)!=null&&Ae!==Ft&&s.reference[w]/2-(Ae<Rn?st:bt)-A[w]/2<0,Qt=Fn?Ae<Rn?Ae-Rn:Ae-Pn:0;return{[v]:p[v]+Qt,data:k({[v]:Ft,centerOffset:Ae-Ft-Qt},Fn&&{alignmentOffset:Qt}),reset:Fn}})}});var gM=function(t){return t===void 0&&(t={}),{name:"flip",options:t,fn(e){return ht(this,null,function*(){var i,o;let{placement:r,middlewareData:s,rects:a,initialPlacement:c,platform:l,elements:d}=e,Ae=Wc(t,e),{mainAxis:u=!0,crossAxis:g=!0,fallbackPlacements:p,fallbackStrategy:v="bestFit",fallbackAxisSideDirection:w="none",flipAlignment:A=!0}=Ae,F=fp(Ae,["mainAxis","crossAxis","fallbackPlacements","fallbackStrategy","fallbackAxisSideDirection","flipAlignment"]);if((i=s.arrow)!=null&&i.alignmentOffset)return{};let Z=wr(r),ee=ta(c),Ce=wr(c)===c,ve=yield l.isRTL==null?void 0:l.isRTL(d.floating),Se=p||(Ce||!A?[Uc(c)]:dM(c)),Ze=w!=="none";!p&&Ze&&Se.push(...uM(c,A,w,ve));let Ut=[c,...Se],Yn=yield fM(e,F),Jn=[],st=((o=s.flip)==null?void 0:o.overflows)||[];if(u&&Jn.push(Yn[Z]),g){let Ft=lM(r,a,ve);Jn.push(Yn[Ft[0]],Yn[Ft[1]])}if(st=[...st,{placement:r,overflows:Jn}],!Jn.every(Ft=>Ft<=0)){var bt,Rn;let Ft=(((bt=s.flip)==null?void 0:bt.index)||0)+1,Fn=Ut[Ft];if(Fn)return{data:{index:Ft,overflows:st},reset:{placement:Fn}};let Qt=(Rn=st.filter(ei=>ei.overflows[0]<=0).sort((ei,sn)=>ei.overflows[1]-sn.overflows[1])[0])==null?void 0:Rn.placement;if(!Qt)switch(v){case"bestFit":{var Pn;let ei=(Pn=st.filter(sn=>{if(Ze){let an=ta(sn.placement);return an===ee||an==="y"}return!0}).map(sn=>[sn.placement,sn.overflows.filter(an=>an>0).reduce((an,Or)=>an+Or,0)]).sort((sn,an)=>sn[1]-an[1])[0])==null?void 0:Pn[0];ei&&(Qt=ei);break}case"initialPlacement":Qt=c;break}if(r!==Qt)return{reset:{placement:Qt}}}return{}})}}};function W7(t,n){return ht(this,null,function*(){let{placement:e,platform:i,elements:o}=t,r=yield i.isRTL==null?void 0:i.isRTL(o.floating),s=wr(e),a=ea(e),c=ta(e)==="y",l=["left","top"].includes(s)?-1:1,d=r&&c?-1:1,u=Wc(n,t),{mainAxis:g,crossAxis:p,alignmentAxis:v}=typeof u=="number"?{mainAxis:u,crossAxis:0,alignmentAxis:null}:{mainAxis:u.mainAxis||0,crossAxis:u.crossAxis||0,alignmentAxis:u.alignmentAxis};return a&&typeof v=="number"&&(p=a==="end"?v*-1:v),c?{x:p*d,y:g*l}:{x:g*l,y:p*d}})}var yM=function(t){return t===void 0&&(t=0),{name:"offset",options:t,fn(e){return ht(this,null,function*(){var i,o;let{x:r,y:s,placement:a,middlewareData:c}=e,l=yield W7(e,t);return a===((i=c.offset)==null?void 0:i.placement)&&(o=c.arrow)!=null&&o.alignmentOffset?{}:{x:r+l.x,y:s+l.y,data:K(k({},l),{placement:a})}})}}};function Kh(){return typeof window<"u"}function Ir(t){return kM(t)?(t.nodeName||"").toLowerCase():"#document"}function rn(t){var n;return(t==null||(n=t.ownerDocument)==null?void 0:n.defaultView)||window}function Kn(t){var n;return(n=(kM(t)?t.ownerDocument:t.document)||window.document)==null?void 0:n.documentElement}function kM(t){return Kh()?t instanceof Node||t instanceof rn(t).Node:!1}function Ln(t){return Kh()?t instanceof Element||t instanceof rn(t).Element:!1}function Xn(t){return Kh()?t instanceof HTMLElement||t instanceof rn(t).HTMLElement:!1}function vM(t){return!Kh()||typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof rn(t).ShadowRoot}function ia(t){let{overflow:n,overflowX:e,overflowY:i,display:o}=On(t);return/auto|scroll|overlay|hidden|clip/.test(n+i+e)&&!["inline","contents"].includes(o)}function bM(t){return["table","td","th"].includes(Ir(t))}function Gc(t){return[":popover-open",":modal"].some(n=>{try{return t.matches(n)}catch{return!1}})}function Xh(t){let n=Yh(),e=Ln(t)?On(t):t;return["transform","translate","scale","rotate","perspective"].some(i=>e[i]?e[i]!=="none":!1)||(e.containerType?e.containerType!=="normal":!1)||!n&&(e.backdropFilter?e.backdropFilter!=="none":!1)||!n&&(e.filter?e.filter!=="none":!1)||["transform","translate","scale","rotate","perspective","filter"].some(i=>(e.willChange||"").includes(i))||["paint","layout","strict","content"].some(i=>(e.contain||"").includes(i))}function xM(t){let n=Ki(t);for(;Xn(n)&&!Sr(n);){if(Xh(n))return n;if(Gc(n))return null;n=Ki(n)}return null}function Yh(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Sr(t){return["html","body","#document"].includes(Ir(t))}function On(t){return rn(t).getComputedStyle(t)}function Zc(t){return Ln(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function Ki(t){if(Ir(t)==="html")return t;let n=t.assignedSlot||t.parentNode||vM(t)&&t.host||Kn(t);return vM(n)?n.host:n}function CM(t){let n=Ki(t);return Sr(n)?t.ownerDocument?t.ownerDocument.body:t.body:Xn(n)&&ia(n)?n:CM(n)}function na(t,n,e){var i;n===void 0&&(n=[]),e===void 0&&(e=!0);let o=CM(t),r=o===((i=t.ownerDocument)==null?void 0:i.body),s=rn(o);if(r){let a=Jh(s);return n.concat(s,s.visualViewport||[],ia(o)?o:[],a&&e?na(a):[])}return n.concat(o,na(o,[],e))}function Jh(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function MM(t){let n=On(t),e=parseFloat(n.width)||0,i=parseFloat(n.height)||0,o=Xn(t),r=o?t.offsetWidth:e,s=o?t.offsetHeight:i,a=Qc(e)!==r||Qc(i)!==s;return a&&(e=r,i=s),{width:e,height:i,$:a}}function y2(t){return Ln(t)?t:t.contextElement}function oa(t){let n=y2(t);if(!Xn(n))return Zn(1);let e=n.getBoundingClientRect(),{width:i,height:o,$:r}=MM(n),s=(r?Qc(e.width):e.width)/i,a=(r?Qc(e.height):e.height)/o;return(!s||!Number.isFinite(s))&&(s=1),(!a||!Number.isFinite(a))&&(a=1),{x:s,y:a}}var G7=Zn(0);function IM(t){let n=rn(t);return!Yh()||!n.visualViewport?G7:{x:n.visualViewport.offsetLeft,y:n.visualViewport.offsetTop}}function Z7(t,n,e){return n===void 0&&(n=!1),!e||n&&e!==rn(t)?!1:n}function Dr(t,n,e,i){n===void 0&&(n=!1),e===void 0&&(e=!1);let o=t.getBoundingClientRect(),r=y2(t),s=Zn(1);n&&(i?Ln(i)&&(s=oa(i)):s=oa(t));let a=Z7(r,e,i)?IM(r):Zn(0),c=(o.left+a.x)/s.x,l=(o.top+a.y)/s.y,d=o.width/s.x,u=o.height/s.y;if(r){let g=rn(r),p=i&&Ln(i)?rn(i):i,v=g,w=Jh(v);for(;w&&i&&p!==v;){let A=oa(w),F=w.getBoundingClientRect(),Z=On(w),ee=F.left+(w.clientLeft+parseFloat(Z.paddingLeft))*A.x,Ce=F.top+(w.clientTop+parseFloat(Z.paddingTop))*A.y;c*=A.x,l*=A.y,d*=A.x,u*=A.y,c+=ee,l+=Ce,v=rn(w),w=Jh(v)}}return Mr({width:d,height:u,x:c,y:l})}function v2(t,n){let e=Zc(t).scrollLeft;return n?n.left+e:Dr(Kn(t)).left+e}function SM(t,n,e){e===void 0&&(e=!1);let i=t.getBoundingClientRect(),o=i.left+n.scrollLeft-(e?0:v2(t,i)),r=i.top+n.scrollTop;return{x:o,y:r}}function K7(t){let{elements:n,rect:e,offsetParent:i,strategy:o}=t,r=o==="fixed",s=Kn(i),a=n?Gc(n.floating):!1;if(i===s||a&&r)return e;let c={scrollLeft:0,scrollTop:0},l=Zn(1),d=Zn(0),u=Xn(i);if((u||!u&&!r)&&((Ir(i)!=="body"||ia(s))&&(c=Zc(i)),Xn(i))){let p=Dr(i);l=oa(i),d.x=p.x+i.clientLeft,d.y=p.y+i.clientTop}let g=s&&!u&&!r?SM(s,c,!0):Zn(0);return{width:e.width*l.x,height:e.height*l.y,x:e.x*l.x-c.scrollLeft*l.x+d.x+g.x,y:e.y*l.y-c.scrollTop*l.y+d.y+g.y}}function X7(t){return Array.from(t.getClientRects())}function Y7(t){let n=Kn(t),e=Zc(t),i=t.ownerDocument.body,o=Zi(n.scrollWidth,n.clientWidth,i.scrollWidth,i.clientWidth),r=Zi(n.scrollHeight,n.clientHeight,i.scrollHeight,i.clientHeight),s=-e.scrollLeft+v2(t),a=-e.scrollTop;return On(i).direction==="rtl"&&(s+=Zi(n.clientWidth,i.clientWidth)-o),{width:o,height:r,x:s,y:a}}function J7(t,n){let e=rn(t),i=Kn(t),o=e.visualViewport,r=i.clientWidth,s=i.clientHeight,a=0,c=0;if(o){r=o.width,s=o.height;let l=Yh();(!l||l&&n==="fixed")&&(a=o.offsetLeft,c=o.offsetTop)}return{width:r,height:s,x:a,y:c}}function e9(t,n){let e=Dr(t,!0,n==="fixed"),i=e.top+t.clientTop,o=e.left+t.clientLeft,r=Xn(t)?oa(t):Zn(1),s=t.clientWidth*r.x,a=t.clientHeight*r.y,c=o*r.x,l=i*r.y;return{width:s,height:a,x:c,y:l}}function _M(t,n,e){let i;if(n==="viewport")i=J7(t,e);else if(n==="document")i=Y7(Kn(t));else if(Ln(n))i=e9(n,e);else{let o=IM(t);i={x:n.x-o.x,y:n.y-o.y,width:n.width,height:n.height}}return Mr(i)}function DM(t,n){let e=Ki(t);return e===n||!Ln(e)||Sr(e)?!1:On(e).position==="fixed"||DM(e,n)}function t9(t,n){let e=n.get(t);if(e)return e;let i=na(t,[],!1).filter(a=>Ln(a)&&Ir(a)!=="body"),o=null,r=On(t).position==="fixed",s=r?Ki(t):t;for(;Ln(s)&&!Sr(s);){let a=On(s),c=Xh(s);!c&&a.position==="fixed"&&(o=null),(r?!c&&!o:!c&&a.position==="static"&&!!o&&["absolute","fixed"].includes(o.position)||ia(s)&&!c&&DM(t,s))?i=i.filter(d=>d!==s):o=a,s=Ki(s)}return n.set(t,i),i}function n9(t){let{element:n,boundary:e,rootBoundary:i,strategy:o}=t,s=[...e==="clippingAncestors"?Gc(n)?[]:t9(n,this._c):[].concat(e),i],a=s[0],c=s.reduce((l,d)=>{let u=_M(n,d,o);return l.top=Zi(u.top,l.top),l.right=Ro(u.right,l.right),l.bottom=Ro(u.bottom,l.bottom),l.left=Zi(u.left,l.left),l},_M(n,a,o));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function i9(t){let{width:n,height:e}=MM(t);return{width:n,height:e}}function o9(t,n,e){let i=Xn(n),o=Kn(n),r=e==="fixed",s=Dr(t,!0,r,n),a={scrollLeft:0,scrollTop:0},c=Zn(0);if(i||!i&&!r)if((Ir(n)!=="body"||ia(o))&&(a=Zc(n)),i){let g=Dr(n,!0,r,n);c.x=g.x+n.clientLeft,c.y=g.y+n.clientTop}else o&&(c.x=v2(o));let l=o&&!i&&!r?SM(o,a):Zn(0),d=s.left+a.scrollLeft-c.x-l.x,u=s.top+a.scrollTop-c.y-l.y;return{x:d,y:u,width:s.width,height:s.height}}function g2(t){return On(t).position==="static"}function wM(t,n){if(!Xn(t)||On(t).position==="fixed")return null;if(n)return n(t);let e=t.offsetParent;return Kn(t)===e&&(e=e.ownerDocument.body),e}function TM(t,n){let e=rn(t);if(Gc(t))return e;if(!Xn(t)){let o=Ki(t);for(;o&&!Sr(o);){if(Ln(o)&&!g2(o))return o;o=Ki(o)}return e}let i=wM(t,n);for(;i&&bM(i)&&g2(i);)i=wM(i,n);return i&&Sr(i)&&g2(i)&&!Xh(i)?e:i||xM(t)||e}var r9=function(t){return ht(this,null,function*(){let n=this.getOffsetParent||TM,e=this.getDimensions,i=yield e(t.floating);return{reference:o9(t.reference,yield n(t.floating),t.strategy),floating:{x:0,y:0,width:i.width,height:i.height}}})};function s9(t){return On(t).direction==="rtl"}var a9={convertOffsetParentRelativeRectToViewportRelativeRect:K7,getDocumentElement:Kn,getClippingRect:n9,getOffsetParent:TM,getElementRects:r9,getClientRects:X7,getDimensions:i9,getScale:oa,isElement:Ln,isRTL:s9};function EM(t,n){return t.x===n.x&&t.y===n.y&&t.width===n.width&&t.height===n.height}function c9(t,n){let e=null,i,o=Kn(t);function r(){var a;clearTimeout(i),(a=e)==null||a.disconnect(),e=null}function s(a,c){a===void 0&&(a=!1),c===void 0&&(c=1),r();let l=t.getBoundingClientRect(),{left:d,top:u,width:g,height:p}=l;if(a||n(),!g||!p)return;let v=$c(u),w=$c(o.clientWidth-(d+g)),A=$c(o.clientHeight-(u+p)),F=$c(d),ee={rootMargin:-v+"px "+-w+"px "+-A+"px "+-F+"px",threshold:Zi(0,Ro(1,c))||1},Ce=!0;function ve(Se){let Ze=Se[0].intersectionRatio;if(Ze!==c){if(!Ce)return s();Ze?s(!1,Ze):i=setTimeout(()=>{s(!1,1e-7)},1e3)}Ze===1&&!EM(l,t.getBoundingClientRect())&&s(),Ce=!1}try{e=new IntersectionObserver(ve,K(k({},ee),{root:o.ownerDocument}))}catch{e=new IntersectionObserver(ve,ee)}e.observe(t)}return s(!0),r}function k2(t,n,e,i){i===void 0&&(i={});let{ancestorScroll:o=!0,ancestorResize:r=!0,elementResize:s=typeof ResizeObserver=="function",layoutShift:a=typeof IntersectionObserver=="function",animationFrame:c=!1}=i,l=y2(t),d=o||r?[...l?na(l):[],...na(n)]:[];d.forEach(F=>{o&&F.addEventListener("scroll",e,{passive:!0}),r&&F.addEventListener("resize",e)});let u=l&&a?c9(l,e):null,g=-1,p=null;s&&(p=new ResizeObserver(F=>{let[Z]=F;Z&&Z.target===l&&p&&(p.unobserve(n),cancelAnimationFrame(g),g=requestAnimationFrame(()=>{var ee;(ee=p)==null||ee.observe(n)})),e()}),l&&!c&&p.observe(l),p.observe(n));let v,w=c?Dr(t):null;c&&A();function A(){let F=Dr(t);w&&!EM(w,F)&&e(),w=F,v=requestAnimationFrame(A)}return e(),()=>{var F;d.forEach(Z=>{o&&Z.removeEventListener("scroll",e),r&&Z.removeEventListener("resize",e)}),u?.(),(F=p)==null||F.disconnect(),p=null,c&&cancelAnimationFrame(v)}}var ra=yM;var Kc=gM;var b2=mM;var x2=(t,n,e)=>{let i=new Map,o=k({platform:a9},e),r=K(k({},o.platform),{_c:i});return pM(t,n,K(k({},o),{platform:r}))};function Tr(t,n,e){let i=e.initialDeps??[],o;return()=>{var r,s,a,c;let l;e.key&&((r=e.debug)!=null&&r.call(e))&&(l=Date.now());let d=t();if(!(d.length!==i.length||d.some((p,v)=>i[v]!==p)))return o;i=d;let g;if(e.key&&((s=e.debug)!=null&&s.call(e))&&(g=Date.now()),o=n(...d),e.key&&((a=e.debug)!=null&&a.call(e))){let p=Math.round((Date.now()-l)*100)/100,v=Math.round((Date.now()-g)*100)/100,w=v/16,A=(F,Z)=>{for(F=String(F);F.length<Z;)F=" "+F;return F};console.info(`%c\u23F1 ${A(v,5)} /${A(p,5)} ms`,`
|
|
9
|
-
font-size: .6rem;
|
|
10
|
-
font-weight: bold;
|
|
11
|
-
color: hsl(${Math.max(0,Math.min(120-120*w,120))}deg 100% 31%);`,e?.key)}return(c=e?.onChange)==null||c.call(e,o),o}}function ep(t,n){if(t===void 0)throw new Error(`Unexpected undefined${n?`: ${n}`:""}`);return t}var AM=(t,n)=>Math.abs(t-n)<1,LM=(t,n,e)=>{let i;return function(...o){t.clearTimeout(i),i=t.setTimeout(()=>n.apply(this,o),e)}};var l9=t=>t,d9=t=>{let n=Math.max(t.startIndex-t.overscan,0),e=Math.min(t.endIndex+t.overscan,t.count-1),i=[];for(let o=n;o<=e;o++)i.push(o);return i},RM=(t,n)=>{let e=t.scrollElement;if(!e)return;let i=t.targetWindow;if(!i)return;let o=s=>{let{width:a,height:c}=s;n({width:Math.round(a),height:Math.round(c)})};if(o(e.getBoundingClientRect()),!i.ResizeObserver)return()=>{};let r=new i.ResizeObserver(s=>{let a=s[0];if(a?.borderBoxSize){let c=a.borderBoxSize[0];if(c){o({width:c.inlineSize,height:c.blockSize});return}}o(e.getBoundingClientRect())});return r.observe(e,{box:"border-box"}),()=>{r.unobserve(e)}},OM={passive:!0};var u9=typeof window>"u"?!0:"onscrollend"in window,PM=(t,n)=>{let e=t.scrollElement;if(!e)return;let i=t.targetWindow;if(!i)return;let o=0,r=t.options.useScrollendEvent&&u9?()=>{}:LM(i,()=>{n(o,!1)},t.options.isScrollingResetDelay),s=l=>()=>{let{horizontal:d,isRtl:u}=t.options;o=d?e.scrollLeft*(u&&-1||1):e.scrollTop,r(),n(o,l)},a=s(!0),c=s(!1);return c(),e.addEventListener("scroll",a,OM),e.addEventListener("scrollend",c,OM),()=>{e.removeEventListener("scroll",a),e.removeEventListener("scrollend",c)}};var h9=(t,n,e)=>{if(n?.borderBoxSize){let i=n.borderBoxSize[0];if(i)return Math.round(i[e.options.horizontal?"inlineSize":"blockSize"])}return Math.round(t.getBoundingClientRect()[e.options.horizontal?"width":"height"])};var FM=(t,{adjustments:n=0,behavior:e},i)=>{var o,r;let s=t+n;(r=(o=i.scrollElement)==null?void 0:o.scrollTo)==null||r.call(o,{[i.options.horizontal?"left":"top"]:s,behavior:e})},tp=class{constructor(n){this.unsubs=[],this.scrollElement=null,this.targetWindow=null,this.isScrolling=!1,this.scrollToIndexTimeoutId=null,this.measurementsCache=[],this.itemSizeCache=new Map,this.pendingMeasuredCacheIndexes=[],this.scrollRect=null,this.scrollOffset=null,this.scrollDirection=null,this.scrollAdjustments=0,this.elementsCache=new Map,this.observer=(()=>{let e=null,i=()=>e||(!this.targetWindow||!this.targetWindow.ResizeObserver?null:e=new this.targetWindow.ResizeObserver(o=>{o.forEach(r=>{this._measureElement(r.target,r)})}));return{disconnect:()=>{var o;(o=i())==null||o.disconnect(),e=null},observe:o=>{var r;return(r=i())==null?void 0:r.observe(o,{box:"border-box"})},unobserve:o=>{var r;return(r=i())==null?void 0:r.unobserve(o)}}})(),this.range=null,this.setOptions=e=>{Object.entries(e).forEach(([i,o])=>{typeof o>"u"&&delete e[i]}),this.options=k({debug:!1,initialOffset:0,overscan:1,paddingStart:0,paddingEnd:0,scrollPaddingStart:0,scrollPaddingEnd:0,horizontal:!1,getItemKey:l9,rangeExtractor:d9,onChange:()=>{},measureElement:h9,initialRect:{width:0,height:0},scrollMargin:0,gap:0,indexAttribute:"data-index",initialMeasurementsCache:[],lanes:1,isScrollingResetDelay:150,enabled:!0,isRtl:!1,useScrollendEvent:!0},e)},this.notify=e=>{var i,o;(o=(i=this.options).onChange)==null||o.call(i,this,e)},this.maybeNotify=Tr(()=>(this.calculateRange(),[this.isScrolling,this.range?this.range.startIndex:null,this.range?this.range.endIndex:null]),e=>{this.notify(e)},{key:!1,debug:()=>this.options.debug,initialDeps:[this.isScrolling,this.range?this.range.startIndex:null,this.range?this.range.endIndex:null]}),this.cleanup=()=>{this.unsubs.filter(Boolean).forEach(e=>e()),this.unsubs=[],this.observer.disconnect(),this.scrollElement=null,this.targetWindow=null},this._didMount=()=>()=>{this.cleanup()},this._willUpdate=()=>{var e;let i=this.options.enabled?this.options.getScrollElement():null;if(this.scrollElement!==i){if(this.cleanup(),!i){this.maybeNotify();return}this.scrollElement=i,this.scrollElement&&"ownerDocument"in this.scrollElement?this.targetWindow=this.scrollElement.ownerDocument.defaultView:this.targetWindow=((e=this.scrollElement)==null?void 0:e.window)??null,this.elementsCache.forEach(o=>{this.observer.observe(o)}),this._scrollToOffset(this.getScrollOffset(),{adjustments:void 0,behavior:void 0}),this.unsubs.push(this.options.observeElementRect(this,o=>{this.scrollRect=o,this.maybeNotify()})),this.unsubs.push(this.options.observeElementOffset(this,(o,r)=>{this.scrollAdjustments=0,this.scrollDirection=r?this.getScrollOffset()<o?"forward":"backward":null,this.scrollOffset=o,this.isScrolling=r,this.maybeNotify()}))}},this.getSize=()=>this.options.enabled?(this.scrollRect=this.scrollRect??this.options.initialRect,this.scrollRect[this.options.horizontal?"width":"height"]):(this.scrollRect=null,0),this.getScrollOffset=()=>this.options.enabled?(this.scrollOffset=this.scrollOffset??(typeof this.options.initialOffset=="function"?this.options.initialOffset():this.options.initialOffset),this.scrollOffset):(this.scrollOffset=null,0),this.getFurthestMeasurement=(e,i)=>{let o=new Map,r=new Map;for(let s=i-1;s>=0;s--){let a=e[s];if(o.has(a.lane))continue;let c=r.get(a.lane);if(c==null||a.end>c.end?r.set(a.lane,a):a.end<c.end&&o.set(a.lane,!0),o.size===this.options.lanes)break}return r.size===this.options.lanes?Array.from(r.values()).sort((s,a)=>s.end===a.end?s.index-a.index:s.end-a.end)[0]:void 0},this.getMeasurementOptions=Tr(()=>[this.options.count,this.options.paddingStart,this.options.scrollMargin,this.options.getItemKey,this.options.enabled],(e,i,o,r,s)=>(this.pendingMeasuredCacheIndexes=[],{count:e,paddingStart:i,scrollMargin:o,getItemKey:r,enabled:s}),{key:!1}),this.getMeasurements=Tr(()=>[this.getMeasurementOptions(),this.itemSizeCache],({count:e,paddingStart:i,scrollMargin:o,getItemKey:r,enabled:s},a)=>{if(!s)return this.measurementsCache=[],this.itemSizeCache.clear(),[];this.measurementsCache.length===0&&(this.measurementsCache=this.options.initialMeasurementsCache,this.measurementsCache.forEach(d=>{this.itemSizeCache.set(d.key,d.size)}));let c=this.pendingMeasuredCacheIndexes.length>0?Math.min(...this.pendingMeasuredCacheIndexes):0;this.pendingMeasuredCacheIndexes=[];let l=this.measurementsCache.slice(0,c);for(let d=c;d<e;d++){let u=r(d),g=this.options.lanes===1?l[d-1]:this.getFurthestMeasurement(l,d),p=g?g.end+this.options.gap:i+o,v=a.get(u),w=typeof v=="number"?v:this.options.estimateSize(d),A=p+w,F=g?g.lane:d%this.options.lanes;l[d]={index:d,start:p,size:w,end:A,key:u,lane:F}}return this.measurementsCache=l,l},{key:!1,debug:()=>this.options.debug}),this.calculateRange=Tr(()=>[this.getMeasurements(),this.getSize(),this.getScrollOffset()],(e,i,o)=>this.range=e.length>0&&i>0?p9({measurements:e,outerSize:i,scrollOffset:o}):null,{key:!1,debug:()=>this.options.debug}),this.getIndexes=Tr(()=>[this.options.rangeExtractor,this.calculateRange(),this.options.overscan,this.options.count],(e,i,o,r)=>i===null?[]:e({startIndex:i.startIndex,endIndex:i.endIndex,overscan:o,count:r}),{key:!1,debug:()=>this.options.debug}),this.indexFromElement=e=>{let i=this.options.indexAttribute,o=e.getAttribute(i);return o?parseInt(o,10):(console.warn(`Missing attribute name '${i}={index}' on measured element.`),-1)},this._measureElement=(e,i)=>{let o=this.indexFromElement(e),r=this.measurementsCache[o];if(!r)return;let s=r.key,a=this.elementsCache.get(s);a!==e&&(a&&this.observer.unobserve(a),this.observer.observe(e),this.elementsCache.set(s,e)),e.isConnected&&this.resizeItem(o,this.options.measureElement(e,i,this))},this.resizeItem=(e,i)=>{let o=this.measurementsCache[e];if(!o)return;let r=this.itemSizeCache.get(o.key)??o.size,s=i-r;s!==0&&((this.shouldAdjustScrollPositionOnItemSizeChange!==void 0?this.shouldAdjustScrollPositionOnItemSizeChange(o,s,this):o.start<this.getScrollOffset()+this.scrollAdjustments)&&this._scrollToOffset(this.getScrollOffset(),{adjustments:this.scrollAdjustments+=s,behavior:void 0}),this.pendingMeasuredCacheIndexes.push(o.index),this.itemSizeCache=new Map(this.itemSizeCache.set(o.key,i)),this.notify(!1))},this.measureElement=e=>{if(!e){this.elementsCache.forEach((i,o)=>{i.isConnected||(this.observer.unobserve(i),this.elementsCache.delete(o))});return}this._measureElement(e,void 0)},this.getVirtualItems=Tr(()=>[this.getIndexes(),this.getMeasurements()],(e,i)=>{let o=[];for(let r=0,s=e.length;r<s;r++){let a=e[r],c=i[a];o.push(c)}return o},{key:!1,debug:()=>this.options.debug}),this.getVirtualItemForOffset=e=>{let i=this.getMeasurements();if(i.length!==0)return ep(i[NM(0,i.length-1,o=>ep(i[o]).start,e)])},this.getOffsetForAlignment=(e,i)=>{let o=this.getSize(),r=this.getScrollOffset();i==="auto"&&e>=r+o&&(i="end"),i==="end"&&(e-=o);let s=this.options.horizontal?"scrollWidth":"scrollHeight",c=(this.scrollElement?"document"in this.scrollElement?this.scrollElement.document.documentElement[s]:this.scrollElement[s]:0)-o;return Math.max(Math.min(c,e),0)},this.getOffsetForIndex=(e,i="auto")=>{e=Math.max(0,Math.min(e,this.options.count-1));let o=this.measurementsCache[e];if(!o)return;let r=this.getSize(),s=this.getScrollOffset();if(i==="auto")if(o.end>=s+r-this.options.scrollPaddingEnd)i="end";else if(o.start<=s+this.options.scrollPaddingStart)i="start";else return[s,i];let a=o.start-this.options.scrollPaddingStart+(o.size-r)/2;switch(i){case"center":return[this.getOffsetForAlignment(a,i),i];case"end":return[this.getOffsetForAlignment(o.end+this.options.scrollPaddingEnd,i),i];default:return[this.getOffsetForAlignment(o.start-this.options.scrollPaddingStart,i),i]}},this.isDynamicMode=()=>this.elementsCache.size>0,this.cancelScrollToIndex=()=>{this.scrollToIndexTimeoutId!==null&&this.targetWindow&&(this.targetWindow.clearTimeout(this.scrollToIndexTimeoutId),this.scrollToIndexTimeoutId=null)},this.scrollToOffset=(e,{align:i="start",behavior:o}={})=>{this.cancelScrollToIndex(),o==="smooth"&&this.isDynamicMode()&&console.warn("The `smooth` scroll behavior is not fully supported with dynamic size."),this._scrollToOffset(this.getOffsetForAlignment(e,i),{adjustments:void 0,behavior:o})},this.scrollToIndex=(e,{align:i="auto",behavior:o}={})=>{e=Math.max(0,Math.min(e,this.options.count-1)),this.cancelScrollToIndex(),o==="smooth"&&this.isDynamicMode()&&console.warn("The `smooth` scroll behavior is not fully supported with dynamic size.");let r=this.getOffsetForIndex(e,i);if(!r)return;let[s,a]=r;this._scrollToOffset(s,{adjustments:void 0,behavior:o}),o!=="smooth"&&this.isDynamicMode()&&this.targetWindow&&(this.scrollToIndexTimeoutId=this.targetWindow.setTimeout(()=>{if(this.scrollToIndexTimeoutId=null,this.elementsCache.has(this.options.getItemKey(e))){let[l]=ep(this.getOffsetForIndex(e,a));AM(l,this.getScrollOffset())||this.scrollToIndex(e,{align:a,behavior:o})}else this.scrollToIndex(e,{align:a,behavior:o})}))},this.scrollBy=(e,{behavior:i}={})=>{this.cancelScrollToIndex(),i==="smooth"&&this.isDynamicMode()&&console.warn("The `smooth` scroll behavior is not fully supported with dynamic size."),this._scrollToOffset(this.getScrollOffset()+e,{adjustments:void 0,behavior:i})},this.getTotalSize=()=>{var e;let i=this.getMeasurements(),o;return i.length===0?o=this.options.paddingStart:o=this.options.lanes===1?((e=i[i.length-1])==null?void 0:e.end)??0:Math.max(...i.slice(-this.options.lanes).map(r=>r.end)),Math.max(o-this.options.scrollMargin+this.options.paddingEnd,0)},this._scrollToOffset=(e,{adjustments:i,behavior:o})=>{this.options.scrollToFn(e,{behavior:o,adjustments:i},this)},this.measure=()=>{this.itemSizeCache=new Map,this.notify(!1)},this.setOptions(n)}},NM=(t,n,e,i)=>{for(;t<=n;){let o=(t+n)/2|0,r=e(o);if(r<i)t=o+1;else if(r>i)n=o-1;else return o}return t>0?t-1:0};function p9({measurements:t,outerSize:n,scrollOffset:e}){let i=t.length-1,r=NM(0,i,a=>t[a].start,e),s=r;for(;s<i&&t[s].end<e+n;)s++;return{startIndex:r,endIndex:s}}function f9(t,n){return new Proxy(t,{apply(){return t()},get(e,i){let o=e;if(o[i])return o[i];let r=Te(t);if(r==null&&(r=n(),Te(()=>t.set(r))),typeof i=="string"&&["getTotalSize","getVirtualItems","isScrolling","options","range","scrollDirection","scrollElement","scrollOffset","scrollRect","measureElementCache","measurementsCache"].includes(i)){let s=typeof r[i]=="function";Object.defineProperty(o,i,{value:s?R(()=>e()[i]()):R(()=>e()[i]),configurable:!0,enumerable:!0})}if(typeof i=="string"&&["getOffsetForAlignment","getOffsetForIndex","getVirtualItemForOffset","indexFromElement"].includes(i)){let s=r[i];Object.defineProperty(o,i,{value:m9(t,s),configurable:!0,enumerable:!0})}return o[i]||r[i]},has(e,i){return!!Te(t)[i]},ownKeys(){return Reflect.ownKeys(Te(t))},getOwnPropertyDescriptor(){return{enumerable:!0,configurable:!0}}})}function m9(t,n){let e={};return(...i)=>{let o=g9(...i);if(e.hasOwnProperty(o))return e[o]?.();let r=R(()=>(t(),n(...i)));return e[o]=r,r()}}function g9(...t){return JSON.stringify(t)}function y9(t){let n;function e(){return n??=new tp(t()),n}let i=N(n,{equal:()=>!1});Lt(()=>{let s=t();e(),i.set(n),n.setOptions(K(k({},s),{onChange:(a,c)=>{i.set(a),s.onChange?.(a,c)}})),i.set(n)},{allowSignalWrites:!0});let o=R(()=>t().getScrollElement());Lt(()=>{o()&&Te(i)._willUpdate()},{allowSignalWrites:!0});let r;return Cn(()=>(n??e())._didMount(),{phase:ai.Read}),M(xn).onDestroy(()=>r?.()),f9(i,e)}function qM(t){let n=R(()=>k({observeElementRect:RM,observeElementOffset:PM,scrollToFn:FM,getScrollElement:()=>{let e=t().scrollElement;return(v9(e)?e.nativeElement:e)??null}},t()));return y9(n)}function v9(t){return t!=null&&"nativeElement"in t}function k9(t){t||(po(k9),t=M(xn));let n=new ae(e=>t.onDestroy(e.next.bind(e)));return e=>e.pipe(He(n))}function b9(t,n){let e=!n?.manualCleanup;e&&!n?.injector&&po(b9);let i=e?n?.injector?.get(xn)??M(xn):null,o=x9(n?.equal),r;n?.requireSync?r=N({kind:0},{equal:o}):r=N({kind:1,value:n?.initialValue},{equal:o});let s=t.subscribe({next:a=>r.set({kind:1,value:a}),error:a=>{if(n?.rejectErrors)throw a;r.set({kind:2,error:a})}});if(n?.requireSync&&r().kind===0)throw new Q(601,!1);return i?.onDestroy(s.unsubscribe.bind(s)),R(()=>{let a=r();switch(a.kind){case 1:return a.value;case 2:throw a.error;case 0:throw new Q(601,!1)}},{equal:n?.equal})}function x9(t=Object.is){return(n,e)=>n.kind===1&&e.kind===1&&t(n.value,e.value)}var C9=["qCollapse",""],It=["*"];function _9(t,n){t&1&&Ee(0)}var w9=["itemButton"];function M9(t,n){if(t&1&&j(0,"q-icon",9),t&2){let e=f();x(e.classes.expandIcon(e.expanded,"start",e.disabled)),y("icon",e.expandIcon)("size",e.iconSizes.expandIcon)}}function I9(t,n){if(t&1&&j(0,"q-icon",9),t&2){let e=f();x(e.classes.startIcon),y("icon",e.startIcon)("size",e.iconSizes.startIcon)}}function S9(t,n){if(t&1&&(C(0,"div"),Ve(1),b()),t&2){let e=f();x(e.classes.label(e.size,e.disabled)),m(),je(" ",e.label," ")}}function D9(t,n){}function T9(t,n){t&1&&S(0,D9,0,0,"ng-template")}function E9(t,n){if(t&1&&(C(0,"span"),Ve(1),b()),t&2){let e=f();x(e.classes.secondaryText(e.disabled)),m(),je(" ",e.secondaryText," ")}}function A9(t,n){if(t&1&&j(0,"q-icon",9),t&2){let e=f();x(e.classes.endIcon),y("icon",e.endIcon)("size",e.iconSizes.endIcon)}}function L9(t,n){if(t&1&&j(0,"q-icon",9),t&2){let e=f();x(e.classes.expandIcon(e.expanded,"end",e.disabled)),y("icon",e.expandIcon)("size",e.iconSizes.expandIcon)}}function O9(t,n){}function R9(t,n){if(t&1&&(C(0,"div",7),S(1,O9,0,0,"ng-template",8),b()),t&2){let e=f(),i=rt(13);y("animationDuration",200)("show",e.expanded),m(),y("ngTemplateOutlet",i)}}function P9(t,n){}function F9(t,n){if(t&1&&S(0,P9,0,0,"ng-template",8),t&2){f();let e=rt(13);y("ngTemplateOutlet",e)}}function N9(t,n){if(t&1&&(C(0,"div"),Ve(1),b()),t&2){let e=f(2);x(e.classes.description(e.size)),m(),je(" ",e.content," ")}}function q9(t,n){t&1&&Hn(0)}function V9(t,n){if(t&1&&(C(0,"div",10),S(1,N9,2,3,"div",5)(2,q9,1,0,"ng-container",6),b()),t&2){let e=f();x(e.classes.panel(e.size)),y("id",e.contentId),G("aria-labelledby",e.headerId),m(),D(!e.contentTemplate&&e.content?1:-1),m(),y("ngTemplateOutlet",e.contentTemplate)}}function j9(t,n){}function z9(t,n){if(t&1&&S(0,j9,0,0,"ng-template",0),t&2){let e=f();y("ngTemplateOutlet",e.templateRef)("ngTemplateOutletContext",e.templateContext)}}function B9(t,n){if(t&1&&j(0,"q-icon",1),t&2){let e=f();y("ariaLabel",e.ariaLabel)("ariaLabelledby",e.ariaLabelledby)("disabled",e.disabled)("icon",e.lucideIcon)("size",e.size)("strokeWidth",e.strokeWidth)}}function H9(t,n){if(t&1&&(C(0,"span"),j(1,"q-icon-or-template",2),b()),t&2){let e,i=f();x(i.classes.startIcon(i.size,i.classNames.startIcon)),m(),y("icon",i.startIcon)("size",(e=i.startIconSize)!==null&&e!==void 0?e:i.size)}}function U9(t,n){if(t&1&&(C(0,"span"),j(1,"q-icon-or-template",2),b()),t&2){let e,i=f();x(i.classes.endIcon(i.size,i.classNames.endIcon)),m(),y("icon",i.endIcon)("size",(e=i.endIconSize)!==null&&e!==void 0?e:i.size)}}var Q9=["qButton",""];function $9(t,n){if(t&1&&(C(0,"span"),j(1,"q-icon-or-template",1),b()),t&2){let e,i=f();x(i.classes.startIcon(i.size,i.classNames.startIcon)),m(),y("icon",i.startIcon)("size",(e=i.startIconSize)!==null&&e!==void 0?e:i.size)}}function W9(t,n){if(t&1&&(C(0,"span"),j(1,"q-icon-or-template",1),b()),t&2){let e,i=f();x(i.classes.endIcon(i.size,i.classNames.endIcon)),m(),y("icon",i.endIcon)("size",(e=i.endIconSize)!==null&&e!==void 0?e:i.size)}}function G9(t,n){if(t&1&&j(0,"q-icon",2),t&2){let e,i=f();x(i.classNames.icon),y("disabled",i.disabled)("icon",i.icon)("size",(e=i.iconSize)!==null&&e!==void 0?e:i.size)}}function Z9(t,n){}function K9(t,n){if(t&1&&(C(0,"span"),S(1,Z9,0,0,"ng-template",2),b()),t&2){let e=f();x(e.templateContentClass),m(),y("ngStyle",e.style)("ngTemplateOutlet",e.contentTemplate)("ngTemplateOutletContext",e.context)}}function X9(t,n){if(t&1&&(C(0,"span",3),Ve(1),b()),t&2){let e=f();x(e.stringContentClass),y("ngStyle",e.style),m(),je(" ",e.content," ")}}function Y9(t,n){if(t&1&&j(0,"q-span-template",1),t&2){let e=f();y("content",e.label)("contentClass",e.classes.label)}}function J9(t,n){if(t&1&&j(0,"q-span-template",1),t&2){let e=f();y("content",e.description)("contentClass",e.classes.description)}}function eO(t,n){}function tO(t,n){if(t&1&&S(0,eO,0,0,"ng-template",2),t&2){let e=f();y("ngTemplateOutlet",e.endContent)}}function nO(t,n){if(t&1){let e=fe();C(0,"q-icon-button",4),U("click",function(o){q(e);let r=f();return V(r.onCloseClicked(o))}),b()}if(t&2){let e=f();x(e.classes.closeButton),y("ariaLabel",e.dismissAriaLabel)("icon",e.X)}}function iO(t,n){return this.identifyAlert(n)}function oO(t,n){if(t&1){let e=fe();C(0,"div")(1,"q-alert-animator",0),U("dismissed",function(o){q(e);let r=f();return V(r.onAlertDismiss(o))})("ready",function(o){q(e);let r=f();return V(r.onAlertReady(o))}),b()()}if(t&2){let e=n.$implicit;m(),y("alert",e)}}function rO(t,n){}function sO(t,n){if(t&1&&(C(0,"div",1),S(1,rO,0,0,"ng-template",2),b()),t&2){let e=f();x(e.templateContentClass),y("ngStyle",e.style),m(),y("ngTemplateOutlet",e.contentTemplate)("ngTemplateOutletContext",e.context)}}function aO(t,n){if(t&1&&(C(0,"div",1),Ve(1),b()),t&2){let e=f();x(e.stringContentClass),y("ngStyle",e.style),m(),je(" ",e.content," ")}}function cO(t,n){}function lO(t,n){if(t&1&&(C(0,"label",1),S(1,cO,0,0,"ng-template",2),b()),t&2){let e=f();x(e.templateContentClass),y("ngStyle",e.style),G("for",e.for)("id",e.controlledId),m(),y("ngTemplateOutlet",e.contentTemplate)("ngTemplateOutletContext",e.context)}}function dO(t,n){if(t&1&&(C(0,"label",1),Ve(1),b()),t&2){let e=f();x(e.stringContentClass),y("ngStyle",e.style),G("for",e.for)("id",e.controlledId),m(),je(" ",e.content," ")}}var uO=["collapseRef"],hO=["qOverlayPanelPopup",""],pO=["arrowElementRef"],fO=["trackerRef"];function mO(t,n){if(t&1&&(C(0,"div"),Ve(1),b()),t&2){let e=f();x(e.classes.label(e.size())),m(),je(" ",e.content()," ")}}function gO(t,n){}function yO(t,n){}function vO(t,n){if(t&1&&(C(0,"label",1),S(1,yO,0,0,"ng-template",2),b()),t&2){let e=f();x(e.classes.labelTemplate(e.disabled)),y("for",e.for)("id",e.controlledId),m(),y("ngTemplateOutlet",e.labelTemplate)}}function kO(t,n){if(t&1&&(C(0,"label",1),Ve(1),b()),t&2){let e=f();x(e.classes.label(e.disabled)),y("for",e.for)("id",e.controlledId),m(),je(" ",e.label," ")}}function bO(t,n){t&1&&Hn(0)}function xO(t,n){if(t&1&&(C(0,"label",1),S(1,bO,1,0,"ng-container",2),b()),t&2){let e=f(),i=rt(3);y("animationDuration",e.animationDuration)("show",!!e.errorTemplate||!!e.error),G("for",e.for),m(),y("ngTemplateOutlet",i)}}function CO(t,n){t&1&&Hn(0)}function _O(t,n){if(t&1&&S(0,CO,1,0,"ng-container",2),t&2){f();let e=rt(3);y("ngTemplateOutlet",e)}}function wO(t,n){}function MO(t,n){if(t&1&&(C(0,"label"),S(1,wO,0,0,"ng-template",4),b()),t&2){let e=f(2);x(e.class),G("for",e.for)("id",e.controlledId),m(),y("ngTemplateOutlet",e.errorTemplate)}}function IO(t,n){if(t&1&&(C(0,"label"),Ve(1),b()),t&2){let e=f(2);x(e.classes.error(e.size,e.class)),G("for",e.for)("id",e.controlledId),m(),je(" ",e.error," ")}}function SO(t,n){if(t&1&&S(0,MO,2,5,"label",3)(1,IO,2,5,"label",3),t&2){let e=f();D(e.errorTemplate?0:-1),m(),D(e.error||e.closing?1:-1)}}function DO(t,n){}function TO(t,n){if(t&1&&(C(0,"label"),S(1,DO,0,0,"ng-template",1),b()),t&2){let e=f();x(e.class),G("for",e.for)("id",e.controlledId),m(),y("ngTemplateOutlet",e.hintTemplate)}}function EO(t,n){if(t&1&&(C(0,"label"),Ve(1),b()),t&2){let e=f();x(e.classes.hint(e.size,e.class)),G("for",e.for)("id",e.controlledId),m(),je(" ",e.hint," ")}}function AO(t,n){}function LO(t,n){if(t&1&&(C(0,"label"),S(1,AO,0,0,"ng-template",1),b()),t&2){let e=f();x(e.class),G("data-required",e.required)("for",e.for)("id",e.controlledId),m(),y("ngTemplateOutlet",e.labelTemplate)}}function OO(t,n){if(t&1&&j(0,"q-icon",2),t&2){let e=f(2);y("icon",e.Asterisk)}}function RO(t,n){if(t&1&&(C(0,"label"),Ve(1),S(2,OO,1,1,"q-icon",2),b()),t&2){let e=f();x(e.classes.label(e.size,e.class)),G("data-required",e.required)("for",e.for)("id",e.controlledId),m(),je(" ",e.label," "),m(),D(e.required?2:-1)}}function PO(t,n){if(t&1&&j(0,"q-icon",3),t&2){let e=f(2);y("icon",e.getIcon())}}function FO(t,n){if(t&1&&j(0,"q-checkbox-label",4),t&2){let e=f(2);y("disabled",e.disabled)("for",e.id())("id",e.labelId())("label",e.internalLabel())}}function NO(t,n){if(t&1){let e=fe();C(0,"div",1),U("click",function(o){q(e);let r=f();return V(r.onToggle(o))})("keyup.enter",function(o){q(e);let r=f();return V(r.onToggle(o))})("keyup.space",function(o){q(e);let r=f();return V(r.onToggle(o))}),C(1,"input",2),U("change",function(o){q(e);let r=f();return V(r.onToggle(o))}),b(),C(2,"span"),S(3,PO,1,1,"q-icon",3),b(),S(4,FO,1,4,"q-checkbox-label",4),b()}if(t&2){let e=f();x(e.classes.root(e.value,e.localIndeterminate,e.disabled)),m(),x(e.sharedClasses.hiddenAccessible),y("checked",e.value)("disabled",e.disabled)("id",e.id())("indeterminate",e.localIndeterminate)("name",e.label)("readonly",e.readonly)("value",e.label),G("aria-checked",e.ariaChecked)("aria-invalid",e.invalid)("aria-labelledby",e.ariaLabelledby()),m(),x(e.classes.checkbox(e.disabled)),m(),D(e.value||e.localIndeterminate?3:-1),m(),D(e.internalLabel()?4:-1)}}function qO(t,n){if(t&1&&j(0,"q-label-template",7),t&2){let e=f(2);y("content",e.internalLabel())("contentClass",e.radioClasses.label(e.disabled))("for",e.id())("id",e.labelId())}}function VO(t,n){if(t&1){let e=fe();C(0,"div",5),U("click",function(o){q(e);let r=f();return V(r.onToggle(o))}),C(1,"input",6),U("blur",function(o){q(e);let r=f();return V(r.onBlur(o))})("change",function(o){q(e);let r=f();return V(r.onToggle(o))})("focus",function(o){q(e);let r=f();return V(r.onFocus(o))}),b(),C(2,"span"),j(3,"span"),b(),S(4,qO,1,4,"q-label-template",7),b()}if(t&2){let e=f();x(e.radioClasses.root(e.value,e.disabled)),m(),x(e.sharedClasses.hiddenAccessible),y("disabled",e.disabled)("id",e.id())("value",e.value),G("aria-checked",e.ariaChecked)("aria-labelledby",e.ariaLabelledby())("readonly",e.readonly),m(),x(e.radioClasses.circle(e.disabled)),m(),x(e.radioClasses.innerCircle()),m(),D(e.internalLabel()?4:-1)}}var jO=["rootRef"];function zO(t,n){if(t&1){let e=fe();C(0,"q-icon",3),U("click",function(o){q(e);let r=f();return V(r.onDismiss(o))}),b()}if(t&2){let e=f();x(e.classes.closeIcon()),y("icon",e.X)}}var BO=["rootElementRef"];function HO(t,n){if(t&1&&(C(0,"span"),j(1,"q-icon",2),b()),t&2){let e=f();m(),y("icon",e.icons.Check)}}var UO=["virtualItem"],QO=["templateOptions"],$O=["virtual-option-renderer",""];function JM(t,n){return this.trackOption(n.index)}var F2=t=>({$implicit:t});function WO(t,n){}function GO(t,n){if(t&1&&S(0,WO,0,0,"ng-template",4,0,Ri),t&2){let e=n.$implicit,i=f(2);y("ngTemplateOutlet",i.renderOption)("ngTemplateOutletContext",qa(2,F2,i.getContext(e.index)))}}function ZO(t,n){if(t&1&&_n(0,GO,2,4,null,4,JM,!0),t&2){let e=f();wn(e.virtualizer.getVirtualItems())}}function KO(t,n){if(t&1&&(C(0,"span"),j(1,"q-icon",6),b()),t&2){let e=f(3);m(),y("icon",e.Check)}}function XO(t,n){if(t&1&&(C(0,"button",5,1),Ve(2),S(3,KO,2,1,"span"),b()),t&2){let e=n.$implicit,i=f(2);y("context",i.getContext(e.index)),m(2),je(" ",i.getOptionLabel(i.filteredOptions()[e.index])," "),m(),D(i.showActiveIndicator()&&i.getContext(e.index).active?3:-1)}}function YO(t,n){if(t&1&&_n(0,XO,4,3,"button",5,JM,!0),t&2){let e=f();wn(e.virtualizer.getVirtualItems())}}function JO(t,n){if(t&1&&(C(0,"label",4),Ve(1),b()),t&2){let e=f();x(e.classes.label(e.size)),y("for",e.controlledId)("id",e.labelId),m(),je(" ",e.value,"% ")}}var eR=["dropdownContent"],tR=["virtualRenderer"],nR=["root"],iR=["input"],eI=["overlayPanel"];function oR(t,n){return this.identifyTag(n)}function tI(t,n){return this.identifyOption(n)}var nI=(t,n)=>[t,n];function rR(t,n){if(t&1){let e=fe();C(0,"q-input-label",16),U("click",function(o){q(e);let r=f();return V(r.onLabelClick(o))}),b()}if(t&2){let e=f();x(e.formFieldClasses.label),y("for",e.controlledId)("id",e.labelId)("label",e.label)("required",e.required)("size",e.size)}}function sR(t,n){if(t&1&&(C(0,"span"),j(1,"q-icon",17),b()),t&2){let e=f();x(e.formFieldClasses.startIcon),m(),y("icon",e.startIcon)("size",e.iconSize)}}function aR(t,n){if(t&1){let e=fe();C(0,"q-tag",20),U("click",function(o){let r=q(e).$implicit,s=f(2);return V(s.onTagClick(o,r.option))})("keydown",function(o){let r=q(e).$implicit,s=f(2);return V(s.onTagKeyDown(o,r.option))}),b()}if(t&2){let e=n.$implicit,i=f(2);y("dismissable",e.dismissable)("id",i.getTagId(e.option))("label",e.label)("size",i.size)}}function cR(t,n){if(t&1&&j(0,"q-tag",19),t&2){let e=f(2);y("label",e.truncateLabel)("size",e.size)}}function lR(t,n){if(t&1&&(_n(0,aR,1,4,"q-tag",18,oR,!0),S(2,cR,1,2,"q-tag",19)),t&2){let e=f();wn(e.tags),m(2),D(e.truncateLabel?2:-1)}}function dR(t,n){if(t&1&&j(0,"q-icon",17),t&2){let e=f(2);x(e.formFieldClasses.errorIcon),y("icon",e.errorIcon)("size",e.size)}}function uR(t,n){if(t&1){let e=fe();C(0,"q-icon",25),U("click",function(o){q(e);let r=f(2);return V(r.onClearValueClick(o))}),b()}if(t&2){let e=f(2);x(e.formFieldClasses.clearIcon),y("icon",e.clearIcon)("size",e.size)}}function hR(t,n){if(t&1&&(C(0,"span",23),j(1,"q-icon",17),b()),t&2){let e=f(2);y("ngClass",e1(3,nI,e.formFieldClasses.endIcon,e.selectClasses.dropdownIcon(e.isDropdownOpen))),m(),y("icon",e.icons.ChevronDown)("size",e.size)}}function pR(t,n){if(t&1&&(C(0,"span",24),j(1,"q-progress-circle",26),b()),t&2){let e=f(2);m(),y("size",e.progressCircleSize)}}function fR(t,n){if(t&1&&(C(0,"div"),S(1,dR,1,4,"q-icon",21)(2,uR,1,4,"q-icon",22)(3,hR,2,6,"span",23)(4,pR,2,1,"span",24),b()),t&2){let e=f();x(e.formFieldClasses.actions),m(),D(e.hasError?1:-1),m(),D(e.showClearIcon?2:-1),m(),D(e.showDropdownIcon&&!e.loading?3:-1),m(),D(e.loading?4:-1)}}function mR(t,n){if(t&1&&j(0,"q-input-hint",27),t&2){let e=f();x(e.formFieldClasses.hint),y("for",e.controlledId)("hint",e.hint)("id",e.hintId)("size",e.size)}}function gR(t,n){if(t&1&&j(0,"div",28,5),t&2){let e=f(2);y("filteredOptions",e.filteredOptions())("getOptionContext",e.getOptionTemplateState.bind(e))("getOptionLabel",e.getOptionLabel.bind(e))("identifyOption",e.identifyOptionByIndex.bind(e))("renderOption",e.optionTemplate())("virtualOptions",e.virtualOptions)}}function yR(t,n){}function vR(t,n){t&1&&S(0,yR,0,0,"ng-template")}function kR(t,n){if(t&1&&S(0,vR,1,0,null,30),t&2){let e=n.$implicit,i=n.$index,o=f(4);y("ngTemplateOutlet",o.optionTemplate())("ngTemplateOutletContext",qa(2,F2,o.getOptionTemplateState(e,i)))}}function bR(t,n){if(t&1&&_n(0,kR,1,4,null,null,tI,!0),t&2){let e=f(3);wn(e.filteredOptions())}}function xR(t,n){if(t&1){let e=fe();C(0,"q-combobox-option",32),U("click",function(){let o=q(e).$implicit,r=f(4);return V(r.onOptionClicked(o))}),b()}if(t&2){let e=n.$implicit,i=n.$index,o=f(4);y("active",o.getOptionActive(e))("disabled",o.getOptionDisabled(e))("highlighted",o.highlightedIndex()===i)("label",o.getOptionLabel(e))("rootClass",o.getOptionClass(e))("rootId",o.getOptionId(e))("rootStyle",o.getOptionNgStyle(e)),G("data-index",i)}}function CR(t,n){if(t&1&&_n(0,xR,1,8,"q-combobox-option",31,tI,!0),t&2){let e=f(3);wn(e.filteredOptions())}}function _R(t,n){if(t&1&&j(0,"q-combobox-option",29),t&2){let e=f(3);y("label",e.noOptionsLabel)}}function wR(t,n){if(t&1&&S(0,bR,2,0)(1,CR,2,0)(2,_R,1,1,"q-combobox-option",29),t&2){let e=f(2);D(e.optionTemplate()?0:1),m(2),D(e.noOptionsLabel&&!e.filteredOptions().length?2:-1)}}function MR(t,n){if(t&1&&S(0,gR,2,6,"div",28)(1,wR,3,2),t&2){let e=f();D(e.virtual?0:1)}}var IR=["nestedMenu"],SR=["qMenuItem",""];function DR(t,n){if(t&1&&(C(0,"span",4),Ve(1),b()),t&2){let e=f();x(e.classes.sectionTitle),m(),je(" ",e.item.sectionTitle," ")}}function TR(t,n){if(t&1&&j(0,"q-icon-or-template",6),t&2){let e=f(2);x(e.classes.startIcon),y("icon",e.item.startIcon)("size",e.getIconSize(e.item.startIconSize))("templateContext",e.item)}}function ER(t,n){if(t&1&&(C(0,"span"),Ve(1),b()),t&2){let e=f(2);x(e.classes.description(e.getSize())),m(),je(" ",e.item.description," ")}}function AR(t,n){if(t&1&&j(0,"q-icon-or-template",6),t&2){let e=f(3);x(e.classes.endIcon),y("icon",e.item.endIcon)("size",e.getIconSize(e.item.endIconSize))("templateContext",e.item)}}function LR(t,n){if(t&1&&(C(0,"div")(1,"span"),Ve(2),b(),S(3,AR,1,5,"q-icon-or-template",5),b()),t&2){let e=f(2);x(e.classes.endContent),m(),x(e.classes.secondaryText(e.getSize())),m(),je(" ",e.item.secondaryText," "),m(),D(e.item.endIcon?3:-1)}}function OR(t,n){if(t&1&&(C(0,"div"),S(1,TR,1,5,"q-icon-or-template",5),C(2,"div")(3,"span"),Ve(4),b(),S(5,ER,2,3,"span",2),b(),S(6,LR,4,6,"div",2),b()),t&2){let e=f();x(e.classes.content(!!e.item.startIcon,e.item.disabled)),m(),D(e.item.startIcon?1:-1),m(),x(e.classes.startContent),m(),x(e.classes.label(e.getSize())),m(),hu(e.item.label),m(),D(e.item.description?5:-1),m(),D(e.item.endIcon||e.item.secondaryText?6:-1)}}function RR(t,n){if(t&1){let e=fe();C(0,"q-menu",7,0),U("closeTriggered",function(){q(e);let o=f();return V(o.onChildMenuCloseTriggered())}),b()}if(t&2){let e=f();y("anchorElement",e.hostElement)("items",e.childItems)("parentItem",e)("show",e.showChildMenu)("zIndex",e.zIndex+1)}}function PR(t,n){if(t&1&&Hn(0,2),t&2){f();let e=rt(3);y("ngTemplateOutlet",e)}}function FR(t,n){}function NR(t,n){if(t&1){let e=fe();C(0,"q-overlay-panel",4,1),U("closeTriggered",function(o){q(e);let r=f();return V(r.onPanelCloseTriggered(o))})("stateChanged",function(o){q(e);let r=f();return V(r.onDropdownStateChanged(o))}),S(2,FR,0,0,"ng-template",2),b()}if(t&2){let e=f(),i=rt(3);y("anchorElement",e.anchorElement)("anchorOffset",e.anchorOffset)("animation",e.animation)("animationDuration",e.animationDuration)("animationEasing",e.animationEasing)("appendTo",e.appendTo)("placement",e.placement)("position",e.position)("restoreFocus",e.restoreFocus)("show",e._show)("zIndex",e.zIndex),m(2),y("ngTemplateOutlet",i)}}function qR(t,n){if(t&1){let e=fe();C(0,"a",8),U("closeSiblingMenus",function(o){q(e);let r=f(3);return V(r.closeSiblingMenus(o))})("focusNextHandler",function(o){q(e);let r=f(3);return V(r.focusNextItem(o))})("focusParentAnchor",function(){q(e);let o=f(3);return V(o.focusPanelAnchorElement())})("focusPrevHandler",function(o){q(e);let r=f(3);return V(r.focusPrevItem(o))})("selectionHandler",function(o){q(e);let r=f(3);return V(r.onSelected(o))}),b()}if(t&2){let e,i,o=f(),r=o.$implicit,s=o.$index,a=o.$count,c=f(2);x(c.getItemClass(r)),y("disableArrowKeys",c.disableArrowKeys)("fragment",r.fragment)("index",s)("inline",c.inline)("isLast",s===a-1)("parentItem",c.parentItem)("parentPanelVisible",c.overlayPanel==null?null:c.overlayPanel.open)("qMenuItem",r)("queryParams",r.queryParams)("queryParamsHandling",r.queryParamsHandling)("replaceUrl",r.replaceUrl)("routerLink",r.routerLink)("size",c.size)("skipLocationChange",r.skipLocationChange)("state",r.state)("subMenuTrigger",c.subMenuTrigger)("tabIndex",s===0&&c.inline?0:-1)("target",r.target)("zIndex",c.zIndex),G("aria-disabled",r.disabled||!!r.sectionTitle)("id",(e=r.id)!==null&&e!==void 0?e:null)("role",(i=r.role)!==null&&i!==void 0?i:"menuitem")}}function VR(t,n){if(t&1){let e=fe();C(0,"a",9),U("closeSiblingMenus",function(o){q(e);let r=f(3);return V(r.closeSiblingMenus(o))})("focusNextHandler",function(o){q(e);let r=f(3);return V(r.focusNextItem(o))})("focusParentAnchor",function(){q(e);let o=f(3);return V(o.focusPanelAnchorElement())})("focusPrevHandler",function(o){q(e);let r=f(3);return V(r.focusPrevItem(o))})("selectionHandler",function(o){q(e);let r=f(3);return V(r.onSelected(o))}),b()}if(t&2){let e,i,o=f(),r=o.$implicit,s=o.$index,a=o.$count,c=f(2);x(c.getItemClass(r)),y("disableArrowKeys",c.disableArrowKeys)("index",s)("inline",c.inline)("isLast",s===a-1)("parentItem",c.parentItem)("parentPanelVisible",c.overlayPanel==null?null:c.overlayPanel.open)("qMenuItem",r)("size",c.size)("subMenuTrigger",c.subMenuTrigger)("tabIndex",s===0&&c.inline?0:-1)("target",r.target)("zIndex",c.zIndex),G("aria-disabled",r.disabled||!!r.sectionTitle)("href",r.url||null,eu)("id",(e=r.id)!==null&&e!==void 0?e:null)("role",(i=r.role)!==null&&i!==void 0?i:"menuitem")}}function jR(t,n){if(t&1){let e=fe();C(0,"button",10),U("closeSiblingMenus",function(o){q(e);let r=f(3);return V(r.closeSiblingMenus(o))})("focusNextHandler",function(o){q(e);let r=f(3);return V(r.focusNextItem(o))})("focusParentAnchor",function(){q(e);let o=f(3);return V(o.focusPanelAnchorElement())})("focusPrevHandler",function(o){q(e);let r=f(3);return V(r.focusPrevItem(o))})("selectionHandler",function(o){q(e);let r=f(3);return V(r.onSelected(o))}),b()}if(t&2){let e,i,o=f(),r=o.$implicit,s=o.$index,a=o.$count,c=f(2);x(c.getItemClass(r)),y("disableArrowKeys",c.disableArrowKeys)("disabled",r.disabled)("index",s)("inline",c.inline)("isLast",s===a-1)("parentItem",c.parentItem)("parentPanelVisible",c.overlayPanel==null?null:c.overlayPanel.open)("qMenuItem",r)("size",c.size)("subMenuTrigger",c.subMenuTrigger)("tabIndex",s===0&&c.inline?0:-1)("zIndex",c.zIndex),G("id",(e=r.id)!==null&&e!==void 0?e:null)("role",(i=r.role)!==null&&i!==void 0?i:"menuitem")}}function zR(t,n){if(t&1&&S(0,qR,1,24,"a",5)(1,VR,1,18,"a",6)(2,jR,1,16,"button",7),t&2){let e=n.$implicit;D(e.routerLink?0:!e.routerLink&&e.url?1:!e.routerLink&&!e.url?2:-1)}}function BR(t,n){if(t&1&&(C(0,"div")(1,"div"),_n(2,zR,3,1,null,null,Km),b()()),t&2){let e=f();x(e.classes.root(e.inline)),m(),x(e.classes.list),G("aria-label",e.ariaLabel)("aria-labelledby",e.ariaLabelledby)("role",e.role),m(),wn(e.items)}}var HR=["menu"];function UR(t,n){if(t&1){let e=fe();C(0,"button",5),U("click",function(o){q(e);let r=f();return V(r.onButtonClick(o))}),Ee(1),b()}if(t&2){let e=f();y("classNames",e.buttonClassNames)("color",e.color)("endIcon",e.buttonEndIcon)("fullWidth",e.fullWidth)("selected",e.buttonSelected)("size",e.size)("variant",e.variant)}}function QR(t,n){t&1&&j(0,"q-divider",2)}function $R(t,n){if(t&1){let e=fe();C(0,"button",6),U("click",function(o){q(e);let r=f();return V(r.onIconButtonClick(o))}),b()}if(t&2){let e=f();y("classNames",e.iconButtonClassNames)("color",e.color)("icon",e.iconButtonIcon)("selected",e.dropdownShown)("shape",e.shape)("size",e.size)("variant",e.variant)}}var WR=["wrapper"];function GR(t,n){if(t&1&&j(0,"q-div-template",2),t&2){let e=f();y("content",e.label)("contentClass",e.classes.label)}}function ZR(t,n){if(t&1&&(C(0,"q-wrap-balancer"),j(1,"q-span-template",2),b()),t&2){let e=f(2);m(),y("content",e.description)("contentClass",e.classes.description)}}function KR(t,n){if(t&1&&j(0,"q-span-template",2),t&2){let e=f(2);y("content",e.description)("contentClass",e.classes.description)}}function XR(t,n){if(t&1&&S(0,ZR,2,2,"q-wrap-balancer")(1,KR,1,2,"q-span-template",2),t&2){let e=f();D(e.wrapDescription?0:1)}}function YR(t,n){}function JR(t,n){if(t&1&&(C(0,"div"),S(1,YR,0,0,"ng-template",5),b()),t&2){let e=f();x(e.classes.bottomContent),m(),y("ngTemplateOutlet",e.footerTemplate)}}function eP(t,n){if(t&1){let e=fe();C(0,"q-icon-button",6),U("click",function(o){q(e);let r=f();return V(r.onCloseClicked(o))}),b()}if(t&2){let e=f();x(e.classes.closeButton()),y("icon",e.X)}}var tP=["qLink",""];function nP(t,n){if(t&1&&j(0,"q-icon",0),t&2){let e=f();y("icon",e.startIcon)("ngStyle",e.startIconStyle)("size",e.startIconSize)}}function iP(t,n){if(t&1&&j(0,"q-icon",0),t&2){let e=f();y("icon",e.endIcon)("ngStyle",e.endIconStyle)("size",e.endIconSize)}}var oP=["elementRef"];var rP=["content"];function sP(t,n){if(t&1&&j(0,"q-span-template",3),t&2){let e=f(2);y("content",e.labelTemplate)("context",e.notification)}}function aP(t,n){if(t&1&&Hn(0,4),t&2){let e=f(2);y("ngComponentOutlet",e.labelComponent)("ngComponentOutletInputs",e.componentOutletInput)}}function cP(t,n){if(t&1&&(C(0,"span"),Ve(1),b()),t&2){let e=f(2);x(e.classes.subtleLabel),m(),je(" ",e.notification.subtleLabel," ")}}function lP(t,n){if(t&1&&(C(0,"span"),S(1,sP,1,2,"q-span-template",3)(2,aP,1,2,"ng-container",4)(3,cP,2,3,"span",1),b()),t&2){let e=f();x(e.classes.label),m(),D(e.labelTemplate?1:e.labelComponent?2:-1),m(2),D(e.notification.subtleLabel?3:-1)}}function dP(t,n){if(t&1&&j(0,"q-span-template",5),t&2){let e=f(2);y("content",e.descriptionTemplate)("contentClass",e.classes.description)("context",e.notification)}}function uP(t,n){if(t&1&&Hn(0,4),t&2){let e=f(2);y("ngComponentOutlet",e.descriptionComponent)("ngComponentOutletInputs",e.componentOutletInput)}}function hP(t,n){if(t&1&&S(0,dP,1,3,"q-span-template",5)(1,uP,1,2,"ng-container",4),t&2){let e=f();D(e.descriptionTemplate?0:e.descriptionComponent?1:-1)}}function pP(t,n){}function fP(t,n){if(t&1&&S(0,pP,0,0,"ng-template",6),t&2){let e=f(2);y("ngTemplateOutlet",e.bottomContentTemplate)("ngTemplateOutletContext",e.notification)}}function mP(t,n){if(t&1&&Hn(0,4),t&2){let e=f(2);y("ngComponentOutlet",e.bottomContentComponent)("ngComponentOutletInputs",e.componentOutletInput)}}function gP(t,n){if(t&1&&(C(0,"div"),S(1,fP,1,2,null,6)(2,mP,1,2,"ng-container",4),b()),t&2){let e=f();x(e.classes.bottomContent),m(),D(e.bottomContentTemplate?1:e.bottomContentComponent?2:-1)}}function yP(t,n){if(t&1){let e=fe();C(0,"q-icon-button",7),U("click",function(o){q(e);let r=f();return V(r.onClose(o))}),b()}if(t&2){let e=f();x(e.classes.closeIcon),y("icon",e.X)}}function vP(t,n){return this.identifyNotification(n)}function kP(t,n){if(t&1){let e=fe();C(0,"div")(1,"q-notification-animator",0),U("dismissHandler",function(o){q(e);let r=f();return V(r.onNotificationDismiss(o))})("readyHandler",function(o){q(e);let r=f();return V(r.onNotificationReady(o))}),b()()}if(t&2){let e=n.$implicit;m(),y("notification",e)}}var bP=["q-pagination-next-page-link",""],iI=["pageButton"],xP=["q-pagination-page-links",""],CP=[[["","q-pagination-prev-page-link",""]],[["","q-pagination-next-page-link",""]]],_P=["[q-pagination-prev-page-link]","[q-pagination-next-page-link]"],wP=t=>({root:t});function MP(t,n){if(t&1){let e=fe();C(0,"button",3,0),U("click",function(){q(e);let o=f().$implicit,r=f(2);return V(r.context.onPageButtonClick(o.page))}),Ve(2),b()}if(t&2){let e=f().$implicit,i=f(2);y("classNames",qa(4,wP,i.classes.pageLink(e.active))),G("aria-current",e.active)("aria-label",e.label),m(2),je(" ",e.page," ")}}function IP(t,n){if(t&1&&(C(0,"div",4),j(1,"q-icon",5),b()),t&2){let e=f(3);x(e.classes.boundarySeparator()),m(),y("icon",e.MoreHorizontal)}}function SP(t,n){if(t&1&&S(0,MP,3,6,"button",1)(1,IP,2,3,"div",2),t&2){let e=n.$implicit;D(e!=="separator"?0:1)}}function DP(t,n){if(t&1&&_n(0,SP,2,1,null,null,hb().trackPageLinks,!0),t&2){let e=f();wn(e.context.pageLinks())}}var TP=["q-pagination-page-metadata",""];function EP(t,n){if(t&1&&Ve(0),t&2){let e=f();je(" ",e.pageMetadataLabel()," ")}}function AP(t,n){}function LP(t,n){if(t&1&&S(0,AP,0,0,"ng-template",0),t&2){let e=f();y("ngTemplateOutlet",e.pageMetadataTemplateRef())("ngTemplateOutletContext",e.context.pageMetadataState())}}function OP(t,n){}function RP(t,n){t&1&&S(0,OP,0,0,"ng-template")}function PP(t,n){if(t&1&&S(0,RP,1,0,null,1),t&2){let e=f();y("ngTemplateOutlet",e.metadataTemplate())("ngTemplateOutletContext",qa(2,F2,e.context.pageMetadataState()))}}var FP=["q-pagination-page-rows",""];function NP(t,n){if(t&1){let e=fe();C(0,"q-combobox",1),U("ngModelChange",function(o){q(e);let r=f();return V(r.onPageRowsChanged(o))}),b()}if(t&2){let e=f();y("appendTo",e.appendTo())("ariaLabel",e.context.pageRowsLabelId()?null:"Rows per Page")("ariaLabelledby",e.context.pageRowsLabelId()||void 0)("inputMinWidth",20)("inputStyle",e.inputStyle)("ngModel",e.context.rowsPerPageOpt())("options",e.context.rowsPerPageSelectOptions())}}var qP=["q-pagination-prev-page-link",""];function VP(t,n){}function jP(t,n){if(t&1&&S(0,VP,0,0,"ng-template",2),t&2){f();let e=rt(11);y("ngTemplateOutlet",e)}}function zP(t,n){}function BP(t,n){if(t&1&&S(0,zP,0,0,"ng-template",2),t&2){f();let e=rt(9);y("ngTemplateOutlet",e)}}function HP(t,n){if(t&1&&j(0,"button",4),t&2){let e=f();G("aria-label",e.prevPageAriaLabel())}}function UP(t,n){if(t&1&&j(0,"button",5),t&2){let e=f();G("aria-label",e.nextPageAriaLabel())}}function QP(t,n){}function $P(t,n){if(t&1&&S(0,QP,0,0,"ng-template",2),t&2){f();let e=rt(9);y("ngTemplateOutlet",e)}}function WP(t,n){}function GP(t,n){if(t&1&&S(0,WP,0,0,"ng-template",2),t&2){f();let e=rt(11);y("ngTemplateOutlet",e)}}function ZP(t,n){if(t&1&&Ve(0),t&2){let e=f(3);je(" ",e.rowsPerPageLabelStr()," ")}}function KP(t,n){}function XP(t,n){if(t&1&&S(0,KP,0,0,"ng-template",2),t&2){let e=f(3);y("ngTemplateOutlet",e.rowsPerPageLabelTemplate())}}function YP(t,n){if(t&1&&(C(0,"span",7),S(1,ZP,1,1)(2,XP,1,1,null,2),b()),t&2){let e=f(2);m(),D(e.rowsPerPageLabelStr()?1:2)}}function JP(t,n){if(t&1){let e=fe();C(0,"div",6),U("optionChanged",function(o){q(e);let r=f();return V(r.rowsPerPageChanged.emit(o))}),S(1,YP,3,1,"span",7),b()}if(t&2){let e=f();y("appendTo",e.rowsPerPageAppendTo())("options",e.rowsPerPageOptions()),m(),D(e.rowsPerPageLabel()?1:-1)}}function eF(t,n){if(t&1&&j(0,"span",8),t&2){let e=f(2);y("pageMetadataTemplate",e.pageMetadataTemplate())}}function tF(t,n){if(t&1&&S(0,eF,1,1,"span",8),t&2){let e=f();D(e.showPageMetadata()?0:-1)}}var nF=["portalNode"];var iF=["radio"];function oF(t,n){if(t&1&&j(0,"q-label-template",3),t&2){let e=f();y("content",e.label)("contentClass",e.classes.label(e.disabled))("for",e.controlledId)("id",e.labelId)}}var rF=["qSideNavigationItem",""];function sF(t,n){}function aF(t,n){}function cF(t,n){if(t&1){let e=fe();C(0,"a",7,1),U("click",function(o){q(e);let r=f();return V(r.onSelect(o))})("keydown",function(o){q(e);let r=f();return V(r.onItemKeyDown(o))}),S(2,aF,0,0,"ng-template",8),b()}if(t&2){let e=f(),i=rt(6);x(e.rootClass),y("fragment",e.item.fragment)("queryParams",e.item.queryParams)("queryParamsHandling",e.item.queryParamsHandling)("replaceUrl",e.item.replaceUrl)("routerLink",e.item.routerLink)("skipLocationChange",e.item.skipLocationChange)("state",e.item.state)("tabindex",e.tabIndex)("target",e.item.target),G("aria-current",e.ariaCurrent)("aria-disabled",e.item.disabled)("aria-labelledby",e.labelId())("id",e.id())("role",e.role),m(2),y("ngTemplateOutlet",i)}}function lF(t,n){}function dF(t,n){if(t&1){let e=fe();C(0,"a",9,1),U("click",function(o){q(e);let r=f();return V(r.onSelect(o))})("keydown",function(o){q(e);let r=f();return V(r.onItemKeyDown(o))}),S(2,lF,0,0,"ng-template",8),b()}if(t&2){let e=f(),i=rt(6);x(e.rootClass),y("tabindex",e.tabIndex)("target",e.item.target),G("aria-disabled",e.item.disabled)("aria-labelledby",e.labelId())("href",e.item.url||null,eu)("id",e.id())("role",e.role),m(2),y("ngTemplateOutlet",i)}}function uF(t,n){}function hF(t,n){if(t&1){let e=fe();C(0,"button",10,1),U("click",function(o){q(e);let r=f();return V(r.onSelect(o))})("keydown",function(o){q(e);let r=f();return V(r.onItemKeyDown(o))}),S(2,uF,0,0,"ng-template",8),b()}if(t&2){let e=f(),i=rt(6);x(e.rootClass),y("tabindex",e.tabIndex),G("aria-labelledby",e.labelId())("id",e.id())("role",e.role),m(2),y("ngTemplateOutlet",i)}}function pF(t,n){if(t&1&&j(0,"div",12),t&2){let e=f(2);x(e.classes.separator(e.collapsed))}}function fF(t,n){if(t&1&&(C(0,"span"),Ve(1),b()),t&2){let e=f(2);x(e.classes.sectionTitle),m(),je(" ",e.item.sectionTitle," ")}}function mF(t,n){if(t&1&&(C(0,"div",null,1),S(2,pF,1,2,"div",11)(3,fF,2,3,"span",5),b()),t&2){let e=f();x(e.rootClass),m(2),D(e.item.separator?2:-1),m(),D(e.item.sectionTitle&&!e.collapsed?3:-1)}}function gF(t,n){if(t&1&&j(0,"q-icon-or-template",14),t&2){let e=f(2);x(e.classes.startIcon),y("icon",e.item.startIcon)("size",e.startIconSize)("templateContext",e.item)}}function yF(t,n){if(t&1&&j(0,"q-icon-or-template",14),t&2){let e=f(3);x(e.classes.startIcon),y("icon",e.item.startIcon)("size",e.startIconSize)("templateContext",e.item)}}function vF(t,n){if(t&1&&(C(0,"div"),j(1,"q-icon",16),b()),t&2){let e=f(3);x(e.classes.endContent),m(),x(e.classes.endIcon(e.expanded)),y("icon",e.endIcon)}}function kF(t,n){if(t&1&&(C(0,"div"),S(1,yF,1,5,"q-icon-or-template",13),C(2,"span",15),Ve(3),b()(),S(4,vF,2,5,"div",5)),t&2){let e=f(2);x(e.classes.startContent),m(),D(e.item.startIcon?1:-1),m(),x(e.classes.label),y("id",e.labelId()),m(),hu(e.item.label),m(),D(e.endIcon?4:-1)}}function bF(t,n){if(t&1&&(C(0,"div"),S(1,gF,1,5,"q-icon-or-template",13)(2,kF,5,8),b()),t&2){let e=f();x(e.classes.content(e.collapsed,e.active,e.item.disabled)),m(),D(e.item.startIcon&&e.collapsed?1:-1),m(),D(e.collapsed?-1:2)}}function xF(t,n){if(t&1&&j(0,"div",17),t&2){let e=n.$implicit,i=f(2);y("activeId",i.activeId)("childListStyle",i.childItemsContainerStyle)("collapsed",i.collapsed)("disableScrollAdjustment",i.disableScrollAdjustment)("expandStrategy",i.expandStrategy)("level",i.level+1)("levelPadding",i.levelPadding)("parent",i)("qSideNavigationItem",e)}}function CF(t,n){if(t&1&&(C(0,"div",6),_n(1,xF,1,9,"div",17,Km),b()),t&2){let e=f();y("ngStyle",e.childItemsContainerStyle)("show",e.expanded),m(),wn(e.children)}}function _F(t,n){}function wF(t,n){if(t&1&&(C(0,"div")(1,"div"),S(2,_F,0,0,"ng-template",2),b(),j(3,"div",3),b()),t&2){let e=f();x(e.classes.topContent(e.stickyTopContent)),m(),x(e.classes.searchContainer()),m(),y("ngTemplateOutlet",e.topContent)}}function MF(t,n){if(t&1&&j(0,"div",1),t&2){let e=n.$implicit,i=f();y("activeId",i.activeId)("childListStyle",i.childListStyle)("collapsed",i.collapsed)("disableScrollAdjustment",i.disableScrollAdjustment)("expandStrategy",i.expandStrategy)("level",0)("levelPadding",i.levelPadding)("qSideNavigationItem",e)}}function IF(t,n){if(t&1&&(C(0,"div"),j(1,"div",4)(2,"div",4),b()),t&2){let e=f();x(e.classes.items(!0)),m(),y("collapsed",e.collapsed)("qSideNavigationItem",e.collapseSeparatorItem),m(),y("collapsed",e.collapsed)("qSideNavigationItem",e.collapseButtonItem())}}function SF(t,n){if(t&1&&j(0,"q-input-label",8),t&2){let e=f();x(e.formFieldClasses.label),y("for",e.controlledId)("id",e.labelId)("label",e.label)("required",e.required)("size",e.size)}}function DF(t,n){if(t&1&&j(0,"q-icon",11),t&2){let e,i=f(2);y("icon",i.startIcon)("size",(e=i.startIconSize)!==null&&e!==void 0?e:i.size)}}function TF(t,n){if(t&1&&(C(0,"span",9),Hn(1,10),S(2,DF,1,2,"q-icon",11),b()),t&2){let e=f();x(e.formFieldClasses.startIcon),m(),y("ngTemplateOutlet",e.qStartIcon),m(),D(e.qStartIcon?-1:2)}}function EF(t,n){if(t&1){let e=fe();C(0,"q-icon",16),U("click",function(){q(e);let o=f(3);return V(o.clearValue())}),b()}if(t&2){let e,i=f(3);x(i.formFieldClasses.clearIcon),y("disabled",i.disabled)("icon",i.clearIcon)("size",(e=i.endIconSize)!==null&&e!==void 0?e:i.size)}}function AF(t,n){if(t&1&&j(0,"q-icon",15),t&2){let e,i=f(3);y("disabled",i.disabled)("icon",i.EmptyIcon)("ngStyle",i.fakeClearIconStyle)("size",(e=i.endIconSize)!==null&&e!==void 0?e:i.size)}}function LF(t,n){if(t&1&&S(0,EF,1,5,"q-icon",14)(1,AF,1,4,"q-icon",15),t&2){let e=f(2);D(e.value?0:1)}}function OF(t,n){if(t&1&&j(0,"q-icon",17),t&2){let e=f(2);x(e.formFieldClasses.errorIcon),y("icon",e.errorIcon)("size",e.size)}}function RF(t,n){if(t&1&&j(0,"q-icon",11),t&2){let e=f(3);y("icon",e.endIcon)("size",e.size)}}function PF(t,n){if(t&1&&(C(0,"span",18),Hn(1,10),S(2,RF,1,2,"q-icon",11),b()),t&2){let e=f(2);x(e.formFieldClasses.endIcon),m(),y("ngTemplateOutlet",e.qEndIcon),m(),D(e.endIcon?2:-1)}}function FF(t,n){if(t&1&&(C(0,"div"),S(1,LF,2,1)(2,OF,1,4,"q-icon",12)(3,PF,3,4,"span",13),b()),t&2){let e=f();x(e.formFieldClasses.actions),m(),D(e.clearable?1:-1),m(),D(e.hasError?2:-1),m(),D(e.qEndIcon||e.endIcon?3:-1)}}function NF(t,n){if(t&1&&j(0,"q-input-hint",19),t&2){let e=f();x(e.formFieldClasses.hint),y("for",e.controlledId)("hint",e.hint)("id",e.hintId)("size",e.size)}}var qF=["q-tab-dismiss-action",""],VF=["q-tab",""];function jF(t,n){if(t&1&&j(0,"q-icon-or-template",2),t&2){let e=f();x(e.classes.startIcon),y("icon",e.startIcon())("size",e.context.iconSize())}}function zF(t,n){if(t&1&&j(0,"q-icon-or-template",2),t&2){let e=f();x(e.classes.endIcon),y("icon",e.endIcon())("size",e.context.iconSize())}}function BF(t,n){if(t&1){let e=fe();C(0,"div",3),U("click",function(o){q(e);let r=f();return V(r.onTabDismissed(o))})("mousedown",function(o){q(e);let r=f();return V(r.onDismissMouseDown(o))}),b()}if(t&2){let e=f();G("aria-label",e.dismissAriaLabel())}}var HF=["q-tab-list",""];function UF(t,n){t&1&&j(0,"div",0)}function QF(t,n){t&1&&j(0,"div",1)}var $F=["q-tab-panel",""];function WF(t,n){t&1&&Ee(0)}var Xi=new O("An abstraction over global window object",{factory:()=>{let{defaultView:t}=M(Me);if(!t)throw new Error("Window is not available");return t}}),jJ=new O("An abstraction over window.caches object",{factory:()=>M(Xi).caches}),zJ=new O("An abstraction over window.CSS object",{factory:()=>M(Xi).CSS||{escape:t=>t,supports:()=>!1}}),GF=new O("An abstraction over window.localStorage object",{factory:()=>M(Xi).localStorage}),BJ=new O("An abstraction over window.location object",{factory:()=>M(Xi).location}),oI=new O("An abstraction over window.navigator object",{factory:()=>M(Xi).navigator}),HJ=new O("An abstraction over window.navigator.mediaDevices object",{factory:()=>M(oI).mediaDevices}),UJ=new O("An abstraction over window.performance object",{factory:()=>M(Xi).performance}),QJ=new O("An abstraction over window.screen object",{factory:()=>M(Xi).screen}),$J=new O("An abstraction over window.navigator.userAgent object",{factory:()=>M(oI).userAgent});var rI=(()=>{class t{_portalNodeId="q-portal-root";get portalNodeId(){return this._portalNodeId}static \u0275fac=function(i){return new(i||t)};static \u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})();var ZF=new O("DARK_MODE_OPTIONS"),KF={darkModeClass:"dark",element:"body",lightModeClass:"light",preloadingClass:"dark-mode-preloading",storageKey:"dark-mode",transitionClass:"theme-switching"},XF="(prefers-color-scheme: dark)",YF=(()=>{class t{window;constructor(e){this.window=e}matchMedia(e){return this.window?.matchMedia?.(e)}prefersDarkMode(){let e=this.matchMedia(XF);return e?e.matches:!1}static \u0275fac=function(i){return new(i||t)(I(Xi))};static \u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})(),sI=(()=>{class t{rendererFactory;mediaQueryService;document;localStorage;providedOptions;options;renderer;darkModeSubject$;transitionTimeout;get darkMode(){return this._darkMode.asReadonly()}_darkMode=N(!1);constructor(e,i,o,r,s){this.rendererFactory=e,this.mediaQueryService=i,this.document=o,this.localStorage=r,this.providedOptions=s,this.options=k(k({},KF),this.providedOptions||{}),this.options.element==="body"&&(this.options.element=this.document.body),this.renderer=this.rendererFactory.createRenderer(null,null);let a=this.getInitialDarkModeValue();this.darkModeSubject$=new Ye(a),this.darkModeSubject$.getValue()?this.enable():this.disable(),this._darkMode.set(a),this.removePreloadingClass()}get darkMode$(){return this.darkModeSubject$.asObservable().pipe(wi())}toggle(){return this.darkModeSubject$.getValue()?this.disable():this.enable()}enable(){let{darkModeClass:e,element:i,lightModeClass:o}=this.options;return this.addTransition(),this.renderer.removeClass(i,o),this.renderer.addClass(i,e),this.renderer.setStyle(i,"color-scheme","dark"),this.saveDarkModeToStorage(!0),this.darkModeSubject$.next(!0),this._darkMode.set(!0),!0}disable(){let{darkModeClass:e,element:i,lightModeClass:o}=this.options;return this.addTransition(),this.renderer.removeClass(i,e),this.renderer.addClass(i,o),this.renderer.setStyle(i,"color-scheme","light"),this.saveDarkModeToStorage(!1),this.darkModeSubject$.next(!1),this._darkMode.set(!1),!1}addTransition(){let{element:e,transitionClass:i}=this.options;clearTimeout(this.transitionTimeout),this.renderer.addClass(e,i),this.transitionTimeout=setTimeout(()=>{this.renderer.removeClass(e,i)},200)}getMode=R(()=>this.darkMode()?"dark":"light");getInitialDarkModeValue(){let{defaultModeOverride:e,defaultModeSkipsCache:i}=this.options,o=this.getDarkModeFromStorage();return i||o===null||typeof o>"u"?e?e==="dark":this.mediaQueryService.prefersDarkMode():o}saveDarkModeToStorage(e){this.localStorage?.setItem?.(this.options.storageKey,JSON.stringify({darkMode:e}))}getDarkModeFromStorage(){let e=this.localStorage?.getItem?.(this.options.storageKey);if(e)try{return JSON.parse(e)?.darkMode}catch{console.error("Invalid darkMode localStorage item:",e,"falling back to color scheme media query")}return null}removePreloadingClass(){setTimeout(()=>{this.renderer.removeClass(this.options.element,this.options.preloadingClass)})}static \u0275fac=function(i){return new(i||t)(I(ho),I(YF),I(Me),I(GF),I(ZF,8))};static \u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})(),Ht=(()=>{class t extends Oh{get subscribe(){return this._subscribe.asReadonly()}_subscribe=N(0);emit(){this._subscribe.update(e=>e+1)}register(e){super.register(e),Te(()=>this.emit())}unregister(e){super.unregister(e),Te(()=>this.emit())}static \u0275fac=(()=>{let e;return function(o){return(e||(e=wt(t)))(o||t)}})();static \u0275prov=E({token:t,factory:t.\u0275fac})}return t})(),N2=(()=>{class t{document;window;configService;constructor(e,i,o){this.document=e,this.window=i,this.configService=o}set portalElement(e){this._portalElement=e}get portalElement(){let e=this._portalElement??this.document.getElementById(this.configService.portalNodeId);return e||(ku()&&console.warn("Portal element not found, defaulting to document.body"),this.document.body)}_portalElement;isElement(e){return typeof HTMLElement=="object"?e instanceof HTMLElement:e&&typeof e=="object"&&e.nodeType===1&&typeof e.nodeName=="string"}find(e,i){return Array.from(e.querySelectorAll(i))}getFocusableElements(e){let i=this.find(e,`button:not([tabindex = "-1"]):not([disabled]):not([style*="display:none"]):not([hidden]),
|
|
12
|
-
[href][clientHeight][clientWidth]:not([tabindex = "-1"]):not([disabled]):not([style*="display:none"]):not([hidden]),
|
|
13
|
-
input:not([tabindex = "-1"]):not([disabled]):not([style*="display:none"]):not([hidden]), select:not([tabindex = "-1"]):not([disabled]):not([style*="display:none"]):not([hidden]),
|
|
14
|
-
textarea:not([tabindex = "-1"]):not([disabled]):not([style*="display:none"]):not([hidden]), [tabIndex]:not([tabIndex = "-1"]):not([disabled]):not([style*="display:none"]):not([hidden]),
|
|
15
|
-
[contenteditable]:not([tabIndex = "-1"]):not([disabled]):not([style*="display:none"]):not([hidden])`),o=[];for(let r of i)(r.offsetWidth||r.offsetHeight||r.getClientRects().length)&&o.push(r);return o}getNextFocusableElement(e,i=!1){if(!e)return;let o=this.getFocusableElements(e),r=0;if(o&&o.length>0){let s=o.indexOf(o[0].ownerDocument?.activeElement);i?s===-1||s===0?r=o.length-1:r=s-1:s!==-1&&s!==o.length-1&&(r=s+1)}return o[r]}static \u0275fac=function(i){return new(i||t)(I(Me),I(Xi),I(rI))};static \u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})();var ut=(()=>{class t{ids={};useId(e,i,o){let r=i||o;return r||(this.ids[e]||(this.ids[e]=1),`${e}::auto-id::${this.ids[e]++}`)}static \u0275fac=function(i){return new(i||t)};static \u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})(),sa=(()=>{class t{renderer;document;listeners=new Map;rendererListeners=[];constructor(e,i){this.renderer=e,this.document=i}setDocumentListener(e,i){this.setListener(this.document,e,i)}setListener(e,i,o){this.rendererListeners.push(this.renderer.listen(e,i,o))}clearDomListeners(){this.rendererListeners.forEach(e=>e?.()),this.rendererListeners.fill(void 0),this.rendererListeners=[]}setListeners({callbackOff:e,callbackOn:i,callbackToggle:o,hostElement:r,trigger:s}){let a=r.nativeElement,c=Array.isArray(s)?s:s?.split(" ")??[];c.includes("click")&&typeof o=="function"&&this.listeners.set("click",this.renderer.listen(a,"click",l=>o(l,"click"))),c.includes("focus")&&typeof i=="function"&&this.listeners.set("focus",this.renderer.listen(a,"focus",l=>i(l,"focus"))),(c.includes("click")||c.includes("focus"))&&typeof e=="function"&&this.listeners.set("blur",this.renderer.listen(a,"blur",l=>e(l,"blur"))),c.includes("hover")&&(typeof i=="function"&&this.listeners.set("mouseenter",this.renderer.listen(a,"mouseenter",l=>i(l,"mouse-enter"))),typeof e=="function"&&this.listeners.set("mouseleave",this.renderer.listen(a,"mouseleave",l=>e(l,"mouse-leave"))))}clearListeners(){this.listeners.forEach(e=>{e()}),this.listeners.forEach((e,i)=>{this.listeners.set(i,null)}),this.listeners.clear()}static \u0275fac=function(i){return new(i||t)(I(Qe),I(Me))};static \u0275prov=E({token:t,factory:t.\u0275fac})}return t})(),JF={informative:Y_,negative:wh,neutral:Ec,positive:Bi,warning:gr};function aI(t){return JF[t||"neutral"]}var eN={informative:Ec,negative:gr,positive:Bi,warning:gr};function tN(t){return eN[t||"informative"]}var VM=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie]})}return t})(),nN=(()=>{class t{icon;constructor(e){this.icon=e}static \u0275fac=function(i){return new(i||t)(h(de))};static \u0275dir=Y({type:t,selectors:[["","qStartIcon",""],["","q-start-icon",""]]})}return t})(),iN=(()=>{class t{icon;constructor(e){this.icon=e}static \u0275fac=function(i){return new(i||t)(h(de))};static \u0275dir=Y({type:t,selectors:[["","qEndIcon",""],["","q-end-icon",""]]})}return t})(),jM=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({})}return t})(),cI=(()=>{class t{template;type;name;constructor(e){this.template=e}getType(){return this.name}static \u0275fac=function(i){return new(i||t)(h(de))};static \u0275dir=Y({type:t,selectors:[["","qTemplate",""]],inputs:{type:"type",name:[0,"qTemplate","name"]}})}return t})(),Xc=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({})}return t})(),Yc=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[VM,Xc,jM,Xc,jM,VM]})}return t})();function oN(t,n,e){!n&&po(t);let i=n??M(Ne);return e?zt(i,e):i}function Pt(t,n,e){return e=oN(Pt,e),zt(e,()=>{let i=M(Qe),o=M(te).nativeElement;Lt(()=>{let r=[],s=n(),[a,c,l]=t.split(".");switch(a){case"style":i.setStyle(o,c,`${s}${l??""}`,c.startsWith("--")?kn.DashCase:void 0);break;case"attr":s==null?i.removeAttribute(o,c):i.setAttribute(o,c,String(s));break;case"class":c?s?i.addClass(o,c):i.removeClass(o,c):(r.length&&r.forEach(d=>i.removeClass(o,d)),r=typeof s=="string"?s.split(" ").filter(Boolean):[],r.forEach(d=>i.addClass(o,d)));break;default:i.setProperty(o,a,s)}})}),n}var rN=new RegExp("([\\p{Ll}\\d])(\\p{Lu})","gu"),sN=new RegExp("(\\p{Lu})([\\p{Lu}][\\p{Ll}])","gu"),WJ=new RegExp("(\\d)\\p{Ll}|(\\p{L})\\d","u"),aN=/[^\p{L}\d]+/giu,zM="$1\0$2",BM="";function cN(t){let n=t.trim();n=n.replace(rN,zM).replace(sN,zM),n=n.replace(aN,"\0");let e=0,i=n.length;for(;n.charAt(e)==="\0";)e++;if(e===i)return[];for(;n.charAt(i-1)==="\0";)i--;return n.slice(e,i).split(/\0/g)}function lN(t,n){let[e,i,o]=fN(t,n),r=dN(n?.locale),s=uN(n?.locale),a=n?.mergeAmbiguousCharacters?hN(r,s):pN(r,s);return e+i.map(a).join(n?.delimiter??"")+o}function dN(t){return t===!1?n=>n.toLowerCase():n=>n.toLocaleLowerCase(t)}function uN(t){return t===!1?n=>n.toUpperCase():n=>n.toLocaleUpperCase(t)}function hN(t,n){return e=>`${n(e[0])}${t(e.slice(1))}`}function pN(t,n){return(e,i)=>{let o=e[0];return(i>0&&o>="0"&&o<="9"?`_${o}`:n(o))+t(e.slice(1))}}function fN(t,n={}){let e=n.split??cN,i=n.prefixCharacters??BM,o=n.suffixCharacters??BM,r=0,s=t.length;for(;r<t.length;){let a=t.charAt(r);if(!i.includes(a))break;r++}for(;s>r;){let a=s-1,c=t.charAt(a);if(!o.includes(c))break;s=a}return[t.slice(0,r),e(t.slice(r,s)),t.slice(s)]}function Jc(t){return typeof t=="number"||/^\d+$/.test(t)?`${t}px`:t}function Er(t){return Mn(t,0)}function sp(t){let n=N(t);return new Proxy(n,{apply(){return n()},get(e,i){if(e[i])return e[i];let o=Te(n),r=o[i];return typeof r=="function"?(Object.defineProperty(e,i,{configurable:!0,enumerable:!0,value:mN(n,r)}),e[i]):e[i]=o[i]},getOwnPropertyDescriptor(){return{configurable:!0,enumerable:!0}},has(e,i){return!!Te(n)[i]},ownKeys(){return Reflect.ownKeys(Te(n))}})}function mN(t,n){if(!(n.length>0))return R(()=>(t(),n()));let i={};return(...o)=>{let r=gN(...o);if(i.hasOwnProperty(r))return i[r]?.();let s=R(()=>(t(),n(...o)));return i[r]=s,s()}}function gN(...t){return JSON.stringify(t)}var HM={l:"20px",m:"16px",s:"14px",xl:"22px",xs:"12px"},lI=(()=>{class t{renderer;icons;constructor(e,i){this.renderer=e,this.icons=i}createElement([e,i,o=[]]){let r=this.renderer.createElement(e,"http://www.w3.org/2000/svg");return Object.keys(i).forEach(s=>{let a=typeof i[s]=="string"?i[s]:i[s].toString(10);this.renderer.setAttribute(r,s,a)}),o.length&&o.forEach(s=>{let a=this.createElement(s);this.renderer.appendChild(r,a)}),r}createIconElement(e,i,o="inherit"){if(!e)return;let[r,s,a=[]]=e,c=this.getNumericSize(i??"m"),l;return typeof r=="string"?(l=this.createElement([r,s,a]),this.renderer.setAttribute(l,"width",c),this.renderer.setAttribute(l,"height",c),this.renderer.setAttribute(l,"stroke-width",o),this.renderer.setAttribute(l,"fill","inherit")):l=this.createElement(["svg",{fill:"inherit",height:c,stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":o,viewBox:"0 0 24 24",width:c,xmlns:"http://www.w3.org/2000/svg"},e]),l}getNumericSize(e){return HM[e]?HM[e]:Nh(e)}getIcon(e){if(typeof e=="string"){let i=this.icons||{},o=lN(e),r=i[o]||i[`${o}Icon`]||i[e];if(!r)throw new Error(`Expected to find an icon named "${o}" but none was provided. Refer to the provider documentation at https://qui.aws.qualcomm.com/components/icons#provider`);return r}return e}static \u0275fac=function(i){go()};static \u0275dir=Y({type:t})}return t})(),el=new O("LUCIDE_ICONS");function yN(t){return{provide:el,useFactory:()=>{let n=M(el,{optional:!0,skipSelf:!0});return n?k(k({},n),t):t}}}var St=(()=>{class t extends lI{elementRef;renderer;icons;ariaLabel;ariaLabelledby;classNames={};disabled;icon;size="m";strokeWidth="inherit";dataTestId="q-icon";iconElement;constructor(e,i,o){super(i,o),this.elementRef=e,this.renderer=i,this.icons=o}get hostElement(){return this.elementRef.nativeElement}ngOnChanges(e){(e.icon||e.size)&&this.renderIcon()}get classes(){return qc.root(this.disabled,this.classNames.root)}removeChildNodes(){this.hostElement.childNodes.forEach(i=>this.renderer.removeChild(this.hostElement,i))}renderIcon(){this.iconElement&&this.removeChildNodes(),this.icon&&(this.iconElement=this.createIconElement(this.getIcon(this.icon),this.size,this.strokeWidth),this.ariaLabel?this.renderer.setAttribute(this.iconElement,"aria-label",this.ariaLabel):this.renderer.removeAttribute(this.iconElement,"aria-label"),this.ariaLabelledby?this.renderer.setAttribute(this.iconElement,"aria-labelledby",this.ariaLabelledby):this.renderer.removeAttribute(this.iconElement,"aria-labelledby"),this.iconElement&&(this.removeChildNodes(),this.renderer.appendChild(this.hostElement,this.iconElement)))}static \u0275fac=function(i){return new(i||t)(h(te),h(Qe),h(el,8))};static \u0275cmp=$({type:t,selectors:[["q-icon"]],hostVars:3,hostBindings:function(i,o){i&2&&(G("data-test-id",o.dataTestId),x(o.classes))},inputs:{ariaLabel:"ariaLabel",ariaLabelledby:"ariaLabelledby",classNames:"classNames",disabled:[2,"disabled","disabled",L],icon:"icon",size:"size",strokeWidth:"strokeWidth"},features:[he,_e,J],decls:0,vars:0,template:function(i,o){},encapsulation:2})}return t})(),vN=(()=>{class t{hostElementRef;renderer;config;animate=!0;animateOnMount;animationDuration={enter:250,exit:250};animationEasing={enter:"ease",exit:"ease"};unmountOnExit;set show(e){this._show=Ot(e),this._show&&(this.visible.set(!0),this.renderer.setStyle(this.hostElement,"display","block")),this.initialized&&(this.animationTrigger=K(k({},this.animationTrigger),{value:this._show}))}get show(){return this._show}_show;static ngAcceptInputType_show;stateChanged=new P;animationTrigger;visible=N(!1);onAnimationStart(e){clearTimeout(this.timeoutRef),this.stateChanged.emit({event:e,state:this.show?"opening":"closing"}),this.config.onStart?.(),this.show?this.renderer.removeAttribute(this.hostElement,"aria-hidden"):this.renderer.setAttribute(this.hostElement,"aria-hidden","true")}onAnimationDone(e){this.timeoutRef=setTimeout(()=>{this.stateChanged.emit({event:e,state:this.show?"open":"closed"}),this.config.onDone?.(),this.shouldUpdateDuration&&(this.updateDuration(this.animationDuration),this.shouldUpdateDuration=!1),this.show||(this.visible.set(!1),this.renderer.setStyle(this.hostElement,"display","none"))},50)}initialized=!1;shouldUpdateDuration=!1;timeoutRef;constructor(e,i,o){this.hostElementRef=e,this.renderer=i,this.config=o,this.animationTrigger={params:{enterDuration:o.initialDuration.enter,enterEasing:o.initialEasing.enter,exitDuration:o.initialDuration.exit,exitEasing:o.initialEasing.exit},value:!1}}ngOnChanges(e){e.animate&&this.updateDuration(e.animate.currentValue?this.animationDuration:{enter:0,exit:0}),e.animationEasing&&this.updateEasing(e.animationEasing.currentValue)}ngAfterViewInit(){if(this.show){let e=Ys(this.animationDuration);this.animationTrigger={params:this.animateOnMount?K(k({},this.animationTrigger.params),{enterDuration:e.enter,exitDuration:e.exit}):K(k({},this.animationTrigger.params),{enterDuration:0,exitDuration:0}),value:!0},this.shouldUpdateDuration=!this.animateOnMount}this.initialized=!0}get hostElement(){return this.hostElementRef.nativeElement}toggle(){this.show=!this.show}updateDuration(e){let i=Ys(e);this.animationTrigger=K(k({},this.animationTrigger),{params:K(k({},this.animationTrigger.params),{enterDuration:i.enter||250,exitDuration:i.exit||250})})}updateEasing(e){let i=p2(e);this.animationTrigger=K(k({},this.animationTrigger),{params:K(k({},this.animationTrigger.params),{enterEasing:i.enter||"ease",exitEasing:i.exit||"ease"})})}static \u0275fac=function(i){go()};static \u0275dir=Y({type:t,hostVars:1,hostBindings:function(i,o){i&1&&gs("@animation.start",function(s){return o.onAnimationStart(s)})("@animation.done",function(s){return o.onAnimationDone(s)}),i&2&&ms("@animation",o.animationTrigger)},inputs:{animate:[2,"animate","animate",L],animateOnMount:[2,"animateOnMount","animateOnMount",L],animationDuration:"animationDuration",animationEasing:"animationEasing",unmountOnExit:[2,"unmountOnExit","unmountOnExit",L],show:"show"},outputs:{stateChanged:"stateChanged"},features:[he,J]})}return t})(),q2=(()=>{class t extends vN{hostElementRef;renderer;constructor(e,i){super(e,i,{initialDuration:{enter:250,exit:250},initialEasing:{enter:"ease",exit:"ease"},onDone:()=>{this.renderer.removeStyle(this.hostElement,"overflow")},onStart:()=>{this.renderer.setStyle(this.hostElement,"overflow","hidden")}}),this.hostElementRef=e,this.renderer=i}ngOnChanges(e){super.ngOnChanges(e)}ngAfterViewInit(){super.ngAfterViewInit()}static \u0275fac=function(i){return new(i||t)(h(te),h(Qe))};static \u0275cmp=$({type:t,selectors:[["","qCollapse",""],["","q-collapse",""]],features:[_e,J],attrs:C9,ngContentSelectors:It,decls:1,vars:1,template:function(i,o){i&1&&(qe(),S(0,_9,1,0)),i&2&&D(!o.unmountOnExit||o.visible()?0:-1)},encapsulation:2,data:{animation:[rc("animation",[vt("0",yt({height:"0",opacity:"0"})),vt("1",yt({height:"*",opacity:"1"})),Rt("0 => 1",Tn("{{enterDuration}}ms {{enterEasing}}")),Rt("1 => 0",Tn("{{exitDuration}}ms {{exitEasing}}"))])]}})}return t})(),kN=(()=>{class t{accordion;cd;idService;descendantsManagerService;idAttr;platformId;animate=!0;disabled;set expanded(e){this._expanded=Ot(e),this._expanded?this.opened.emit(this.id):this.closed.emit(this.id)}get expanded(){return this._expanded}_expanded;static ngAcceptInputType_expanded;hideSeparator;expandIconPlacement="end";label;content;size="m";secondaryText;startIcon;startIconSize;endIcon;endIconSize;opened=new P;closed=new P;qTemplates;buttonNode;classes=Qs;expandIcon=vi;iconSizes={endIcon:"m",expandIcon:"m",startIcon:"m"};contentTemplate;labelTemplate;id;index;constructor(e,i,o,r,s,a){this.accordion=e,this.cd=i,this.idService=o,this.descendantsManagerService=r,this.idAttr=s,this.platformId=a}ngOnInit(){this.id||this.updateId(),this.updateIconSizes()}ngOnChanges(e){e.content&&(this.contentTemplate=this.content instanceof de?this.content:null),e.label&&(this.labelTemplate=this.label instanceof de?this.label:null),(e.endIconSize||e.startIconSize||e.size)&&this.updateIconSizes(),e.disabled&&this.syncDisabledState()}ngAfterContentInit(){this.qTemplates.forEach(e=>{switch(e.getType()){case"content":this.contentTemplate=e.template;break;case"titleBarContent":this.labelTemplate=e.template;break}}),this.content instanceof de&&(this.contentTemplate=this.content),this.label instanceof de&&(this.labelTemplate=this.label)}ngAfterViewInit(){ar(this.platformId)&&(this.descendantsManagerService.register(this.buttonNode?.nativeElement),this.disabled&&this.descendantsManagerService.disableItem(this.index))}ngOnDestroy(){ar(this.platformId)&&this.descendantsManagerService.unregister(this.buttonNode?.nativeElement)}syncDisabledState(){let e=this.descendantsManagerService.item(this.index);e&&this.buttonNode?.nativeElement===e.node&&(this.disabled?this.descendantsManagerService.disableItem(this.index):this.descendantsManagerService.enabledItem(this.index))}updateId(){this.id=this.idService.useId("q-accordion-item",null,this.idAttr)}findTabIndex(){let e=-1;for(let i=0;i<this.accordion.items.length;i++)if(this.accordion.items[i]===this){e=i;break}return e}updateIconSizes(){let e=Fh.getIconSize(this.size);this.iconSizes={endIcon:this.endIconSize||e,expandIcon:e,startIcon:this.startIconSize||e}}getId(e){return`${this.id}-${e}`}get contentId(){return this.getId("content")}get headerId(){return this.getId("header")}onToggleClick(e){let i=this.findTabIndex(),o={event:e,index:i,nextState:!this.expanded};if(this.accordion.changed.emit(o),!this.accordion.isControlled){if(this.expanded){this.expanded=!1;return}if(!this.accordion.multiple)for(let r=0;r<this.accordion.items.length;r++)this.accordion.items[r].expanded&&(this.accordion.items[r].expanded=!1,this.accordion.items[r].cd.markForCheck());this.expanded=!0}}onItemKeyDown(e,i){let o=this.descendantsManagerService,s={ArrowDown:()=>{o.nextEnabled(i)?.node?.focus()},ArrowUp:()=>{o.prevEnabled(i)?.node?.focus()},End:()=>{o.lastEnabled()?.node?.focus()},Home:()=>{o.firstEnabled()?.node?.focus()}}[e.key];s&&(e.preventDefault(),s())}static \u0275fac=function(i){return new(i||t)(h(tt(()=>bN)),h(ke),h(ut),h(Ht),dt("id"),h(mt))};static \u0275cmp=$({type:t,selectors:[["q-accordion-item"]],contentQueries:function(i,o,r){if(i&1&&tn(r,cI,4),i&2){let s;me(s=ge())&&(o.qTemplates=s)}},viewQuery:function(i,o){if(i&1&&Re(w9,7),i&2){let r;me(r=ge())&&(o.buttonNode=r.first)}},inputs:{animate:[2,"animate","animate",L],disabled:[2,"disabled","disabled",L],expanded:"expanded",hideSeparator:[2,"hideSeparator","hideSeparator",L],expandIconPlacement:"expandIconPlacement",label:"label",content:"content",size:"size",secondaryText:"secondaryText",startIcon:"startIcon",startIconSize:"startIconSize",endIcon:"endIcon",endIconSize:"endIconSize"},outputs:{opened:"opened",closed:"closed"},features:[he,J],decls:14,vars:18,consts:[["itemButton",""],["panelContent",""],[3,"id"],[3,"click","keydown","disabled","id"],[3,"class","icon","size"],[3,"class"],[4,"ngTemplateOutlet"],["qCollapse","",3,"animationDuration","show"],[3,"ngTemplateOutlet"],[3,"icon","size"],["role","region",3,"id"]],template:function(i,o){if(i&1){let r=fe();C(0,"div",2)(1,"button",3,0),U("click",function(a){return q(r),V(o.onToggleClick(a))})("keydown",function(a){return q(r),V(o.onItemKeyDown(a,o.index))}),S(3,M9,1,4,"q-icon",4)(4,I9,1,4,"q-icon",4)(5,S9,2,3,"div",5)(6,T9,1,0,null,6)(7,E9,2,3,"span",5)(8,A9,1,4,"q-icon",4)(9,L9,1,4,"q-icon",4),b(),S(10,R9,2,3,"div",7)(11,F9,1,1,null,8),b(),S(12,V9,3,6,"ng-template",null,1,Ri)}i&2&&(x(o.classes.root(o.disabled,o.hideSeparator)),y("id",o.id),m(),x(o.classes.titleBar(o.disabled,o.size)),y("disabled",o.disabled)("id",o.headerId),G("aria-controls",o.contentId)("aria-expanded",o.expanded),m(2),D(o.expandIconPlacement==="start"?3:-1),m(),D(o.startIcon?4:-1),m(),D(!o.labelTemplate&&o.label?5:-1),m(),y("ngTemplateOutlet",o.labelTemplate),m(),D(o.secondaryText?7:-1),m(),D(o.endIcon?8:-1),m(),D(o.expandIconPlacement==="end"?9:-1),m(),D(o.animate?10:-1),m(),D(!o.animate&&o.expanded?11:-1))},dependencies:[Xe,St,q2],encapsulation:2,changeDetection:0})}return t})(),bN=(()=>{class t{set activeIndex(e){this._activeIndex=Array.isArray(e)?e:nn(e)}get activeIndex(){return this._activeIndex}_activeIndex;static ngAcceptInputType_activeIndex;set defaultActiveIndex(e){this._defaultActiveIndex=Array.isArray(e)?e:nn(e),!this.items||!this.items.length?this.shouldUpdateItemVisibility=!0:this.updateSelectionState(this._defaultActiveIndex)}get defaultActiveIndex(){return this._defaultActiveIndex}_defaultActiveIndex;static ngAcceptInputType_defaultActiveIndex;multiple=!1;changed=new P;children;classes=Ph;isControlled=!1;items=[];itemSubscription;shouldUpdateItemVisibility=!1;ngOnChanges(e){e.activeIndex&&(this.isControlled=!0,!this.items||!this.items.length?this.shouldUpdateItemVisibility=!0:this.updateSelectionState(this._activeIndex))}ngAfterContentInit(){this.initItems(),this.itemSubscription=this.children.changes.subscribe(()=>{this.initItems()}),this.shouldUpdateItemVisibility&&(this.shouldUpdateItemVisibility=!1,this.updateSelectionState(this.isControlled?this.activeIndex:this.defaultActiveIndex))}ngOnDestroy(){this.itemSubscription&&this.itemSubscription.unsubscribe()}initItems(){this.items=this.children.toArray(),this.items.forEach((e,i)=>{e.index=i})}updateSelectionState(e){let i=$h(e);if(this.items&&this.items.length&&i.length>0)for(let o=0;o<this.items.length;o++){let r=this.multiple||this.isControlled?i.includes(o):o===e;r!==this.items[o].expanded&&(this.items[o].expanded=r,this.items[o].cd.detectChanges())}}static \u0275fac=function(i){return new(i||t)};static \u0275cmp=$({type:t,selectors:[["q-accordion"]],contentQueries:function(i,o,r){if(i&1&&tn(r,kN,5),i&2){let s;me(s=ge())&&(o.children=s)}},inputs:{activeIndex:"activeIndex",defaultActiveIndex:"defaultActiveIndex",multiple:[2,"multiple","multiple",L]},outputs:{changed:"changed"},features:[we([Ht]),he,J],ngContentSelectors:It,decls:2,vars:2,template:function(i,o){i&1&&(qe(),C(0,"div"),Ee(1),b()),i&2&&x(o.classes.root())},encapsulation:2})}return t})(),Ar=(()=>{class t{ariaLabel;ariaLabelledby;disabled;icon;templateContext;size="m";strokeWidth="inherit";lucideIcon;templateRef;ngOnChanges(e){e.icon&&(this.icon instanceof de?(this.lucideIcon=null,this.templateRef=this.icon):(this.lucideIcon=this.icon,this.templateRef=null))}static \u0275fac=function(i){return new(i||t)};static \u0275cmp=$({type:t,selectors:[["q-icon-or-template"]],inputs:{ariaLabel:"ariaLabel",ariaLabelledby:"ariaLabelledby",disabled:[2,"disabled","disabled",L],icon:"icon",templateContext:"templateContext",size:"size",strokeWidth:"strokeWidth"},features:[he,J],decls:2,vars:2,consts:[[3,"ngTemplateOutlet","ngTemplateOutletContext"],[3,"ariaLabel","ariaLabelledby","disabled","icon","size","strokeWidth"]],template:function(i,o){i&1&&S(0,z9,1,2,null,0)(1,B9,1,6,"q-icon",1),i&2&&(D(o.templateRef?0:-1),m(),D(o.lucideIcon?1:-1))},dependencies:[Xe,St],encapsulation:2,changeDetection:0})}return t})(),Ge=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie]})}return t})();var ap=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie]})}return t})(),GJ=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie,Ge,ap,Xc]})}return t})(),E2=class{animations;behaviour;position;constructor(n={}){this.setConfig(n)}setConfig(n={}){this.animations={enabled:!0,hide:{easing:"ease",offset:50,preset:"fade",speed:250},overlap:150,shift:{easing:d2,speed:250},show:{easing:"ease",preset:"slide",speed:250}},this.behaviour={onClick:!1,onMouseover:"pauseAutoHide",showDismissButton:!0,stacking:3},this.position={horizontal:{distance:20},vertical:{distance:20,gap:20,position:"top"}},n.animations!==void 0&&(n.animations.enabled!==void 0&&(this.animations.enabled=n.animations.enabled),n.animations.overlap!==void 0&&(this.animations.overlap=n.animations.overlap),n.animations.hide!==void 0&&Object.assign(this.animations.hide,n.animations.hide),n.animations.shift!==void 0&&Object.assign(this.animations.shift,n.animations.shift),n.animations.show!==void 0&&Object.assign(this.animations.show,n.animations.show)),n.behaviour!==void 0&&Object.assign(this.behaviour,n.behaviour),n.position!==void 0&&(n.position.horizontal!==void 0&&Object.assign(this.position.horizontal,n.position.horizontal),n.position.vertical!==void 0&&Object.assign(this.position.vertical,n.position.vertical))}},op=class{id;key;component;autoHide;color;dismissable;dismissAriaLabel;description;label;icon;iconSize;subtleLabel;constructor(n){Object.assign(this,n),this.autoHide=n.autoHide===!1?!1:6e3,this.dismissable=n.dismissable??!0,this.key=n.key||`ID_${new Date().getTime()}`}},xN={hide:()=>({from:{opacity:"1"},to:{opacity:"0"}}),show:()=>({from:{opacity:"0"},to:{opacity:"1"}})},CN={hide:t=>{let n=t.component.getConfig(),e=t.component.getShift(),i,o,r=n.position.vertical.position==="top"?`calc( -100% - ${n.position.horizontal.distance}px - 10px )`:`calc( 100% + ${n.position.horizontal.distance}px + 10px )`;return i={transform:`translate3d( -50%, ${e}px, 0 )`},o={transform:`translate3d( -50%, ${r}, 0 )`},{from:i,to:o}},show:t=>{let n=t.component.getConfig(),e,i;return e={transform:`translate3d( -50%, ${n.position.vertical.position==="top"?`calc( -100% - ${n.position.horizontal.distance}px - 10px )`:`calc( 100% + ${n.position.horizontal.distance}px + 10px )`}, 0 )`},i={transform:"translate3d( -50%, 0, 0 )"},{from:e,to:i}}},_N=(()=>{class t{animationPresets;constructor(){this.animationPresets={fade:xN,slide:CN}}getAnimationData(e,i){let o,r,s;return e==="show"?(o=this.animationPresets[i.component.getConfig().animations.show.preset].show(i),r=i.component.getConfig().animations.show.speed,s=i.component.getConfig().animations.show.easing):(o=this.animationPresets[i.component.getConfig().animations.hide.preset].hide(i),r=i.component.getConfig().animations.hide.speed,s=i.component.getConfig().animations.hide.easing),{keyframes:[o.from,o.to],options:{duration:r,easing:s,fill:"forwards"}}}static \u0275fac=function(i){return new(i||t)};static \u0275prov=E({token:t,factory:t.\u0275fac})}return t})(),A2=class{actionStream=new X;actionQueue=[];isActionInProgress=!1;push(n){this.actionQueue.push(n),this.tryToRunNextAction()}continue(){this.isActionInProgress=!1,this.tryToRunNextAction()}tryToRunNextAction(){if(this.isActionInProgress||this.actionQueue.length===0)return;this.isActionInProgress=!0;let n=this.actionQueue.shift();this.actionStream.next(n)}},wN=(()=>{class t{now;remaining;timerId;finishPromiseResolver;constructor(){this.now=0,this.remaining=0}start(e){return new Promise(i=>{this.remaining=e,this.finishPromiseResolver=i,this.continue()})}pause(){clearTimeout(this.timerId),this.remaining-=new Date().getTime()-this.now}continue(){this.now=new Date().getTime(),this.timerId=setTimeout(()=>{this.finish()},this.remaining)}stop(){clearTimeout(this.timerId),this.remaining=0}finish(){this.finishPromiseResolver?.()}static \u0275fac=function(i){return new(i||t)};static \u0275prov=E({token:t,factory:t.\u0275fac})}return t})();function MN(){return new E2({})}var UM="ALERT_TIMER_SERVICE",dI="ALERT_ANIMATION_SERVICE",uI=new O("QAlertServiceConfig"),V2=(()=>{class t{config;id;queueService=new A2;enabled=!1;actionSubscription;currentAlerts=[];constructor(e){this.config=e,this.id=Math.floor(Math.random()*1e6).toString(10),this.actionSubscription=this.actionStream.subscribe(i=>{this.handleAction(i)})}ngOnDestroy(){this.actionSubscription.unsubscribe()}enable(){this.enabled=!0}set placement(e){this.config.setConfig({position:{vertical:{position:e}}})}get placement(){return this.config.position.vertical.position}get actionStream(){return this.queueService.actionStream.asObservable()}updateConfig(e={}){this.config.setConfig(e)}handleAction(e){switch(e.type){case"SHOW":this.currentAlerts.length===this.config.behaviour.stacking&&this.currentAlerts.shift(),this.currentAlerts.push(e.payload);break;case"HIDE":this.currentAlerts=this.currentAlerts.filter(i=>i.key!==e.payload);break;case"HIDE_ALL":this.currentAlerts=[];break}}find(e){return this.currentAlerts.find(i=>i.id===e)}show(e){this.queueService.push({payload:e,type:"SHOW"})}hide(e){this.enabled&&this.queueService.push({payload:e,type:"HIDE"})}hideAll(){this.enabled&&this.queueService.push({type:"HIDE_ALL"})}showAlert(e){if(this.enabled)return this.show(new op(K(k({},e),{key:void 0})))}getInstance(){return this.id}static \u0275fac=function(i){return new(i||t)(I(uI))};static \u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})(),nl=(()=>{class t{color=N("neutral");disabled=N(!1);orientation=N("horizontal");multiple=N(!1);readonly=N(!1);size=N("m");variant=N("ghost");activeIndices=N([]);init(e){this.onStateChanged=e}onStateChanged;onButtonSelected(e,i){this.readonly()||(this.multiple()?this.activeIndices.update(o=>{let r=o.includes(e)?o.filter(s=>s!==e):[...o,e];return this.onStateChanged({event:i,index:e,state:r}),r}):this.activeIndices.update(o=>{let r=o.includes(e)?[]:[e];return this.onStateChanged({event:i,index:e,state:r}),r}))}static \u0275fac=function(i){return new(i||t)};static \u0275prov=E({token:t,factory:t.\u0275fac})}return t})(),hI=(()=>{class t{el;context;descendantsManager;classNames={};color;dense;disabled;disableTransitions;endIcon;endIconSize;fullWidth;selected;size="m";startIcon;startIconSize;variant;classes=Vh;_color=N("neutral");_disableTransitions=N(!1);_dense=N(!1);_disabled=N(!1);_fullWidth=N(!1);_selected=N(!1);_size=N("m");_variant=N("ghost");classNameState=R(()=>({color:this._color(),dense:this._dense(),disableTransitions:this._disableTransitions(),disabled:this._disabled(),fullWidth:this._fullWidth(),selected:this._selected(),size:this._size(),variant:this._variant()}));contextClass=R(()=>{let e=this.classNameState();this.descendantsManager?.subscribe();let i=this.index(),o=this.descendantsManager?.count()??0;if(!this.context)return null;let r=this.context.orientation(),s="";return i===0&&o>1?s=Wi.startButton(this.context.orientation()):i===o-1&&o>1?s=Wi.endButton(r):o>1&&(s=Wi.centerButton(r)),this.classes.root(this.context.color(),this.context.size(),this.context.variant(),e.dense,this.context.orientation()==="vertical"?!0:e.fullWidth,this.context.disabled(),this.isSelected()||!1,this.disableTransitions,s)});stateClass=R(()=>{let e=this.classNameState(),i=this.contextClass();return i||this.classes.root(e.color,e.size,e.variant,e.dense,e.fullWidth,e.disabled,e.selected,e.disableTransitions,this.classNames.root)});index=R(()=>(this.descendantsManager?.subscribe(),this.descendantsManager?.indexOf(this.el.nativeElement)??-1));isDisabled=R(()=>{let e=this.context?.disabled(),i=this._disabled();return e||i||null});isSelected=R(()=>{let e=this.index(),i=this.context?.activeIndices(),o=this._selected();return!this.context||!i||typeof e>"u"||e<0?o||null:i.includes(e)||null});constructor(e,i,o){this.el=e,this.context=i,this.descendantsManager=o}ngOnChanges(e){e.color&&this._color.set(this.color),e.disableTransitions&&this._disableTransitions.set(this.disableTransitions),e.disabled&&this._disabled.set(this.disabled),e.dense&&this._dense.set(this.dense),e.fullWidth&&this._fullWidth.set(this.fullWidth),e.selected&&this._selected.set(this.selected),e.size&&this._size.set(this.size),e.variant&&this._variant.set(this.variant)}ngOnDestroy(){this.context&&this.destroyButton()}destroyButton(){let e=this.index();if(this.context){let i=this.context.activeIndices();typeof e<"u"&&i.includes(e)&&this.context.activeIndices.update(o=>o.filter(r=>r!==e))}}isTemplate(e){return e instanceof de}isIcon(e){return!this.isTemplate(e)}static \u0275fac=function(i){return new(i||t)(h(te),h(nl),h(Ht))};static \u0275dir=Y({type:t,inputs:{classNames:"classNames",color:"color",dense:[2,"dense","dense",L],disabled:[2,"disabled","disabled",L],disableTransitions:[2,"disableTransitions","disableTransitions",L],endIcon:"endIcon",endIconSize:"endIconSize",fullWidth:[2,"fullWidth","fullWidth",L],selected:[2,"selected","selected",L],size:"size",startIcon:"startIcon",startIconSize:"startIconSize",variant:"variant"},features:[he,J]})}return t})(),cp=(()=>{class t{el;cd;classNames;color;disabled;fullWidth;selected;size;variant;constructor(e,i){this.el=e,this.cd=i}static \u0275fac=function(i){return new(i||t)(h(te),h(ke))};static \u0275dir=Y({type:t})}return t})(),ZJ=(()=>{class t extends hI{el;cd;context;descendantsManager;rootNgStyle;get pointerEvents(){return this.disabled?"none":"unset"}computedClass=R(()=>{let e=this.contextClass(),i=this.stateClass();return e||i});onClick(e){this.disabled||this.context?.onButtonSelected(this.index(),e)}constructor(e,i,o,r){super(e,o,r),this.el=e,this.cd=i,this.context=o,this.descendantsManager=r}ngOnChanges(e){super.ngOnChanges(e)}ngOnDestroy(){super.ngOnDestroy()}static \u0275fac=function(i){return new(i||t)(h(te),h(ke),h(nl,8),h(Ht,8))};static \u0275cmp=$({type:t,selectors:[["q-button"]],hostVars:2,hostBindings:function(i,o){i&2&&nt("pointer-events",o.pointerEvents)},inputs:{rootNgStyle:"rootNgStyle"},features:[we([{provide:cp,useExisting:tt(()=>t)}]),_e,J],ngContentSelectors:It,decls:4,vars:7,consts:[["data-test-id","q-button-root",3,"click","disabled","ngStyle"],[3,"class"],[3,"icon","size"]],template:function(i,o){i&1&&(qe(),C(0,"button",0),U("click",function(s){return o.onClick(s)}),S(1,H9,2,4,"span",1),Ee(2),S(3,U9,2,4,"span",1),b()),i&2&&(x(o.computedClass()),y("disabled",o.isDisabled())("ngStyle",o.rootNgStyle),G("aria-checked",o.isSelected()),m(),D(o.startIcon?1:-1),m(2),D(o.endIcon?3:-1))},dependencies:[un,Ar],encapsulation:2,changeDetection:0})}return t})(),IN=(()=>{class t extends hI{el;cd;context;descendantsManager;class;hostClass=R(()=>{let e=this.contextClass(),i=this.stateClass();return e?_(e,this.class):_(i,this.class)});onClick(e){this.isDisabled()||this.context?.onButtonSelected(this.index(),e)}constructor(e,i,o,r){super(e,o,r),this.el=e,this.cd=i,this.context=o,this.descendantsManager=r}get htmlElement(){return this.el.nativeElement}ngOnChanges(e){super.ngOnChanges(e)}ngOnDestroy(){super.ngOnDestroy()}static \u0275fac=function(i){return new(i||t)(h(te),h(ke),h(nl,8),h(Ht,8))};static \u0275cmp=$({type:t,selectors:[["","qButton",""],["","q-button",""]],hostVars:3,hostBindings:function(i,o){i&1&&U("click",function(s){return o.onClick(s)}),i&2&&G("aria-checked",o.isSelected())("class",o.hostClass())("disabled",o.isDisabled())},inputs:{class:"class"},features:[we([{provide:cp,useExisting:tt(()=>t)}]),_e,J],attrs:Q9,ngContentSelectors:It,decls:3,vars:2,consts:[[3,"class"],[3,"icon","size"]],template:function(i,o){i&1&&(qe(),S(0,$9,2,4,"span",0),Ee(1),S(2,W9,2,4,"span",0)),i&2&&(D(o.startIcon?0:-1),m(2),D(o.endIcon?2:-1))},dependencies:[Ar],encapsulation:2})}return t})(),j2=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie,Yc,Ge,Yc]})}return t})(),pI=(()=>{class t extends lI{el;renderer;cd;context;descendantsManager;icons;classNames={};color;dense;disabled;disableTransitions;icon;iconSize;selected;shape;size="m";variant;classes=Cr;_color=N("neutral");_disableTransitions=N(!1);_dense=N(!1);_disabled=N(!1);_selected=N(!1);_size=N("m");_shape=N("square");_variant=N("ghost");classNameState=R(()=>({color:this._color(),dense:this._dense(),disableTransitions:this._disableTransitions(),disabled:this._disabled(),selected:this._selected(),shape:this._shape(),size:this._size(),variant:this._variant()}));contextClass=R(()=>{let e=this.classNameState();this.descendantsManager?.subscribe();let i=this.index(),o=this.descendantsManager?.count()??0;if(!this.context)return null;let r=this.context.orientation(),s="";return i===0&&o>1?s=Wi.startButton(this.context.orientation()):i===o-1&&o>1?s=Wi.endButton(r):o>1&&(s=Wi.centerButton(r)),this.classes.root(this.context.color(),this._shape(),this.context.size(),this.context.variant(),e.dense,this.context.disabled(),this.isSelected()||!1,this.disableTransitions,s)});stateClass=R(()=>{let e=this.classNameState(),i=this.contextClass();return i||this.classes.root(e.color,e.shape,e.size,e.variant,e.dense,e.disabled,e.selected,e.disableTransitions,this.classNames.root)});index=R(()=>(this.descendantsManager?.subscribe(),this.descendantsManager?.indexOf(this.el.nativeElement)??-1));isDisabled=R(()=>{let e=this.context?.disabled(),i=this._disabled();return e||i||null});isSelected=R(()=>{let e=this.index(),i=this.context?.activeIndices(),o=this._selected();return!this.context||!i||typeof e>"u"||e<0?o||null:i.includes(e)||null});constructor(e,i,o,r,s,a){super(i,a),this.el=e,this.renderer=i,this.cd=o,this.context=r,this.descendantsManager=s,this.icons=a}ngOnChanges(e){e.color&&this._color.set(this.color),e.disableTransitions&&this._disableTransitions.set(this.disableTransitions),e.disabled&&this._disabled.set(this.disabled),e.dense&&this._dense.set(this.dense),e.selected&&this._selected.set(this.selected),e.shape&&this._shape.set(this.shape),e.size&&this._size.set(this.size),e.variant&&this._variant.set(this.variant)}ngOnDestroy(){this.context&&this.destroyButton()}destroyButton(){let e=this.index();if(this.context){let i=this.context.activeIndices();typeof e<"u"&&i.includes(e)&&this.context.activeIndices.update(o=>o.filter(r=>r!==e))}}static \u0275fac=function(i){go()};static \u0275dir=Y({type:t,inputs:{classNames:"classNames",color:"color",dense:[2,"dense","dense",L],disabled:[2,"disabled","disabled",L],disableTransitions:[2,"disableTransitions","disableTransitions",L],icon:"icon",iconSize:"iconSize",selected:[2,"selected","selected",L],shape:"shape",size:"size",variant:"variant"},features:[he,_e,J]})}return t})(),il=(()=>{class t extends pI{el;renderer;cd;context;descendantsManager;rootNgStyle;ariaLabel;ariaLabelledby;get pointerEvents(){return this.disabled?"none":"unset"}computedClass=R(()=>{let e=this.contextClass(),i=this.stateClass();return e||i});onClick(e){this.isDisabled()||this.context?.onButtonSelected(this.index(),e)}constructor(e,i,o,r,s){let a=M(el,{optional:!0});super(e,i,o,r,s,a),this.el=e,this.renderer=i,this.cd=o,this.context=r,this.descendantsManager=s}static \u0275fac=function(i){return new(i||t)(h(te),h(Qe),h(ke),h(nl,8),h(Ht,8))};static \u0275cmp=$({type:t,selectors:[["q-icon-button"]],hostVars:2,hostBindings:function(i,o){i&2&&nt("pointer-events",o.pointerEvents)},inputs:{rootNgStyle:"rootNgStyle",ariaLabel:"ariaLabel",ariaLabelledby:"ariaLabelledby"},features:[we([{provide:cp,useExisting:tt(()=>t)}]),_e],ngContentSelectors:It,decls:3,vars:8,consts:[[3,"click","disabled","ngStyle"],[3,"class","disabled","icon","size"],[3,"disabled","icon","size"]],template:function(i,o){i&1&&(qe(),C(0,"button",0),U("click",function(s){return o.onClick(s)}),S(1,G9,1,5,"q-icon",1),Ee(2),b()),i&2&&(x(o.computedClass()),y("disabled",o.isDisabled())("ngStyle",o.rootNgStyle),G("aria-checked",o.isSelected())("aria-label",o.ariaLabel)("aria-labelledby",o.ariaLabelledby),m(),D(o.icon?1:-1))},dependencies:[un,St],encapsulation:2,changeDetection:0})}return t})(),z2=(()=>{class t{hostClass=Bt.displayContents;content;context;contentClass;contentStyle;stringClass;templateClass;templateStyle;contentTemplate;stringContentClass;templateContentClass;style;ngOnChanges(e){e.content&&(this.contentTemplate=e.content.currentValue instanceof de?e.content.currentValue:null),(e.contentClass||e.stringClass)&&(this.stringContentClass=_(this.contentClass,this.stringClass)),(e.contentClass||e.templateClass)&&(this.templateContentClass=_(this.contentClass,this.templateClass)),(e.contentStyle||e.templateStyle)&&(this.style=k(k({},this.templateStyle),this.contentStyle))}static \u0275fac=function(i){return new(i||t)};static \u0275dir=Y({type:t,hostVars:2,hostBindings:function(i,o){i&2&&x(o.hostClass)},inputs:{content:"content",context:"context",contentClass:"contentClass",contentStyle:"contentStyle",stringClass:"stringClass",templateClass:"templateClass",templateStyle:"templateStyle"},features:[J]})}return t})(),B2=(()=>{class t extends z2{static \u0275fac=(()=>{let e;return function(o){return(e||(e=wt(t)))(o||t)}})();static \u0275cmp=$({type:t,selectors:[["q-span-template"]],features:[_e],decls:2,vars:1,consts:[[3,"class"],[3,"class","ngStyle"],[3,"ngStyle","ngTemplateOutlet","ngTemplateOutletContext"],[3,"ngStyle"]],template:function(i,o){i&1&&S(0,K9,2,5,"span",0)(1,X9,2,4,"span",1),i&2&&D(o.contentTemplate?0:!o.contentTemplate&&o.content?1:-1)},dependencies:[Xe,un],encapsulation:2,changeDetection:0})}return t})(),SN=(()=>{class t{color;dismissable;dismissAriaLabel="Dismiss Alert";label;description;endContent;icon;iconSize;closed=new P;computedIconSize;iconContent;X=Hi;classes=Qi;ngOnChanges(e){(e.color||e.icon)&&(this.iconContent=this.icon??aI(this.color)),e.iconSize&&(this.computedIconSize=this.iconSize??"m")}onCloseClicked(e){this.closed.emit(e)}static \u0275fac=function(i){return new(i||t)};static \u0275cmp=$({type:t,selectors:[["q-alert-banner"]],inputs:{color:"color",dismissable:[2,"dismissable","dismissable",L],dismissAriaLabel:"dismissAriaLabel",label:"label",description:"description",endContent:"endContent",icon:"icon",iconSize:"iconSize"},outputs:{closed:"closed"},features:[he,J],ngContentSelectors:It,decls:8,vars:12,consts:[[3,"icon","size"],[3,"content","contentClass"],[3,"ngTemplateOutlet"],["color","contrast","dense","","size","m",3,"ariaLabel","class","icon"],["color","contrast","dense","","size","m",3,"click","ariaLabel","icon"]],template:function(i,o){i&1&&(qe(),C(0,"div"),j(1,"q-icon",0),C(2,"div"),S(3,Y9,1,2,"q-span-template",1)(4,J9,1,2,"q-span-template",1),b(),Ee(5),S(6,tO,1,1,null,2)(7,nO,1,4,"q-icon-button",3),b()),i&2&&(x(o.classes.root(o.color)),m(),x(o.classes.headIcon),y("icon",o.iconContent)("size",o.computedIconSize),m(),x(o.classes.content),m(),D(o.label?3:-1),m(),D(o.description?4:-1),m(2),D(o.endContent?6:-1),m(),D(o.dismissable?7:-1))},dependencies:[Xe,il,St,B2],encapsulation:2,changeDetection:0})}return t})(),DN=(()=>{class t{elementRef;renderer;alertService;timerService;animationService;className="q-alert-animator--root";alert;ready=new P;dismissed=new P;config;elementHeight;elementWidth;elementShift=0;visible;constructor(e,i,o,r,s){this.elementRef=e,this.renderer=i,this.alertService=o,this.timerService=r,this.animationService=s,this.config=o.config}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){this.setup(),this.elementHeight=this.element.offsetHeight,this.elementWidth=this.element.offsetWidth,this.ready.emit(this)}closeTriggered(e){this.dismissed.emit(e.key)}onClick(){this.config.behaviour.onClick==="hide"&&this.onClickDismiss()}onMouseOut(){this.config.behaviour.onMouseover==="pauseAutoHide"?this.continueAutoHideTimer():this.config.behaviour.onMouseover==="resetAutoHide"&&this.startAutoHideTimer()}onMouseOver(){this.config.behaviour.onMouseover==="pauseAutoHide"?this.pauseAutoHideTimer():this.config.behaviour.onMouseover==="resetAutoHide"&&this.stopAutoHideTimer()}get autoHide(){return this.alert.autoHide}getConfig(){return this.config}getHeight(){return this.elementHeight}getShift(){return this.elementShift}show(){return new Promise(e=>{if(this.config.animations.enabled&&this.config.animations.show.speed>0){let i=this.animationService.getAnimationData("show",this.alert),o=Object.keys(i.keyframes[0]);for(let s=o.length-1;s>=0;s--)this.renderer.setStyle(this.element,o[s],i.keyframes[0][o[s]]);this.renderer.setStyle(this.element,"visibility","visible"),this.visible=!0;let r=this.element.animate(i.keyframes,i.options);r.onfinish=()=>{this.startAutoHideTimer(),e()}}else this.renderer.setStyle(this.element,"visibility","visible"),this.visible=!0,this.startAutoHideTimer(),e()})}hide(){return new Promise(e=>{if(this.stopAutoHideTimer(),this.config.animations.enabled&&this.config.animations.hide.speed>0){let i=this.animationService.getAnimationData("hide",this.alert),o=this.element.animate(i.keyframes,i.options);o.onfinish=()=>{e(),this.renderer.setStyle(this.element,"visibility","hidden"),this.visible=!1}}else this.renderer.setStyle(this.element,"visibility","hidden"),this.visible=!1,e()})}shift(e,i){return new Promise(o=>{let r;this.config.position.vertical.position==="top"&&i||this.config.position.vertical.position==="bottom"&&!i?r=this.elementShift+e+this.config.position.vertical.gap:r=this.elementShift-e-this.config.position.vertical.gap;let s="-50%";if(this.config.animations.enabled&&this.config.animations.shift.speed>0){let a={keyframes:[{transform:`translate3d( ${s}, ${this.elementShift}px, 0 )`},{transform:`translate3d( ${s}, ${r}px, 0 )`}],options:{duration:this.config.animations.shift.speed,easing:this.config.animations.shift.easing,fill:"forwards"}};this.elementShift=r;let c=this.element.animate(a.keyframes,a.options);c.onfinish=()=>{o()}}else this.renderer.setStyle(this.element,"transform",`translate3d( ${s}, ${r}px, 0 )`),this.elementShift=r,o()})}onClickDismiss(){this.dismissed.emit(this.alert.key)}startAutoHideTimer(){this.alert.autoHide!==!1&&this.alert.autoHide>0&&this.timerService.start(this.alert.autoHide).then(()=>{this.onClickDismiss()})}pauseAutoHideTimer(){this.alert.autoHide!==!1&&this.alert.autoHide>0&&this.timerService.pause()}continueAutoHideTimer(){this.alert.autoHide!==!1&&this.alert.autoHide>0&&this.timerService.continue()}stopAutoHideTimer(){this.alert.autoHide!==!1&&this.alert.autoHide>0&&this.timerService.stop()}setup(){this.renderer.setStyle(this.element,"left","50%"),this.renderer.setStyle(this.element,"transform","translate3d( -50%, 0, 0 )"),this.config.position.vertical.position==="top"?this.renderer.setStyle(this.element,"top",`${this.config.position.vertical.distance}px`):this.renderer.setStyle(this.element,"bottom",`${this.config.position.vertical.distance}px`)}static \u0275fac=function(i){return new(i||t)(h(te),h(Qe),h(V2),h(UM),h(dI))};static \u0275cmp=$({type:t,selectors:[["q-alert-animator"]],hostVars:2,hostBindings:function(i,o){i&1&&U("click",function(){return o.onClick()})("mouseout",function(){return o.onMouseOut()})("mouseover",function(){return o.onMouseOver()}),i&2&&x(o.className)},inputs:{alert:"alert"},outputs:{ready:"ready",dismissed:"dismissed"},features:[we([{provide:UM,useClass:wN}])],decls:1,vars:7,consts:[[3,"closed","color","description","dismissAriaLabel","dismissable","icon","iconSize","label"]],template:function(i,o){i&1&&(C(0,"q-alert-banner",0),U("closed",function(){return o.closeTriggered(o.alert)}),b()),i&2&&y("color",o.alert.color)("description",o.alert.description)("dismissAriaLabel",o.alert.dismissAriaLabel)("dismissable",o.alert.dismissable)("icon",o.alert.icon)("iconSize",o.alert.iconSize)("label",o.alert.label)},dependencies:[SN],encapsulation:2,changeDetection:0})}return t})(),TN=(()=>{class t{cd;alertService;alerts=[];queueServiceSubscription;tempPromiseResolver;constructor(e,i){this.cd=e,this.alertService=i,this.queueServiceSubscription=this.alertService.actionStream.subscribe(o=>{this.handleAction(o).then(()=>{this.alertService.queueService.continue()})})}ngOnDestroy(){this.queueServiceSubscription&&this.queueServiceSubscription.unsubscribe()}identifyAlert(e){return e.key}onAlertDismiss(e){this.alertService.queueService.push({payload:e,type:"HIDE"})}onAlertReady(e){let i=this.alerts[this.alerts.length-1];i.component=e,this.continueHandleShowAction(i)}handleAction(e){switch(e.type){case"SHOW":return this.handleShowAction(e);case"HIDE":return this.handleHideAction(e);case"HIDE_ALL":return this.handleHideAllAction()}}handleShowAction(e){return new Promise(i=>{this.tempPromiseResolver=i,this.addAlertToList(new op(e.payload))})}continueHandleShowAction(e){let i=this.alerts.length;if(i===1)e.component.show().then(this.tempPromiseResolver);else if(this.alertService.config.behaviour.stacking===!1||this.alertService.config.behaviour.stacking<2)this.alerts[0].component.hide().then(()=>{this.removeAlertFromList(this.alerts[0]),e.component.show().then(this.tempPromiseResolver)});else{let r=[];if(i>this.alertService.config.behaviour.stacking){let s=this.alerts.slice(1,i-1);this.alertService.config.animations.enabled?this.alertService.config.animations.overlap!==!1&&this.alertService.config.animations.overlap>0?(r.push(this.alerts[0].component.hide()),setTimeout(()=>{r.push(this.shiftAlerts(s,e.component.getHeight(),!0))},this.alertService.config.animations.hide.speed-this.alertService.config.animations.overlap),setTimeout(()=>{r.push(e.component.show())},this.alertService.config.animations.hide.speed+this.alertService.config.animations.shift.speed-this.alertService.config.animations.overlap)):r.push(new Promise(a=>{this.alerts[0].component.hide().then(()=>{this.shiftAlerts(s,e.component.getHeight(),!0).then(()=>{e.component.show().then(a)})})})):(r.push(this.alerts[0].component.hide()),r.push(this.shiftAlerts(s,e.component.getHeight(),!0)),r.push(e.component.show()))}else{let s=this.alerts.slice(0,i-1);this.alertService.config.animations.enabled?this.alertService.config.animations.overlap!==!1&&this.alertService.config.animations.overlap>0?(r.push(this.shiftAlerts(s,e.component.getHeight(),!0)),setTimeout(()=>{r.push(e.component.show())},this.alertService.config.animations.shift.speed-this.alertService.config.animations.overlap)):r.push(new Promise(a=>{this.shiftAlerts(s,e.component.getHeight(),!0).then(()=>{e.component.show().then(a)})})):(r.push(this.shiftAlerts(s,e.component.getHeight(),!0)),r.push(e.component.show()))}Promise.all(r).then(()=>{(!this.alertService.config.behaviour.stacking||i>this.alertService.config.behaviour.stacking)&&this.removeAlertFromList(this.alerts[0]),this.tempPromiseResolver()})}}handleHideAction(e){return new Promise(i=>{let o=[],r=this.findAlertById(e.payload);if(r===void 0){i();return}let s=this.findAlertIndexById(e.payload);if(s===void 0){i();return}let a=this.alerts.slice(0,s);a.length>0?this.alertService.config.animations.enabled&&this.alertService.config.animations.hide.speed>0?this.alertService.config.animations.overlap!==!1&&this.alertService.config.animations.overlap>0?(o.push(r.component.hide()),setTimeout(()=>{o.push(this.shiftAlerts(a,r.component.getHeight(),!1))},this.alertService.config.animations.hide.speed-this.alertService.config.animations.overlap)):r.component.hide().then(()=>{o.push(this.shiftAlerts(a,r.component.getHeight(),!1))}):(o.push(r.component.hide()),o.push(this.shiftAlerts(a,r.component.getHeight(),!1))):o.push(r.component.hide()),Promise.all(o).then(()=>{this.removeAlertFromList(r),i()})})}handleHideAllAction(){return new Promise(e=>{let i=this.alerts.length;if(i===0){e();return}if(this.alertService.config.animations.enabled&&this.alertService.config.animations.hide.speed>0&&this.alertService.config.animations.hide.offset!==!1&&this.alertService.config.animations.hide.offset>0)for(let o=i-1;o>=0;o--){let r=this.alertService.config.position.vertical.position==="top"?i-1:o;setTimeout(()=>{this.alerts[o].component.hide().then(()=>{(this.alertService.config.position.vertical.position==="top"&&o===0||this.alertService.config.position.vertical.position==="bottom"&&o===i-1)&&(this.removeAllAlertsFromList(),e())})},this.alertService.config.animations.hide.offset*r)}else{let o=[];for(let r=i-1;r>=0;r--)o.push(this.alerts[r].component.hide());Promise.all(o).then(()=>{this.removeAllAlertsFromList(),e()})}})}shiftAlerts(e,i,o){return new Promise(r=>{if(e.length===0){r();return}let s=[];for(let a=e.length-1;a>=0;a--)s.push(e[a].component.shift(i,o));Promise.all(s).then(r)})}addAlertToList(e){this.alerts.push(e),this.cd.markForCheck()}removeAlertFromList(e){this.alerts=this.alerts.filter(i=>i.component!==e.component),this.cd.markForCheck()}removeAllAlertsFromList(){this.alerts=[],this.cd.markForCheck()}findAlertById(e){return this.alerts.find(i=>i.key===e)}findAlertIndexById(e){let i=this.alerts.findIndex(o=>o.key===e);return i!==-1?i:void 0}static \u0275fac=function(i){return new(i||t)(h(ke),h(V2))};static \u0275cmp=$({type:t,selectors:[["q-alert-container"]],decls:2,vars:0,consts:[[3,"dismissed","ready","alert"]],template:function(i,o){i&1&&_n(0,oO,2,1,"div",null,iO,!0),i&2&&wn(o.alerts)},dependencies:[DN],encapsulation:2,changeDetection:0})}return t})(),fI=(()=>{class t extends pI{renderer;el;cd;context;descendantsManager;iconElement;class;hostClass=R(()=>{let e=this.contextClass(),i=this.stateClass();return e?_(e,this.class):_(i,this.class)});onClick(e){this.disabled||this.context?.onButtonSelected(this.index(),e)}constructor(e,i,o,r,s){let a=M(el,{optional:!0});super(i,e,o,r,s,a),this.renderer=e,this.el=i,this.cd=o,this.context=r,this.descendantsManager=s}get htmlElement(){return this.el.nativeElement}ngOnChanges(e){super.ngOnChanges(e),this.renderIcon(),e.disabled&&this.renderer.setProperty(this.htmlElement,"disabled",this.disabled)}ngOnDestroy(){super.ngOnDestroy()}removeChildNodes(){this.htmlElement.childNodes.forEach(i=>this.renderer.removeChild(this.htmlElement,i))}renderIcon(){if(this.iconElement&&this.removeChildNodes(),!this.icon)return;let e=this.createIconElement(this.getIcon(this.icon),this.iconSize??this.size);e&&(this.iconElement=this.renderer.createElement("span"),this.renderer.setAttribute(this.iconElement,"class",qc.root(this.disabled,this.classNames.icon)),this.removeChildNodes(),this.iconElement.appendChild(e),this.renderer.appendChild(this.htmlElement,this.iconElement))}static \u0275fac=function(i){return new(i||t)(h(Qe),h(te),h(ke),h(nl,8),h(Ht,8))};static \u0275dir=Y({type:t,selectors:[["","q-icon-button",""],["","qIconButton",""]],hostVars:3,hostBindings:function(i,o){i&1&&U("click",function(s){return o.onClick(s)}),i&2&&G("aria-checked",o.isSelected())("class",o.hostClass())("disabled",o.isDisabled())},inputs:{class:"class"},features:[we([{provide:cp,useExisting:tt(()=>t)}]),_e,J]})}return t})(),Ci=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie,Ge]})}return t})(),EN=(()=>{class t extends z2{static \u0275fac=(()=>{let e;return function(o){return(e||(e=wt(t)))(o||t)}})();static \u0275cmp=$({type:t,selectors:[["q-div-template"]],features:[_e],decls:2,vars:1,consts:[[3,"class","ngStyle"],[3,"ngStyle"],[3,"ngTemplateOutlet","ngTemplateOutletContext"]],template:function(i,o){i&1&&S(0,sO,2,5,"div",0)(1,aO,2,4,"div",0),i&2&&D(o.contentTemplate?0:!o.contentTemplate&&o.content?1:-1)},dependencies:[Xe,un],encapsulation:2,changeDetection:0})}return t})(),mI=(()=>{class t extends z2{idService;idAttr;id;for;controlledId;constructor(e,i){super(),this.idService=e,this.idAttr=i}ngOnInit(){this.controlledId||this.updateIds()}ngOnChanges(e){super.ngOnChanges(e),e.id&&this.updateIds()}updateIds(){this.controlledId=this.idService.useId("q-label-template",this.id,this.idAttr)}static \u0275fac=function(i){return new(i||t)(h(ut),dt("id"))};static \u0275cmp=$({type:t,selectors:[["q-label-template"]],inputs:{id:"id",for:"for"},features:[_e,J],decls:2,vars:1,consts:[[3,"class","ngStyle"],[3,"ngStyle"],[3,"ngTemplateOutlet","ngTemplateOutletContext"]],template:function(i,o){i&1&&S(0,lO,2,7,"label",0)(1,dO,2,6,"label",0),i&2&&D(o.contentTemplate?0:!o.contentTemplate&&o.content?1:-1)},dependencies:[Xe,un],encapsulation:2,changeDetection:0})}return t})(),ol=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie]})}return t})(),AN=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie,Ci,Ge,ol]})}return t})(),LN=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({providers:[{provide:dI,useClass:_N},{provide:uI,useFactory:MN}],imports:[Ie,AN]})}return t})();function ON(t){return Mn(t,-1)}var tl=class t{set anchorOffset(n){this._anchorOffset=typeof n=="string"||typeof n=="number"?nn(n):n}get anchorOffset(){return this._anchorOffset}_anchorOffset;static ngAcceptInputType_anchorOffset=at.offset;animation="collapse-and-fade";set animationDuration(n){this._animationDuration=Ys(typeof n=="number"||typeof n=="string"?nn(n):n)}get animationDuration(){return this._animationDuration}_animationDuration={enter:250,exit:250};animationEasing="ease";appendTo="host";elevation=at.elevation;manual;placement=at.placement;pollInterval=-1;position=at.position;restoreFocus=at.restoreFocus;static \u0275fac=function(e){return new(e||t)};static \u0275dir=Y({type:t,inputs:{anchorOffset:"anchorOffset",animation:"animation",animationDuration:"animationDuration",animationEasing:"animationEasing",appendTo:"appendTo",elevation:"elevation",manual:[2,"manual","manual",L],placement:"placement",pollInterval:[2,"pollInterval","pollInterval",ON],position:"position",restoreFocus:[2,"restoreFocus","restoreFocus",L]},features:[he]})},C2=Tn("{{enterDuration}}ms {{enterDelay}}ms {{enterTiming}}"),_2=Tn("{{exitDuration}}ms {{exitDelay}}ms {{exitTiming}}"),w2=vt("collapse-hide",yt({height:0,offset:0,visibility:"hidden"})),M2=vt("collapse-show",yt({height:"*",offset:1,visibility:"visible"})),I2=vt("collapse-and-fade-hide",yt({height:"0",offset:0,opacity:"0",visibility:"hidden"})),S2=vt("collapse-and-fade-show",yt({height:"*",offset:1,opacity:"1",visibility:"visible"})),D2=vt("fade-hide",yt({opacity:"0",visibility:"hidden"})),T2=vt("fade-show",yt({opacity:"1",visibility:"visible"})),RN=[w2,M2,Rt(`${w2.name} => ${M2.name}`,C2),Rt(`${M2.name} => ${w2.name}`,_2),I2,S2,Rt(`${I2.name} => ${S2.name}`,C2),Rt(`${S2.name} => ${I2.name}`,_2),D2,T2,Rt(`${D2.name} => ${T2.name}`,C2),Rt(`${T2.name} => ${D2.name}`,_2),vt("none-hide",yt({display:"none",visibility:"hidden"})),vt("none-show",yt({display:"block",visibility:"visible"})),Rt("none-hide <=> none-show",Tn("0ms 0ms"))],QM=(()=>{class t{elementRef;renderer;id;role;animation;animationDuration;animationEasing;elevation;placement;position="absolute";show=!1;visible;display="none";zIndex=1e3;stateChanged=new P;collapseRef;get hostClasses(){return{[Gs.root()]:!0,[Gs.position(this.position)]:!0,[Bt.elevation(this.elevation)]:!0}}animationConfig;onAnimationStart(e){clearTimeout(this.timeoutRef),(this.animation==="collapse"||this.animation==="collapse-and-fade")&&this.renderer.setStyle(this.hostElement,"overflow","hidden"),this.stateChanged.emit({event:e,state:this.show?"opening":"closing"})}onAnimationDone(e){this.timeoutRef=setTimeout(()=>{(this.animation==="collapse"||this.animation==="collapse-and-fade")&&this.renderer.removeStyle(this.hostElement,"overflow"),this.stateChanged.emit({event:e,state:this.show?"open":"closed"})},50)}timeoutRef;constructor(e,i){this.elementRef=e,this.renderer=i}ngOnInit(){this.updateAnimation()}ngOnChanges(e){e.animation?(this.updateAnimation(`${this.animation}-hide`),setTimeout(()=>{this.updateAnimation()})):this.updateAnimation(),e.visible&&(this.display=this.visible?"block":"none")}updateAnimation(e){let i=Ys(this.animationDuration),o=p2(this.animationEasing);this.animationConfig={params:{enterDelay:0,enterDuration:i.enter??250,enterTiming:o.enter??"ease",exitDelay:0,exitDuration:i.exit??250,exitTiming:o.exit??"ease"},value:e||`${this.animation}-${this.show?"show":"hide"}`}}get hostElement(){return this.elementRef.nativeElement}static \u0275fac=function(i){return new(i||t)(h(te),h(Qe))};static \u0275cmp=$({type:t,selectors:[["","qOverlayPanelPopup",""],["","q-overlay-panel-popup",""]],viewQuery:function(i,o){if(i&1&&Re(uO,7),i&2){let r;me(r=ge())&&(o.collapseRef=r.first)}},hostVars:9,hostBindings:function(i,o){i&1&&gs("@animation.start",function(s){return o.onAnimationStart(s)})("@animation.done",function(s){return o.onAnimationDone(s)}),i&2&&(ms("@animation",o.animationConfig),G("id",o.id)("role",o.role),x(o.hostClasses),nt("display",o.display)("z-index",o.zIndex))},inputs:{id:"id",role:"role",animation:"animation",animationDuration:"animationDuration",animationEasing:"animationEasing",elevation:"elevation",placement:"placement",position:"position",show:"show",visible:[2,"visible","visible",L],display:"display",zIndex:"zIndex"},outputs:{stateChanged:"stateChanged"},features:[he,J],attrs:hO,ngContentSelectors:It,decls:1,vars:0,template:function(i,o){i&1&&(qe(),Ee(0))},encapsulation:2,data:{animation:[rc("animation",RN)]},changeDetection:0})}return t})();function gI(t,n,e,i,o,r){let{centerOffset:s,x:a,y:c}=t;if(typeof s>"u"||!e||!i)return;let l=e.getBoundingClientRect();if(s!==0||a&&a<1)switch(n){case"bottom-start":case"top-start":o.setStyle(i,"right","10px");break;case"bottom-end":case"top-end":o.setStyle(i,"left","10px");break;case"left-start":case"right-start":case"left-end":case"right-end":let d=(l.bottom-l.top)/2-4;o.setStyle(i,"top",`${d}px`);break;default:return}else o.setStyle(i,"left",typeof a<"u"?`${a}px`:""),o.setStyle(i,"top",typeof c<"u"?`${c}px`:"");o.setAttribute(i,"class",r)}function PN(t,n){return!t||!n?!0:t&&!n||!t&&n?!1:t.x===n.x&&t.y===n.y&&t.top===n.top&&t.bottom===n.bottom&&t.height===n.height&&t.width===n.width&&t.left===n.left&&t.right===n.right}var yI=(()=>{class t extends tl{renderer;domService;elementRef;cd;listenerService;platformId;idService;anchorElement;defaultShow=!1;flip=!0;id;middleware=[];popupStyle;set show(e){this._show=e===void 0?void 0:Ot(e),this._show&&(this.popupElement&&(this.renderer.setStyle(this.popupElement,"opacity",0),setTimeout(()=>{this.popupElement&&this.renderer.removeStyle(this.popupElement,"opacity")})),this._visible=!0)}get show(){return this._show}_show;showArrow;zIndex=1e3;closeTriggered=new P;stateChanged=new P;hostPosition="absolute";get floatingOptions(){return k({placement:this.placement,strategy:"absolute"},this._floatingOptions)}_floatingOptions={middleware:[Kc(),ra(this.resolvedAnchorOffset??1)]};get resolvedAnchorOffset(){let e=this.anchorOffset??1;return e}childPanels;overlayPopup;getFloatingMiddleware(){let e=[];if(this.flip&&e.push(Kc()),this.arrowElement&&this.showArrow){let i=this.anchorOffset??1;e.push(ra(typeof i=="number"?i+8:i)),e.push(b2({element:this.arrowElement}))}else this.middleware.some(i=>i.name==="offset")||e.push(ra(this.anchorOffset??1));return[...e,...this.middleware]}arrowElementRef;trackerRef;showPopup;get visible(){return this._visible}_visible;set open(e){this._open=e,this._open&&(this._visible=!0)}get open(){return this._show??this._open}_open=!1;get controlled(){return h2(this._show)}anchorEl;arrowElement;clickedTarget;deregisterWatcher;hideTimeoutRef;showTimeoutRef;updateInterval;controlledId="";updateFloatingOptions(){In(this.platformId)||(this._floatingOptions=K(k({},this._floatingOptions),{middleware:this.getFloatingMiddleware(),placement:this.placement,strategy:this.position}))}constructor(e,i,o,r,s,a,c){super(),this.renderer=e,this.domService=i,this.elementRef=o,this.cd=r,this.listenerService=s,this.platformId=a,this.idService=c}ngOnInit(){this.updateFloatingOptions(),this.renderer.setStyle(this.popupElement,"visibility","hidden"),this.controlledId||this.updateId()}ngOnChanges(e){e.id&&this.updateId(),e.anchorOffset&&(this.updateFloatingOptions(),this.open&&!(e.show&&e.show.isFirstChange())&&this.showDropdown()),e.flip&&this.updateFloatingOptions(),e.middleware&&this.updateFloatingOptions(),e.anchorElement&&e.anchorElement.currentValue&&!In(this.platformId)&&(this.anchorEl=this.anchorElement,this.updatePosition()),e.placement&&(this.updateFloatingOptions(),this.open&&!(e.show&&e.show.isFirstChange())&&this.showDropdown()),e.position&&(this.updateFloatingOptions(),this.hostPosition=this.position),e.showArrow&&(this.showArrow?(this.arrowElement=this.arrowElement??this.renderer.createElement("div"),this.renderer.setStyle(this.arrowElement,"position","absolute"),this.appendArrowElement()):this.removeArrowElement(),this.updateFloatingOptions(),this.open&&!(e.show&&e.show.isFirstChange())&&this.showDropdown()),e.show&&!e.show.isFirstChange()&&(e.show.currentValue?this.showDropdown():this.hideDropdown())}ngAfterViewInit(){this.appendTo!=="host"&&(this.renderer.removeChild(this.hostElement,this.popupElement),this.renderer.appendChild(this.appendTargetElement,this.popupElement)),(this.defaultShow||this.show)&&(this.open=!0,this.syncDropdownState())}ngOnDestroy(){clearTimeout(this.hideTimeoutRef),clearTimeout(this.showTimeoutRef),this.listenerService.clearDomListeners(),this.open=!1,this.popupElement&&this.appendTargetElement&&this.appendTargetElement.contains(this.popupElement)&&this.renderer.removeChild(this.appendTargetElement,this.popupElement),this.forceHide()}get hostElement(){return this.elementRef.nativeElement}get toggleElement(){return this.anchorEl}get popupElement(){return this.overlayPopup.hostElement}get appendTargetElement(){switch(this.appendTo){case"host":return this.hostElement;case"portal":return this.domService.portalElement;default:return this.appendTo}}updateId(){this.controlledId=this.idService.useId("q-overlay-panel",this.id,null)}focusAnchorElement(){this.anchorElement.focus()}appendArrowElement(){this.arrowElement&&this.popupElement&&!this.popupElement.contains(this.arrowElement)&&this.renderer.appendChild(this.popupElement,this.arrowElement)}removeArrowElement(){this.arrowElement&&this.popupElement&&this.popupElement.contains(this.arrowElement)&&this.renderer.removeChild(this.popupElement,this.arrowElement)}syncDropdownState(){this.open?this.showDropdown():this.hideDropdown()}onStateChanged(e){this.stateChanged.emit({event:e.event,id:this.controlledId,state:e.state}),this.showArrow&&(this.animation==="collapse"||this.animation==="collapse-and-fade")&&(e.state==="opening"?this.renderer.setStyle(this.arrowElement,"display","none"):e.state==="open"&&this.renderer.setStyle(this.arrowElement,"display","block"))}toggle(e){this.anchorEl=this.anchorElement||e?.currentTarget,!this.open&&!this.anchorEl&&ku()&&console.error("The Overlay Panel requires a valid anchor element."),this.controlled?ku()&&console.debug("controlled, not toggling",this._show):(this.open=!this.open,this.syncDropdownState())}close(e,i){this.open&&(this.controlled?this.closeTriggered.emit({event:e,id:this.controlledId,reason:i}):this.toggle())}updatePosition(){if(!(!this.popupElement||!this.toggleElement))return x2(this.toggleElement,this.popupElement,k({},this.floatingOptions)).then(({middlewareData:e,placement:i,x:o,y:r})=>{if(!this.popupElement||!this.open)return;let s=`${o}px`,a=`${r}px`;this.renderer.setStyle(this.popupElement,"left",s),this.renderer.setStyle(this.popupElement,"top",a),this.showArrow&&gI(e.arrow??{},i,this.popupElement,this.arrowElement,this.renderer,Gs.arrow(i)),this.cd.detectChanges()})}showDropdown(){In(this.platformId)||(clearTimeout(this.hideTimeoutRef),this.showTimeoutRef=setTimeout(()=>{!this.toggleElement||!this.popupElement||(this.updatePosition(),this.deregisterWatcher&&this.deregisterWatcher?.(),this.deregisterWatcher=k2(this.toggleElement,this.popupElement,()=>this.updatePosition()),this.showArrow&&!this.popupElement.contains(this.arrowElement)&&this.renderer.appendChild(this.popupElement,this.arrowElement),this.pollInterval>-1&&(clearInterval(this.updateInterval),this.updateInterval=setInterval(()=>{this.updatePosition()},this.pollInterval)),this.renderer.setStyle(this.popupElement,"visibility","visible"),this.showPopup=!0,setTimeout(()=>{this.setListeners()}))}))}hideDropdown(){this.hideChildPanels(),clearTimeout(this.showTimeoutRef),this.listenerService.clearDomListeners(),this.showPopup=!1,this.cd.detectChanges(),clearTimeout(this.hideTimeoutRef),this.hideTimeoutRef=setTimeout(()=>{this.forceHide()},this.animation==="none"?0:Ys(this.animationDuration).exit)}forceHide(){this.deregisterWatcher?.(),this.removeArrowElement(),clearInterval(this.updateInterval),this._visible=!1,this.showPopup=!1}parentClosed(){this.open&&(this.closeTriggered.emit({id:this.controlledId,reason:"parent-closed"}),!this.controlled&&(this.open=!1,this.syncDropdownState()))}hideChildPanels(){this.childPanels?.forEach?.(e=>{e.parentClosed()})}setListeners(){this.listenerService.setDocumentListener("click",e=>{let i=e.target;this.popupElement&&this.popupElement.contains(i)&&(this.clickedTarget=i),(this.toggleElement===e.target||this.toggleElement&&this.toggleElement.contains(i))&&(this.clickedTarget=i),this.clickedTarget!==i?this.closeTriggered.emit({event:e,id:this.controlledId,reason:"click-outside"}):this.closeTriggered.emit({event:e,id:this.controlledId,reason:"click-inside"}),!(this.controlled||e.defaultPrevented)&&(this.open=!1,this.syncDropdownState())}),this.listenerService.setDocumentListener("keyup",e=>{if(e.key==="Escape"){if(this.closeTriggered.emit({event:e,id:this.id,reason:"escape-key"}),this.controlled)return;e.stopPropagation(),this.open=!1,this.syncDropdownState();return}else if(e.key==="Tab"&&!this.hostElement.contains(e.target)&&!this.popupElement?.contains(e.target)){if(this.closeTriggered.emit({event:e,id:this.id,reason:"tab-key"}),this.controlled||e.defaultPrevented)return;this.open=!1,this.syncDropdownState()}})}static \u0275fac=function(i){return new(i||t)(h(Qe),h(N2),h(te),h(ke),h(sa),h(mt),h(ut))};static \u0275cmp=$({type:t,selectors:[["q-overlay-panel"]],contentQueries:function(i,o,r){if(i&1&&tn(r,t,5),i&2){let s;me(s=ge())&&(o.childPanels=s)}},viewQuery:function(i,o){if(i&1&&(Re(QM,7),Re(pO,7),Re(fO,7)),i&2){let r;me(r=ge())&&(o.overlayPopup=r.first),me(r=ge())&&(o.arrowElementRef=r.first),me(r=ge())&&(o.trackerRef=r.first)}},hostAttrs:["ngSkipHydration","true"],hostVars:2,hostBindings:function(i,o){i&2&&nt("position",o.hostPosition)},inputs:{anchorElement:"anchorElement",defaultShow:[2,"defaultShow","defaultShow",L],flip:[2,"flip","flip",L],id:"id",middleware:"middleware",popupStyle:"popupStyle",show:"show",showArrow:[2,"showArrow","showArrow",L],zIndex:[2,"zIndex","zIndex",Mn]},outputs:{closeTriggered:"closeTriggered",stateChanged:"stateChanged"},features:[we([sa]),he,_e,J],ngContentSelectors:It,decls:2,vars:9,consts:[["q-overlay-panel-popup","",3,"stateChanged","animation","animationDuration","animationEasing","elevation","ngStyle","placement","show","visible","zIndex"]],template:function(i,o){i&1&&(qe(),C(0,"div",0),U("stateChanged",function(s){return o.onStateChanged(s)}),Ee(1),b()),i&2&&y("animation",o.animation)("animationDuration",o.animationDuration)("animationEasing",o.animationEasing)("elevation",o.elevation)("ngStyle",o.popupStyle)("placement",o.placement)("show",o.open)("visible",o.visible)("zIndex",o.zIndex)},dependencies:[un,QM],encapsulation:2,changeDetection:0})}return t})();var H2=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie,ap]})}return t})(),KJ=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie,Ge,H2]})}return t})();var FN=(()=>{class t{content=N("");id=Pt("attr.id",N(""));role=Pt("attr.role",N("tooltip"));placement=N("top");position=N("absolute");showArrow=N(!1);size=N("m");visible=N(!1);classes=sp(f2);contentTemplate=R(()=>{let e=this.content();return e instanceof de?e:null});get hostClasses(){return k({"q-fade":!0,show:this.visible()},oM(this.classes.root(this.placement(),this.position())))}static \u0275fac=function(i){return new(i||t)};static \u0275cmp=$({type:t,selectors:[["q-tooltip-content-v2"]],hostVars:2,hostBindings:function(i,o){i&2&&x(o.hostClasses)},standalone:!0,features:[it],decls:3,vars:2,consts:[[3,"class"],[3,"ngTemplateOutlet"]],template:function(i,o){i&1&&(Fa(0),S(1,mO,2,3,"div",0)(2,gO,0,0,"ng-template",1),Na()),i&2&&(m(),D(o.content()&&!o.contentTemplate()?1:-1),m(),y("ngTemplateOutlet",o.contentTemplate()))},dependencies:[Xe],encapsulation:2,changeDetection:0})}return t})(),XJ=(()=>{class t{domService;hostElementRef;listenerService;renderer;viewContainerRef;cd;idService;qTooltip;qTooltipAppendTo="portal";qTooltipDisabled=!1;qTooltipFlip=!0;qTooltipPlacement="top";qTooltipTrigger="hover";qTooltipArrow=!0;qTooltipMaxWidth=200;qTooltipVisible;set qTooltipId(e){this._qTooltipId=e}get qTooltipId(){return this._qTooltipId}_qTooltipId;qTooltipOffset=5;qTooltipPosition="absolute";qTooltipPollInterval=!1;get controlled(){return $h(this.qTooltipTrigger).includes("manual")}popupComponentRef;deregisterWatcher;arrowEl;controlledId=N("");previousRect;pollInterval;floatingOptions={middleware:[Kc(),ra(this.qTooltipOffset)],placement:this.qTooltipPlacement,strategy:this.qTooltipPosition};mergeFloatingOptions(e){this.floatingOptions=k(k({},this.floatingOptions),e)}getFloatingMiddleware(){let e=[];return this.qTooltipFlip&&e.push(Kc()),this.qTooltipOffset&&e.push(ra(this.qTooltipOffset)),this.arrowEl&&e.push(b2({element:this.arrowEl})),e}ariaDescribedBy=Pt("attr.aria-describedby",N(null));constructor(e,i,o,r,s,a,c){this.domService=e,this.hostElementRef=i,this.listenerService=o,this.renderer=r,this.viewContainerRef=s,this.cd=a,this.idService=c}ngOnInit(){this.setListeners(),this.controlledId()||this.updateIds()}ngOnChanges(e){e.qTooltipVisible&&(e.qTooltipVisible.currentValue?this.addPopupElement():this.removePopupElement()),e.qTooltipFlip&&this.mergeFloatingOptions({middleware:this.getFloatingMiddleware()}),e.qTooltipOffset&&this.mergeFloatingOptions({middleware:this.getFloatingMiddleware()}),e.qTooltipPlacement&&(this.mergeFloatingOptions({placement:this.qTooltipPlacement}),this.popupComponentRef?.instance&&this.popupComponentRef.instance.placement.set(this.qTooltipPlacement),this.updatePosition()),e.qTooltipPosition&&(this.mergeFloatingOptions({strategy:this.qTooltipPosition}),this.popupComponentRef?.instance&&this.popupComponentRef.instance.position.set(this.qTooltipPosition),this.updatePosition()),e.qTooltipId&&this.updateIds()}ngOnDestroy(){this.clearListeners(),this.popupComponentRef?.destroy(),this.popupComponentRef=void 0,this.viewContainerRef?.clear(),this.viewContainerRef?.detach()}updateIds(){this.controlledId.set(this.idService.useId("q-tooltip",this.qTooltipId,null))}compareRects(){let e=this.hostEl.getBoundingClientRect();PN(e,this.previousRect)||(this.previousRect=e,this.updatePosition())}initObserver(){!this.hostEl||!this.qTooltipPollInterval||(this.previousRect=this.hostEl.getBoundingClientRect(),this.pollInterval=setInterval(this.compareRects.bind(this),this.qTooltipPollInterval))}destroyObserver(){clearInterval(this.pollInterval)}get hostEl(){return this.hostElementRef.nativeElement}get popupEl(){return this.popupComponentRef?.location?.nativeElement}setListeners(){if(this.controlled)return;let e={callbackOff:()=>{this.qTooltipVisible=!1,this.removePopupElement()},callbackOn:()=>{this.qTooltipVisible=!0,this.addPopupElement()},callbackToggle:()=>{this.qTooltipVisible=!this.qTooltipVisible,this.qTooltipVisible?this.addPopupElement():this.removePopupElement()},hostElement:this.hostElementRef,trigger:this.qTooltipTrigger};this.listenerService.clearListeners(),this.listenerService.setListeners(e)}clearListeners(){this.listenerService.clearListeners(),this.listenerService.clearDomListeners()}updatePosition(){return ht(this,null,function*(){if(!(!this.popupEl||!this.hostEl))return x2(this.hostEl,this.popupEl,this.floatingOptions).then(({middlewareData:e,placement:i,x:o,y:r})=>{if(this.popupEl){if(!this.qTooltipVisible){this.removePopupElement();return}this.qTooltipArrow&&this.popupComponentRef.instance.placement()!==i&&this.popupComponentRef.instance.placement.set(i),this.renderer.setStyle(this.popupEl,"left",`${o}px`),this.renderer.setStyle(this.popupEl,"top",`${r}px`),this.renderer.setStyle(this.popupEl,"max-width",Jc(this.qTooltipMaxWidth)),this.popupComponentRef.instance.visible.set(!0),this.qTooltipArrow&&gI(e.arrow??{},i,this.popupEl,this.arrowEl,this.renderer,f2.arrow(i)),this.cd.detectChanges()}})})}get appendTargetElement(){switch(this.qTooltipAppendTo){case"host":return this.hostEl;case"portal":return this.domService.portalElement;default:return this.qTooltipAppendTo}}addPopupElement(){if(!(!this.qTooltip||this.qTooltipDisabled)){if(this.popupComponentRef||(this.popupComponentRef=this.viewContainerRef.createComponent(FN)),this.controlledId()||this.updateIds(),this.ariaDescribedBy.set(this.controlledId()),this.popupComponentRef.instance.id.set(this.controlledId()),this.popupComponentRef.instance.placement.set(this.qTooltipPlacement),this.popupComponentRef.instance.position.set(this.qTooltipPosition),this.popupComponentRef.instance.content.set(this.qTooltip),this.renderer.addClass(this.popupEl,"q-fade"),this.viewContainerRef.insert(this.popupComponentRef.hostView),this.renderer.appendChild(this.appendTargetElement,this.popupEl),this.qTooltipArrow&&(this.arrowEl&&this.popupEl?.contains?.(this.arrowEl)&&this.renderer.removeChild(this.popupEl,this.arrowEl),this.arrowEl=this.renderer.createElement("div"),this.renderer.setStyle(this.arrowEl,"position","absolute"),this.renderer.setStyle(this.arrowEl,"width","5px"),this.renderer.setStyle(this.arrowEl,"height","5px"),this.renderer.appendChild(this.popupEl,this.arrowEl),this.mergeFloatingOptions({middleware:this.getFloatingMiddleware()})),this.qTooltipVisible?this.initObserver():this.destroyObserver(),this.popupComponentRef.changeDetectorRef.markForCheck(),!this.qTooltipVisible){this.removePopupElement();return}this.deregisterWatcher&&this.deregisterWatcher?.(),this.popupEl&&(this.deregisterWatcher=k2(this.hostEl,this.popupEl,()=>this.updatePosition()))}}removePopupElement(){if(!this.popupComponentRef){this.deregisterWatcher?.();return}this.popupComponentRef.instance.visible.set(!1),setTimeout(()=>{this.qTooltipVisible?(this.popupComponentRef.instance?.visible.set(!0),this.addPopupElement()):(this.listenerService.clearDomListeners(),this.viewContainerRef.detach(),this.deregisterWatcher?.(),this.popupComponentRef?.destroy?.(),this.destroyObserver(),this.ariaDescribedBy.set(null),this.popupComponentRef=void 0)},161)}static \u0275fac=function(i){return new(i||t)(h(N2),h(te),h(sa),h(Qe),h(At),h(ke),h(ut))};static \u0275dir=Y({type:t,selectors:[["","qTooltip",""],["","q-tooltip",""]],inputs:{qTooltip:"qTooltip",qTooltipAppendTo:"qTooltipAppendTo",qTooltipDisabled:[2,"qTooltipDisabled","qTooltipDisabled",L],qTooltipFlip:[2,"qTooltipFlip","qTooltipFlip",L],qTooltipPlacement:"qTooltipPlacement",qTooltipTrigger:"qTooltipTrigger",qTooltipArrow:[2,"qTooltipArrow","qTooltipArrow",L],qTooltipMaxWidth:"qTooltipMaxWidth",qTooltipVisible:[2,"qTooltipVisible","qTooltipVisible",L],qTooltipId:"qTooltipId",qTooltipOffset:"qTooltipOffset",qTooltipPosition:"qTooltipPosition",qTooltipPollInterval:"qTooltipPollInterval"},exportAs:["qTooltip","q-tooltip"],features:[we([sa]),he,J]})}return t})();var vI=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie]})}return t})();var NN=(()=>{class t{idService;idAttr;disabled;id;for;label;labelTemplate;classes=$s;controlledId;constructor(e,i){this.idService=e,this.idAttr=i}ngOnInit(){this.controlledId||this.updateIds()}ngOnChanges(e){e.id&&this.updateIds(),e.label&&(this.labelTemplate=this.label instanceof de?this.label:null)}updateIds(){this.controlledId=this.idService.useId("q-checkbox-label",this.id,this.idAttr)}static \u0275fac=function(i){return new(i||t)(h(ut),dt("id"))};static \u0275cmp=$({type:t,selectors:[["q-checkbox-label"]],inputs:{disabled:[2,"disabled","disabled",L],id:"id",for:"for",label:"label"},features:[he,J],decls:2,vars:2,consts:[[3,"class","for","id"],[3,"for","id"],[3,"ngTemplateOutlet"]],template:function(i,o){i&1&&S(0,vO,2,5,"label",0)(1,kO,2,5,"label",0),i&2&&(D(o.labelTemplate?0:-1),m(),D(!o.labelTemplate&&o.label?1:-1))},dependencies:[Xe],encapsulation:2})}return t})(),kI=(()=>{class t{injector;disabled;readonly;debounce;set invalid(e){this._invalid=Ot(e)}get invalid(){return this._invalid||!this.controlled||this.formControl.untouched||this.formControl.parent?.untouched?!!this._invalid:!!this.formControl.errors}_invalid;static ngAcceptInputType_invalid;set required(e){this._required=Ot(e)}get required(){return this.controlled?this._required||this.formControl.hasValidator(Is.required):this._required}_required;static ngAcceptInputType_required;focused=new P;blurred=new P;changed=new P;onFocus(e){this.focused.emit(e)}onBlur(e){this.onTouched(),this.blurred.emit(e)}formControl;initialized=!1;get controlled(){return!!this.formControl}debounceSubject=new X;valueUpdated=new X;emitChange(e){this.debounce&&this.debounce>0?this.debounceSubject.observed||this.debounceSubject.pipe(gn(this.debounce),wi()).subscribe(i=>{this.changed.emit(i)}):this.changed.emit(e),this.debounceSubject.next(e)}clearSubscriptions(){this.debounceSubject.unsubscribe()}localOnChange(e){this.value=e,this.emitChange(e)}initFormControl(){if(!this.initialized)return;let e=this.injector.get(Dn,null);e?this.formControl||(this.formControl=e.control):this.registerOnChange(i=>{})}defaultValue;constructor(e,i){this.injector=i,this.defaultValue=e}ngOnDestroy(){this.clearSubscriptions()}ngAfterContentInit(){this.initialized=!0,this.initFormControl(),this.formControl?.value||(this.value=this.defaultValue)}get pointerEventsStyle(){return this.disabled?"none":"initial"}value;onChange=e=>{};onTouched=()=>{};writeValue(e){this.value=e??this.defaultValue,this.valueUpdated.next(this.value)}registerOnChange(e){this.onChange=i=>{(this.disabled||this.readonly)&&!this.controlled||(this.localOnChange(i),e(i))}}registerOnTouched(e){this.onTouched=e}setDisabledState(e){this.disabled=e}static \u0275fac=function(i){go()};static \u0275dir=Y({type:t,inputs:{disabled:[2,"disabled","disabled",L],readonly:[2,"readonly","readonly",L],debounce:[2,"debounce","debounce",Er],invalid:"invalid",required:"required"},outputs:{focused:"focused",blurred:"blurred",changed:"changed"},features:[he]})}return t})(),bI=(()=>{class t{idService;idAttr;animate=!0;class;error;for=null;id;size;errorTemplate;classes=Ws;closing=!1;animationDuration=150;closingTimeoutRef;controlledId;constructor(e,i){this.idService=e,this.idAttr=i}ngOnInit(){this.controlledId||this.updateId()}ngOnChanges(e){e.error&&(clearTimeout(this.closingTimeoutRef),this.errorTemplate=this.error instanceof de?this.error:null,this.closing=!e.error.currentValue&&!!e.error.previousValue,this.closingTimeoutRef=setTimeout(()=>{this.closing=!1},this.animationDuration)),e.id&&this.updateId()}updateId(){this.controlledId=this.idService.useId("q-input-error",this.id,this.idAttr)}static \u0275fac=function(i){return new(i||t)(h(ut),dt("id"))};static \u0275cmp=$({type:t,selectors:[["q-input-error"]],inputs:{animate:[2,"animate","animate",L],class:"class",error:"error",for:"for",id:"id",size:"size"},features:[he,J],decls:4,vars:2,consts:[["errorMessage",""],["q-collapse","",3,"animationDuration","show"],[4,"ngTemplateOutlet"],[3,"class"],[3,"ngTemplateOutlet"]],template:function(i,o){i&1&&S(0,xO,2,4,"label",1)(1,_O,1,1,"ng-container")(2,SO,2,2,"ng-template",null,0,Ri),i&2&&(D(o.animate?0:-1),m(),D(o.animate?-1:1))},dependencies:[Xe,q2],encapsulation:2})}return t})(),xI=(()=>{class t{idService;idAttr;classes=Ws;class;for=null;id;hint;size;hintTemplate;controlledId;constructor(e,i){this.idService=e,this.idAttr=i}ngOnInit(){this.controlledId||this.updateId()}ngOnChanges(e){e.hint&&(this.hintTemplate=this.hint instanceof de?this.hint:null),e.id&&this.updateId()}updateId(){this.controlledId=this.idService.useId("q-input-error",this.id,this.idAttr)}static \u0275fac=function(i){return new(i||t)(h(ut),dt("id"))};static \u0275cmp=$({type:t,selectors:[["q-input-hint"]],inputs:{class:"class",for:"for",id:"id",hint:"hint",size:"size"},features:[J],decls:2,vars:1,consts:[[3,"class"],[3,"ngTemplateOutlet"]],template:function(i,o){i&1&&S(0,TO,2,5,"label",0)(1,EO,2,5,"label",0),i&2&&D(o.hintTemplate?0:!o.hintTemplate&&o.hint?1:-1)},dependencies:[Xe],encapsulation:2})}return t})(),CI=(()=>{class t{idService;idAttr;required;class;id;for;size;label;labelTemplate;classes=Ws;Asterisk=v_;controlledId;constructor(e,i){this.idService=e,this.idAttr=i}ngOnInit(){this.controlledId||this.updateIds()}ngOnChanges(e){e.label&&(this.labelTemplate=this.label instanceof de?this.label:null),e.id&&this.updateIds()}updateIds(){this.controlledId=this.idService.useId("q-input-label",this.id,this.idAttr)}static \u0275fac=function(i){return new(i||t)(h(ut),dt("id"))};static \u0275cmp=$({type:t,selectors:[["q-input-label"]],inputs:{required:[2,"required","required",L],class:"class",id:"id",for:"for",size:"size",label:"label"},features:[he,J],decls:2,vars:1,consts:[[3,"class"],[3,"ngTemplateOutlet"],["size","xs",3,"icon"]],template:function(i,o){i&1&&S(0,LO,2,6,"label",0)(1,RO,3,7,"label",0),i&2&&D(o.labelTemplate?0:!o.labelTemplate&&o.label?1:-1)},dependencies:[Xe,St],encapsulation:2,changeDetection:0})}return t})(),_I=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie,Ge,ap]})}return t})(),YJ=(()=>{class t extends kI{injector;idService;classes=$s;radioClasses=Bc;sharedClasses=Bt;localIndeterminate=!1;inputId;indeterminate;label;variant="checkbox";ariaLabelledby=R(()=>{let e=this.labelId();return this.internalLabel()?e:void 0});internalLabel=N(null);labelId=R(()=>`${this.id()}-label`);id=N("");constructor(e,i){super(!1,e),this.injector=e,this.idService=i}ngOnInit(){this.inputId||this.updateId()}ngOnChanges(e){e.indeterminate&&(this.localIndeterminate=e.indeterminate.currentValue),e.label&&this.internalLabel.set(this.label),e.inputId&&this.updateId()}ngAfterContentInit(){super.ngAfterContentInit()}ngOnDestroy(){super.ngOnDestroy()}updateId(){this.id.set(this.idService.useId("q-checkbox",this.inputId,null))}onToggle(e){e.preventDefault(),!(this.disabled||this.readonly)&&(this.value?this.localIndeterminate=this.indeterminate:this.localIndeterminate=!1,this.onChange(!this.value))}getIcon(){return this.value?Bi:_h}get ariaChecked(){return this.value?"true":this.localIndeterminate?"mixed":"false"}static \u0275fac=function(i){return new(i||t)(h(Ne),h(ut))};static \u0275cmp=$({type:t,selectors:[["q-checkbox"]],inputs:{inputId:"inputId",indeterminate:[2,"indeterminate","indeterminate",L],label:"label",variant:"variant"},features:[we([{multi:!0,provide:qi,useExisting:tt(()=>t)}]),he,_e,J],decls:2,vars:1,consts:[[3,"class"],[3,"click","keyup.enter","keyup.space"],["type","checkbox",3,"change","checked","disabled","id","indeterminate","name","readonly","value"],["ariaLabel","Check","size","s",3,"icon"],[3,"disabled","for","id","label"],[3,"click"],["type","radio",3,"blur","change","focus","disabled","id","value"],[3,"content","contentClass","for","id"]],template:function(i,o){i&1&&S(0,NO,5,18,"div",0)(1,VO,5,15,"div",0),i&2&&D(o.variant==="checkbox"?0:1)},dependencies:[St,mI,NN],encapsulation:2})}return t})(),qN=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Yc,nc,Io,Ge,ol]})}return t})(),VN=(()=>{class t{elementRef;class=z();context=z.required();role=z("option");hostClass=R(()=>{let{active:e,disabled:i,highlighted:o,option:r,virtual:s}=this.context();return Ks.option(e,i,s,!1,o,typeof r=="object"?r.class:null,this.class())});hostClick(){this.context().onClick()}constructor(e){this.elementRef=e}static \u0275fac=function(i){return new(i||t)(h(te))};static \u0275dir=Y({type:t,selectors:[["","q-combobox-custom-option",""]],hostAttrs:["attr.tabindex","-1"],hostVars:6,hostBindings:function(i,o){i&1&&U("click",function(s){return o.hostClick(s)}),i&2&&G("class",o.hostClass())("data-highlighted",o.context().highlighted)("data-index",o.context().index)("disabled",o.context().disabled||void 0)("id",o.context().id)("role",o.role())},inputs:{class:[1,"class"],context:[1,"context"],role:[1,"role"]},standalone:!0})}return t})(),$M=(()=>{class t{static ngTemplateContextGuard(e,i){return!0}static \u0275fac=function(i){return new(i||t)};static \u0275dir=Y({type:t,selectors:[["ng-template","option-template",""]]})}return t})(),wI=(()=>{class t extends kI{injector;idPrefix;idService;idAttr;ariaLabel;ariaLabelledby;id;error;hint;label;size="m";controlledId;errorId;hintId;labelId;formFieldClasses=on;errorIcon=gr;clearIcon=Hi;constructor(e,i,o,r,s){super(i,e),this.injector=e,this.idPrefix=o,this.idService=r,this.idAttr=s}ngOnInit(){this.controlledId||this.updateIds()}ngOnChanges(e){e.id&&this.updateIds()}updateIds(){this.controlledId=this.idService.useId(this.idPrefix,this.id,this.idAttr),this.errorId=this.getId("error"),this.hintId=this.getId("hint"),this.labelId=this.getId("label")}ngAfterContentInit(){super.ngAfterContentInit()}getId(e){return`${this.controlledId}-${e}`}get inputAriaDescribedBy(){return this.error?this.errorId:this.hint?this.hintId:null}get inputAriaLabelledBy(){return this.ariaLabelledby??(this.label?this.labelId:null)}get inputAriaErrorMessage(){return this.hasError?this.errorId:null}onInputChange(e){e.type==="input"&&this.onChange(e.target.value)}get hasError(){return this.invalid||!!this.error}static \u0275fac=function(i){go()};static \u0275dir=Y({type:t,inputs:{ariaLabel:"ariaLabel",ariaLabelledby:"ariaLabelledby",id:"id",error:"error",hint:"hint",label:"label",size:"size"},features:[_e,J]})}return t})(),L2=(()=>{class t{idService;idAttr;checked;disabled;dismissable;readonly;stretch;tabIndex;toggleable;id;label;size="m";dismissed=new P;get hostStyle(){return this.stretch?{display:"contents"}:null}toggled=new P;rootElementRef;controlled=!1;controlledId;showCloseIcon=!1;tabindex=0;classes=Uh;X=Hi;constructor(e,i){this.idService=e,this.idAttr=i}ngOnInit(){this.controlledId||this.updateId()}ngOnChanges(e){e.checked&&(this.controlled=typeof e.checked.currentValue>"u"),(e.tabIndex||e.disabled||e.readonly)&&(this.tabindex=this.readonly||this.disabled?-1:this.tabIndex??0),(e.dismissable||e.toggleable||e.readonly)&&(this.showCloseIcon=this.dismissable&&!this.toggleable&&!this.readonly),e.id&&this.updateId()}updateId(){this.controlledId=this.idService.useId("q-tag",this.id,this.idAttr)}get rootElement(){return this.rootElementRef.nativeElement}onToggle(e){this.toggleable&&(this.toggled.emit({checked:!this.checked,event:e,id:this.controlledId,label:this.label}),this.controlled||(this.checked=!this.checked))}onDismiss(e){this.dismissed.emit(e)}static \u0275fac=function(i){return new(i||t)(h(ut),dt("id"))};static \u0275cmp=$({type:t,selectors:[["q-tag"]],viewQuery:function(i,o){if(i&1&&Re(jO,7),i&2){let r;me(r=ge())&&(o.rootElementRef=r.first)}},hostVars:2,hostBindings:function(i,o){i&2&&du(o.hostStyle)},inputs:{checked:[2,"checked","checked",L],disabled:[2,"disabled","disabled",L],dismissable:[2,"dismissable","dismissable",L],readonly:[2,"readonly","readonly",L],stretch:[2,"stretch","stretch",L],tabIndex:[2,"tabIndex","tabIndex",Mn],toggleable:[2,"toggleable","toggleable",L],id:"id",label:"label",size:"size"},outputs:{dismissed:"dismissed",toggled:"toggled"},standalone:!0,features:[he,J,it],decls:5,vars:9,consts:[["rootRef",""],[3,"click","disabled","id","tabindex"],["size","xs",3,"class","icon"],["size","xs",3,"click","icon"]],template:function(i,o){if(i&1){let r=fe();C(0,"button",1,0),U("click",function(a){return q(r),V(o.onToggle(a))}),C(2,"span"),Ve(3),b(),S(4,zO,1,3,"q-icon",2),b()}i&2&&(x(o.classes.root(o.size,o.checked,o.readonly,o.disabled,o.stretch)),y("disabled",o.disabled)("id",o.controlledId)("tabindex",o.tabindex),m(2),x(o.classes.label()),m(),je(" ",o.label," "),m(),D(o.showCloseIcon?4:-1))},dependencies:[Ie,Ge,St],encapsulation:2})}return t})();var jN=(()=>{class t{active;disabled=!1;highlighted;label;isNoOptionsLabel;rootId;rootClass;rootStyle;virtual=!1;showActiveIndicator;focused=new P;blurred=new P;rootElementRef;onFocus(){this.focused.emit(this.rootId)}onBlur(){this.blurred.emit(this.rootId)}selectClasses=Ks;icons={Check:Bi};get rootElement(){return this.rootElementRef.nativeElement}static \u0275fac=function(i){return new(i||t)};static \u0275cmp=$({type:t,selectors:[["q-combobox-option"]],viewQuery:function(i,o){if(i&1&&Re(BO,7),i&2){let r;me(r=ge())&&(o.rootElementRef=r.first)}},inputs:{active:"active",disabled:"disabled",highlighted:"highlighted",label:"label",isNoOptionsLabel:[2,"isNoOptionsLabel","isNoOptionsLabel",L],rootId:"rootId",rootClass:"rootClass",rootStyle:"rootStyle",virtual:"virtual",showActiveIndicator:[2,"showActiveIndicator","showActiveIndicator",L]},outputs:{focused:"focused",blurred:"blurred"},features:[he],decls:4,vars:10,consts:[["rootElementRef",""],["role","option","tabindex","-1",3,"blur","focus","disabled","ngStyle"],["size","m",1,"q-foreground-1-secondary",3,"icon"]],template:function(i,o){if(i&1){let r=fe();C(0,"button",1,0),U("blur",function(){return q(r),V(o.onBlur())})("focus",function(){return q(r),V(o.onFocus())}),Ve(2),S(3,HO,2,1,"span"),b()}i&2&&(x(o.selectClasses.option(o.active,o.disabled,o.virtual,o.isNoOptionsLabel,o.highlighted,o.rootClass)),y("disabled",o.disabled)("ngStyle",o.rootStyle),G("aria-disabled",o.disabled)("aria-selected",o.active)("data-highlighted",o.highlighted)("id",o.rootId),m(2),je(" ",o.label," "),m(),D(o.showActiveIndicator&&o.active?3:-1))},dependencies:[un,St],styles:["[_nghost-%COMP%]{display:block}"]})}return t})(),MI=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie,Ge,qN]})}return t})(),II=(()=>{class t{elementRef;filteredOptions=z.required();identifyOption;getOptionLabel;getOptionContext;renderOption;showActiveIndicator=z.required({transform:L});virtualOptions=z();virtualItems=Ra("virtualItem");virtualOptionTemplates=Ra("templateOptions");hostStyle=R(()=>{let e=this.optionElements(),i=200;if(e.length<20&&e.length>0){let o=e.reduce((r,s)=>r+s.getBoundingClientRect().height,0);i=Math.min(i,o)}else e.length===0&&(i=36);return`overflow-y: auto; contain: strict; height: ${i}px`});Check=Bi;optionElements=R(()=>{let e=this.virtualItems(),i=this.virtualOptionTemplates();return this.renderOption?i.map(o=>o.elementRef.nativeElement):e.map(o=>o.nativeElement)});virtualizer=qM(()=>{let e=this.filteredOptions(),i=this.virtualOptions(),o=i?.estimateSize?r=>{let s=e[r];return i.estimateSize(r,s)}:()=>36;return{count:this.filteredOptions().length,estimateSize:o,getItemKey:this.identifyOption,overscan:32,scrollElement:this.elementRef}});constructor(e){this.elementRef=e,Lt(()=>{let i=this.optionElements();this.renderOption?i.filter(o=>o?.getAttribute).forEach(o=>this.virtualizer.measureElement(o)):i.forEach(o=>this.virtualizer.measureElement(o))})}getContext(e){return this.getOptionContext(this.filteredOptions()[e],e)}trackOption(e){return`${e}-${this.identifyOption(e)}-${this.getContext(e).active}`}static \u0275fac=function(i){return new(i||t)(h(te))};static \u0275cmp=$({type:t,selectors:[["","virtual-option-renderer",""]],viewQuery:function(i,o){i&1&&(sr(o.virtualItems,UO,5),sr(o.virtualOptionTemplates,QO,5)),i&2&&fi(2)},hostVars:2,hostBindings:function(i,o){i&2&&du(o.hostStyle())},inputs:{filteredOptions:[1,"filteredOptions"],identifyOption:"identifyOption",getOptionLabel:"getOptionLabel",getOptionContext:"getOptionContext",renderOption:"renderOption",showActiveIndicator:[1,"showActiveIndicator"],virtualOptions:[1,"virtualOptions"]},standalone:!0,features:[it],attrs:$O,decls:4,vars:5,consts:[["templateOptions",""],["virtualItem",""],[2,"position","relative","width","100%"],[2,"position","absolute","top","0","left","0","width","100%"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],["q-combobox-custom-option","",3,"context"],["size","m",1,"q-foreground-1-secondary",3,"icon"]],template:function(i,o){i&1&&(C(0,"div",2)(1,"div",3),S(2,ZO,2,0)(3,YO,2,0),b()()),i&2&&(nt("height",o.virtualizer.getTotalSize(),"px"),m(),nt("transform","translateY("+(o.virtualizer.getVirtualItems()[0]?o.virtualizer.getVirtualItems()[0].start:0)+"px)"),m(),D(o.renderOption?2:3))},dependencies:[VN,MI,Ge,St,Ie,Xe],encapsulation:2})}return t})();function zN(t){return Mn(t,void 0)}var BN=(()=>{class t{idService;idAttr;ariaLabel;ariaLabelledby;color="var(--q-brand-600)";id;showValueLabel;size="m";strokeWidth;value;hostDisplay="contents";completed=new P;classes=Zs;circleStyle={};rootStyle={};indeterminate=!0;controlledId;labelId;constructor(e,i){this.idService=e,this.idAttr=i}ngOnInit(){this.updateStyle(),this.controlledId||this.updateIds()}ngOnChanges(e){typeof e.value?.currentValue>"u"?this.indeterminate=!0:(this.value===100&&this.completed.emit(),this.indeterminate=!1),(e.size&&!e.size.isFirstChange()||e.strokeWidth&&!e.strokeWidth.isFirstChange())&&this.updateStyle(),e.id&&this.updateIds()}updateIds(){this.controlledId=this.idService.useId("q-progress-bar",this.id,this.idAttr),this.labelId=`${this.controlledId}-label`}updateStyle(){let e=_r.getPixelSize(this.size);this.rootStyle={height:e,width:e},this.circleStyle={strokeWidth:this.strokeWidth?`${this.strokeWidth}px`:_r.getStrokeWidthFromSize(this.size)}}get showLabel(){return _r.getCanShowLabel(this.indeterminate,this.showValueLabel,this.size)}getStrokeDashOffset(){return _r.getStrokeDashOffset(this.value)}static \u0275fac=function(i){return new(i||t)(h(ut),dt("id"))};static \u0275cmp=$({type:t,selectors:[["q-progress-circle"]],hostVars:2,hostBindings:function(i,o){i&2&&nt("display",o.hostDisplay)},inputs:{ariaLabel:"ariaLabel",ariaLabelledby:"ariaLabelledby",color:"color",id:"id",showValueLabel:[2,"showValueLabel","showValueLabel",L],size:"size",strokeWidth:[2,"strokeWidth","strokeWidth",Mn],value:[2,"value","value",zN],hostDisplay:"hostDisplay"},outputs:{completed:"completed"},features:[he,J],decls:5,vars:19,consts:[[3,"ngStyle"],["aria-valuemax","100","aria-valuemin","0","role","progressbar","viewBox","0 0 100 100","xmlns","http://www.w3.org/2000/svg",3,"id"],["cx","50","cy","50","r","46",3,"ngStyle"],[3,"class","for","id"],[3,"for","id"]],template:function(i,o){i&1&&(C(0,"div",0),Mm(),C(1,"svg",1),j(2,"circle",2)(3,"circle",2),b(),S(4,JO,2,5,"label",3),b()),i&2&&(x(o.classes.root(o.indeterminate)),y("ngStyle",o.rootStyle),m(),x(o.classes.progressSvg),y("id",o.controlledId),G("aria-label",o.ariaLabel)("aria-labelledby",o.ariaLabelledby)("aria-valuenow",o.value),m(),x(o.classes.innerCircle),y("ngStyle",o.circleStyle),m(),x(o.classes.outerCircle(o.indeterminate)),nt("stroke-dashoffset",o.getStrokeDashOffset()),y("ngStyle",o.circleStyle),G("color",o.color),m(),D(o.showLabel?4:-1))},dependencies:[un],encapsulation:2,changeDetection:0})}return t})(),HN=(()=>{class t extends wI{injector;idService;document;listenerService;cd;idAttr;platformId;appendTo="host";autoComplete="none";clearable=!0;disableCloseOnSelect=!1;disableCloseOnShiftSelect=!0;disableOptionToggle=!1;filterable=!1;filterOptions;fullWidth=!1;inputMinWidth="50px";inputStyle;inputValue="";limitTags=-1;loading=!1;minWidth="100px";multiple=!1;noOptionsLabel="No options...";optionLabel;optionValue;options;placeholder="";position="absolute";rootStyle;set showDropdown(e){this._showDropdown=e===void 0?void 0:Ot(e)}get showDropdown(){return this._showDropdown}_showDropdown;static ngAcceptInputType_showDropdown;showDropdownIcon=!0;startIcon;startIconSize;virtual=!1;virtualOptions;inputValueChanged=new P;tagClicked=new P;closeTriggered=new P;showDropdownChanged=new P;stateChanged=new P;rootElementRef;dropdownContentRef=Wm("dropdownContent");inputElementRef;optionTemplate=Pa($M,{descendants:!0,read:de});overlayPanel;virtualRenderer=Wm("virtualRenderer");tagRefs;onHostFocusOut(e){this.limitTags>=0&&!this.rootElement?.contains(e.relatedTarget)&&!this.dropdownContentElement?.contains(e.relatedTarget)&&this.updateTags()}ariaActiveDescendant=void 0;ariaAutocomplete=void 0;filteredOptions=N([]);iconSize="m";progressCircleSize="xs";tags=[];truncateLabel="";activeOptions=new Set;filterFn=()=>[];icons={Check:Bi,ChevronDown:vi};comboBoxClasses=Pc;selectClasses=Ks;dropdownStyle={};highlightedIndex=N(-1);subscriptions;resizeObserver;isDropdownOpen=!1;toggleDropdown(e){this.showDropdownChanged.emit({event:e,show:!this.showDropdown}),this.isDropdownControlled||(this.isDropdownOpen=!this.isDropdownOpen)}constructor(e,i,o,r,s,a,c){super(e,[],"q-combobox",i,a),this.injector=e,this.idService=i,this.document=o,this.listenerService=r,this.cd=s,this.idAttr=a,this.platformId=c}ngOnInit(){super.ngOnInit(),this.updateIconSize(),this.updateFilterFn(),this.updateTags(),this.updateProgressCircleSize(),this.filteredOptions.set(this.filterFn(this.options,this.inputValue)),this.initLabelGetters(),ar(this.platformId)&&(this.resizeObserver=new ResizeObserver(()=>{this.dropdownStyle={minWidth:this.rootElement?`${this.rootElement.getBoundingClientRect().width}px`:"100px"}})),this.defaultValue=this.multiple?[]:void 0,this.subscriptions=[this.changed.subscribe(()=>{this.updateTags(),this.handleValueChanged()}),this.valueUpdated.subscribe(()=>{this.updateTags(),this.handleValueChanged()})],this.listenerService.setDocumentListener("keydown",e=>{(e.key==="Tab"||e.key==="Escape")&&this.isDropdownOpen&&(e.preventDefault(),this.inputElement?.focus())})}ngOnChanges(e){super.ngOnChanges(e),this.onChangesAllProps(e)}onChangesAllProps(e){(e.optionLabel||e.optionValue)&&this.initLabelGetters(),e.showDropdown&&(this.isDropdownOpen=this.showDropdown||!1,this.onControlledDropdownChange()),e.multiple&&!e.multiple.isFirstChange()&&(this.defaultValue=this.multiple?[]:void 0,this.updateTags(),this.inputValue="",e.multiple.previousValue&&!e.multiple.currentValue&&this.safeValue.length?this.onChange(this.safeValue[0]):!e.multiple.previousValue&&e.multiple.currentValue&&this.safeValue.length&&this.onChange([this.safeValue[0]])),e.limitTags&&!e.limitTags.isFirstChange()&&this.updateTags(),e.startIconSize&&this.updateIconSize(),e.size&&(this.updateProgressCircleSize(),this.updateTags()),e.filterOptions&&this.updateFilterFn(),e.options&&this.filteredOptions.set(this.filterFn(this.options,"")),(e.filterable||e.autoComplete)&&(this.ariaAutocomplete=this.filterable?this.autoComplete:void 0)}ngAfterContentInit(){super.ngAfterContentInit(),setTimeout(()=>this.updateTags()),this.resizeObserver?.observe?.(this.rootElement)}ngOnDestroy(){super.ngOnDestroy(),this.subscriptions?.forEach?.(e=>e.unsubscribe()),this.listenerService.clearDomListeners(),this.resizeObserver?.disconnect?.()}setDisabledState(e){super.setDisabledState(e),this.initialized&&this.cd.detectChanges()}get safeValue(){return xr.getSafeValue(this.value)}updateProgressCircleSize(){this.progressCircleSize=this.size==="s"?"xxs":"xs"}updateActiveOptions(){let e=this.safeValue;this.activeOptions.clear(),e.map(i=>this.activeOptions.add(this.getOptionValue(i)))}initLabelGetters(){this.getOptionLabel=xr.makeGetOptionLabel(this.optionLabel),this.getOptionValue=xr.makeGetOptionValue(this.optionLabel,this.optionValue)}updateTags(e=!1){let i=this.safeValue;if(this.updateActiveOptions(),this.multiple){let o=this.limitTags>=0?i.length-this.limitTags:0;this.truncateLabel=o>0&&!e&&this.document.activeElement!==this.inputElement?`+ ${o}`:"",this.tags=this.buildTags(this.truncateLabel?i.slice(0,this.limitTags):i)}else this.truncateLabel="",this.inputValue=i.length?`${this.getOptionLabel(i[0])}`:"",this.tags=this.buildTags(i.slice(0,1));this.cd.detectChanges()}buildTags(e){return e.map(i=>({dismissable:!0,label:`${this.getOptionLabel(i)}`,option:i,value:this.getOptionValue(i)}))}updateIconSize(){this.iconSize=this.startIconSize??this.size??"m"}updateFilterFn(){this.optionLabel||(this.optionLabel=e=>e),this.filterFn=this.filterOptions??xr.makeDefaultFilterFn(this.optionLabel)}identifyTag(e){return e.value}identifyOption(e){return this.getOptionValue(e)}get listboxId(){return this.getId("listbox")}getOptionId(e){return this.getId(this.getOptionValue(e))}getTagId(e){return`${this.getId(this.getOptionValue(e))}-tag`}get showClearIcon(){return this.clearable&&(this.inputValue||this.safeValue.length)}get showActions(){return this.showClearIcon||this.showDropdownIcon||this.hasError||this.loading}get showTags(){return this.multiple&&!!this.safeValue.length}get rootElement(){return this.rootElementRef.nativeElement}get inputElement(){return this.inputElementRef?.nativeElement||null}get dropdownContentElement(){return this.dropdownContentRef()?.nativeElement||null}onElementActivated(e){if(!this.disabled&&!this.readonly&&(this.toggleDropdown(e),e.type==="keydown"&&e.preventDefault(),this.isDropdownOpen)){let i=this.safeValue[0]?this.findActiveOptionIndex():this.firstEnabledIndex;this.updateAndScrollToActiveIndex(i)}}onControlledDropdownChange(){if(this.isDropdownOpen){let e=this.safeValue[0]?this.findActiveOptionIndex():this.firstEnabledIndex;this.updateAndScrollToActiveIndex(e)}}onClearValueClick(e){this.readonly||this.disabled||(this.resetValue(),this.isDropdownOpen||(e.preventDefault(),e.stopPropagation()))}handleValueChanged(){if(this.multiple)this.activeOptions=new Set(this.safeValue.map(e=>this.getOptionValue(e))),this.inputValue="";else{let e=this.safeValue[0],i=e?this.getOptionLabel(e):"";this.inputValue!==i&&(this.inputValue=i)}}findActiveOptionIndex(){if(!this.safeValue[0])return-1;let i=this.getOptionId(this.safeValue[0]);return this.options.findIndex(o=>this.getOptionId(o)===i)}resetValue(){this.disabled||this.readonly||(this.inputValue="",this.activeOptions.clear(),this.filteredOptions.set([...this.options]),this.onChange(this.defaultValue))}onInputChanged(e){this.inputValueChanged.emit({event:e,inputValue:this.inputValue}),this.filterable&&(this.isDropdownOpen||this.toggleDropdown(),this.highlightedIndex.set(0),this.filteredOptions.set(this.filterFn(this.options,this.inputValue)),this.virtual&&this.virtualRenderer()?.virtualizer?.scrollToIndex(0))}updateAndScrollToActiveIndex(e){this.updateHighlightedIndex(e),setTimeout(()=>{this.scrollToHighlightedOption(),this.virtual&&this.virtualRenderer()?.virtualizer?.scrollToIndex(e,{align:"start"})}),this.virtual&&this.virtualRenderer()?.virtualizer?.scrollToIndex(e,{align:"start"})}onInputKeyDown(e){switch(e.key){case"ArrowDown":if(!this.isDropdownOpen){this.toggleDropdown(e),e.preventDefault(),e.stopPropagation();let o=this.safeValue[0]?this.findActiveOptionIndex():this.firstEnabledIndex;this.updateAndScrollToActiveIndex(o)}break;case"ArrowUp":if(!this.isDropdownOpen){this.toggleDropdown(e),e.preventDefault(),e.stopPropagation();let o=this.safeValue[0]?this.findActiveOptionIndex():this.lastEnabledIndex;this.updateAndScrollToActiveIndex(o)}break;case"Backspace":let i=this.safeValue;if(i.length)if(this.multiple){if(this.inputValue&&this.inputElement?.selectionStart)return;this.onChange(i.slice(0,i.length-1))}else this.onChange(this.defaultValue),this.inputValue="",this.filteredOptions.set([...this.options]);break}}onRootKeyDown(e){if(!this.isDropdownOpen){(e.key==="Enter"||e.key==="Space")&&this.onElementActivated(e);return}({ArrowDown:()=>{this.focusNextItem({currentIndex:this.highlightedIndex()}),e.preventDefault()},ArrowUp:()=>{this.focusPrevItem({currentIndex:this.highlightedIndex()}),e.preventDefault()},Enter:()=>{let o=this.disableCloseOnSelect||e.shiftKey&&this.disableCloseOnShiftSelect;this.isDropdownOpen&&!o&&this.filteredOptions().length&&this.toggleDropdown(),this.filteredOptions().length&&this.onOptionSelected(this.filteredOptions()[this.highlightedIndex()],!o),e.preventDefault()},Space:()=>{if(this.filterable)return;let o=this.disableCloseOnSelect||e.shiftKey&&this.disableCloseOnShiftSelect;this.isDropdownOpen&&!o&&this.filteredOptions().length&&this.toggleDropdown(),this.onOptionSelected(this.filteredOptions()[this.highlightedIndex()],!o),e.preventDefault()}})[e.code]?.()}onTagClick(e,i){this.tagClicked.emit({event:e,option:i}),this.inputValue="",e.defaultPrevented||this.toggleOption(i),e.preventDefault(),e.stopPropagation()}onTagKeyDown(e,i){switch(e.key){case"Backspace":case"Delete":this.onTagClick(e,i);break}}toggleOption(e){let i=this.getOptionValue(e),o=this.safeValue,r=o.findIndex(s=>this.getOptionValue(s)===i);if(r>-1){if(this.multiple){this.onChange([...o.slice(0,r),...o.slice(r+1)]),this.inputValue="";return}this.disableOptionToggle||this.onChange(void 0)}else{if(this.multiple){this.onChange([...o??[],e]),this.inputValue="";return}this.inputValue=`${this.getOptionLabel(e)}`,this.onChange(e)}}onBlur(e){if(!(this.dropdownContentElement&&this.dropdownContentElement.contains(e.relatedTarget))){if(this.rootElement?.contains(e.relatedTarget)){e.preventDefault(),e.stopPropagation();return}this.onTouched(),this.blurred.emit(e),this.filterable&&!this.multiple&&this.safeValue.length&&this.inputValue!==this.getOptionLabel(this.safeValue[0])&&(this.inputValue=this.getOptionLabel(this.safeValue[0]))}}onFocus(e){this.focused.emit(e),this.limitTags&&this.updateTags(),!this.multiple&&this.safeValue.length&&this.filterable&&this.filteredOptions.set([...this.options])}onOverlayPanelStateChanged(e){switch(this.stateChanged.emit(e),e.state){case"closed":this.onTouched();break;case"closing":this.ariaActiveDescendant=void 0;break;case"opening":this.truncateLabel&&this.updateTags();break}}onOverlayPanelCloseTriggered(e){this.toggleDropdown(e.event),this.closeTriggered.emit(e);let{event:i,reason:o}=e;o==="click-inside"&&(this.disableCloseOnSelect||i.shiftKey&&this.disableCloseOnShiftSelect)&&i?.preventDefault?.()}get isDropdownControlled(){return h2(this.showDropdown)}getOptionActive(e){return this.activeOptions.has(this.getOptionValue(e))}getOptionClass(e){return typeof e=="string"?"":e.class}getOptionNgStyle(e){return typeof e=="string"?{}:e.ngStyle??{}}getOptionDisabled(e){return typeof e=="string"?!1:e?.disabled??!1}getOptionLabel=e=>"";getOptionValue=e=>null;onOptionClicked(e){this.onOptionSelected(e,!this.disableCloseOnSelect)}onOptionSelected(e,i){this.toggleOption(e),i&&(this.filterable?this.inputElement?.focus():setTimeout(()=>{let o=this.tagRefs.find(r=>r.label===this.getOptionLabel(e));o?o.rootElement.focus():this.inputElement?.focus()}))}focusNextItem(e,i){if(!this.filteredOptions()||this.filteredOptions()?.length===0||i&&e.currentIndex+1===i.currentIndex)return;let o=e.currentIndex+1,r=this.filteredOptions()[o];if(r){if(this.getOptionDisabled(r))return this.focusNextItem({currentIndex:e.currentIndex+1},i||e)}else return this.virtual&&this.virtualRenderer()?.virtualizer?.scrollToIndex(this.firstEnabledIndex),this.focusNextItem({currentIndex:-1},i||e);this.updateHighlightedIndex(o)}focusPrevItem(e,i){if(!this.filteredOptions()||this.filteredOptions()?.length===0||i&&e.currentIndex-1===i.currentIndex)return;let o=e.currentIndex-1,r=this.filteredOptions()[o];if(r){if(this.getOptionDisabled(r))return this.focusPrevItem({currentIndex:e.currentIndex-1},i||e)}else return this.virtual&&this.virtualRenderer()?.virtualizer?.scrollToIndex(this.lastEnabledIndex),this.focusPrevItem({currentIndex:this.filteredOptions().length},i||e);this.updateHighlightedIndex(o)}updateHighlightedIndex(e){this.highlightedIndex.set(e),this.scrollToHighlightedOption(),this.ariaActiveDescendant=this.getOptionId(this.filteredOptions()[e])}scrollToHighlightedOption(){let e=this.dropdownContentElement?.querySelector?.(`[id="${this.getOptionId(this.filteredOptions()[this.highlightedIndex()])}"]`);e&&iM(e,{block:"nearest",boundary:this.dropdownContentElement,scrollMode:"if-needed"})}get lastEnabledIndex(){for(let e=this.filteredOptions().length-1;e>0;e--)if(!this.getOptionDisabled(this.filteredOptions()[e]))return e;return-1}get firstEnabledIndex(){return(this.filteredOptions()??[]).findIndex(e=>!this.getOptionDisabled(e))}onLabelClick(e){this.disabled||this.isDropdownOpen||this.toggleDropdown(e)}getOptionTemplateState(e,i){return{active:this.getOptionActive(e),disabled:this.getOptionDisabled(e),highlighted:this.highlightedIndex()===i,id:this.getOptionId(e),index:i,onClick:()=>this.onOptionClicked(e),option:e,virtual:this.virtual}}identifyOptionByIndex(e){return this.getOptionValue(this.filteredOptions()[e])}static \u0275fac=function(i){return new(i||t)(h(Ne),h(ut),h(Me),h(sa),h(ke),dt("id"),h(mt))};static \u0275cmp=$({type:t,selectors:[["q-combobox"]],contentQueries:function(i,o,r){i&1&&rr(r,o.optionTemplate,$M,5,de),i&2&&fi()},viewQuery:function(i,o){if(i&1&&(sr(o.dropdownContentRef,eR,5),sr(o.virtualRenderer,tR,5),Re(nR,7),Re(iR,7),Re(eI,7),Re(L2,5)),i&2){fi(2);let r;me(r=ge())&&(o.rootElementRef=r.first),me(r=ge())&&(o.inputElementRef=r.first),me(r=ge())&&(o.overlayPanel=r.first),me(r=ge())&&(o.tagRefs=r)}},hostBindings:function(i,o){i&1&&U("focusout",function(s){return o.onHostFocusOut(s)})},inputs:{appendTo:"appendTo",autoComplete:"autoComplete",clearable:[2,"clearable","clearable",L],disableCloseOnSelect:[2,"disableCloseOnSelect","disableCloseOnSelect",L],disableCloseOnShiftSelect:[2,"disableCloseOnShiftSelect","disableCloseOnShiftSelect",L],disableOptionToggle:[2,"disableOptionToggle","disableOptionToggle",L],filterable:[2,"filterable","filterable",L],filterOptions:"filterOptions",fullWidth:[2,"fullWidth","fullWidth",L],inputMinWidth:[2,"inputMinWidth","inputMinWidth",Jc],inputStyle:"inputStyle",inputValue:"inputValue",limitTags:[2,"limitTags","limitTags",Er],loading:[2,"loading","loading",L],minWidth:[2,"minWidth","minWidth",Jc],multiple:[2,"multiple","multiple",L],noOptionsLabel:"noOptionsLabel",optionLabel:"optionLabel",optionValue:"optionValue",options:"options",placeholder:"placeholder",position:"position",rootStyle:"rootStyle",showDropdown:"showDropdown",showDropdownIcon:[2,"showDropdownIcon","showDropdownIcon",L],startIcon:"startIcon",startIconSize:"startIconSize",virtual:[2,"virtual","virtual",L],virtualOptions:"virtualOptions"},outputs:{inputValueChanged:"inputValueChanged",tagClicked:"tagClicked",closeTriggered:"closeTriggered",showDropdownChanged:"showDropdownChanged",stateChanged:"stateChanged"},features:[we([sa,{multi:!0,provide:qi,useExisting:tt(()=>t)}]),he,_e,J],decls:21,vars:56,consts:[["root",""],["inputRow",""],["input",""],["overlayPanel",""],["dropdownContent",""],["virtualRenderer",""],[3,"click","keydown","ngStyle"],[2,"display","contents",3,"class","for","id","label","required","size"],[3,"click"],[3,"class"],["data-test-id","combobox-input-container"],["role","combobox","tabindex","0","type","text",3,"ngModelChange","blur","focus","keydown","disabled","id","ngClass","ngStyle","placeholder","readonly","ngModel"],[3,"error","for","id"],[3,"class","for","hint","id","size"],["animation","none","placement","bottom-start",3,"closeTriggered","stateChanged","anchorElement","anchorOffset","appendTo","position","show"],["role","listbox",3,"id","ngStyle"],[2,"display","contents",3,"click","for","id","label","required","size"],[3,"icon","size"],["tabIndex","-1","toggleable","false",3,"dismissable","id","label","size"],["tabIndex","-1",3,"label","size"],["tabIndex","-1","toggleable","false",3,"click","keydown","dismissable","id","label","size"],[3,"class","icon","size"],["ariaLabel","Clear",3,"class","icon","size"],[3,"ngClass"],["aria-label","Loading"],["ariaLabel","Clear",3,"click","icon","size"],[3,"size"],[3,"for","hint","id","size"],["showActiveIndicator","","virtual-option-renderer","",3,"filteredOptions","getOptionContext","getOptionLabel","identifyOption","renderOption","virtualOptions"],["isNoOptionsLabel","",3,"label"],[4,"ngTemplateOutlet","ngTemplateOutletContext"],["showActiveIndicator","",3,"active","disabled","highlighted","label","rootClass","rootId","rootStyle"],["showActiveIndicator","",3,"click","active","disabled","highlighted","label","rootClass","rootId","rootStyle"]],template:function(i,o){if(i&1){let r=fe();C(0,"div",6,0),U("click",function(a){return q(r),V(o.onElementActivated(a))})("keydown",function(a){return q(r),V(o.onRootKeyDown(a))}),S(2,rR,1,7,"q-input-label",7),C(3,"div",8,1),U("click",function(){q(r);let a=rt(12);return V(a.focus())}),S(5,sR,2,4,"span",9),C(6,"div",10),S(7,lR,3,1),C(8,"div")(9,"div"),Ve(10),b(),C(11,"input",11,2),Jm("ngModelChange",function(a){return q(r),fb(o.inputValue,a)||(o.inputValue=a),V(a)}),U("blur",function(a){return q(r),V(o.onBlur(a))})("focus",function(a){return q(r),V(o.onFocus(a))})("keydown",function(a){return q(r),V(o.onInputKeyDown(a))})("ngModelChange",function(a){return q(r),V(o.onInputChanged(a))}),b()()(),S(13,fR,5,6,"div",9),b(),j(14,"q-input-error",12),S(15,mR,1,6,"q-input-hint",13),b(),C(16,"q-overlay-panel",14,3),U("closeTriggered",function(a){return q(r),V(o.onOverlayPanelCloseTriggered(a))})("stateChanged",function(a){return q(r),V(o.onOverlayPanelStateChanged(a))}),C(18,"div",15,4),S(20,MR,2,1),b()()}if(i&2){let r=rt(4),s=rt(17);x(o.comboBoxClasses.root(o.fullWidth,o.disabled)),nt("min-width",o.minWidth),y("ngStyle",o.rootStyle),m(2),D(o.label?2:-1),m(),x(o.formFieldClasses.inputContainer(o.size,o.disabled,o.hasError,!o.filterable)),m(2),D(o.startIcon?5:-1),m(),x(o.comboBoxClasses.inputContainer()),m(),D(o.showTags?7:-1),m(),x(o.comboBoxClasses.inputWrapper(o.size,o.showTags)),m(),x(o.comboBoxClasses.inputGhost),nt("min-width",o.inputMinWidth),m(),je(" ",o.inputValue," "),m(),y("disabled",o.disabled)("id",o.controlledId)("ngClass",e1(53,nI,o.formFieldClasses.input(o.hasError),o.comboBoxClasses.input(o.disabled,o.filterable)))("ngStyle",o.inputStyle)("placeholder",o.placeholder)("readonly",!o.filterable),Ym("ngModel",o.inputValue),G("aria-autocomplete",o.ariaAutocomplete)("aria-controls",o.listboxId)("aria-describedby",o.inputAriaDescribedBy)("aria-errormessage",o.inputAriaErrorMessage)("aria-expanded",o.isDropdownOpen)("aria-invalid",o.hasError)("aria-label",o.ariaLabel)("aria-labelledby",o.inputAriaLabelledBy),m(2),D(o.showActions?13:-1),m(),x(o.formFieldClasses.error),y("error",o.error)("for",o.controlledId)("id",o.errorId),m(),D(o.hint?15:-1),m(),y("anchorElement",r)("anchorOffset",2)("appendTo",o.appendTo)("position",o.position)("show",o.isDropdownOpen),m(2),x(o.selectClasses.optionsContainer()),y("id",o.listboxId)("ngStyle",o.dropdownStyle),G("aria-activedescendant",o.ariaActiveDescendant)("multiple",o.multiple),m(2),D(s.visible?20:-1)}},dependencies:[II,Rb,Xe,un,Gu,X1,Ju,CI,xI,bI,St,yI,L2,jN,BN],encapsulation:2,changeDetection:0})}return t})(),UN=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie]})}return t})(),SI=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[II,Ie,Io,_I,Ge,H2,L2,MI,s0,UN]})}return t})(),DI=(()=>{class t{accent;color;orientation="horizontal";spacingAfter;spacingBefore;static \u0275fac=function(i){return new(i||t)};static \u0275dir=Y({type:t,inputs:{accent:"accent",color:"color",orientation:"orientation",spacingAfter:[2,"spacingAfter","spacingAfter",Er],spacingBefore:[2,"spacingBefore","spacingBefore",Er]},features:[he]})}return t})(),QN=(()=>{class t extends DI{cd;classes=Fc;margin;constructor(e){super(),this.cd=e}ngOnChanges(e){(e.spacingAfter||e.spacingBefore||e.orientation)&&(this.margin=Nc.getSpacing(this.spacingBefore,this.spacingAfter,this.orientation))}static \u0275fac=function(i){return new(i||t)(h(ke))};static \u0275cmp=$({type:t,selectors:[["q-divider"]],features:[_e,J],decls:1,vars:4,consts:[["role","separator"]],template:function(i,o){i&1&&j(0,"div",0),i&2&&(x(o.classes.root(o.color,o.orientation,o.accent)),nt("margin",o.margin))},styles:[`:host{display:contents}
|
|
16
|
-
`],encapsulation:2,changeDetection:0})}return t})();var TI=(()=>{class t extends DI{class;role="separator";hostClass;hostMargin="0px";ngOnChanges(){this.updateStyles()}ngAfterContentInit(){this.updateStyles()}updateStyles(){this.hostMargin=Nc.getSpacing(this.spacingBefore,this.spacingAfter,this.orientation),this.hostClass=Fc.root(this.color,this.orientation,this.accent,this.class)}static \u0275fac=(()=>{let e;return function(o){return(e||(e=wt(t)))(o||t)}})();static \u0275dir=Y({type:t,selectors:[["","q-divider",""]],hostVars:5,hostBindings:function(i,o){i&2&&(uu("role",o.role),x(o.hostClass),nt("margin",o.hostMargin))},inputs:{class:"class",role:"role"},features:[_e,J]})}return t})(),U2=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie]})}return t})();var $N=Tn("{{enterDuration}}ms {{enterDelay}}ms {{enterTiming}}"),WN=Tn("{{exitDuration}}ms {{exitDelay}}ms {{exitTiming}}"),JJ=[vt("fade-hide",yt({opacity:"0",visibility:"hidden"})),vt("fade-show",yt({opacity:"1",visibility:"visible"})),Rt("fade-hide => fade-show",$N),Rt("fade-show => fade-hide",WN),vt("none-hide",yt({display:"none",visibility:"hidden"})),vt("none-show",yt({display:"block",visibility:"visible"})),Rt("none-hide <=> none-show",Tn("0ms 0ms"))];var WM=(()=>{class t{cd;elementRef;set qMenuItem(e){this._item=e}get item(){return this._item}_item;disableArrowKeys;inline;isLast;index;subMenuTrigger="hover";parentItem;parentPanelVisible;size;zIndex=1e3;focusParentAnchor=new P;closeSiblingMenus=new P;focusNextHandler=new P;focusPrevHandler=new P;selectionHandler=new P;nestedMenu;set showChildMenu(e){e&&this.closeSiblingMenus.emit(this),this._showChildMenu=e}get showChildMenu(){return this._showChildMenu}_showChildMenu;childItems=[];classes=Gn;constructor(e,i){this.cd=e,this.elementRef=i}ngOnChanges(e){e.qMenuItem&&(this.childItems=this.item.items??[]),e.parentPanelVisible&&!e.parentPanelVisible.currentValue&&(this.showChildMenu=!1)}get hostElement(){return this.elementRef?.nativeElement}focusItem(){this.elementRef.nativeElement?.focus?.()}onSelect(e){this.item.command?.(this.item),this.selectionHandler.emit({event:e,index:this.index,item:this.item}),this.childItems.length&&(this.showChildMenu=!0,e.preventDefault(),e.stopPropagation(),this.cd.detectChanges())}onItemKeyDown(e){if(this.disableArrowKeys&&e.code.includes("Arrow")){e.preventDefault(),e.stopPropagation();return}switch(e.code){case"ArrowDown":this.focusNextHandler.emit({currentIndex:this.index}),e.preventDefault();break;case"ArrowUp":this.focusPrevHandler.emit({currentIndex:this.index}),e.preventDefault();break;case"ArrowLeft":this.parentItem&&(this.parentItem.focusItem(),this.parentItem.showChildMenu=!1),e.preventDefault();break;case"ArrowRight":this.childItems.length&&(this.showChildMenu||(this.showChildMenu=!0),this.nestedMenu.menuItems.get(0)?.focusItem?.()),e.preventDefault();break;case"Escape":case"Tab":this.inline||(e.preventDefault(),e.stopPropagation(),this.focusRootAnchor());break;case"Space":case"Enter":this.elementRef.nativeElement?.click?.(),this.parentItem||e.preventDefault();break;default:break}}onItemMouseEnter(){this.childItems.length&&this.subMenuTrigger==="hover"&&(this.showChildMenu=!0)}getIconSize(e){return e||(this.item.size??this.size??"m")}focusRootAnchor(){this.parentItem?this.parentItem.focusRootAnchor():this.focusParentAnchor.emit()}get role(){return this.item.sectionTitle?"label":"menuitem"}get tabIndex(){return this.item.disabled||this.item.sectionTitle?-1:0}get rootClass(){return this.classes.root(this.item.disabled,this.item.separator)}getSize(){return this.item.size??this.size??"m"}onChildMenuCloseTriggered(){this.showChildMenu=!1}static \u0275fac=function(i){return new(i||t)(h(ke),h(te))};static \u0275cmp=$({type:t,selectors:[["","qMenuItem",""]],viewQuery:function(i,o){if(i&1&&Re(IR,5),i&2){let r;me(r=ge())&&(o.nestedMenu=r.first)}},hostBindings:function(i,o){i&1&&U("click",function(s){return o.onSelect(s)})("keydown",function(s){return o.onItemKeyDown(s)})("mouseenter",function(){return o.onItemMouseEnter()})},inputs:{qMenuItem:"qMenuItem",disableArrowKeys:"disableArrowKeys",inline:"inline",isLast:"isLast",index:"index",subMenuTrigger:"subMenuTrigger",parentItem:"parentItem",parentPanelVisible:"parentPanelVisible",size:"size",zIndex:"zIndex"},outputs:{focusParentAnchor:"focusParentAnchor",closeSiblingMenus:"closeSiblingMenus",focusNextHandler:"focusNextHandler",focusPrevHandler:"focusPrevHandler",selectionHandler:"selectionHandler"},features:[J],attrs:SR,decls:3,vars:2,consts:[["nestedMenu",""],["role","presentation",3,"class"],[3,"class"],["animation","none","appendTo","portal","placement","right-start","restoreFocus","false",3,"anchorElement","items","parentItem","show","zIndex"],["role","presentation"],[3,"class","icon","size","templateContext"],[3,"icon","size","templateContext"],["animation","none","appendTo","portal","placement","right-start","restoreFocus","false",3,"closeTriggered","anchorElement","items","parentItem","show","zIndex"]],template:function(i,o){i&1&&S(0,DR,2,3,"span",1)(1,OR,7,10,"div",2)(2,RR,2,5,"q-menu",3),i&2&&(D(o.item.sectionTitle?0:1),m(2),D(o.childItems.length?2:-1))},dependencies:()=>[Ar,lp],encapsulation:2,changeDetection:0})}return t})(),lp=(()=>{class t extends tl{anchorElement;ariaLabel;ariaLabelledby;autoFocus=!0;disableArrowKeys;inline;items;subMenuTrigger="hover";parentItem;role="menu";set show(e){this._show=e===void 0?void 0:Ot(e)}get show(){return this._show}_show;static ngAcceptInputType_show;size="m";zIndex=1e3;selected=new P;closeTriggered=new P;stateChanged=new P;overlayPanel;menuItems;classes=Lo;menuItemClasses=Gn;visible=!1;onDropdownStateChanged(e){e.state==="open"&&this.autoFocus&&setTimeout(()=>this.focusNextItem({currentIndex:-1})),e.state==="opening"?this.visible=!0:e.state==="closing"&&(this.visible=!1),this.stateChanged.emit(e)}focusNextItem(e,i){if(this.items.length===0||i&&e.currentIndex+1===i.currentIndex)return;let o=this.menuItems.get(e.currentIndex+1);if(o){if(jc.interactionDisabled(o.item))return this.focusNextItem({currentIndex:e.currentIndex+1},i||e)}else return this.focusNextItem({currentIndex:-1},i||e);o.focusItem()}focusPrevItem(e,i){if(this.items.length===0||i&&e.currentIndex-1===i.currentIndex)return;let o=this.menuItems.get(e.currentIndex-1);if(o){if(jc.interactionDisabled(o.item))return this.focusPrevItem({currentIndex:e.currentIndex-1},i||e)}else return this.focusPrevItem({currentIndex:this.menuItems.length},i||e);o.focusItem()}toggle(e){this.overlayPanel&&(this.overlayPanel.anchorElement=this.anchorElement||e?.currentTarget,this.overlayPanel.toggle())}childIsEventTarget(e){return e.target?this.menuItems.some(i=>i.hostElement.contains(e.target)||i.nestedMenu&&i.nestedMenu.childIsEventTarget(e)):!1}onSelected(e){this.selected.emit(e),(e.item.routerLink||e.item.url)&&this.overlayPanel?.open&&(this.parentItem?this.parentItem.selectionHandler.emit(e):this.overlayPanel?.close(e.event,"click-inside")),!e.item.items?.length&&this.overlayPanel?.open&&this.parentItem&&(this.parentItem.showChildMenu=!1)}onPanelCloseTriggered(e){if(e.reason==="tab-key"&&this.childIsEventTarget(e.event)){e?.event?.preventDefault?.();return}this.closeTriggered.emit(e)}closeSiblingMenus(e){this.menuItems.forEach(i=>{i.showChildMenu&&i!==e&&(i.showChildMenu=!1,i.cd.detectChanges())})}focusPanelAnchorElement(){!this.inline&&this.overlayPanel&&this.restoreFocus&&this.overlayPanel.focusAnchorElement()}getItemClass(e){return Gn.root(e.disabled,e.separator,Lo.listItem)}static \u0275fac=(()=>{let e;return function(o){return(e||(e=wt(t)))(o||t)}})();static \u0275cmp=$({type:t,selectors:[["q-menu"]],viewQuery:function(i,o){if(i&1&&(Re(eI,5),Re(WM,5)),i&2){let r;me(r=ge())&&(o.overlayPanel=r.first),me(r=ge())&&(o.menuItems=r)}},inputs:{anchorElement:"anchorElement",ariaLabel:"ariaLabel",ariaLabelledby:"ariaLabelledby",autoFocus:[2,"autoFocus","autoFocus",L],disableArrowKeys:[2,"disableArrowKeys","disableArrowKeys",L],inline:[2,"inline","inline",L],items:"items",subMenuTrigger:"subMenuTrigger",parentItem:"parentItem",role:"role",show:"show",size:"size",zIndex:[2,"zIndex","zIndex",Mn]},outputs:{selected:"selected",closeTriggered:"closeTriggered",stateChanged:"stateChanged"},features:[he,_e],decls:4,vars:1,consts:[["menuContent",""],["overlayPanel",""],[3,"ngTemplateOutlet"],[3,"anchorElement","anchorOffset","animation","animationDuration","animationEasing","appendTo","placement","position","restoreFocus","show","zIndex"],[3,"closeTriggered","stateChanged","anchorElement","anchorOffset","animation","animationDuration","animationEasing","appendTo","placement","position","restoreFocus","show","zIndex"],[3,"class","disableArrowKeys","fragment","index","inline","isLast","parentItem","parentPanelVisible","qMenuItem","queryParams","queryParamsHandling","replaceUrl","routerLink","size","skipLocationChange","state","subMenuTrigger","tabIndex","target","zIndex"],[3,"class","disableArrowKeys","index","inline","isLast","parentItem","parentPanelVisible","qMenuItem","size","subMenuTrigger","tabIndex","target","zIndex"],[3,"class","disableArrowKeys","disabled","index","inline","isLast","parentItem","parentPanelVisible","qMenuItem","size","subMenuTrigger","tabIndex","zIndex"],[3,"closeSiblingMenus","focusNextHandler","focusParentAnchor","focusPrevHandler","selectionHandler","disableArrowKeys","fragment","index","inline","isLast","parentItem","parentPanelVisible","qMenuItem","queryParams","queryParamsHandling","replaceUrl","routerLink","size","skipLocationChange","state","subMenuTrigger","tabIndex","target","zIndex"],[3,"closeSiblingMenus","focusNextHandler","focusParentAnchor","focusPrevHandler","selectionHandler","disableArrowKeys","index","inline","isLast","parentItem","parentPanelVisible","qMenuItem","size","subMenuTrigger","tabIndex","target","zIndex"],[3,"closeSiblingMenus","focusNextHandler","focusParentAnchor","focusPrevHandler","selectionHandler","disableArrowKeys","disabled","index","inline","isLast","parentItem","parentPanelVisible","qMenuItem","size","subMenuTrigger","tabIndex","zIndex"]],template:function(i,o){i&1&&S(0,PR,1,1,"ng-container",2)(1,NR,3,12,"q-overlay-panel",3)(2,BR,4,7,"ng-template",null,0,Ri),i&2&&D(o.inline?0:1)},dependencies:[Xe,bc,yI,WM],encapsulation:2,changeDetection:0})}return t})(),dp=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie,kh,H2,Yc,Ge,kh]})}return t})(),eee=(()=>{class t extends tl{cd;autoFocus=!0;color="neutral";fullWidth;kind="single";icon;items;menuSize="m";set show(e){this._show=e===void 0?void 0:Ot(e)}get show(){return this._show}_show;static ngAcceptInputType_show;shape="round";size="m";subMenuTrigger="hover";variant="fill";selected=new P;buttonClicked=new P;iconButtonClicked=new P;closeTriggered=new P;stateChanged=new P;qMenu;buttonClassNames={root:void 0};buttonEndIcon=vi;buttonSelected=!1;dropdownShown=!1;iconButtonClassNames={root:void 0};iconButtonShape;iconButtonIcon=vi;classes=jh;constructor(e){super(),this.cd=e}ngOnChanges(e){(e.kind||e.shape)&&(this.iconButtonShape=this.kind==="icon"&&this.shape==="round"?this.shape:"square"),e.kind&&(this.buttonClassNames=this.kind==="split"?{root:["q-split",Bt.fullHeight]}:{root:void 0},this.iconButtonClassNames=this.kind==="split"?{root:"q-split"}:{root:Bt.fullHeight},this.buttonEndIcon=this.kind==="single"?vi:void 0,this.iconButtonIcon=this.kind==="icon"&&this.icon?this.icon:vi)}onSelected(e){this.selected.emit(e)}onDropdownStateChanged(e){this.dropdownShown=e.state==="open"||e.state==="opening",this.buttonSelected=this.kind==="single"&&this.dropdownShown,this.stateChanged.emit(e),this.cd.detectChanges()}onButtonClick(e){this.buttonClicked.emit(e),!this.manual&&this.kind==="single"&&this.qMenu.toggle(e)}onIconButtonClick(e){this.iconButtonClicked.emit(e),!this.manual&&this.kind!=="single"&&this.qMenu.toggle(e)}static \u0275fac=function(i){return new(i||t)(h(ke))};static \u0275cmp=$({type:t,selectors:[["q-dropdown"]],viewQuery:function(i,o){if(i&1&&Re(HR,5),i&2){let r;me(r=ge())&&(o.qMenu=r.first)}},inputs:{autoFocus:[2,"autoFocus","autoFocus",L],color:"color",fullWidth:[2,"fullWidth","fullWidth",L],kind:"kind",icon:"icon",items:"items",menuSize:"menuSize",show:"show",shape:"shape",size:"size",subMenuTrigger:"subMenuTrigger",variant:"variant"},outputs:{selected:"selected",buttonClicked:"buttonClicked",iconButtonClicked:"iconButtonClicked",closeTriggered:"closeTriggered",stateChanged:"stateChanged"},features:[he,_e,J],ngContentSelectors:It,decls:7,vars:19,consts:[["menu",""],["qButton","",3,"classNames","color","endIcon","fullWidth","selected","size","variant"],["orientation","vertical"],["qIconButton","",3,"classNames","color","icon","selected","shape","size","variant"],[3,"closeTriggered","selected","stateChanged","animation","animationDuration","animationEasing","appendTo","autoFocus","items","placement","position","restoreFocus","show","size","subMenuTrigger"],["qButton","",3,"click","classNames","color","endIcon","fullWidth","selected","size","variant"],["qIconButton","",3,"click","classNames","color","icon","selected","shape","size","variant"]],template:function(i,o){if(i&1){let r=fe();qe(),C(0,"div")(1,"div"),S(2,UR,2,7,"button",1)(3,QR,1,0,"q-divider",2)(4,$R,1,7,"button",3),b()(),C(5,"q-menu",4,0),U("closeTriggered",function(a){return q(r),V(o.closeTriggered.emit(a))})("selected",function(a){return q(r),V(o.onSelected(a))})("stateChanged",function(a){return q(r),V(o.onDropdownStateChanged(a))}),b()}i&2&&(x(o.classes.root(o.fullWidth)),m(),x(o.classes.controls(o.kind)),m(),D(o.kind!=="icon"?2:-1),m(),D(o.kind==="split"?3:-1),m(),D(o.kind!=="single"?4:-1),m(),y("animation",o.animation)("animationDuration",o.animationDuration)("animationEasing",o.animationEasing)("appendTo",o.appendTo)("autoFocus",o.autoFocus)("items",o.items)("placement",o.placement)("position",o.position)("restoreFocus",o.restoreFocus)("show",o.show)("size",o.menuSize)("subMenuTrigger",o.subMenuTrigger))},dependencies:[IN,fI,lp,QN],encapsulation:2,changeDetection:0})}return t})(),tee=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[j2,Ie,Ci,dp,U2,Yc]})}return t})();var GN=["svg",{fill:"none","stroke-width":2,viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"}],GM=(()=>{class t{ngZone;platformId;elementCount=0;entries=new Map;resizeObserver=null;constructor(e,i){this.ngZone=e,this.platformId=i}ngOnDestroy(){this.resizeObserver&&this.clearObserver()}observe(e,i,o){In(this.platformId)||!e||(this.resizeObserver||(this.resizeObserver=new ResizeObserver(r=>{for(let s of r){let a=this.entries.get(s.target);a&&this.ngZone.run(()=>{a(s)})}})),o==="border-box"?this.resizeObserver.observe(e,{box:"border-box"}):this.resizeObserver.observe(e),this.elementCount+=1,this.entries.set(e,i))}unobserve(e){if(In(this.platformId)||!e)return;this.entries.get(e)&&this.resizeObserver&&(this.resizeObserver.unobserve(e),this.entries.delete(e),this.elementCount-=1,this.elementCount===0&&this.clearObserver())}clearObserver(){this.resizeObserver&&this.resizeObserver.disconnect(),this.resizeObserver=null,this.elementCount=0,this.entries=new Map}static \u0275fac=function(i){return new(i||t)(I(ie),I(mt))};static \u0275prov=E({token:t,factory:t.\u0275fac})}return t})(),ZN=(()=>{class t{el;resizeObserverService;platformId;resizeBoxModel;resizeHandler=new P;qResizeObserver=new P;observing=!1;constructor(e,i,o){this.el=e,this.resizeObserverService=i,this.platformId=o}ngOnChanges(e){this.observing&&e.resizeBoxModel&&(this.unobserve(),this.observe())}ngAfterViewInit(){this.observe()}ngOnDestroy(){this.unobserve()}onResize(e){this.resizeHandler.emit(e),this.qResizeObserver.emit(e)}observe(){In(this.platformId)||this.observing||(this.resizeObserverService.observe(this.el?.nativeElement,e=>this.onResize(e),this.resizeBoxModel),this.observing=!0)}unobserve(){In(this.platformId)||this.observing&&(this.resizeObserverService.unobserve(this.el?.nativeElement),this.observing=!1)}static \u0275fac=function(i){return new(i||t)(h(te),h(GM),h(mt))};static \u0275dir=Y({type:t,selectors:[["","qResizeObserver",""]],inputs:{resizeBoxModel:"resizeBoxModel"},outputs:{resizeHandler:"resizeHandler",qResizeObserver:"qResizeObserver"},standalone:!0,features:[we([GM]),J]})}return t})(),KN=(()=>{class t{observer;wrapperEl;onResize(e){let i=this.wrapperEl.nativeElement,o=e.target,r=u=>i.style.maxWidth=`${u}px`;i.style.maxWidth="";let s=o.clientWidth,a=o.clientHeight,c=s/2,l=s,d;if(s){for(;c+1<l;)d=~~((c+l)/2),r(d),o.clientHeight===a?l=d:c=d;r(l*1+s*0)}}static \u0275fac=function(i){return new(i||t)};static \u0275cmp=$({type:t,selectors:[["q-wrap-balancer"]],viewQuery:function(i,o){if(i&1&&Re(WR,5),i&2){let r;me(r=ge())&&(o.wrapperEl=r.first)}},ngContentSelectors:It,decls:3,vars:0,consts:[["wrapper",""],[2,"display","inline-block",3,"qResizeObserver"]],template:function(i,o){if(i&1){let r=fe();qe(),C(0,"span",1,0),U("qResizeObserver",function(a){return q(r),V(o.onResize(a))}),Ee(2),b()}},dependencies:[ZN],encapsulation:2})}return t})(),nee=(()=>{class t{bottomContent;color;dismissable;icon;label;description;footer;wrapDescription;closed=new P;templates;footerTemplate;X=Hi;classes=$i;ngAfterContentInit(){this.templates.forEach(e=>{switch(e.getType()){case"bottomContent":this.footerTemplate=this.footer||e.template;break}})}ngOnChanges(e){e.footer&&(this.footerTemplate=this.footer)}getIcon(){return this.icon??aI(this.color)}onCloseClicked(e){this.closed.emit(e)}static \u0275fac=function(i){return new(i||t)};static \u0275cmp=$({type:t,selectors:[["q-inline-alert"]],contentQueries:function(i,o,r){if(i&1&&tn(r,cI,4),i&2){let s;me(s=ge())&&(o.templates=s)}},inputs:{bottomContent:"bottomContent",color:"color",dismissable:[2,"dismissable","dismissable",L],icon:"icon",label:"label",description:"description",footer:"footer",wrapDescription:[2,"wrapDescription","wrapDescription",L]},outputs:{closed:"closed"},features:[he,J],decls:8,vars:11,consts:[["data-test-id","inline-alert"],["size","14",3,"icon"],[3,"content","contentClass"],[3,"class"],["ariaLabel","Dismiss","dense","","size","m",3,"class","icon"],[3,"ngTemplateOutlet"],["ariaLabel","Dismiss","dense","","size","m",3,"click","icon"]],template:function(i,o){i&1&&(C(0,"div",0)(1,"div")(2,"div"),j(3,"q-icon",1),S(4,GR,1,2,"q-div-template",2),b(),S(5,XR,2,1)(6,JR,2,3,"div",3),b(),S(7,eP,1,3,"q-icon-button",4),b()),i&2&&(x(o.classes.root(o.color)),m(),x(o.classes.content),m(),x(o.classes.header),m(),y("icon",o.getIcon()),m(),D(o.label?4:-1),m(),D(o.description?5:-1),m(),D(o.footerTemplate?6:-1),m(),D(o.dismissable?7:-1))},dependencies:[St,Xe,il,KN,B2,EN],encapsulation:2})}return t})();var XN=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({})}return t})(),iee=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ge,Ie,U2,Ci,XN,ol,Xc]})}return t})(),oee=(()=>{class t{elementRef;class;disabled;endIcon;endIconSize="m";endIconStyle;role="link";startIcon;startIconSize="m";startIconStyle;textClass;variant="primary";classes=Vc;_class=N("");_disabled=N(null);_role=N("link");_variant=N("primary");hostClass=R(()=>Vc.root(this._variant(),this._disabled()||!1,this._class()));tabIndex=R(()=>this._disabled()?"-1":"0");constructor(e){this.elementRef=e}ngOnChanges(e){e.class&&this._class.set(this.class),e.disabled&&this._disabled.set(this.disabled||null),e.role&&this._role.set(this.role),e.variant&&this._variant.set(this.variant)}get hostElement(){return this.elementRef.nativeElement}static \u0275fac=function(i){return new(i||t)(h(te))};static \u0275cmp=$({type:t,selectors:[["","qLink",""],["","q-link",""]],hostVars:5,hostBindings:function(i,o){i&2&&G("aria-disabled",o._disabled())("class",o.hostClass())("inert",o._disabled())("role",o._role())("tabindex",o.tabIndex())},inputs:{class:"class",disabled:[2,"disabled","disabled",L],endIcon:"endIcon",endIconSize:"endIconSize",endIconStyle:"endIconStyle",role:"role",startIcon:"startIcon",startIconSize:"startIconSize",startIconStyle:"startIconStyle",textClass:"textClass",variant:"variant"},features:[he,J],attrs:tP,ngContentSelectors:It,decls:4,vars:4,consts:[[3,"icon","ngStyle","size"]],template:function(i,o){i&1&&(qe(),S(0,nP,1,3,"q-icon",0),C(1,"span"),Ee(2),b(),S(3,iP,1,3,"q-icon",0)),i&2&&(D(o.startIcon?0:-1),m(),x(o.classes.text(o.textClass)),m(2),D(o.endIcon?3:-1))},dependencies:[un,St],encapsulation:2})}return t})(),ree=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie,Ge]})}return t})();var O2=class{animations;behaviour;position;constructor(n={}){this.setConfig(n)}setConfig(n={}){this.animations={enabled:!0,hide:{easing:"ease",offset:50,preset:"fade",speed:250},overlap:150,shift:{easing:d2,speed:250},show:{easing:"ease",preset:"slide",speed:250}},this.behaviour={onClick:!1,onMouseover:"pauseAutoHide",showDismissButton:!0,stacking:3},this.position={horizontal:{distance:20,position:"right"},vertical:{distance:20,gap:20,position:"top"}},n.animations!==void 0&&(n.animations.enabled!==void 0&&(this.animations.enabled=n.animations.enabled),n.animations.overlap!==void 0&&(this.animations.overlap=n.animations.overlap),n.animations.hide!==void 0&&Object.assign(this.animations.hide,n.animations.hide),n.animations.shift!==void 0&&Object.assign(this.animations.shift,n.animations.shift),n.animations.show!==void 0&&Object.assign(this.animations.show,n.animations.show)),n.behaviour!==void 0&&Object.assign(this.behaviour,n.behaviour),n.position!==void 0&&(n.position.horizontal!==void 0&&Object.assign(this.position.horizontal,n.position.horizontal),n.position.vertical!==void 0&&Object.assign(this.position.vertical,n.position.vertical))}},YN=0,rp=class{id;key;component;autoHide;bottomContent;color;dismissable;description;label;subtleLabel;constructor(n){Object.assign(this,n),this.autoHide=n.autoHide===!1?!1:6e3,this.dismissable=n.dismissable??!0,this.color=n.color??"informative",this.key=n.key||`ID_${++YN}`}};function JN(){return new O2({})}var eq={hide:()=>({from:{opacity:"1"},to:{opacity:"0"}}),show:()=>({from:{opacity:"0"},to:{opacity:"1"}})},tq={hide:t=>{let n=t.component.getConfig(),e=t.component.getShift(),i,o;if(n.position.horizontal.position==="left")i={transform:`translate3d( 0, ${e}px, 0 )`},o={transform:`translate3d( calc( -100% - ${n.position.horizontal.distance}px - 10px ), ${e}px, 0 )`};else if(n.position.horizontal.position==="right")i={transform:`translate3d( 0, ${e}px, 0 )`},o={transform:`translate3d( calc( 100% + ${n.position.horizontal.distance}px + 10px ), ${e}px, 0 )`};else{let r;n.position.vertical.position==="top"?r=`calc( -100% - ${n.position.horizontal.distance}px - 10px )`:r=`calc( 100% + ${n.position.horizontal.distance}px + 10px )`,i={transform:`translate3d( -50%, ${e}px, 0 )`},o={transform:`translate3d( -50%, ${r}, 0 )`}}return{from:i,to:o}},show:t=>{let n=t.component.getConfig(),e,i;if(n.position.horizontal.position==="left")e={transform:`translate3d( calc( -100% - ${n.position.horizontal.distance}px - 10px ), 0, 0 )`},i={transform:"translate3d( 0, 0, 0 )"};else if(n.position.horizontal.position==="right")e={transform:`translate3d( calc( 100% + ${n.position.horizontal.distance}px + 10px ), 0, 0 )`},i={transform:"translate3d( 0, 0, 0 )"};else{let o;n.position.vertical.position==="top"?o=`calc( -100% - ${n.position.horizontal.distance}px - 10px )`:o=`calc( 100% + ${n.position.horizontal.distance}px + 10px )`,e={transform:`translate3d( -50%, ${o}, 0 )`},i={transform:"translate3d( -50%, 0, 0 )"}}return{from:e,to:i}}},nq=(()=>{class t{animationPresets;constructor(){this.animationPresets={fade:eq,slide:tq}}getAnimationData(e,i){let o,r,s;return e==="show"?(o=this.animationPresets[i.component.getConfig().animations.show.preset].show(i),r=i.component.getConfig().animations.show.speed,s=i.component.getConfig().animations.show.easing):(o=this.animationPresets[i.component.getConfig().animations.hide.preset].hide(i),r=i.component.getConfig().animations.hide.speed,s=i.component.getConfig().animations.hide.easing),{keyframes:[o.from,o.to],options:{duration:r,easing:s,fill:"forwards"}}}static \u0275fac=function(i){return new(i||t)};static \u0275prov=E({token:t,factory:t.\u0275fac})}return t})(),R2=class{actionStream=new X;actionQueue=[];isActionInProgress=!1;push(n){this.actionQueue.push(n),this.tryToRunNextAction()}continue(){this.isActionInProgress=!1,this.tryToRunNextAction()}tryToRunNextAction(){if(this.isActionInProgress||this.actionQueue.length===0)return;this.isActionInProgress=!0;let n=this.actionQueue.shift();this.actionStream.next(n)}},iq=(()=>{class t{now;remaining;timerId;finishPromiseResolver;constructor(){this.now=0,this.remaining=0}start(e){return new Promise(i=>{this.remaining=e,this.finishPromiseResolver=i,this.continue()})}pause(){clearTimeout(this.timerId),this.remaining-=new Date().getTime()-this.now}continue(){this.now=new Date().getTime(),this.timerId=setTimeout(()=>{this.finish()},this.remaining)}stop(){clearTimeout(this.timerId),this.remaining=0}finish(){this.finishPromiseResolver?.()}static \u0275fac=function(i){return new(i||t)};static \u0275prov=E({token:t,factory:t.\u0275fac})}return t})(),ZM="NOTIFICATION_TIMER_SERVICE",EI="NOTIFICATION_ANIMATION_SERVICE",AI=new O("QNotificationServiceConfig"),rl=(()=>{class t{config;id;queueService=new R2;enabled=!1;actionSubscription;currentNotifications=[];constructor(e){this.config=e,this.id=Math.floor(Math.random()*1e6).toString(10),this.actionSubscription=this.actionStream.subscribe(i=>{this.handleAction(i)})}ngOnDestroy(){this.actionSubscription.unsubscribe()}enable(){this.enabled=!0}getConfig(){return this.config}get actionStream(){return this.queueService.actionStream.asObservable()}setConfig(e={}){this.config.setConfig(e)}handleAction(e){switch(e.type){case"SHOW":this.currentNotifications.length===this.config.behaviour.stacking&&this.currentNotifications.shift(),this.currentNotifications.push(e.payload);break;case"HIDE":this.currentNotifications=this.currentNotifications.filter(i=>i.key!==e.payload);break;case"HIDE_ALL":this.currentNotifications=[];break}}find(e){return this.currentNotifications.find(i=>i.id===e)}show(e){this.queueService.push({payload:e,type:"SHOW"})}hide(e){this.enabled&&this.queueService.push({payload:e,type:"HIDE"})}hideAll(){this.enabled&&this.queueService.push({type:"HIDE_ALL"})}notify(e){if(this.enabled)return this.show(new rp(K(k({},e),{key:void 0})))}getInstance(){return this.id}static \u0275fac=function(i){return new(i||t)(I(AI))};static \u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}return t})(),oq=(()=>{class t{cd;renderer;inline=!0;notification;index;animate;showTranslate="";hideTranslate="";visible;closeHandler=new P;closed=new P;contentContainer;bottomContentTemplate;bottomContentComponent;descriptionTemplate;descriptionComponent;labelTemplate;labelComponent;componentOutletInput;icon;iconSize;X=Hi;classes=bi;constructor(e,i){this.cd=e,this.renderer=i}ngOnChanges(e){e.notification&&(this.icon=this.notification.icon||tN(this.notification.color),this.iconSize=this.notification.iconSize??"m",this.componentOutletInput={notification:this.notification},this.initBottomContent(),this.initLabel(),this.initDescription())}initBottomContent(){this.bottomContentComponent=null,this.bottomContentTemplate=null,this.notification.bottomContent&&(this.notification.bottomContent instanceof de?this.bottomContentTemplate=this.notification.bottomContent:this.bottomContentComponent=this.notification.bottomContent)}initLabel(){this.labelComponent=null,this.labelTemplate=null;let e=this.notification.label;e&&(typeof e=="string"||e instanceof de?this.labelTemplate=e:this.labelComponent=e)}initDescription(){this.descriptionComponent=null,this.descriptionTemplate=null;let e=this.notification.description;e&&(typeof e=="string"||e instanceof de?this.descriptionTemplate=e:this.descriptionComponent=e)}onClose(e){this.closed.emit({event:e,notification:this.notification}),this.closeHandler.emit(this.notification)}static \u0275fac=function(i){return new(i||t)(h(ke),h(Qe))};static \u0275cmp=$({type:t,selectors:[["q-notification-content"]],viewQuery:function(i,o){if(i&1&&Re(rP,7,At),i&2){let r;me(r=ge())&&(o.contentContainer=r.first)}},inputs:{inline:[2,"inline","inline",L],notification:"notification",index:"index",animate:"animate",showTranslate:"showTranslate",hideTranslate:"hideTranslate",visible:[2,"visible","visible",L]},outputs:{closeHandler:"closeHandler",closed:"closed"},features:[he,J],decls:9,vars:14,consts:[[3,"icon","size"],[3,"class"],["ariaLabel","Close","dense","",3,"class","icon"],[3,"content","context"],[3,"ngComponentOutlet","ngComponentOutletInputs"],[3,"content","contentClass","context"],[3,"ngTemplateOutlet","ngTemplateOutletContext"],["ariaLabel","Close","dense","",3,"click","icon"]],template:function(i,o){i&1&&(C(0,"div"),j(1,"div"),C(2,"span"),j(3,"q-icon",0),b(),C(4,"div"),S(5,lP,4,4,"span",1)(6,hP,2,1)(7,gP,3,3,"div",1),b(),S(8,yP,1,3,"q-icon-button",2),b()),i&2&&(x(o.classes.root(o.inline)),m(),x(o.classes.bar(o.notification.color)),m(),x(o.classes.iconWrapper(o.notification.color)),m(),y("icon",o.icon)("size",o.iconSize),m(),x(o.classes.content),m(),D(o.notification.label||o.notification.subtleLabel?5:-1),m(),D(o.notification.description?6:-1),m(),D(o.notification.bottomContent?7:-1),m(),D(o.notification.dismissable||o.notification.autoHide===!1?8:-1))},dependencies:[Pb,Xe,il,St,B2],encapsulation:2,changeDetection:0})}return t})(),rq=(()=>{class t{elementRef;renderer;notifierService;timerService;animationService;className="q-notification-animator--root";notification;readyHandler=new P;dismissHandler=new P;config;elementHeight;elementShift=0;visible;constructor(e,i,o,r,s){this.elementRef=e,this.renderer=i,this.notifierService=o,this.timerService=r,this.animationService=s,this.config=o.getConfig()}get element(){return this.elementRef.nativeElement}ngAfterViewInit(){this.setup(),this.elementHeight=this.element.offsetHeight,this.readyHandler.emit(this)}closeTriggered(e){this.dismissHandler.emit(e.notification.key)}onClick(){this.config.behaviour.onClick==="hide"&&this.onClickDismiss()}onMouseOut(){this.config.behaviour.onMouseover==="pauseAutoHide"?this.continueAutoHideTimer():this.config.behaviour.onMouseover==="resetAutoHide"&&this.startAutoHideTimer()}onMouseOver(){this.config.behaviour.onMouseover==="pauseAutoHide"?this.pauseAutoHideTimer():this.config.behaviour.onMouseover==="resetAutoHide"&&this.stopAutoHideTimer()}get autoHide(){return this.notification.autoHide}getConfig(){return this.config}getHeight(){return this.elementHeight}getShift(){return this.elementShift}show(){return new Promise(e=>{if(this.config.animations.enabled&&this.config.animations.show.speed>0){let i=this.animationService.getAnimationData("show",this.notification),o=Object.keys(i.keyframes[0]);for(let s=o.length-1;s>=0;s--)this.renderer.setStyle(this.element,o[s],i.keyframes[0][o[s]]);this.renderer.setStyle(this.element,"visibility","visible"),this.visible=!0;let r=this.element.animate(i.keyframes,i.options);r.onfinish=()=>{this.startAutoHideTimer(),e()}}else this.renderer.setStyle(this.element,"visibility","visible"),this.visible=!0,this.startAutoHideTimer(),e()})}hide(){return new Promise(e=>{if(this.stopAutoHideTimer(),this.config.animations.enabled&&this.config.animations.hide.speed>0){let i=this.animationService.getAnimationData("hide",this.notification),o=this.element.animate(i.keyframes,i.options);o.onfinish=()=>{e(),this.renderer.setStyle(this.element,"visibility","hidden"),this.visible=!1}}else this.renderer.setStyle(this.element,"visibility","hidden"),this.visible=!1,e()})}shift(e,i){return new Promise(o=>{let r;this.config.position.vertical.position==="top"&&i||this.config.position.vertical.position==="bottom"&&!i?r=this.elementShift+e+this.config.position.vertical.gap:r=this.elementShift-e-this.config.position.vertical.gap;let s=this.config.position.horizontal.position==="center"?"-50%":"0";if(this.config.animations.enabled&&this.config.animations.shift.speed>0){let a={keyframes:[{transform:`translate3d( ${s}, ${this.elementShift}px, 0 )`},{transform:`translate3d( ${s}, ${r}px, 0 )`}],options:{duration:this.config.animations.shift.speed,easing:this.config.animations.shift.easing,fill:"forwards"}};this.elementShift=r;let c=this.element.animate(a.keyframes,a.options);c.onfinish=()=>{o()}}else this.renderer.setStyle(this.element,"transform",`translate3d( ${s}, ${r}px, 0 )`),this.elementShift=r,o()})}onClickDismiss(){this.dismissHandler.emit(this.notification.key)}startAutoHideTimer(){this.notification.autoHide!==!1&&this.notification.autoHide>0&&this.timerService.start(this.notification.autoHide).then(()=>{this.onClickDismiss()})}pauseAutoHideTimer(){this.notification.autoHide!==!1&&this.notification.autoHide>0&&this.timerService.pause()}continueAutoHideTimer(){this.notification.autoHide!==!1&&this.notification.autoHide>0&&this.timerService.continue()}stopAutoHideTimer(){this.notification.autoHide!==!1&&this.notification.autoHide>0&&this.timerService.stop()}setup(){this.config.position.horizontal.position==="left"?this.renderer.setStyle(this.element,"left",`${this.config.position.horizontal.distance}px`):this.config.position.horizontal.position==="right"?this.renderer.setStyle(this.element,"right",`${this.config.position.horizontal.distance}px`):(this.renderer.setStyle(this.element,"left","50%"),this.renderer.setStyle(this.element,"transform","translate3d( -50%, 0, 0 )")),this.config.position.vertical.position==="top"?this.renderer.setStyle(this.element,"top",`${this.config.position.vertical.distance}px`):this.renderer.setStyle(this.element,"bottom",`${this.config.position.vertical.distance}px`)}static \u0275fac=function(i){return new(i||t)(h(te),h(Qe),h(rl),h(ZM),h(EI))};static \u0275cmp=$({type:t,selectors:[["q-notification-animator"]],hostVars:2,hostBindings:function(i,o){i&1&&U("click",function(){return o.onClick()})("mouseout",function(){return o.onMouseOut()})("mouseover",function(){return o.onMouseOver()}),i&2&&x(o.className)},inputs:{notification:"notification"},outputs:{readyHandler:"readyHandler",dismissHandler:"dismissHandler"},features:[we([{provide:ZM,useClass:iq}])],decls:1,vars:2,consts:[["inline","false",3,"closed","notification","visible"]],template:function(i,o){i&1&&(C(0,"q-notification-content",0),U("closed",function(s){return o.closeTriggered(s)}),b()),i&2&&y("notification",o.notification)("visible",o.visible)},dependencies:[oq],encapsulation:2,changeDetection:0})}return t})(),sq=(()=>{class t{changeDetector;notificationService;config;notifications=[];queueServiceSubscription;tempPromiseResolver;constructor(e,i){this.changeDetector=e,this.notificationService=i,this.config=i.getConfig(),this.queueServiceSubscription=this.notificationService.actionStream.subscribe(o=>{this.handleAction(o).then(()=>{this.notificationService.queueService.continue()})})}ngOnDestroy(){this.queueServiceSubscription&&this.queueServiceSubscription.unsubscribe()}identifyNotification(e){return e.key}onNotificationDismiss(e){this.notificationService.queueService.push({payload:e,type:"HIDE"})}onNotificationReady(e){let i=this.notifications[this.notifications.length-1];i.component=e,this.continueHandleShowAction(i)}handleAction(e){switch(e.type){case"SHOW":return this.handleShowAction(e);case"HIDE":return this.handleHideAction(e);case"HIDE_ALL":return this.handleHideAllAction()}}handleShowAction(e){return new Promise(i=>{this.tempPromiseResolver=i,this.addNotificationToList(new rp(e.payload))})}continueHandleShowAction(e){let i=this.notifications.length;if(i===1)e.component.show().then(this.tempPromiseResolver);else if(this.config.behaviour.stacking===!1||this.config.behaviour.stacking<2)this.notifications[0].component.hide().then(()=>{this.removeNotificationFromList(this.notifications[0]),e.component.show().then(this.tempPromiseResolver)});else{let r=[];if(i>this.config.behaviour.stacking){let s=this.notifications.slice(1,i-1);this.config.animations.enabled?this.config.animations.overlap!==!1&&this.config.animations.overlap>0?(r.push(this.notifications[0].component.hide()),setTimeout(()=>{r.push(this.shiftNotifications(s,e.component.getHeight(),!0))},this.config.animations.hide.speed-this.config.animations.overlap),setTimeout(()=>{r.push(e.component.show())},this.config.animations.hide.speed+this.config.animations.shift.speed-this.config.animations.overlap)):r.push(new Promise(a=>{this.notifications[0].component.hide().then(()=>{this.shiftNotifications(s,e.component.getHeight(),!0).then(()=>{e.component.show().then(a)})})})):(r.push(this.notifications[0].component.hide()),r.push(this.shiftNotifications(s,e.component.getHeight(),!0)),r.push(e.component.show()))}else{let s=this.notifications.slice(0,i-1);this.config.animations.enabled?this.config.animations.overlap!==!1&&this.config.animations.overlap>0?(r.push(this.shiftNotifications(s,e.component.getHeight(),!0)),setTimeout(()=>{r.push(e.component.show())},this.config.animations.shift.speed-this.config.animations.overlap)):r.push(new Promise(a=>{this.shiftNotifications(s,e.component.getHeight(),!0).then(()=>{e.component.show().then(a)})})):(r.push(this.shiftNotifications(s,e.component.getHeight(),!0)),r.push(e.component.show()))}Promise.all(r).then(()=>{(!this.config.behaviour.stacking||i>this.config.behaviour.stacking)&&this.removeNotificationFromList(this.notifications[0]),this.tempPromiseResolver()})}}handleHideAction(e){return new Promise(i=>{let o=[],r=this.findNotificationById(e.payload);if(r===void 0){i();return}let s=this.findNotificationIndexById(e.payload);if(s===void 0){i();return}let a=this.notifications.slice(0,s);a.length>0?this.config.animations.enabled&&this.config.animations.hide.speed>0?this.config.animations.overlap!==!1&&this.config.animations.overlap>0?(o.push(r.component.hide()),setTimeout(()=>{o.push(this.shiftNotifications(a,r.component.getHeight(),!1))},this.config.animations.hide.speed-this.config.animations.overlap)):r.component.hide().then(()=>{o.push(this.shiftNotifications(a,r.component.getHeight(),!1))}):(o.push(r.component.hide()),o.push(this.shiftNotifications(a,r.component.getHeight(),!1))):o.push(r.component.hide()),Promise.all(o).then(()=>{this.removeNotificationFromList(r),i()})})}handleHideAllAction(){return new Promise(e=>{let i=this.notifications.length;if(i===0){e();return}if(this.config.animations.enabled&&this.config.animations.hide.speed>0&&this.config.animations.hide.offset!==!1&&this.config.animations.hide.offset>0)for(let o=i-1;o>=0;o--){let r=this.config.position.vertical.position==="top"?i-1:o;setTimeout(()=>{this.notifications[o].component.hide().then(()=>{(this.config.position.vertical.position==="top"&&o===0||this.config.position.vertical.position==="bottom"&&o===i-1)&&(this.removeAllNotificationsFromList(),e())})},this.config.animations.hide.offset*r)}else{let o=[];for(let r=i-1;r>=0;r--)o.push(this.notifications[r].component.hide());Promise.all(o).then(()=>{this.removeAllNotificationsFromList(),e()})}})}shiftNotifications(e,i,o){return new Promise(r=>{if(e.length===0){r();return}let s=[];for(let a=e.length-1;a>=0;a--)s.push(e[a].component.shift(i,o));Promise.all(s).then(r)})}addNotificationToList(e){this.notifications.push(e),this.changeDetector.markForCheck()}removeNotificationFromList(e){this.notifications=this.notifications.filter(i=>i.component!==e.component),this.changeDetector.markForCheck()}removeAllNotificationsFromList(){this.notifications=[],this.changeDetector.markForCheck()}findNotificationById(e){return this.notifications.find(i=>i.key===e)}findNotificationIndexById(e){let i=this.notifications.findIndex(o=>o.key===e);return i!==-1?i:void 0}static \u0275fac=function(i){return new(i||t)(h(ke),h(rl))};static \u0275cmp=$({type:t,selectors:[["q-notification-container"]],decls:2,vars:0,consts:[[3,"dismissHandler","readyHandler","notification"]],template:function(i,o){i&1&&_n(0,kP,2,1,"div",null,vP,!0),i&2&&wn(o.notifications)},dependencies:[rq],encapsulation:2,changeDetection:0})}return t})(),aq=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie,Ci,Ge,j2,ol]})}return t})(),cq=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({providers:[{provide:EI,useClass:nq},{provide:AI,useFactory:JN}],imports:[Ie,aq]})}return t})();function np(t){return Mn(t,1)}var LI=(()=>{class t{boundaryCount=z(1,{transform:np});defaultPage=z(1,{transform:np});page=z(void 0,{transform:Mn});rowsPerPage=z(1,{transform:np});siblingCount=z(1,{transform:np});totalRows=z.required({transform:Er});pageChanged=Xd();static \u0275fac=function(i){return new(i||t)};static \u0275dir=Y({type:t,inputs:{boundaryCount:[1,"boundaryCount"],defaultPage:[1,"defaultPage"],page:[1,"page"],rowsPerPage:[1,"rowsPerPage"],siblingCount:[1,"siblingCount"],totalRows:[1,"totalRows"]},outputs:{pageChanged:"pageChanged"}})}return t})(),xi=(()=>{class t{boundaryCount=N(1);currentRow=N(1);hidePageLinks=N(!1);isControlled=N(!1);page=N(void 0);rowsPerPage=N(1);rowsPerPageOptions=N(void 0);siblingCount=N(1);totalRows=N(1);pageButtons=N([]);pageRowsLabelId=N("");constructor(){Lt(()=>{let e=this.page(),i=this.rowsPerPage();Xs(e)&&Te(()=>this.currentRow.set(Math.max(1,i*e)))})}getPage=R(()=>Math.floor(this.currentRow()/this.rowsPerPage())||1);getPageCount=R(()=>Math.ceil(this.totalRows()/this.rowsPerPage()));canGoToNextPage=R(()=>this.getPage()<this.getPageCount());canGoToPrevPage=R(()=>this.getPage()>1);currentPageStart=R(()=>{let e=this.getPage(),i=this.rowsPerPage();return this.totalRows()?e===1?Math.max(i*(e-1),1):i*(e-1)+1:0});currentPageEnd=R(()=>{let e=this.getPage(),i=this.getPageCount(),o=this.rowsPerPage(),r=this.totalRows(),s=this.currentPageStart();return r?e<i?e*o:e===i?r:r-s:0});pageLinks=R(()=>zh.computePageLinks({boundaryCount:this.boundaryCount(),hidePageLinks:this.hidePageLinks(),page:this.getPage(),pageCount:this.getPageCount(),siblingCount:this.siblingCount()}));rowsPerPageSelectOptions=R(()=>(this.rowsPerPageOptions()??[]).map(i=>({label:i})));rowsPerPageOpt=R(()=>({label:this.rowsPerPage()}));pageMetadataState=R(()=>({currentPage:this.getPage(),currentPageEnd:this.currentPageEnd(),currentPageStart:this.currentPageStart(),totalPages:this.getPageCount(),totalRows:this.totalRows()}));onRowsPerPageChanged(e){this.currentRow.set(1),this.rowsPerPage.set(e)}goToPage(e){if(e<1||e>this.getPageCount())return;let i=this.rowsPerPage()*e;this.onPageChanged({firstVisiblePage:i,page:e,totalPages:this.getPageCount()}),!this.isControlled()&&this.currentRow.set(i)}focusActivePageButton(){if(!this.pageButtons())return;this.pageButtons().find(i=>i.nativeElement.ariaCurrent==="true")?.nativeElement?.focus()}goToNextPage(){this.goToPage(this.getPage()+1)}goToPrevPage(){this.goToPage(this.getPage()-1)}onPageChanged=e=>{};onTotalRowsChanged(){if(this.getPage()>this.getPageCount()&&!this.isControlled()){this.goToPage(this.getPageCount());return}}onPageButtonClick(e){this.goToPage(e),setTimeout(()=>this.focusActivePageButton())}onChanges(e){e.page&&(this.page.set(e.page.currentValue),this.isControlled.set(!0)),e.rowsPerPage&&this.rowsPerPage.set(e.rowsPerPage.currentValue),e.boundaryCount&&this.boundaryCount.set(e.boundaryCount.currentValue),e.siblingCount&&this.siblingCount.set(e.siblingCount.currentValue),e.totalRows&&(this.totalRows.set(e.totalRows.currentValue),e.totalRows.isFirstChange()||this.onTotalRowsChanged())}static \u0275fac=function(i){return new(i||t)};static \u0275prov=E({token:t,factory:t.\u0275fac})}return t})(),OI=(()=>{class t{context;ariaLabel=z("Go to next page",{alias:"aria-label"});class=z();disabled=z();icon=z(Tc);hostDisabled=R(()=>{let e=!this.context.canGoToNextPage();return this.disabled()||e||void 0});hostAriaLabel=R(()=>this.ariaLabel());hostClass=R(()=>Cr.root("neutral","square","m","outline",!0,!!this.hostDisabled(),!1,!1));hostClick(){this.hostDisabled()||this.context.goToNextPage()}constructor(e){this.context=e}static \u0275fac=function(i){return new(i||t)(h(xi))};static \u0275cmp=$({type:t,selectors:[["","q-pagination-next-page-link",""]],hostVars:3,hostBindings:function(i,o){i&1&&U("click",function(){return o.hostClick()}),i&2&&G("aria-label",o.hostAriaLabel())("class",o.hostClass())("disabled",o.hostDisabled())},inputs:{ariaLabel:[1,"aria-label","ariaLabel"],class:[1,"class"],disabled:[1,"disabled"],icon:[1,"icon"]},standalone:!0,features:[it],attrs:bP,decls:1,vars:1,consts:[[3,"icon"]],template:function(i,o){i&1&&j(0,"q-icon-or-template",0),i&2&&y("icon",o.icon())},dependencies:[Ge,Ar],encapsulation:2})}return t})(),RI=(()=>{class t{context;class=z();hostClass=R(()=>Gi.pageLinksContainer(this.class()));pageButtons=Ra("pageButton");classes=sp(Gi);MoreHorizontal=e2;constructor(e){this.context=e,Lt(()=>{let i=this.pageButtons();Te(()=>this.context.pageButtons.set(i))})}trackPageLinks(e,i){return typeof i=="string"?`${e}-${i}`:`${i.page}-${i.label}-${i.active}`}static \u0275fac=function(i){return new(i||t)(h(xi))};static \u0275cmp=$({type:t,selectors:[["","q-pagination-page-links",""]],viewQuery:function(i,o){i&1&&sr(o.pageButtons,iI,5),i&2&&fi()},hostVars:1,hostBindings:function(i,o){i&2&&G("class",o.hostClass())},inputs:{class:[1,"class"]},standalone:!0,features:[it],attrs:xP,ngContentSelectors:_P,decls:3,vars:1,consts:[["pageButton",""],["dense","","q-icon-button","","tabindex","0","variant","outline",3,"classNames"],["role","separator",3,"class"],["dense","","q-icon-button","","tabindex","0","variant","outline",3,"click","classNames"],["role","separator"],["size","m",3,"icon"]],template:function(i,o){i&1&&(qe(CP),Ee(0),S(1,DP,2,0),Ee(2,1)),i&2&&(m(),D(o.context.hidePageLinks()?-1:1))},dependencies:[Ci,fI,Ge,St],encapsulation:2})}return t})(),KM=(()=>{class t{static ngTemplateContextGuard(e,i){return!0}static \u0275fac=function(i){return new(i||t)};static \u0275dir=Y({type:t,selectors:[["ng-template","metadata-template",""]],standalone:!0})}return t})(),lq=(()=>{class t{context;class=z();hostClass=R(()=>Gi.pageMetadata(this.class()));pageMetadataTemplate=z("{currentPage} of {totalPages}");metadataTemplate=Pa(KM,{descendants:!0,read:de});pageMetadata=R(()=>{let e=this.metadataTemplate(),i=this.pageMetadataTemplate();return i instanceof de||e?"":i});pageMetadataTemplateRef=R(()=>{let e=this.pageMetadataTemplate();return e instanceof de?e:null});constructor(e){this.context=e}pageMetadataLabel=R(()=>{let e=this.pageMetadata(),{currentPage:i,currentPageEnd:o,currentPageStart:r,totalPages:s,totalRows:a}=this.context.pageMetadataState();return e?e.replace(/{currentPage}/g,`${i}`).replace(/{totalPages}/g,`${s}`).replace(/{totalRows}/g,`${a}`).replace(/{currentPageStart}/g,`${r}`).replace(/{currentPageEnd}/g,`${o}`):""});static \u0275fac=function(i){return new(i||t)(h(xi))};static \u0275cmp=$({type:t,selectors:[["","q-pagination-page-metadata",""]],contentQueries:function(i,o,r){i&1&&rr(r,o.metadataTemplate,KM,5,de),i&2&&fi()},hostVars:1,hostBindings:function(i,o){i&2&&G("class",o.hostClass())},inputs:{class:[1,"class"],pageMetadataTemplate:[1,"pageMetadataTemplate"]},standalone:!0,features:[it],attrs:TP,ngContentSelectors:It,decls:4,vars:1,consts:[[3,"ngTemplateOutlet","ngTemplateOutletContext"],[4,"ngTemplateOutlet","ngTemplateOutletContext"]],template:function(i,o){i&1&&(qe(),S(0,EP,1,1)(1,LP,1,2,null,0)(2,PP,1,4),Ee(3)),i&2&&D(o.pageMetadataLabel()?0:o.pageMetadataTemplateRef()?1:o.metadataTemplate()?2:-1)},dependencies:[Xe],encapsulation:2})}return t})(),dq=(()=>{class t{context;idService;idAttr;class=z();id=z();hostClass=R(()=>Gi.pageRowsLabel(this.class()));hostId=R(()=>{let e=this.id(),i=this.idService.useId("q-pagination-page-rows-label",e,this.idAttr);return Te(()=>{this.context.pageRowsLabelId.set(i)}),i});constructor(e,i,o){this.context=e,this.idService=i,this.idAttr=o}static \u0275fac=function(i){return new(i||t)(h(xi),h(ut),dt("id"))};static \u0275dir=Y({type:t,selectors:[["","q-pagination-page-rows-label",""]],hostVars:2,hostBindings:function(i,o){i&2&&G("class",o.hostClass())("id",o.hostId())},inputs:{class:[1,"class"],id:[1,"id"]},standalone:!0})}return t})(),PI=(()=>{class t{context;class=z();appendTo=z("host");options=z.required();rowsPerPage=z(void 0,{transform:Er});optionChanged=Xd();hostClass=R(()=>Gi.pageRowsDropdownContainer(this.class()));inputStyle={textOverflow:"unset"};constructor(e){this.context=e}ngOnChanges(e){e.options&&this.context.rowsPerPageOptions.set(this.options()),e.rowsPerPage&&this.context.rowsPerPage.set(this.rowsPerPage()||1)}onPageRowsChanged(e){this.context.onRowsPerPageChanged(e.label),this.optionChanged.emit(e.label)}static \u0275fac=function(i){return new(i||t)(h(xi))};static \u0275cmp=$({type:t,selectors:[["","q-pagination-page-rows",""]],hostVars:1,hostBindings:function(i,o){i&2&&G("class",o.hostClass())},inputs:{class:[1,"class"],appendTo:[1,"appendTo"],options:[1,"options"],rowsPerPage:[1,"rowsPerPage"]},outputs:{optionChanged:"optionChanged"},standalone:!0,features:[J,it],attrs:FP,ngContentSelectors:It,decls:2,vars:1,consts:[["clearable","false","disableOptionToggle","","minWidth","auto","optionLabel","label","size","s",3,"appendTo","ariaLabel","ariaLabelledby","inputMinWidth","inputStyle","ngModel","options"],["clearable","false","disableOptionToggle","","minWidth","auto","optionLabel","label","size","s",3,"ngModelChange","appendTo","ariaLabel","ariaLabelledby","inputMinWidth","inputStyle","ngModel","options"]],template:function(i,o){if(i&1&&(qe(),Ee(0),S(1,NP,1,7,"q-combobox",0)),i&2){let r;m(),D((r=o.context.rowsPerPageOptions())!=null&&r.length?1:-1)}},dependencies:[SI,HN,Io,X1,Ju],encapsulation:2})}return t})(),FI=(()=>{class t{context;ariaLabel=z("Go to previous page",{alias:"aria-label"});class=z();disabled=z();icon=z(X0);hostDisabled=R(()=>{let e=!this.context.canGoToPrevPage();return this.disabled()||e||void 0});hostAriaLabel=R(()=>this.ariaLabel());hostClass=R(()=>Cr.root("neutral","square","m","outline",!0,!!this.hostDisabled(),!1,!1,Gi.pageLink(!1)));hostClick(){this.hostDisabled()||this.context.goToPrevPage()}constructor(e){this.context=e}static \u0275fac=function(i){return new(i||t)(h(xi))};static \u0275cmp=$({type:t,selectors:[["","q-pagination-prev-page-link",""]],hostVars:3,hostBindings:function(i,o){i&1&&U("click",function(){return o.hostClick()}),i&2&&G("aria-label",o.hostAriaLabel())("class",o.hostClass())("disabled",o.hostDisabled())},inputs:{ariaLabel:[1,"aria-label","ariaLabel"],class:[1,"class"],disabled:[1,"disabled"],icon:[1,"icon"]},standalone:!0,features:[it],attrs:qP,decls:1,vars:1,consts:[[3,"icon"]],template:function(i,o){i&1&&j(0,"q-icon-or-template",0),i&2&&y("icon",o.icon())},dependencies:[Ge,Ar],encapsulation:2})}return t})(),see=(()=>{class t extends LI{context;fullWidth=z(void 0,{transform:L});hideNextButton=z(void 0,{transform:L});hidePrevButton=z(void 0,{transform:L});hidePageLinks=z(void 0,{transform:L});nextPageAriaLabel=z("Go to next page");pageMetadataPlacement=z("before");prevPageAriaLabel=z("Go to previous page");pageMetadataTemplate=z("{currentPage} of {totalPages}");rowsPerPageAppendTo=z("host");rowsPerPageLabel=z();rowsPerPageOptions=z([]);rowsPerPagePlacement=z("after");showPageMetadata=z(!1,{transform:L});rowsPerPageChanged=Xd();rowsPerPageLabelTemplate=R(()=>{let e=this.rowsPerPageLabel();return e instanceof de?e:null});rowsPerPageLabelStr=R(()=>{let e=this.rowsPerPageLabel();return e instanceof de?"":e});classes=sp(Gi);constructor(e){super(),this.context=e,this.context.onPageChanged=i=>this.pageChanged.emit(i)}ngOnInit(){let e=this.defaultPage();!this.page()&&e!==1&&(this.context.currentRow.set(e),this.context.goToPage(e))}ngOnChanges(e){this.context.onChanges(e),e.hidePageLinks&&this.context.hidePageLinks.set(e.hidePageLinks.currentValue||!1),e.rowsPerPageOptions&&this.context.rowsPerPageOptions.set(this.rowsPerPageOptions())}static \u0275fac=function(i){return new(i||t)(h(xi))};static \u0275cmp=$({type:t,selectors:[["q-pagination"]],inputs:{fullWidth:[1,"fullWidth"],hideNextButton:[1,"hideNextButton"],hidePrevButton:[1,"hidePrevButton"],hidePageLinks:[1,"hidePageLinks"],nextPageAriaLabel:[1,"nextPageAriaLabel"],pageMetadataPlacement:[1,"pageMetadataPlacement"],prevPageAriaLabel:[1,"prevPageAriaLabel"],pageMetadataTemplate:[1,"pageMetadataTemplate"],rowsPerPageAppendTo:[1,"rowsPerPageAppendTo"],rowsPerPageLabel:[1,"rowsPerPageLabel"],rowsPerPageOptions:[1,"rowsPerPageOptions"],rowsPerPagePlacement:[1,"rowsPerPagePlacement"],showPageMetadata:[1,"showPageMetadata"]},outputs:{rowsPerPageChanged:"rowsPerPageChanged"},features:[we([xi,yN({ChevronLeft:X0,ChevronRight:Tc,MoreHorizontal:e2})]),_e,J],decls:12,vars:8,consts:[["pageOptionsMenu",""],["currentPageReport",""],[3,"ngTemplateOutlet"],["q-pagination-page-links",""],["q-pagination-prev-page-link",""],["q-pagination-next-page-link",""],["q-pagination-page-rows","",3,"optionChanged","appendTo","options"],["q-pagination-page-rows-label",""],["q-pagination-page-metadata","",3,"pageMetadataTemplate"]],template:function(i,o){i&1&&(C(0,"div"),S(1,jP,1,1,null,2)(2,BP,1,1,null,2),C(3,"div",3),S(4,HP,1,1,"button",4)(5,UP,1,1,"button",5),b(),S(6,$P,1,1,null,2)(7,GP,1,1,null,2),b(),S(8,JP,2,3,"ng-template",null,0,Ri)(10,tF,1,1,"ng-template",null,1,Ri)),i&2&&(x(o.classes.root(o.fullWidth())),m(),D(o.pageMetadataPlacement()==="before"?1:-1),m(),D(o.rowsPerPagePlacement()==="before"?2:-1),m(2),D(o.hidePrevButton()?-1:4),m(),D(o.hideNextButton()?-1:5),m(),D(o.rowsPerPagePlacement()==="after"?6:-1),m(),D(o.pageMetadataPlacement()==="after"?7:-1))},dependencies:[Xe,OI,RI,lq,PI,dq,FI],encapsulation:2,changeDetection:0})}return t})(),aee=(()=>{class t extends LI{context;class=z();hostClass=R(()=>Gi.root(!1,this.class()));pageButtons=Ra("pageButton");get state(){return this.context.pageMetadataState()}constructor(e){super(),this.context=e,this.context.onPageChanged=i=>this.pageChanged.emit(i),Lt(()=>{let i=this.pageButtons();Te(()=>this.context.pageButtons.set(i))})}ngOnInit(){let e=this.defaultPage();!this.page()&&e!==1&&(this.context.currentRow.set(e),this.context.goToPage(e))}ngOnChanges(e){this.context.onChanges(e)}static \u0275fac=function(i){return new(i||t)(h(xi))};static \u0275dir=Y({type:t,selectors:[["","q-pagination",""]],viewQuery:function(i,o){i&1&&sr(o.pageButtons,iI,5),i&2&&fi()},hostVars:1,hostBindings:function(i,o){i&2&&G("class",o.hostClass())},inputs:{class:[1,"class"]},standalone:!0,features:[we([xi]),_e,J]})}return t})(),cee=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ci,Ie,dp,Io,Ge,SI,OI,RI,PI,FI]})}return t})();var uq=(()=>{class t{configService;domService;constructor(e,i){this.configService=e,this.domService=i}portalNode;ngOnInit(){this.domService.portalElement=this.portalNode.nativeElement}static \u0275fac=function(i){return new(i||t)(h(rI),h(N2))};static \u0275cmp=$({type:t,selectors:[["q-portal"]],viewQuery:function(i,o){if(i&1&&Re(nF,7),i&2){let r;me(r=ge())&&(o.portalNode=r.first)}},decls:2,vars:1,consts:[["portalNode",""],[2,"max-height","0","max-width","0",3,"id"]],template:function(i,o){i&1&&j(0,"div",1,0),i&2&&y("id",o.configService.portalNodeId)},encapsulation:2})}return t})(),hq=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie]})}return t})();var lee=(()=>{class t{alertService;notificationService;document;renderer;styleElement;constructor(e,i,o,r){this.alertService=e,this.notificationService=i,this.document=o,this.renderer=r}ngAfterViewInit(){this.alertService.enable(),this.notificationService.enable(),setTimeout(()=>{this.initStyles()},100)}initStyles(){this.styleElement&&this.renderer.removeChild(this.document.head,this.styleElement),this.styleElement=this.renderer.createElement("style"),this.renderer.setAttribute(this.styleElement,"type","text/css"),this.renderer.appendChild(this.document.head,this.styleElement),this.renderer.setProperty(this.styleElement,"innerHTML",`:root {
|
|
17
|
-
--q-lazy-loaded-transition-duration: 161ms;
|
|
18
|
-
}`)}ngOnDestroy(){this.styleElement&&this.renderer.removeChild(this.document.head,this.styleElement)}static \u0275fac=function(i){return new(i||t)(h(V2),h(rl),h(Me),h(Qe))};static \u0275cmp=$({type:t,selectors:[["qui-root"]],ngContentSelectors:It,decls:5,vars:0,consts:[["id","qui-notification-container"],["id","qui-alert-container"]],template:function(i,o){i&1&&(qe(),Fa(0),j(1,"q-notification-container",0)(2,"q-alert-container",1),Ee(3),j(4,"q-portal"),Na())},dependencies:[TN,sq,uq],encapsulation:2})}return t})(),dee=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie,LN,cq,hq]})}return t})(),NI=new O("RADIO_GROUP"),pq=(()=>{class t{radioGroup;cd;idService;idAttr;ariaLabel;ariaLabelledby;id;label;value;focused=new P;blurred=new P;changed=new P;radioInput;classes=Bc;sharedClasses=Bt;active;set disabled(e){this.pointerEvents=e?"none":null,this._disabled=e}get disabled(){return this._disabled}_disabled;pointerEvents;readonly;controlledId;labelId;constructor(e,i,o,r){this.radioGroup=e,this.cd=i,this.idService=o,this.idAttr=r}ngOnInit(){this.controlledId||this.updateIds()}ngOnChanges(e){e.disabled&&(this.pointerEvents=e.disabled.currentValue?"none":null),e.id&&this.updateIds()}updateIds(){this.controlledId=this.idService.useId("q-radio",this.id,this.idAttr),this.labelId=`${this.controlledId}-label`}onFocus(e){let i=this.getRadioEventData(e);this.focused.emit(i),this.radioGroup.focused.emit(i)}onBlur(e){let i=this.getRadioEventData(e);this.blurred.emit(i),this.radioGroup.blurred.emit(i)}onClick(e){this.disabled||this.readonly||(this.radioInput?.nativeElement?.focus?.(),this.onChange(e))}onChange(e){if(e.preventDefault(),e.stopPropagation(),this.disabled||this.readonly)return;let i=this.getRadioEventData(e);this.radioGroup.childChanged(i),this.changed.emit(i)}get ariaChecked(){return this.active?"true":"false"}getRadioEventData(e){return{event:e,id:this.controlledId,value:this.value}}static \u0275fac=function(i){return new(i||t)(h(NI),h(ke),h(ut),dt("id"))};static \u0275cmp=$({type:t,selectors:[["q-radio"]],viewQuery:function(i,o){if(i&1&&Re(iF,7),i&2){let r;me(r=ge())&&(o.radioInput=r.first)}},inputs:{ariaLabel:"ariaLabel",ariaLabelledby:"ariaLabelledby",id:"id",label:"label",value:"value",readonly:[2,"readonly","readonly",L]},outputs:{focused:"focused",blurred:"blurred",changed:"changed"},features:[he,J],decls:6,vars:18,consts:[["radio",""],[3,"click"],["type","radio",3,"blur","change","focus","disabled","id","readonly","value"],[3,"content","contentClass","for","id"]],template:function(i,o){if(i&1){let r=fe();C(0,"div",1),U("click",function(a){return q(r),V(o.onClick(a))}),C(1,"input",2,0),U("blur",function(a){return q(r),V(o.onBlur(a))})("change",function(a){return q(r),V(o.onChange(a))})("focus",function(a){return q(r),V(o.onFocus(a))}),b(),C(3,"span"),j(4,"span"),b(),S(5,oF,1,4,"q-label-template",3),b()}if(i&2){let r;x(o.classes.root(o.active,o.disabled)),nt("pointer-events",o.pointerEvents),m(),x(o.sharedClasses.hiddenAccessible),y("disabled",o.disabled)("id",o.controlledId)("readonly",o.readonly)("value",o.value),G("aria-checked",o.ariaChecked)("aria-label",o.ariaLabel)("aria-labelledby",(r=o.ariaLabelledby)!==null&&r!==void 0?r:o.label?o.labelId:void 0),m(2),x(o.classes.circle(o.disabled)),m(),x(o.classes.innerCircle()),m(),D(o.label?5:-1)}},dependencies:[mI],encapsulation:2,changeDetection:0})}return t})(),uee=(()=>{class t{injector;disabled;readonly;role="radiogroup";focused=new P;blurred=new P;changed=new P;radioQueryList;radios;subscriptions;initialized=!1;formControl;constructor(e){this.injector=e}ngOnChanges(e){e.disabled&&this.radios&&this.syncDisabledState(),e.readonly&&this.radios&&this.syncReadOnlyState()}ngAfterContentInit(){this.initialized=!0,this.subscriptions=[this.radioQueryList.changes.subscribe(()=>{this.initRadios()})],this.initRadios(),this.initFormControl(),this.value&&this.syncValueState(),this.disabled&&this.syncDisabledState(),this.readonly&&this.syncReadOnlyState()}ngAfterViewInit(){setTimeout(()=>{this.value&&this.syncValueState(),this.disabled&&this.syncDisabledState(),this.readonly&&this.syncReadOnlyState()})}ngOnDestroy(){this.subscriptions.forEach(e=>e.unsubscribe())}initRadios(){this.radios=this.radioQueryList.toArray(),this.syncValueState()}syncDisabledState(){this.radios&&this.radios.forEach(e=>{e.disabled=this.disabled,e.cd.detectChanges()})}syncReadOnlyState(){this.radios&&this.radios.forEach(e=>{e.readonly=this.readonly,e.cd.detectChanges()})}syncValueState(e){if(!this.radios)return;let i=e??this.value;this.radios.forEach(o=>{o.active=o.value===i,o.cd.detectChanges()})}childChanged(e){this.disabled||this.readonly||(this.onChange(e.value),this.changed.emit(e))}initFormControl(){if(!this.initialized)return;let e=this.injector.get(Dn,null);e?(this.formControl=e.control,this.formControl.valueChanges.subscribe(i=>{this.syncValueState(i)}),this.syncValueState()):this.registerOnChange(i=>{this.value=i,this.syncValueState()})}value;onChange=e=>{};onTouched=()=>{};writeValue(e){this.value=e}registerOnChange(e){this.onChange=i=>{this.disabled||this.readonly||e(i)}}registerOnTouched(e){this.onTouched=e}setDisabledState(e){this.disabled=e,this.syncDisabledState()}static \u0275fac=function(i){return new(i||t)(h(Ne))};static \u0275dir=Y({type:t,selectors:[["","qRadioGroup",""],["","q-radio-group",""]],contentQueries:function(i,o,r){if(i&1&&tn(r,pq,5),i&2){let s;me(s=ge())&&(o.radioQueryList=s)}},hostVars:1,hostBindings:function(i,o){i&2&&G("role",o.role)},inputs:{disabled:[2,"disabled","disabled",L],readonly:[2,"readonly","readonly",L],role:"role"},outputs:{focused:"focused",blurred:"blurred",changed:"changed"},features:[we([{multi:!0,provide:qi,useExisting:tt(()=>t)},{provide:NI,useExisting:t}]),he,J]})}return t})(),qI=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie,Ge,ol,Io]})}return t})();var ip=(()=>{class t{location;router;nodes=[];expandedNodes=new Set;expandStrategy="navigation";focusEventSubject=new X;expandEventSubject=new X;selectSubject=new X;constructor(e,i){this.location=e,this.router=i}focusNext(e){this.focusEventSubject.next({currentIndex:e,nextIndex:e+1})}focusPrev(e){this.focusEventSubject.next({currentIndex:e,nextIndex:e-1})}registerNode(e){return this.nodes.push(e),this.nodes.length-1}nodeSelected(e,i){this.selectSubject.next({event:i,index:e.index,item:e.item})}updateExpandedState(e){this.expandStrategy==="navigation"&&this.isRouteActive(e.item)?this.expandNodes(e):(this.expandStrategy==="all"||e.item.expanded)&&(this.expandedNodes.add(e),e.expanded=!0)}unregisterNode(e){this.expandedNodes.clear(),this.nodes=this.nodes.filter(i=>e!==i),this.nodes.forEach((i,o)=>{i.index=o})}get(e){return this.nodes[e]}get count(){return this.nodes.length}expandNodes(e){if(this.hasChildren(e)&&!e.expanded&&this.expandNode(e),!!e.parent)return this.expandNodes(e.parent)}expandNode(e){this.hasChildren(e)&&(this.expandedNodes.add(e),e.expanded=!0,this.expandEventSubject.next({expanded:!0,instance:e}))}collapseNode(e){(this.hasChildren(e)||e.expanded)&&(this.expandedNodes.delete(e),this.expandEventSubject.next({expanded:!1,instance:e}))}toggleExpanded(e){this.expandedNodes.has(e)?this.collapseNode(e):this.expandNode(e)}hasChildren(e){return!!e.item?.items?.length}activateLink(e){this.expandNodes(e),e.active=!0,e.updateRootClass(),e.cd.detectChanges(),e.disableScrollAdjustment||e.hostElement.nativeElement?.scrollIntoView?.({block:"nearest",inline:"nearest"})}deactivateLink(e){e.active=!1,e.updateRootClass(),e.cd.detectChanges()}isRouteActive(e){let i=this.location.path();return e.routerLink===""||e.routerLink==="/"?i==="":e.routerLink&&e.routerLink===i?!0:e.routerLink&&this.router.isActive(e.routerLink,{fragment:"ignored",matrixParams:"ignored",paths:"exact",queryParams:"subset"})}handleUrlUpdate(e,i){this.isRouteActive(e.item)?this.activateLink(e):e.active&&!(i&&e.item.id===i)&&this.deactivateLink(e)}reset(){this.nodes=[],this.expandedNodes=new Set}isItemVisible(e){return!e.parent||e.parent.expanded}static \u0275fac=function(i){return new(i||t)(I(vo),I(mn))};static \u0275prov=E({token:t,factory:t.\u0275fac})}return t})(),fq=(()=>{class t{cd;hostElement;itemService;router;idService;set qSideNavigationItem(e){this._item=e}get item(){return this._item}_item;activeId;childListStyle;collapsed;disableScrollAdjustment=!1;expandStrategy;selected=new P;elementRef;index;classes=rM;set expanded(e){this.ariaExpanded=`${e}`,this._expanded=e}get expanded(){return this._expanded}_expanded=!1;levelPadding=24;level;parent;set active(e){this._active=e,e&&this.itemType==="internal-link"?this.ariaCurrent="page":this.ariaCurrent=null}get active(){return this._active}_active;ariaExpanded;ariaCurrent;children;childItemsContainerStyle={};endIcon;expandAnimate=!1;hasChildren;id=N("");itemType;role;rootClass;startIconSize;tabIndex;labelId=R(()=>`${this.id()}-label`);subscriptions;constructor(e,i,o,r,s){this.cd=e,this.hostElement=i,this.itemService=o,this.router=r,this.idService=s}ngOnInit(){this.index=this.itemService.registerNode(this),this.itemService.updateExpandedState(this),this.itemService.handleUrlUpdate(this,this.activeId),(this.expandStrategy==="all"||this.item?.expanded)&&(this.expanded=!0),this.subscriptions=[this.itemService.expandEventSubject.subscribe(e=>{this===e.instance&&(this.expanded=e.expanded,this.cd.detectChanges())}),this.router.events.subscribe(e=>{e instanceof fn&&this.itemService.handleUrlUpdate(this,this.activeId)})]}ngOnChanges(e){e.qSideNavigationItem&&(this.updateId(),this.children=this.item.items??[],this.hasChildren=this.itemService.hasChildren(this),this.endIcon=this.hasChildren?vi:null,this.item.sectionTitle&&(this.role="label"),this.startIconSize=this.item.startIconSize??"m",this.tabIndex=this.item.disabled||this.item.sectionTitle?-1:0,this.updateChildListStyle(),this.computeItemType(),this.updateRootClass()),e.collapsed&&(this.computeItemType(),this.updateRootClass()),e.activeId&&(this.item.id||this.active)&&(this.item.id===this.activeId?this.itemService.activateLink(this):this.itemService.deactivateLink(this)),(e.levelPadding||e.childListStyle)&&this.updateChildListStyle()}ngAfterViewInit(){this.expanded&&this.cd.detectChanges(),setTimeout(()=>{this.expandAnimate=!0},50)}ngOnDestroy(){this.itemService.unregisterNode(this),this.subscriptions.forEach(e=>{e instanceof Le?e.unsubscribe():e()})}updateId(){this.id.set(this.idService.useId("q-side-navigation-item",this.item.id,null))}updateChildListStyle(){let e=this.item.childListStyle??{},i=`${this.levelPadding}px`;this.childItemsContainerStyle=this.childListStyle?k(k({paddingLeft:i},this.childListStyle),e):k({paddingLeft:i},e)}computeItemType(){this.item.separator?this.itemType="separator":this.collapsed&&this.level>0?this.itemType="hide-content":this.item.sectionTitle?this.itemType="separator":this.item.routerLink?this.itemType="internal-link":this.item.url?this.itemType="external-link":this.itemType="button"}updateRootClass(){this.rootClass=this.classes.root(this.item.disabled,this.item.separator,this.active,this.collapsed)}focusItem(){this.elementRef.nativeElement?.focus?.(),this.hasChildren&&!this.expanded&&this.itemService.expandNode(this)}onSelect(e){this.hasChildren&&this.itemService.toggleExpanded(this),this.item.command?.(this.item),this.itemService.nodeSelected(this,e)}onItemKeyDown(e){switch(e.code){case"ArrowDown":this.expanded||this.itemService.expandNode(this),this.itemService.focusNext(this.index),e.preventDefault();break;case"ArrowUp":this.itemService.focusPrev(this.index),e.preventDefault();break;case"ArrowLeft":this.itemService.collapseNode(this),e.preventDefault();break;case"ArrowRight":this.itemService.expandNode(this),e.preventDefault();break;case"Space":case"Enter":this.elementRef.nativeElement?.click?.(),e.preventDefault();break;default:break}}static \u0275fac=function(i){return new(i||t)(h(ke),h(te),h(ip),h(mn),h(ut))};static \u0275cmp=$({type:t,selectors:[["","qSideNavigationItem",""]],viewQuery:function(i,o){if(i&1&&Re(oP,5),i&2){let r;me(r=ge())&&(o.elementRef=r.first)}},inputs:{qSideNavigationItem:"qSideNavigationItem",activeId:"activeId",childListStyle:"childListStyle",collapsed:[2,"collapsed","collapsed",L],disableScrollAdjustment:"disableScrollAdjustment",expandStrategy:"expandStrategy",levelPadding:[2,"levelPadding","levelPadding",Mn],level:"level",parent:"parent"},outputs:{selected:"selected"},features:[he,J],attrs:rF,decls:8,vars:2,consts:[["contentRef",""],["elementRef",""],[3,"class","fragment","queryParams","queryParamsHandling","replaceUrl","routerLink","skipLocationChange","state","tabindex","target"],[3,"class","tabindex","target"],[3,"class","tabindex"],[3,"class"],["qCollapse","",3,"ngStyle","show"],[3,"click","keydown","fragment","queryParams","queryParamsHandling","replaceUrl","routerLink","skipLocationChange","state","tabindex","target"],[3,"ngTemplateOutlet"],[3,"click","keydown","tabindex","target"],[3,"click","keydown","tabindex"],["orientation","horizontal","q-divider","",3,"class"],["orientation","horizontal","q-divider",""],[3,"class","icon","size","templateContext"],[3,"icon","size","templateContext"],[3,"id"],["size","m",3,"icon"],[3,"activeId","childListStyle","collapsed","disableScrollAdjustment","expandStrategy","level","levelPadding","parent","qSideNavigationItem"]],template:function(i,o){if(i&1&&S(0,sF,0,0)(1,cF,3,17,"a",2)(2,dF,3,10,"a",3)(3,hF,3,7,"button",4)(4,mF,4,4,"div",5)(5,bF,3,4,"ng-template",null,0,Ri)(7,CF,3,2,"div",6),i&2){let r;D((r=o.itemType)==="hide-content"?0:r==="internal-link"?1:r==="external-link"?2:r==="button"?3:r==="separator"?4:-1),m(7),D(o.hasChildren?7:-1)}},dependencies:[Xe,un,St,Ar,bc,TI,q2,t],encapsulation:2,changeDetection:0})}return t})(),hee=(()=>{class t{itemService;activeId;childListStyle;collapsed;collapsible;disableScrollAdjustment;expandStrategy="navigation";fullHeight;levelPadding=24;maxWidth="240px";items=[];stickyTopContent;topContent;itemExpanded=new P;itemCollapsed=new P;itemSelected=new P;classes=sM;collapseSeparatorItem={id:"qui-internal-side-nav-collapse-separator",separator:!0};collapseButtonItem=()=>({command:()=>{this.onCollapseClick()},id:"qui-internal-side-nav-collapse-button",label:"Collapse",startIcon:this.collapsed?Ih:Mh});subscriptions;constructor(e){this.itemService=e}ngOnInit(){this.itemService.expandStrategy=this.expandStrategy,this.subscriptions=[this.itemService.focusEventSubject.subscribe(e=>{e.currentIndex<e.nextIndex?this.focusNextItem(e.currentIndex):this.focusPrevItem(e.currentIndex)}),this.itemService.expandEventSubject.subscribe(e=>{e.expanded?this.itemExpanded.emit({index:e.instance.index,item:e.instance.item}):this.itemExpanded.emit({index:e.instance.index,item:e.instance.item})}),this.itemService.selectSubject.subscribe(e=>{this.itemSelected.emit(e)})]}ngOnChanges(e){e.items&&this.itemService.reset(),e.expandStrategy&&(this.itemService.expandStrategy=e.expandStrategy.currentValue)}ngOnDestroy(){this.subscriptions.forEach(e=>e.unsubscribe())}onCollapseClick(){this.collapsed=!this.collapsed}canFocusItem(e){return!e.item.sectionTitle&&!e.item.disabled&&!e.item.separator}canFocusPrevItem(e){return this.canFocusItem(e)&&this.itemService.isItemVisible(e)}focusNextItem(e){if(this.itemService.count===0||e>this.items.length-1,this.itemService.count===0||e>this.itemService.count-1)return;let i=this.itemService.get(e+1);if(i){if(this.canFocusItem(i))return i.focusItem();this.focusNextItem(e+1)}}focusPrevItem(e){if(this.itemService.count===0||e<0)return;let i=this.itemService.get(e-1);if(i){if(this.canFocusPrevItem(i))return i.focusItem();this.focusPrevItem(e-1)}}trackItem(e,i){return`${i.id}-${i.label}-${e}`}static \u0275fac=function(i){return new(i||t)(h(ip))};static \u0275cmp=$({type:t,selectors:[["q-side-navigation"]],inputs:{activeId:"activeId",childListStyle:"childListStyle",collapsed:[2,"collapsed","collapsed",L],collapsible:[2,"collapsible","collapsible",L],disableScrollAdjustment:[2,"disableScrollAdjustment","disableScrollAdjustment",L],expandStrategy:"expandStrategy",fullHeight:[2,"fullHeight","fullHeight",L],levelPadding:[2,"levelPadding","levelPadding",Er],maxWidth:[2,"maxWidth","maxWidth",Jc],items:"items",stickyTopContent:[2,"stickyTopContent","stickyTopContent",L],topContent:"topContent"},outputs:{itemExpanded:"itemExpanded",itemCollapsed:"itemCollapsed",itemSelected:"itemSelected"},features:[we([{provide:ip,useClass:ip}]),he,J],decls:6,vars:8,consts:[[3,"class"],[3,"activeId","childListStyle","collapsed","disableScrollAdjustment","expandStrategy","level","levelPadding","qSideNavigationItem"],[3,"ngTemplateOutlet"],["orientation","horizontal","q-divider","","spacingBefore","12"],[3,"collapsed","qSideNavigationItem"]],template:function(i,o){i&1&&(C(0,"div"),S(1,wF,4,5,"div",0),C(2,"div"),_n(3,MF,1,8,"div",1,o.trackItem,!0),b(),S(5,IF,3,6,"div",0),b()),i&2&&(x(o.classes.root(o.collapsed,o.fullHeight)),nt("max-width",o.maxWidth),m(),D(o.topContent?1:-1),m(),x(o.classes.items()),m(),wn(o.items),m(2),D(o.collapsible?5:-1))},dependencies:[Xe,TI,fq],encapsulation:2,changeDetection:0})}return t})();var pee=(()=>{class t extends wI{injector;idService;idAttr;autofocus;clearable=!0;fullWidth;maxLength;minLength;minWidth="100px";placeholder="";endIcon;endIconSize;startIcon;startIconSize;type="text";keyPressed=new P;qStartIcon;qEndIcon;get style(){return this.fullWidth?{display:"block",width:"100%"}:{}}classes=Qh;fakeClearIconStyle={color:"transparent",userSelect:"none"};EmptyIcon=GN;constructor(e,i,o){super(e,"","q-text-input",i,o),this.injector=e,this.idService=i,this.idAttr=o}clearValue(){!this.disabled&&!this.readonly&&this.onChange("")}onKeyPress(e){this.keyPressed.emit(e)}static \u0275fac=function(i){return new(i||t)(h(Ne),h(ut),dt("id"))};static \u0275cmp=$({type:t,selectors:[["q-text-input"]],contentQueries:function(i,o,r){if(i&1&&(tn(r,nN,7,de),tn(r,iN,7,de)),i&2){let s;me(s=ge())&&(o.qStartIcon=s.first),me(s=ge())&&(o.qEndIcon=s.first)}},hostVars:2,hostBindings:function(i,o){i&2&&du(o.style)},inputs:{autofocus:[2,"autofocus","autofocus",L],clearable:[2,"clearable","clearable",L],fullWidth:[2,"fullWidth","fullWidth",L],maxLength:"maxLength",minLength:"minLength",minWidth:[2,"minWidth","minWidth",Jc],placeholder:"placeholder",endIcon:"endIcon",endIconSize:"endIconSize",startIcon:"startIcon",startIconSize:"startIconSize",type:"type"},outputs:{keyPressed:"keyPressed"},features:[we([{multi:!0,provide:qi,useExisting:tt(()=>t)}]),he,_e],decls:9,vars:30,consts:[["input",""],[3,"class","for","id","label","required","size"],[3,"blur","click","focus"],["data-test-id","q-text-input-start-icon",3,"class"],[3,"blur","focus","input","keydown","autofocus","disabled","id","placeholder","readonly","type","value"],[3,"class"],[3,"error","for","id"],[3,"class","for","hint","id","size"],[3,"for","id","label","required","size"],["data-test-id","q-text-input-start-icon"],[3,"ngTemplateOutlet"],[3,"icon","size"],["data-test-id","q-text-input-error-icon",3,"class","icon","size"],["data-test-id","q-text-input-end-icon",3,"class"],["ariaLabel","Clear",3,"class","disabled","icon","size"],[3,"disabled","icon","ngStyle","size"],["ariaLabel","Clear",3,"click","disabled","icon","size"],["data-test-id","q-text-input-error-icon",3,"icon","size"],["data-test-id","q-text-input-end-icon"],[3,"for","hint","id","size"]],template:function(i,o){if(i&1){let r=fe();C(0,"div"),S(1,SF,1,7,"q-input-label",1),C(2,"div",2),U("blur",function(a){return q(r),V(o.onBlur(a))})("click",function(){q(r);let a=rt(5);return V(a.focus())})("focus",function(a){return q(r),V(o.onFocus(a))}),S(3,TF,3,4,"span",3),C(4,"input",4,0),U("blur",function(a){return q(r),V(o.onBlur(a))})("focus",function(a){return q(r),V(o.onFocus(a))})("input",function(a){return q(r),V(o.onInputChange(a))})("keydown",function(a){return q(r),V(o.onKeyPress(a))}),b(),S(6,FF,4,5,"div",5),b(),j(7,"q-input-error",6),S(8,NF,1,6,"q-input-hint",7),b()}i&2&&(x(o.classes.root(o.fullWidth)),nt("min-width",o.minWidth),m(),D(o.label?1:-1),m(),x(o.formFieldClasses.inputContainer(o.size,o.disabled,o.hasError,!1)),m(),D(o.qStartIcon||o.startIcon?3:-1),m(),x(o.formFieldClasses.input(o.hasError,o.classes.input("text"))),y("autofocus",o.autofocus)("disabled",o.disabled)("id",o.controlledId)("placeholder",o.placeholder)("readonly",o.readonly)("type",o.type)("value",o.value),G("aria-describedby",o.inputAriaDescribedBy)("aria-errormessage",o.inputAriaErrorMessage)("aria-invalid",o.hasError)("aria-labelledby",o.inputAriaLabelledBy)("maxLength",o.maxLength)("minLength",o.minLength),m(2),D(o.qEndIcon||o.endIcon||o.clearable||o.hasError?6:-1),m(),x(o.formFieldClasses.error),y("error",o.error)("for",o.controlledId)("id",o.errorId),m(),D(o.hint?8:-1))},dependencies:[CI,xI,bI,St,Xe,un],encapsulation:2})}return t})(),mq=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[_I,nc,Ge,Ie]})}return t})(),fee=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie,Ge,kh,U2,mq,j2,Ci,ap]})}return t})();var gq=(()=>{class t{class;_class=N("");hostClass=R(()=>Hc.dismissAction(this._class()));X=Hi;ngOnChanges(e){e.class&&this._class.set(this.class)}static \u0275fac=function(i){return new(i||t)};static \u0275cmp=$({type:t,selectors:[["","q-tab-dismiss-action",""]],hostVars:1,hostBindings:function(i,o){i&2&&G("class",o.hostClass())},inputs:{class:"class"},features:[J],attrs:qF,decls:1,vars:1,consts:[["size","xs",3,"icon"]],template:function(i,o){i&1&&j(0,"q-icon",0),i&2&&y("icon",o.X)},dependencies:[St],encapsulation:2})}return t})(),Po=(()=>{class t{accent=N("primary");alignment=N("start");animateBar=N(!0);focusedIndex=N(-1);dismissable=N(!1);fullWidth=N(!0);fullHeight=N(!1);id=N("");lazyMode=N("off");manual=N(!1);orientation=N("horizontal");size=N("m");index;onTabDismissed;isSelected(e){return e===this.index.get()}iconSize=R(()=>Oo.getIconSize(this.size()));panelIds=N({});tabIds=N({});static \u0275fac=function(i){return new(i||t)};static \u0275prov=E({token:t,factory:t.\u0275fac})}return t})(),yq=(()=>{class t{context;descendantsManager;hostClass=Pt("attr.class",R(()=>Js.horizontalBar(this.context.alignment())));leftStyle=Pt("style.left",R(()=>this.style().left));rightStyle=Pt("style.right",R(()=>this.style().right));transitionDurationStyle=Pt("style.transition-duration",R(()=>this.transitionDuration()));widthStyle=Pt("style.width",R(()=>this.style().width));style=R(()=>(this.descendantsManager.subscribe(),Oo.getHorizontalBarStyle(this.context.alignment(),this.descendantsManager.first()?.node.getBoundingClientRect(),this.descendantsManager.item(this.context.index.get()??-1)?.node.getBoundingClientRect(),this.descendantsManager.last()?.node.getBoundingClientRect())));transitionDuration=N("0ms");constructor(e,i){this.context=e,this.descendantsManager=i}ngAfterViewInit(){setTimeout(()=>{this.transitionDuration.set(this.context.animateBar()?"161ms":"0ms")},10)}static \u0275fac=function(i){return new(i||t)(h(Po),h(Ht))};static \u0275dir=Y({type:t,selectors:[["","q-tab-horizontal-bar",""]],hostVars:1,hostBindings:function(i,o){i&2&&G("data-test-id","tab-bar")}})}return t})(),vq=(()=>{class t{context;descendantsManager;hostClass=Pt("attr.class",R(()=>Js.verticalBar(this.context.alignment())));heightStyle=Pt("style.height",R(()=>this.style().height));transitionDurationStyle=Pt("style.transition-duration",R(()=>this.transitionDuration()));topStyle=Pt("style.top",R(()=>this.style().top));style=R(()=>(this.descendantsManager.subscribe(),Oo.getVerticalBarStyle(this.descendantsManager.first()?.node.getBoundingClientRect(),this.descendantsManager.item(this.context.index.get()??-1)?.node.getBoundingClientRect())));transitionDuration=N("0ms");constructor(e,i){this.context=e,this.descendantsManager=i}ngAfterViewInit(){setTimeout(()=>{this.transitionDuration.set(this.context.animateBar()?"161ms":"0ms")},10)}static \u0275fac=function(i){return new(i||t)(h(Po),h(Ht))};static \u0275dir=Y({type:t,selectors:[["","q-tab-vertical-bar",""]],hostVars:1,hostBindings:function(i,o){i&2&&G("data-test-id","tab-bar")}})}return t})(),XM=(()=>{class t{elementRef;descendantsManager;context;idService;idAttr;class=z();disabled=z(!1,{transform:L});dismissable=z(void 0,{transform:L});dismissAriaLabel=z("Close Tab");endIcon=z();hideSeparator=z(!1,{transform:L});id=z();readonly=z(!1,{transform:L});role=z("tab");startIcon=z();hostAriaSelected=R(()=>this.index()===this.context.index.get());hostId=R(()=>{let e=this.index(),i=this.id(),o=this.idService.useId("q-tab",i,this.idAttr);return Te(()=>{e>-1&&this.context.tabIds.update(r=>K(k({},r),{[e]:o}))}),o});hostTabIndex=R(()=>{let e=this.index();return this.context.isSelected(e)?0:-1});startIconContent=Pa(de,{read:de});endIconContent=Pa(de,{read:de});hostClass=R(()=>Hc.root(this.disabled(),this.isSelected(),this.context.accent(),this.context.orientation(),this.context.size(),this.class()));hostStyle=Pt("style.margin-right.px",R(()=>{let e=this.context.size();if(!this.showSeparator())return 0;switch(e){case"l":return 24;case"m":return 20;case"s":return 16}}));onFocus(e){if(this.disabled())return;this.context.focusedIndex.set(this.index()),!this.context.manual()&&this.context.index.set(this.index(),{event:e,reason:"select"})}onClick(e){this.context.manual()&&this.context.index.set(this.index(),{event:e,reason:"select"})}classes=sp(Hc);isDismissable=R(()=>{let e=this.dismissable(),i=this.context.dismissable();return Xs(e)?e:i});isSelected=R(()=>{let e=this.context.index.get(),i=this.index();return e===i});showSeparator=R(()=>{let e=this.hideSeparator(),i=this.context.orientation(),o=this.context.accent(),r=this.index();return!e&&Oo.getShowTabSeparator(i,o,r===this.descendantsManager.last()?.index,!1,!0)});index=R(()=>(this.descendantsManager.subscribe(),this.descendantsManager.indexOf(this.element)));constructor(e,i,o,r,s){this.elementRef=e,this.descendantsManager=i,this.context=o,this.idService=r,this.idAttr=s}ngOnChanges(e){e.disabled&&this.disabled()&&this.index()>-1}ngAfterViewInit(){setTimeout(()=>this.descendantsManager.emit())}ngOnDestroy(){this.destroyTab()}get element(){return this.elementRef.nativeElement}onDismissMouseDown(e){e.stopPropagation(),e.preventDefault()}onTabDismissed(e){this.context.onTabDismissed(e,this.index())}destroyTab(){let e=this.index(),i=this.descendantsManager.values().findIndex(r=>r.node?.getAttribute("aria-selected")==="true");if(this.descendantsManager.item(i+1)?.disabled){let r=this.descendantsManager.prevEnabled(e,!1)?.index,s=(this.descendantsManager.nextEnabled(e,!1)?.index??-1)-1;this.context.index.set(r??s??-1,{reason:"reset"})}else if(e===this.descendantsManager.count()-1&&i===e){let r=this.descendantsManager.firstEnabled();this.context.index.set(r?.index??-1,{reason:"reset"})}}static \u0275fac=function(i){return new(i||t)(h(te),h(Ht),h(Po),h(ut),dt("id"))};static \u0275cmp=$({type:t,selectors:[["","q-tab",""]],contentQueries:function(i,o,r){i&1&&(rr(r,o.startIconContent,de,5,de),rr(r,o.endIconContent,de,5,de)),i&2&&fi(2)},hostVars:7,hostBindings:function(i,o){i&1&&U("focus",function(s){return o.onFocus(s)})("click",function(s){return o.onClick(s)}),i&2&&G("aria-selected",o.hostAriaSelected())("class",o.hostClass())("disabled",o.disabled()||null)("id",o.hostId())("inert",o.disabled()||null)("role",o.role())("tabIndex",o.hostTabIndex())},inputs:{class:[1,"class"],disabled:[1,"disabled"],dismissable:[1,"dismissable"],dismissAriaLabel:[1,"dismissAriaLabel"],endIcon:[1,"endIcon"],hideSeparator:[1,"hideSeparator"],id:[1,"id"],readonly:[1,"readonly"],role:[1,"role"],startIcon:[1,"startIcon"]},features:[J],attrs:VF,ngContentSelectors:It,decls:4,vars:3,consts:[[3,"class","icon","size"],["q-tab-dismiss-action",""],[3,"icon","size"],["q-tab-dismiss-action","",3,"click","mousedown"]],template:function(i,o){i&1&&(qe(),S(0,jF,1,4,"q-icon-or-template",0),Ee(1),S(2,zF,1,4,"q-icon-or-template",0)(3,BF,1,1,"div",1)),i&2&&(D(o.startIcon()?0:-1),m(2),D(o.endIcon()?2:-1),m(),D(o.isDismissable()?3:-1))},dependencies:[Ar,gq],encapsulation:2})}return t})(),mee=(()=>{class t{context;descendantsManager;elementRef;class=z();role=z("tablist");hostClass=R(()=>Js.nav(this.context.orientation(),this.context.fullHeight(),this.context.alignment(),this.class()));onKeyDown(e){let i=this.context.orientation()==="vertical",o=this.context.orientation()==="horizontal",s={ArrowDown:()=>i&&this.goToNextTab(),ArrowLeft:()=>o&&this.goToPreviousTab(),ArrowRight:()=>o&&this.goToNextTab(),ArrowUp:()=>i&&this.goToPreviousTab(),End:()=>this.goToLastTab(),Home:()=>this.goToFirstTab()}[e.key];s&&(e.preventDefault(),s(e))}tabs=Gm(XM,{descendants:!0});constructor(e,i,o){this.context=e,this.descendantsManager=i,this.elementRef=o,Lt(()=>{let r=this.tabs();this.descendantsManager.count()&&this.descendantsManager.destroy(),r.forEach(s=>{this.descendantsManager.register(s.element),s.disabled()&&this.descendantsManager.disableItem(s.element)}),this.checkIndex()})}get element(){return this.elementRef.nativeElement}goToNextTab(){this.descendantsManager.nextEnabled(this.context.focusedIndex())?.node?.focus()}goToPreviousTab(){this.descendantsManager.prevEnabled(this.context.focusedIndex())?.node?.focus()}goToFirstTab(){this.descendantsManager.firstEnabled()?.node?.focus()}goToLastTab(){this.descendantsManager.lastEnabled()?.node?.focus()}checkIndex(){let e=this.context.index.get()??-1;if(e<0)return;let i=this.tabs();i.length<=e&&this.context.index.set(i.length-1,{reason:"reset"}),this.descendantsManager.item(e)?.disabled&&this.context.index.set(this.descendantsManager.firstEnabled()?.index??-1,{reason:"reset"})}static \u0275fac=function(i){return new(i||t)(h(Po),h(Ht),h(te))};static \u0275cmp=$({type:t,selectors:[["","q-tab-list",""]],contentQueries:function(i,o,r){i&1&&rr(r,o.tabs,XM,5),i&2&&fi()},hostVars:2,hostBindings:function(i,o){i&1&&U("keydown",function(s){return o.onKeyDown(s)}),i&2&&G("class",o.hostClass())("role",o.role())},inputs:{class:[1,"class"],role:[1,"role"]},features:[we([Ht])],attrs:HF,ngContentSelectors:It,decls:3,vars:2,consts:[["q-tab-vertical-bar",""],["q-tab-horizontal-bar",""]],template:function(i,o){i&1&&(qe(),S(0,UF,1,0,"div",0),Ee(1),S(2,QF,1,0,"div",1)),i&2&&(D(o.context.orientation()==="vertical"?0:-1),m(2),D(o.context.orientation()==="horizontal"?2:-1))},dependencies:[vq,yq],encapsulation:2})}return t})(),YM=(()=>{class t{elementRef;descendantsManager;context;idService;idAttr;class=z();id=z();role=z("tabpanel");hostClass=R(()=>{let e=this.context.isSelected(this.index());return Hc.content(this.context.fullWidth(),!e,this.class())});hostAriaLabelledby=R(()=>this.context.tabIds()[this.index()]??null);hostId=R(()=>{let e=this.index(),i=this.idService.useId("q-tab-panel",this.id(),this.idAttr);return Te(()=>{e>-1&&this.context.panelIds.update(o=>K(k({},o),{[e]:i}))}),i});onKeyDown(e){e.shiftKey&&e.currentTarget===this.element&&e.target===this.element?.firstChild&&(e.preventDefault(),e.stopPropagation(),this.descendantsManager.item(this.context.index.get())?.node?.focus?.())}hasBeenSelected=N(!1);index=R(()=>(this.descendantsManager.subscribe(),this.descendantsManager.indexOf(this.element)));shouldRenderChildren=R(()=>Jw({isSelected:this.context.isSelected(this.index()),mode:this.context.lazyMode(),wasSelected:this.hasBeenSelected()}));constructor(e,i,o,r,s){this.elementRef=e,this.descendantsManager=i,this.context=o,this.idService=r,this.idAttr=s,Lt(()=>{this.context.isSelected(this.index())&&Te(()=>{this.hasBeenSelected.set(!0)})})}get element(){return this.elementRef.nativeElement}static \u0275fac=function(i){return new(i||t)(h(te),h(Ht),h(Po),h(ut),dt("id"))};static \u0275cmp=$({type:t,selectors:[["","q-tab-panel",""]],hostVars:5,hostBindings:function(i,o){i&1&&U("keydown.tab",function(s){return o.onKeyDown(s)}),i&2&&G("aria-labelledby",o.hostAriaLabelledby())("class",o.hostClass())("id",o.hostId())("role",o.role())("tabindex",0)},inputs:{class:[1,"class"],id:[1,"id"],role:[1,"role"]},attrs:$F,ngContentSelectors:It,decls:1,vars:1,template:function(i,o){i&1&&(qe(),S(0,WF,1,0)),i&2&&D(o.shouldRenderChildren()?0:-1)},encapsulation:2})}return t})(),gee=(()=>{class t{context;descendantsManager;class=z();hostClass=Pt("attr.class",R(()=>Js.panel(this.context.orientation(),this.context.alignment(),this.context.fullWidth(),this.class())));panels=Gm(YM,{descendants:!0});constructor(e,i){this.context=e,this.descendantsManager=i,Lt(()=>{let o=this.panels();this.descendantsManager.count()&&this.descendantsManager.destroy(),o.forEach(r=>{this.descendantsManager.register(r.element)})})}static \u0275fac=function(i){return new(i||t)(h(Po),h(Ht))};static \u0275dir=Y({type:t,selectors:[["","q-tab-panels",""]],contentQueries:function(i,o,r){i&1&&rr(r,o.panels,YM,5),i&2&&fi()},inputs:{class:[1,"class"]},features:[we([Ht])]})}return t})(),P2=class{onChange;name;state;get controlled(){return this._controlled.asReadonly()}_controlled=N(!1);value=N(void 0);controlledValue=N(void 0);initialized=!1;constructor(n,e,i,o,r){this.onChange=i,this.name=o,this.state=r,this._controlled.set(Xs(n)),this.controlledValue.set(n),this.value.set(e)}set(n,e){this._controlled()||Te(()=>this.value.set(n)),this.onChange.emit(K(k({},e),{index:n}))}get=R(()=>{let n=this.controlledValue(),e=this.value();return n??e});emitWarning(){console.error([`QUI: A component is changing the ${this.controlled()?"":"un"}controlled ${this.state} state of ${this.name} to be ${this.controlled()?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${this.name} element for the lifetime of the component.`,"The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`."].join(`
|
|
19
|
-
`))}handleOnChange(n){if(!n)return;!this.controlled()&&Xs(n.currentValue)&&!n.isFirstChange()&&this.emitWarning();let e=n.currentValue;this.controlledValue.set(e),this.value.set(e)}},yee=(()=>{class t{context;idService;idAttr;accent=z("primary");activeIndex=z();alignment=z("start");animateBar=z(!0,{transform:L});class=z();closedTabs=z();defaultIndex=z();fullHeight=z(!1,{transform:L});fullWidth=z(!0,{transform:L});id=z();lazyMode=z("off");manual=z(!1,{transform:L});orientation=z("horizontal");size=z("m");activeIndexChanged=new P;tabDismissed=new P;hostClass=Pt("attr.class",R(()=>Js.root(this.context.orientation(),this.context.fullHeight(),this.context.alignment(),this.context.fullWidth(),this.class())));initialized=!1;constructor(e,i,o){this.context=e,this.idService=i,this.idAttr=o}ngOnInit(){this.initialized||(this.initControlledState(),this.initialized=!0)}ngOnChanges(e){this.initialized||(this.initControlledState(),this.initialized=!0),e.accent&&this.context.accent.set(this.accent()),e.activeIndex&&this.context.index.handleOnChange(e.activeIndex),e.alignment&&this.context.alignment.set(this.alignment()),e.animateBar&&this.context.animateBar.set(this.animateBar()),e.fullHeight&&this.context.fullHeight.set(this.fullHeight()),e.fullWidth&&this.context.fullWidth.set(this.fullWidth()),e.id&&this.context.id.set(this.idService.useId("q-tabs",this.id(),this.idAttr)),e.lazyMode&&this.context.lazyMode.set(this.lazyMode()),e.manual&&this.context.manual.set(this.manual()),e.orientation&&this.context.orientation.set(this.orientation()),e.size&&this.context.size.set(this.size())}initControlledState(){this.context.index=new P2(this.activeIndex(),this.defaultIndex()??0,this.activeIndexChanged,"q-tabs","index"),this.context.onTabDismissed=(e,i)=>{this.tabDismissed.emit({event:e,index:i})},this.context.focusedIndex.set(this.defaultIndex()??this.activeIndex()??0)}static \u0275fac=function(i){return new(i||t)(h(Po),h(ut),dt("id"))};static \u0275dir=Y({type:t,selectors:[["","q-tabs",""]],inputs:{accent:[1,"accent"],activeIndex:[1,"activeIndex"],alignment:[1,"alignment"],animateBar:[1,"animateBar"],class:[1,"class"],closedTabs:[1,"closedTabs"],defaultIndex:[1,"defaultIndex"],fullHeight:[1,"fullHeight"],fullWidth:[1,"fullWidth"],id:[1,"id"],lazyMode:[1,"lazyMode"],manual:[1,"manual"],orientation:[1,"orientation"],size:[1,"size"]},outputs:{activeIndexChanged:"activeIndexChanged",tabDismissed:"tabDismissed"},features:[we([Po]),J]})}return t})();var vee=(()=>{class t{static \u0275fac=function(i){return new(i||t)};static \u0275mod=H({type:t});static \u0275inj=B({imports:[Ie,Ge,Ci,Xc]})}return t})();var Lr=function(t){return t.QAIRT_VIZ_THEME="qairt-viz-theme",t.PREFER_DARK_MODE_MEDIA_QUERY="(prefers-color-scheme: dark)",t}(Lr||{}),ze=function(t){return t.DARK="dark",t.LIGHT="light",t.SYSTEM="system",t}(ze||{});var VI=(()=>{class t{constructor(){this.eventListeners=new Map,this.MESSAGE="message",this.iframes=new Set}setIframe(e){this.iframes.has(e.id)||(window.addEventListener(this.MESSAGE,this.handleMessage.bind(this,e)),this.iframes.add(e.id))}removeEventListener(e,i,o){let r=this.getEventListenerKey(e,o),s=this.eventListeners.get(r);if(s){let a=s.indexOf(i);a!==-1&&s.splice(a,1)}}addEventListener(e,i,o){let r=this.getEventListenerKey(e,o),s=this.eventListeners.get(r)??[];s.includes(i)||(s.push(i),this.eventListeners.set(r,s))}sendMessage(e,i){i&&i.contentWindow.postMessage(e,window.location.origin)}handleMessage(e,i){let o=i.data.event,r=this.getEventListenerKey(o,e);if(e.id!==i.data.iframeId)return;let s=this.eventListeners.get(r);s&&s.forEach(a=>a(i.data))}getEventListenerKey(e,i){return`${e}_${i?.id}`}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();var jI=(()=>{class t{constructor(e){this.iframeCommunicationService=e,this.eventSubject=new X,this.eventData$=this.eventSubject.asObservable(),this.eventListenerControl=i=>this.eventSubject.next(i)}registerEvent(e,i){this.iframeCommunicationService.addEventListener(e,this.eventListenerControl,i)}removeEvent(e,i){this.iframeCommunicationService.removeEventListener(e,this.eventListenerControl,i)}initializeIframe(e){this.iframeCommunicationService.setIframe(e)}triggerEvent(e,i,o){let r={event:e,data:i};this.iframeCommunicationService.sendMessage(r,o)}static{this.\u0275fac=function(i){return new(i||t)(I(VI))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();var zI=(()=>{class t{constructor(e,i){this.dataHandlerService=e,this.darkModeService=i,this._theme$=new Ye(ze.DARK),this.handleThemeChange=r=>this.setSystemMode(r),this.initializeApplicationTheme(),window.matchMedia(Lr.PREFER_DARK_MODE_MEDIA_QUERY).addEventListener("change",this.handleThemeChange),this.theme$=this._theme$.asObservable()}initializeApplicationTheme(){let e=this.getLocalStorageTheme();e||(this.setLocalStorageTheme(ze.SYSTEM),e=ze.SYSTEM),this.currentTheme=e;let i;e===ze.SYSTEM?i=this.getSystemDarkOrLightMode():i=e,this.applyTheme(i),this._theme$.next(i)}setSystemMode(e){if(this.currentTheme===ze.SYSTEM){e.matches?this.darkModeService.enable():this.darkModeService.disable();let i=e.matches?ze.DARK:ze.LIGHT;this._theme$.next(i)}}applyTheme(e){e===ze.DARK?this.darkModeService.enable():this.darkModeService.disable()}changeTheme(e){let i;e===ze.SYSTEM?i=this.getSystemDarkOrLightMode():i=e===ze.DARK?ze.DARK:ze.LIGHT,this.applyTheme(i),this.currentTheme=e,this._theme$.next(i),this.setLocalStorageTheme(e)}getThemeListenerForIframe$(e,i){return this.theme$.pipe(et(o=>this.dataHandlerService.triggerEvent(e,o,i)))}getSystemDarkOrLightMode(){return window.matchMedia?window.matchMedia(Lr.PREFER_DARK_MODE_MEDIA_QUERY).matches?ze.DARK:ze.LIGHT:ze.DARK}setLocalStorageTheme(e){localStorage.setItem(Lr.QAIRT_VIZ_THEME,JSON.stringify(e))}getLocalStorageTheme(){return JSON.parse(localStorage.getItem(Lr.QAIRT_VIZ_THEME))}ngOnDestroy(){window.matchMedia(Lr.PREFER_DARK_MODE_MEDIA_QUERY).removeEventListener("change",this.handleThemeChange,!0)}static{this.\u0275fac=function(i){return new(i||t)(I(jI),I(sI))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();var BI={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor","stroke-width":2,"stroke-linecap":"round","stroke-linejoin":"round"};var HI=([t,n,e])=>{let i=document.createElementNS("http://www.w3.org/2000/svg",t);return Object.keys(n).forEach(o=>{i.setAttribute(o,String(n[o]))}),e?.length&&e.forEach(o=>{let r=HI(o);i.appendChild(r)}),i},Cq=(t,n={})=>{let e="svg",i=k(k({},BI),n);return HI([e,i,t])};var _q=[["path",{d:"M15 3h6v6"}],["path",{d:"m21 3-7 7"}],["path",{d:"m3 21 7-7"}],["path",{d:"M9 21H3v-6"}]];var wq=[["path",{d:"m14 10 7-7"}],["path",{d:"M20 10h-6V4"}],["path",{d:"m3 21 7-7"}],["path",{d:"M4 14h6v6"}]];var $2=[["path",{d:"M4 16a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v3a1 1 0 0 0 1 1h3a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2v-3a1 1 0 0 0-1-1z"}]];var UI=(()=>{class t{constructor(){this.alertCircle=Y0,this.alertOctagon=wh,this.alertTriangle=gr,this.alignLeft=u_,this.arrowLeft=m_,this.arrowLeftRight=f_,this.arrowRight=g_,this.arrowDown=p_,this.arrowDownUp=h_,this.arrowUp=y_,this.arrowUpRightSquare=_w,this.barChart=b_,this.barChart3=k_,this.box=__,this.book=C_,this.bookOpen=x_,this.brainCircuit=w_,this.check=Bi,this.checkCircle2=I_,this.chevronDown=vi,this.chevronRight=Tc,this.chevronUp=M_,this.clipboard=T_,this.circle=D_,this.clock3=E_,this.copy=J0,this.cpu=O_,this.database=R_,this.download=P_,this.downloadCloud=A_,this.editIcon=Mw,this.edit2=Sh,this.ellipsisVertical=Ch,this.filePlus2=q_,this.fileCheck2=t2,this.files=z_,this.fileBarChart=F_,this.fileCheckIcon=t2,this.fileClock=N_,this.fileSearch=V_,this.fileText=j_,this.folder=Q_,this.folderArchive=B_,this.folderDown=H_,this.folderOpen=U_,this.gitFork=W_,this.helpCircle=S_,this.home=G_,this.import=Z_,this.info=Ec,this.layers=X_,this.layers2=K_,this.list=J_,this.locate=tw,this.locateFixed=ew,this.login=nw,this.logout=iw,this.lucideGauge=$_,this.minus=_h,this.maximize2=ow,this.minimize2=rw,this.moreVertical=Ch,this.moon=sw,this.moveDiagonal=aw,this.network=cw,this.packageCheck=lw,this.pen=Sh,this.play=dw,this.plus=uw,this.refreshCcw=hw,this.scaling=pw,this.scrollText=fw,this.search=mw,this.server=yw,this.serverOff=gw,this.settings=kw,this.shrink=bw,this.slider=xw,this.settings2=vw,this.sidebarClose=Mh,this.sidebarOpen=Ih,this.square=Iw,this.squareArrowOutDownLeftIcon=Cw,this.squareDashedMousePointer=ww,this.squaresUnite=$2,this.sun=Dw,this.sunMoon=Sw,this.trash=Tw,this.upload=Ew,this.uploadCloud=L_,this.user=Aw,this.x=Hi,this.zoomIn=Lw,this.zoomOut=Ow}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();var Iq=["menu"],Hee=(()=>{class t{constructor(e,i,o,r){this.fb=e,this.translateService=i,this.customThemeService=o,this.iconService=r,this.destroy$=new X,this.selectedTheme=this.fb.group({themes:[ze.SYSTEM,Is.required]}),this.menuItems=[]}ngOnInit(){this.themeIcon=this.getThemeIcon(this.customThemeService.currentTheme),this.menuItems=this.getThemeMenuItems(this.customThemeService.currentTheme,this.iconService.check)}toggleThemeMenu(){this.menu.toggle()}switchTheme(e){e!==this.customThemeService.currentTheme&&(this.customThemeService.changeTheme(e),this.menuItems=this.getThemeMenuItems(e,this.iconService.check),this.themeIcon=this.getThemeIcon(this.customThemeService.currentTheme))}getThemeIcon(e){switch(e){case ze.DARK:return this.iconService.moon;case ze.LIGHT:return this.iconService.sun;case ze.SYSTEM:return this.iconService.sunMoon}}getThemeMenuItems(e,i){return[{label:this.translateService.instant("THEMES.DARK"),command:()=>this.switchTheme(ze.DARK),endIcon:e===ze.DARK?i:void 0},{label:this.translateService.instant("THEMES.LIGHT"),command:()=>this.switchTheme(ze.LIGHT),endIcon:e===ze.LIGHT?i:void 0},{label:this.translateService.instant("THEMES.SYSTEM"),command:()=>this.switchTheme(ze.SYSTEM),endIcon:e===ze.SYSTEM?i:void 0}]}ngOnDestroy(){this.destroy$.next(!0),this.destroy$.unsubscribe()}static{this.\u0275fac=function(i){return new(i||t)(h(iC),h(zi),h(zI),h(UI))}}static{this.\u0275cmp=$({type:t,selectors:[["app-theme-toggle-icon"]],viewQuery:function(i,o){if(i&1&&Re(Iq,5),i&2){let r;me(r=ge())&&(o.menu=r.first)}},standalone:!0,features:[it],decls:3,vars:2,consts:[["menu",""],["appendTo","portal",3,"items"],[3,"click","icon"]],template:function(i,o){if(i&1){let r=fe();j(0,"q-menu",1,0),C(2,"q-icon-button",2),U("click",function(a){q(r);let c=rt(1);return V(c.toggle(a))}),b()}i&2&&(y("items",o.menuItems),m(2),y("icon",o.themeIcon))},dependencies:[Io,nc,qI,l_,Ge,vI,Ci,il,dp,lp],styles:[".theme-option-container[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:.75rem}"]})}}return t})();var up=function(t){return t.NEUTRAL="informative",t.INFORMATION="information",t.POSITIVE="positive",t.WARNING="warning",t.ERROR="negative",t}(up||{});var Wee=(()=>{class t{constructor(e,i,o){this.translateService=e,this.notificationService=i,this.zone=o,this.isRunningElectron()&&this.on("toast-message",r=>{let{message:s,messageVariables:a,color:c}=r;this.zone.run(()=>{this.notificationService.notify({label:this.translateService.instant(s,a),color:c})})})}isRunningElectron(){return!!(window&&window.electronAPI)}send(e,...i){window.electronAPI.send(e,...i)}sendAndReceive(e,i){return window.electronAPI.sendAndReceive(e,i)}sendAndReceiveWithArgs(e,i,...o){return window.electronAPI.sendAndReceive(e,i,...o)}on(e,i){window.electronAPI.on(e,i)}registerEventHandler(e,i,o=!1){if(!o&&this.events.includes(e))throw new Error(`Unable to register handler name ${e} - it has already been registered`);this.on(e,i)}removeEventHandler(e,i){window.electronAPI.removeListener(e,i)}get events(){return window.electronAPI.getEventNames()}createStreamingFileFromPath(e){return ht(this,null,function*(){try{let{filename:i,fileType:o,lastModified:r,size:s}=yield window.electronAPI.getFileMetadata(e),a=10*1024*1024*10,c=0,l=[];for(;c<s;){let u=yield window.electronAPI.readFileChunk(e,c,a);l.push(new Uint8Array(u)),c+=u.byteLength}let d=new Blob(l,{type:o});return new File([d],i,{type:o,lastModified:r})}catch(i){throw this.notificationService.notify({color:up.ERROR,label:this.translateService.instant("UNABLE_TO_OPEN",{filePath:e})}),i}})}runPythonFile(e,...i){return ht(this,null,function*(){if(!this.isRunningElectron())throw new Error(`Cannot run Python script ${e} - Electron is not currently running!`);try{return yield window.electronAPI.runPythonFile(e,i)}catch(o){throw this.notificationService.notify({color:up.ERROR,label:this.translateService.instant("script.error.getOpTensorMappings"),autoHide:!1}),o}})}static{this.\u0275fac=function(i){return new(i||t)(I(zi),I(rl),I(ie))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();var Kee=(()=>{class t{constructor(e){this.translate=e,this.changeLanguage=i=>this.translate.use(i),this.instant=(i,o)=>this.translate.instant(i,o)}get translateService(){return this.translate}joinAndTranslate(e){return this.translate.instant(e.map(i=>i.toUpperCase()).join("."))}static{this.\u0275fac=function(i){return new(i||t)(I(zi))}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();var Yee=(()=>{class t{constructor(){this.DOCS_PATH="assets/docs/html/content/",this.OVERVIEW_PATH=this.DOCS_PATH+"overview.html",this.WIKI_WINDOW_PROPERTIES="width=1200,height=714,resizable=1"}openDocs(e){switch(e){case"":break;default:throw new Error(`Docs type '${e}' does not have a specific handler`)}}openDocsWindow(e){window.open(e,void 0,this.WIKI_WINDOW_PROPERTIES)}static{this.\u0275fac=function(i){return new(i||t)}}static{this.\u0275prov=E({token:t,factory:t.\u0275fac,providedIn:"root"})}}return t})();export{Le as a,ae as b,X as c,Ye as d,zr as e,ti as f,Op as g,Nt as h,Fe as i,W as j,Dt as k,p4 as l,f4 as m,ne as n,zo as o,Bo as p,pa as q,to as r,Ho as s,T4 as t,Pp as u,Oe as v,_i as w,gn as x,Je as y,Vg as z,wi as A,Wl as B,Wr as C,ma as D,yn as E,ot as F,L4 as G,He as H,et as I,O4 as J,Q as K,tt as L,E as M,B as N,O,I as P,M as Q,$ as R,H as S,Y as T,CS as U,jt as V,J as W,q as X,V as Y,Mm as Z,wt as _,dt as $,Ne as aa,P as ba,ie as ca,Xd as da,z as ea,te as fa,Yd as ga,eW as ha,m as ia,h as ja,de as ka,as as la,ho as ma,Qe as na,At as oa,pi as pa,N as qa,_e as ra,V5 as sa,he as ta,S as ua,Z5 as va,Cn as wa,G as xa,y as ya,nt as za,en as Aa,x as Ba,D as Ca,Km as Da,xT as Ea,_n as Fa,wn as Ga,C as Ha,b as Ia,j as Ja,Fa as Ka,Na as La,Hn as Ma,fe as Na,uu as Oa,U as Pa,f as Qa,qe as Ra,Ee as Sa,RT as Ta,pb as Ua,tn as Va,Re as Wa,me as Xa,ge as Ya,rt as Za,Ve as _a,hu as $a,je as ab,NT as bb,Ym as cb,fb as db,Jm as eb,we as fb,it as gb,HT as hb,qa as ib,e1 as jb,oW as kb,rW as lb,sW as mb,aW as nb,Ri as ob,gu as pb,Pi as qb,ke as rb,za as sb,L as tb,Mn as ub,R as vb,Te as wb,Lt as xb,cW as yb,Me as zb,vo as Ab,Rb as Bb,Pb as Cb,k6 as Db,b6 as Eb,un as Fb,Xe as Gb,TW as Hb,EW as Ib,Ie as Jb,nn as Kb,yE as Lb,A1 as Mb,mG as Nb,Un as Ob,gt as Pb,vs as Qb,nx as Rb,ix as Sb,bE as Tb,Co as Ub,ox as Vb,xs as Wb,Cs as Xb,U1 as Yb,Tx as Zb,_o as _b,Q1 as $b,Dx as ac,aC as bc,LK as cc,oc as dc,Ds as ec,r0 as fc,s0 as gc,OK as hc,ic,RK as jc,Au as kc,_E as lc,lx as mc,q1 as nc,fx as oc,V1 as pc,j1 as qc,gx as rc,oZ as sc,Mu as tc,O6 as uc,HW as vc,$n as wc,wx as xc,LZ as yc,hr as zc,PK as Ac,FK as Bc,yt as Cc,cC as Dc,lC as Ec,NK as Fc,Wb as Gc,uG as Hc,hG as Ic,Is as Jc,X1 as Kc,iK as Lc,Hu as Mc,Ms as Nc,Ju as Oc,rK as Pc,tC as Qc,U8 as Rc,$8 as Sc,iC as Tc,Io as Uc,nc as Vc,hK as Wc,a0 as Xc,uA as Yc,hA as Zc,rX as _c,Fs as $c,fn as ad,Do as bd,BA as cd,mn as dd,bc as ed,_X as fd,wX as gd,MX as hd,kh as id,zs as jd,zi as kd,FX as ld,l_ as md,h_ as nd,p_ as od,g_ as pd,y_ as qd,UX as rd,b_ as sd,__ as td,w_ as ud,Bi as vd,vi as wd,Tc as xd,M_ as yd,QX as zd,$X as Ad,I_ as Bd,S_ as Cd,L_ as Dd,J0 as Ed,P_ as Fd,Ch as Gd,WX as Hd,GX as Id,ZX as Jd,KX as Kd,q_ as Ld,XX as Md,z_ as Nd,Q_ as Od,$_ as Pd,W_ as Qd,G_ as Rd,Z_ as Sd,Ec as Td,X_ as Ud,J_ as Vd,ew as Wd,tw as Xd,ow as Yd,rw as Zd,_h as _d,cw as $d,Mh as ae,Ih as be,Sh as ce,uw as de,pw as ee,mw as fe,gw as ge,yw as he,vw as ie,Iw as je,YX as ke,Tw as le,gr as me,Hi as ne,Lw as oe,Ow as pe,JX as qe,h2 as re,iY as se,k9 as te,b9 as ue,sI as ve,St as we,kN as xe,bN as ye,Ge as ze,GJ as Ae,ZJ as Be,j2 as Ce,il as De,fI as Ee,Ci as Fe,H2 as Ge,KJ as He,XJ as Ie,vI as Je,YJ as Ke,qN as Le,BN as Me,HN as Ne,UN as Oe,SI as Pe,QN as Qe,U2 as Re,lp as Se,dp as Te,eee as Ue,tee as Ve,nee as We,iee as Xe,oee as Ye,ree as Ze,rl as _e,oq as $e,aq as af,KM as bf,lq as cf,see as df,aee as ef,cee as ff,lee as gf,dee as hf,pq as if,uee as jf,qI as kf,hee as lf,pee as mf,mq as nf,fee as of,XM as pf,mee as qf,YM as rf,gee as sf,yee as tf,vee as uf,up as vf,Wee as wf,Kee as xf,VI as yf,jI as zf,Cq as Af,_q as Bf,wq as Cf,UI as Df,Yee as Ef,zI as Ff,Hee as Gf};
|