drizzle-cube 0.4.29 → 0.4.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adapters/anthropic-BIva8k1r.cjs +1 -0
- package/dist/adapters/anthropic-B_rg0BhK.js +140 -0
- package/dist/adapters/dist-Boc63-1q.cjs +2 -0
- package/dist/adapters/dist-De5fzUEM.js +581 -0
- package/dist/adapters/express/index.cjs +2 -10
- package/dist/adapters/express/index.js +232 -342
- package/dist/adapters/fastify/index.cjs +2 -10
- package/dist/adapters/fastify/index.js +275 -424
- package/dist/adapters/google-CT4kgmBf.js +154 -0
- package/dist/adapters/google-Dgo9-Kb5.cjs +2 -0
- package/dist/adapters/handler-B8vuFQYP.cjs +25 -0
- package/dist/adapters/handler-D-2-6uLM.js +2951 -0
- package/dist/adapters/hono/index.cjs +2 -10
- package/dist/adapters/hono/index.js +307 -402
- package/dist/adapters/mcp-prompts-BAutSQYA.js +344 -0
- package/dist/adapters/mcp-prompts-DsAkafVn.cjs +5 -0
- package/dist/adapters/mcp-transport-CuugoG8t.js +7821 -0
- package/dist/adapters/mcp-transport-Dpp6hdZe.cjs +253 -0
- package/dist/adapters/nextjs/index.cjs +1 -9
- package/dist/adapters/nextjs/index.js +377 -600
- package/dist/adapters/openai-CjBvA6mK.js +4114 -0
- package/dist/adapters/openai-DhLE0A9Z.cjs +1 -0
- package/dist/adapters/openai-Zjw4Zo4R.js +153 -0
- package/dist/adapters/openai-eJBw3LfQ.cjs +16 -0
- package/dist/adapters/types.cjs +0 -1
- package/dist/adapters/types.js +0 -1
- package/dist/adapters/utils-ChhNGUOF.js +5396 -0
- package/dist/adapters/utils-CwJplXR5.cjs +15 -0
- package/dist/adapters/utils.cjs +1 -19
- package/dist/adapters/utils.js +2 -21333
- package/dist/client/charts.js +15 -186
- package/dist/client/chunks/DashboardEditModal-C076pscL.js +6678 -0
- package/dist/client/chunks/DashboardEditModal-C076pscL.js.map +1 -0
- package/dist/client/chunks/FieldSearchModal-C0DjSWk3.js +2631 -0
- package/dist/client/chunks/FieldSearchModal-C0DjSWk3.js.map +1 -0
- package/dist/client/chunks/RetentionCombinedChart-DuGXc-AP.js +270 -0
- package/dist/client/chunks/RetentionCombinedChart-DuGXc-AP.js.map +1 -0
- package/dist/client/chunks/RetentionCombinedChart.config-DprbXd1N.js +56 -0
- package/dist/client/chunks/RetentionCombinedChart.config-DprbXd1N.js.map +1 -0
- package/dist/client/chunks/RetentionHeatmap-BoGY6mlZ.js +193 -0
- package/dist/client/chunks/RetentionHeatmap-BoGY6mlZ.js.map +1 -0
- package/dist/client/chunks/RetentionHeatmap.config-cbaNExVy.js +25 -0
- package/dist/client/chunks/RetentionHeatmap.config-cbaNExVy.js.map +1 -0
- package/dist/client/chunks/analysis-builder-DF0XntqC.js +6111 -0
- package/dist/client/chunks/analysis-builder-DF0XntqC.js.map +1 -0
- package/dist/client/chunks/analysis-builder-shared-2QhKYbs6.js +3114 -0
- package/dist/client/chunks/analysis-builder-shared-2QhKYbs6.js.map +1 -0
- package/dist/client/chunks/chart-activity-grid-CNES9VBk.js +803 -0
- package/dist/client/chunks/chart-activity-grid-CNES9VBk.js.map +1 -0
- package/dist/client/chunks/chart-area-CRJc3KOu.js +449 -0
- package/dist/client/chunks/chart-area-CRJc3KOu.js.map +1 -0
- package/dist/client/chunks/chart-bar-DD2PjJ5n.js +270 -0
- package/dist/client/chunks/chart-bar-DD2PjJ5n.js.map +1 -0
- package/dist/client/chunks/chart-box-plot-BcqleldJ.js +377 -0
- package/dist/client/chunks/chart-box-plot-BcqleldJ.js.map +1 -0
- package/dist/client/chunks/chart-bubble-BmQkVk4K.js +273 -0
- package/dist/client/chunks/chart-bubble-BmQkVk4K.js.map +1 -0
- package/dist/client/chunks/chart-candlestick-C3Rep469.js +306 -0
- package/dist/client/chunks/chart-candlestick-C3Rep469.js.map +1 -0
- package/dist/client/chunks/chart-config-activity-grid-USo7JrPh.js +51 -0
- package/dist/client/chunks/chart-config-activity-grid-USo7JrPh.js.map +1 -0
- package/dist/client/chunks/chart-config-area-D_ZufYzg.js +93 -0
- package/dist/client/chunks/chart-config-area-D_ZufYzg.js.map +1 -0
- package/dist/client/chunks/chart-config-bar-BCi2Wmd6.js +87 -0
- package/dist/client/chunks/chart-config-bar-BCi2Wmd6.js.map +1 -0
- package/dist/client/chunks/chart-config-box-plot-afKLzJSp.js +35 -0
- package/dist/client/chunks/chart-config-box-plot-afKLzJSp.js.map +1 -0
- package/dist/client/chunks/chart-config-bubble-CgbBjPv8.js +82 -0
- package/dist/client/chunks/chart-config-bubble-CgbBjPv8.js.map +1 -0
- package/dist/client/chunks/chart-config-candlestick-7boGjZ-A.js +72 -0
- package/dist/client/chunks/chart-config-candlestick-7boGjZ-A.js.map +1 -0
- package/dist/client/chunks/chart-config-data-table-Cl7sBasW.js +30 -0
- package/dist/client/chunks/chart-config-data-table-Cl7sBasW.js.map +1 -0
- package/dist/client/chunks/chart-config-funnel-CXPYQtTl.js +93 -0
- package/dist/client/chunks/chart-config-funnel-CXPYQtTl.js.map +1 -0
- package/dist/client/chunks/chart-config-gauge-DUNEUCvh.js +64 -0
- package/dist/client/chunks/chart-config-gauge-DUNEUCvh.js.map +1 -0
- package/dist/client/chunks/chart-config-heat-map-BFf1tO11.js +91 -0
- package/dist/client/chunks/chart-config-heat-map-BFf1tO11.js.map +1 -0
- package/dist/client/chunks/chart-config-kpi-delta-C5k2waIJ.js +94 -0
- package/dist/client/chunks/chart-config-kpi-delta-C5k2waIJ.js.map +1 -0
- package/dist/client/chunks/chart-config-kpi-number-DptOyhk0.js +75 -0
- package/dist/client/chunks/chart-config-kpi-number-DptOyhk0.js.map +1 -0
- package/dist/client/chunks/chart-config-kpi-text-D9DdVWqd.js +47 -0
- package/dist/client/chunks/chart-config-kpi-text-D9DdVWqd.js.map +1 -0
- package/dist/client/chunks/chart-config-line-B3NgLF7K.js +104 -0
- package/dist/client/chunks/chart-config-line-B3NgLF7K.js.map +1 -0
- package/dist/client/chunks/chart-config-markdown-tlfivQTt.js +117 -0
- package/dist/client/chunks/chart-config-markdown-tlfivQTt.js.map +1 -0
- package/dist/client/chunks/chart-config-measure-profile-D7XDwrU2.js +82 -0
- package/dist/client/chunks/chart-config-measure-profile-D7XDwrU2.js.map +1 -0
- package/dist/client/chunks/chart-config-pie-wY0B52PC.js +68 -0
- package/dist/client/chunks/chart-config-pie-wY0B52PC.js.map +1 -0
- package/dist/client/chunks/chart-config-radar-DRpJBy1M.js +49 -0
- package/dist/client/chunks/chart-config-radar-DRpJBy1M.js.map +1 -0
- package/dist/client/chunks/chart-config-radial-bar-DCUpXv9G.js +38 -0
- package/dist/client/chunks/chart-config-radial-bar-DCUpXv9G.js.map +1 -0
- package/dist/client/chunks/chart-config-sankey-CdOhlm4h.js +66 -0
- package/dist/client/chunks/chart-config-sankey-CdOhlm4h.js.map +1 -0
- package/dist/client/chunks/chart-config-scatter-B2su_x8f.js +61 -0
- package/dist/client/chunks/chart-config-scatter-B2su_x8f.js.map +1 -0
- package/dist/client/chunks/chart-config-sunburst-BPdjbk18.js +45 -0
- package/dist/client/chunks/chart-config-sunburst-BPdjbk18.js.map +1 -0
- package/dist/client/chunks/chart-config-tree-map-Cbsh2fe2.js +51 -0
- package/dist/client/chunks/chart-config-tree-map-Cbsh2fe2.js.map +1 -0
- package/dist/client/chunks/chart-config-waterfall-DGmuZfQF.js +59 -0
- package/dist/client/chunks/chart-config-waterfall-DGmuZfQF.js.map +1 -0
- package/dist/client/chunks/chart-data-table-DehW1C1G.js +4088 -0
- package/dist/client/chunks/chart-data-table-DehW1C1G.js.map +1 -0
- package/dist/client/chunks/chart-funnel-BjkpnG5g.js +447 -0
- package/dist/client/chunks/chart-funnel-BjkpnG5g.js.map +1 -0
- package/dist/client/chunks/chart-gauge-BWW_HEfg.js +424 -0
- package/dist/client/chunks/chart-gauge-BWW_HEfg.js.map +1 -0
- package/dist/client/chunks/chart-heat-map-BWuOuDcm.js +236 -0
- package/dist/client/chunks/chart-heat-map-BWuOuDcm.js.map +1 -0
- package/dist/client/chunks/chart-kpi-delta-D5OHtDJx.js +343 -0
- package/dist/client/chunks/chart-kpi-delta-D5OHtDJx.js.map +1 -0
- package/dist/client/chunks/chart-kpi-number-C9zH-aKC.js +326 -0
- package/dist/client/chunks/chart-kpi-number-C9zH-aKC.js.map +1 -0
- package/dist/client/chunks/chart-kpi-text-ChVn3S7j.js +149 -0
- package/dist/client/chunks/chart-kpi-text-ChVn3S7j.js.map +1 -0
- package/dist/client/chunks/chart-line-DOIMkP0b.js +431 -0
- package/dist/client/chunks/chart-line-DOIMkP0b.js.map +1 -0
- package/dist/client/chunks/chart-markdown-DXxc43w1.js +3457 -0
- package/dist/client/chunks/chart-markdown-DXxc43w1.js.map +1 -0
- package/dist/client/chunks/chart-measure-profile-C6wrr9il.js +179 -0
- package/dist/client/chunks/chart-measure-profile-C6wrr9il.js.map +1 -0
- package/dist/client/chunks/chart-pie-BU_FgwDc.js +172 -0
- package/dist/client/chunks/chart-pie-BU_FgwDc.js.map +1 -0
- package/dist/client/chunks/chart-radar-DlufwnAX.js +154 -0
- package/dist/client/chunks/chart-radar-DlufwnAX.js.map +1 -0
- package/dist/client/chunks/chart-radial-bar-B5vS_Aw5.js +148 -0
- package/dist/client/chunks/chart-radial-bar-B5vS_Aw5.js.map +1 -0
- package/dist/client/chunks/chart-sankey-FChb26UX.js +222 -0
- package/dist/client/chunks/chart-sankey-FChb26UX.js.map +1 -0
- package/dist/client/chunks/chart-scatter-DW0cAZ2H.js +255 -0
- package/dist/client/chunks/chart-scatter-DW0cAZ2H.js.map +1 -0
- package/dist/client/chunks/chart-sunburst-Clf-6WxW.js +221 -0
- package/dist/client/chunks/chart-sunburst-Clf-6WxW.js.map +1 -0
- package/dist/client/chunks/chart-tree-map-p_VwUJPF.js +298 -0
- package/dist/client/chunks/chart-tree-map-p_VwUJPF.js.map +1 -0
- package/dist/client/chunks/chart-waterfall-jt44IQ-w.js +237 -0
- package/dist/client/chunks/chart-waterfall-jt44IQ-w.js.map +1 -0
- package/dist/client/chunks/charts-core-CUVzf4cV.js +215 -0
- package/dist/client/chunks/charts-core-CUVzf4cV.js.map +1 -0
- package/dist/client/chunks/charts-loader-AGpph8_I.js +259 -0
- package/dist/client/chunks/charts-loader-AGpph8_I.js.map +1 -0
- package/dist/client/chunks/core-D1TOj17W.js +845 -0
- package/dist/client/chunks/core-D1TOj17W.js.map +1 -0
- package/dist/client/chunks/dist-DDBeV_JI.js +847 -0
- package/dist/client/chunks/dist-DDBeV_JI.js.map +1 -0
- package/dist/client/chunks/javascript-BBwTSo6e.js +438 -0
- package/dist/client/chunks/javascript-BBwTSo6e.js.map +1 -0
- package/dist/client/chunks/json-BpTrLZSh.js +38 -0
- package/dist/client/chunks/json-BpTrLZSh.js.map +1 -0
- package/dist/client/chunks/lazyChartConfigRegistry-BjhxDaSf.js +149 -0
- package/dist/client/chunks/lazyChartConfigRegistry-BjhxDaSf.js.map +1 -0
- package/dist/client/chunks/providers-DX3Vw5kc.js +7 -0
- package/dist/client/chunks/providers-DX3Vw5kc.js.map +1 -0
- package/dist/client/chunks/retention-UEXlSdZ-.js +132 -0
- package/dist/client/chunks/retention-UEXlSdZ-.js.map +1 -0
- package/dist/client/chunks/rolldown-runtime-lc2dmIiU.js +20 -0
- package/dist/client/chunks/schema-visualization-ZugB4Io9.js +1073 -0
- package/dist/client/chunks/schema-visualization-ZugB4Io9.js.map +1 -0
- package/dist/client/chunks/sql-B0chxcEK.js +120 -0
- package/dist/client/chunks/sql-B0chxcEK.js.map +1 -0
- package/dist/client/chunks/syntaxHighlighting-87bOwTxj.js +30 -0
- package/dist/client/chunks/syntaxHighlighting-87bOwTxj.js.map +1 -0
- package/dist/client/chunks/useDebounce-BQjNWndQ.js +1394 -0
- package/dist/client/chunks/useDebounce-BQjNWndQ.js.map +1 -0
- package/dist/client/chunks/useDirtyStateTracking-CgKZWkel.js +66 -0
- package/dist/client/chunks/useDirtyStateTracking-CgKZWkel.js.map +1 -0
- package/dist/client/chunks/useExplainAI-c_bHxZe5.js +203 -0
- package/dist/client/chunks/useExplainAI-c_bHxZe5.js.map +1 -0
- package/dist/client/chunks/useNotebookLayout-BFZ_33Kb.js +37 -0
- package/dist/client/chunks/useNotebookLayout-BFZ_33Kb.js.map +1 -0
- package/dist/client/chunks/utils-A54Ny29G.js +128 -0
- package/dist/client/chunks/utils-A54Ny29G.js.map +1 -0
- package/dist/client/chunks/vendor-CoPBRumI.js +828 -0
- package/dist/client/chunks/vendor-CoPBRumI.js.map +1 -0
- package/dist/client/components.js +4 -18
- package/dist/client/hooks.js +6 -58
- package/dist/client/icons.js +2 -15
- package/dist/client/index.js +1061 -1295
- package/dist/client/index.js.map +1 -1
- package/dist/client/providers.js +3 -9
- package/dist/client/styles.css +2 -1
- package/dist/client/types.d.ts +1 -0
- package/dist/client/utils.js +7 -74
- package/dist/client-bundle-stats.html +1 -1
- package/dist/server/anthropic-BsNspi1r.js +140 -0
- package/dist/server/anthropic-DsCEX6Fm.cjs +1 -0
- package/dist/server/dist-CMWZC51B.js +581 -0
- package/dist/server/dist-DxegvyZF.cjs +2 -0
- package/dist/server/google-BXwMolCu.js +154 -0
- package/dist/server/google-DzQWXFwF.cjs +2 -0
- package/dist/server/index.cjs +109 -129
- package/dist/server/index.js +15089 -34394
- package/dist/server/openai-BPhmb8mi.js +4114 -0
- package/dist/server/openai-CLsoLaue.cjs +1 -0
- package/dist/server/openai-D1kZ5sdM.js +153 -0
- package/dist/server/openai-DkOKbVLC.cjs +16 -0
- package/package.json +5 -5
- package/dist/adapters/anthropic-BTkjgFpT.cjs +0 -1
- package/dist/adapters/anthropic-CTu9E801.js +0 -126
- package/dist/adapters/google-BAK9pnQf.cjs +0 -2
- package/dist/adapters/google-DficVAsJ.js +0 -146
- package/dist/adapters/handler-BHguLZOY.js +0 -2713
- package/dist/adapters/handler-DOIyiFPg.cjs +0 -39
- package/dist/adapters/index-BgCeQBuN.cjs +0 -2
- package/dist/adapters/index-C3PskWTr.js +0 -5353
- package/dist/adapters/index-C45_meK_.js +0 -719
- package/dist/adapters/index-ht4NPca9.cjs +0 -23
- package/dist/adapters/mcp-transport-CWGqDQSI.cjs +0 -259
- package/dist/adapters/mcp-transport-CyeHMDPl.js +0 -11055
- package/dist/adapters/openai-BvA6eLs8.cjs +0 -1
- package/dist/adapters/openai-mcE24du8.js +0 -131
- package/dist/client/charts.js.map +0 -1
- package/dist/client/chunks/RetentionCombinedChart--SnU4Y_I.js +0 -256
- package/dist/client/chunks/RetentionCombinedChart--SnU4Y_I.js.map +0 -1
- package/dist/client/chunks/RetentionCombinedChart.config-Bbp2ghim.js +0 -48
- package/dist/client/chunks/RetentionCombinedChart.config-Bbp2ghim.js.map +0 -1
- package/dist/client/chunks/RetentionHeatmap-BHYU8MXY.js +0 -178
- package/dist/client/chunks/RetentionHeatmap-BHYU8MXY.js.map +0 -1
- package/dist/client/chunks/RetentionHeatmap.config-BWf_-vdj.js +0 -29
- package/dist/client/chunks/RetentionHeatmap.config-BWf_-vdj.js.map +0 -1
- package/dist/client/chunks/analysis-builder-DMFoAkjT.js +0 -6203
- package/dist/client/chunks/analysis-builder-DMFoAkjT.js.map +0 -1
- package/dist/client/chunks/analysis-builder-shared-CunrT3gi.js +0 -3140
- package/dist/client/chunks/analysis-builder-shared-CunrT3gi.js.map +0 -1
- package/dist/client/chunks/chart-activity-grid-DCznpK6N.js +0 -347
- package/dist/client/chunks/chart-activity-grid-DCznpK6N.js.map +0 -1
- package/dist/client/chunks/chart-area-CqKRIUpj.js +0 -234
- package/dist/client/chunks/chart-area-CqKRIUpj.js.map +0 -1
- package/dist/client/chunks/chart-bar-Bl5jvrU_.js +0 -267
- package/dist/client/chunks/chart-bar-Bl5jvrU_.js.map +0 -1
- package/dist/client/chunks/chart-box-plot-CzMb00z_.js +0 -322
- package/dist/client/chunks/chart-box-plot-CzMb00z_.js.map +0 -1
- package/dist/client/chunks/chart-bubble-BF8Z52eW.js +0 -249
- package/dist/client/chunks/chart-bubble-BF8Z52eW.js.map +0 -1
- package/dist/client/chunks/chart-candlestick-ByWS945g.js +0 -269
- package/dist/client/chunks/chart-candlestick-ByWS945g.js.map +0 -1
- package/dist/client/chunks/chart-config-activity-grid-CmOqDuOT.js +0 -50
- package/dist/client/chunks/chart-config-activity-grid-CmOqDuOT.js.map +0 -1
- package/dist/client/chunks/chart-config-area-CK_GVApT.js +0 -77
- package/dist/client/chunks/chart-config-area-CK_GVApT.js.map +0 -1
- package/dist/client/chunks/chart-config-bar-C8uzktxl.js +0 -71
- package/dist/client/chunks/chart-config-bar-C8uzktxl.js.map +0 -1
- package/dist/client/chunks/chart-config-box-plot-D_E_SSc2.js +0 -38
- package/dist/client/chunks/chart-config-box-plot-D_E_SSc2.js.map +0 -1
- package/dist/client/chunks/chart-config-bubble-q3DoQX5F.js +0 -71
- package/dist/client/chunks/chart-config-bubble-q3DoQX5F.js.map +0 -1
- package/dist/client/chunks/chart-config-candlestick-CRCpD43-.js +0 -70
- package/dist/client/chunks/chart-config-candlestick-CRCpD43-.js.map +0 -1
- package/dist/client/chunks/chart-config-data-table-B20Y5JCm.js +0 -28
- package/dist/client/chunks/chart-config-data-table-B20Y5JCm.js.map +0 -1
- package/dist/client/chunks/chart-config-funnel-3eYnGg8M.js +0 -92
- package/dist/client/chunks/chart-config-funnel-3eYnGg8M.js.map +0 -1
- package/dist/client/chunks/chart-config-gauge-CQx9w3d4.js +0 -64
- package/dist/client/chunks/chart-config-gauge-CQx9w3d4.js.map +0 -1
- package/dist/client/chunks/chart-config-heat-map-_wEnTnRA.js +0 -77
- package/dist/client/chunks/chart-config-heat-map-_wEnTnRA.js.map +0 -1
- package/dist/client/chunks/chart-config-kpi-delta-DLGZ2A3X.js +0 -97
- package/dist/client/chunks/chart-config-kpi-delta-DLGZ2A3X.js.map +0 -1
- package/dist/client/chunks/chart-config-kpi-number-K-wzviXF.js +0 -75
- package/dist/client/chunks/chart-config-kpi-number-K-wzviXF.js.map +0 -1
- package/dist/client/chunks/chart-config-kpi-text-BjYqwqaJ.js +0 -47
- package/dist/client/chunks/chart-config-kpi-text-BjYqwqaJ.js.map +0 -1
- package/dist/client/chunks/chart-config-line-JNagi9tf.js +0 -88
- package/dist/client/chunks/chart-config-line-JNagi9tf.js.map +0 -1
- package/dist/client/chunks/chart-config-markdown-BWQSjJpy.js +0 -97
- package/dist/client/chunks/chart-config-markdown-BWQSjJpy.js.map +0 -1
- package/dist/client/chunks/chart-config-measure-profile-ZYaMrtws.js +0 -70
- package/dist/client/chunks/chart-config-measure-profile-ZYaMrtws.js.map +0 -1
- package/dist/client/chunks/chart-config-pie-CNLXb-fr.js +0 -39
- package/dist/client/chunks/chart-config-pie-CNLXb-fr.js.map +0 -1
- package/dist/client/chunks/chart-config-radar-oxHfRAa3.js +0 -44
- package/dist/client/chunks/chart-config-radar-oxHfRAa3.js.map +0 -1
- package/dist/client/chunks/chart-config-radial-bar-_Aw3jAEm.js +0 -37
- package/dist/client/chunks/chart-config-radial-bar-_Aw3jAEm.js.map +0 -1
- package/dist/client/chunks/chart-config-sankey-C8FX9hGF.js +0 -61
- package/dist/client/chunks/chart-config-sankey-C8FX9hGF.js.map +0 -1
- package/dist/client/chunks/chart-config-scatter-DFKM80eO.js +0 -53
- package/dist/client/chunks/chart-config-scatter-DFKM80eO.js.map +0 -1
- package/dist/client/chunks/chart-config-sunburst-BmC0NLTU.js +0 -50
- package/dist/client/chunks/chart-config-sunburst-BmC0NLTU.js.map +0 -1
- package/dist/client/chunks/chart-config-tree-map-DGMbNTaa.js +0 -47
- package/dist/client/chunks/chart-config-tree-map-DGMbNTaa.js.map +0 -1
- package/dist/client/chunks/chart-config-waterfall-DTyXV_fo.js +0 -60
- package/dist/client/chunks/chart-config-waterfall-DTyXV_fo.js.map +0 -1
- package/dist/client/chunks/chart-data-table-HwfF-Ujv.js +0 -293
- package/dist/client/chunks/chart-data-table-HwfF-Ujv.js.map +0 -1
- package/dist/client/chunks/chart-funnel-WmuoWlCq.js +0 -259
- package/dist/client/chunks/chart-funnel-WmuoWlCq.js.map +0 -1
- package/dist/client/chunks/chart-gauge-Cot4By-w.js +0 -374
- package/dist/client/chunks/chart-gauge-Cot4By-w.js.map +0 -1
- package/dist/client/chunks/chart-heat-map-bGNtsZMr.js +0 -231
- package/dist/client/chunks/chart-heat-map-bGNtsZMr.js.map +0 -1
- package/dist/client/chunks/chart-kpi-delta-DeyKMxgq.js +0 -351
- package/dist/client/chunks/chart-kpi-delta-DeyKMxgq.js.map +0 -1
- package/dist/client/chunks/chart-kpi-number-D1z1gxXO.js +0 -476
- package/dist/client/chunks/chart-kpi-number-D1z1gxXO.js.map +0 -1
- package/dist/client/chunks/chart-kpi-text-b7q6KWc0.js +0 -165
- package/dist/client/chunks/chart-kpi-text-b7q6KWc0.js.map +0 -1
- package/dist/client/chunks/chart-line-3Nf-EPqJ.js +0 -450
- package/dist/client/chunks/chart-line-3Nf-EPqJ.js.map +0 -1
- package/dist/client/chunks/chart-markdown-BT_-MBq1.js +0 -2721
- package/dist/client/chunks/chart-markdown-BT_-MBq1.js.map +0 -1
- package/dist/client/chunks/chart-measure-profile-BVjUonqU.js +0 -114
- package/dist/client/chunks/chart-measure-profile-BVjUonqU.js.map +0 -1
- package/dist/client/chunks/chart-pie-DblG6w7g.js +0 -137
- package/dist/client/chunks/chart-pie-DblG6w7g.js.map +0 -1
- package/dist/client/chunks/chart-radar-BHZbeeTg.js +0 -129
- package/dist/client/chunks/chart-radar-BHZbeeTg.js.map +0 -1
- package/dist/client/chunks/chart-radial-bar-AlEJC1Jo.js +0 -119
- package/dist/client/chunks/chart-radial-bar-AlEJC1Jo.js.map +0 -1
- package/dist/client/chunks/chart-sankey-E8vYKjQF.js +0 -189
- package/dist/client/chunks/chart-sankey-E8vYKjQF.js.map +0 -1
- package/dist/client/chunks/chart-scatter-Bbxqi0iw.js +0 -202
- package/dist/client/chunks/chart-scatter-Bbxqi0iw.js.map +0 -1
- package/dist/client/chunks/chart-sunburst-BgnTKolT.js +0 -188
- package/dist/client/chunks/chart-sunburst-BgnTKolT.js.map +0 -1
- package/dist/client/chunks/chart-tree-map-i9LGCLwl.js +0 -284
- package/dist/client/chunks/chart-tree-map-i9LGCLwl.js.map +0 -1
- package/dist/client/chunks/chart-waterfall-BeIhCm83.js +0 -191
- package/dist/client/chunks/chart-waterfall-BeIhCm83.js.map +0 -1
- package/dist/client/chunks/charts-core-BUUO36OM.js +0 -692
- package/dist/client/chunks/charts-core-BUUO36OM.js.map +0 -1
- package/dist/client/chunks/charts-loader-goTYnavu.js +0 -258
- package/dist/client/chunks/charts-loader-goTYnavu.js.map +0 -1
- package/dist/client/chunks/components-BFgYvFq6.js +0 -10066
- package/dist/client/chunks/components-BFgYvFq6.js.map +0 -1
- package/dist/client/chunks/core-Y9e-sNfb.js +0 -1068
- package/dist/client/chunks/core-Y9e-sNfb.js.map +0 -1
- package/dist/client/chunks/flow-utils-CjQZG5qq.js +0 -16
- package/dist/client/chunks/flow-utils-CjQZG5qq.js.map +0 -1
- package/dist/client/chunks/funnel-utils-CyonoNeC.js +0 -135
- package/dist/client/chunks/funnel-utils-CyonoNeC.js.map +0 -1
- package/dist/client/chunks/icons-CwvgmdIP.js +0 -1636
- package/dist/client/chunks/icons-CwvgmdIP.js.map +0 -1
- package/dist/client/chunks/index-CApFCBF9.js +0 -81
- package/dist/client/chunks/index-CApFCBF9.js.map +0 -1
- package/dist/client/chunks/index-_2PSgbkC.js +0 -1046
- package/dist/client/chunks/index-_2PSgbkC.js.map +0 -1
- package/dist/client/chunks/javascript-DII1YQGr.js +0 -659
- package/dist/client/chunks/javascript-DII1YQGr.js.map +0 -1
- package/dist/client/chunks/json-C_6Prymp.js +0 -39
- package/dist/client/chunks/json-C_6Prymp.js.map +0 -1
- package/dist/client/chunks/providers-Ds7DRmnO.js +0 -554
- package/dist/client/chunks/providers-Ds7DRmnO.js.map +0 -1
- package/dist/client/chunks/retention-CzCo8262.js +0 -120
- package/dist/client/chunks/retention-CzCo8262.js.map +0 -1
- package/dist/client/chunks/schema-visualization-B97a1Ybu.js +0 -772
- package/dist/client/chunks/schema-visualization-B97a1Ybu.js.map +0 -1
- package/dist/client/chunks/sql-IeKX8fQ8.js +0 -616
- package/dist/client/chunks/sql-IeKX8fQ8.js.map +0 -1
- package/dist/client/chunks/syntaxHighlighting-DAMSW_A6.js +0 -34
- package/dist/client/chunks/syntaxHighlighting-DAMSW_A6.js.map +0 -1
- package/dist/client/chunks/theme-Dp3hFed1.js +0 -112
- package/dist/client/chunks/theme-Dp3hFed1.js.map +0 -1
- package/dist/client/chunks/useDirtyStateTracking-CyAXd07d.js +0 -1231
- package/dist/client/chunks/useDirtyStateTracking-CyAXd07d.js.map +0 -1
- package/dist/client/chunks/useExplainAI-CfQ_JmF1.js +0 -182
- package/dist/client/chunks/useExplainAI-CfQ_JmF1.js.map +0 -1
- package/dist/client/chunks/vendor-B2EH3V58.js +0 -2892
- package/dist/client/chunks/vendor-B2EH3V58.js.map +0 -1
- package/dist/client/components.js.map +0 -1
- package/dist/client/hooks.js.map +0 -1
- package/dist/client/icons.js.map +0 -1
- package/dist/client/providers.js.map +0 -1
- package/dist/client/utils.js.map +0 -1
- package/dist/server/anthropic-BTkjgFpT.cjs +0 -1
- package/dist/server/anthropic-CTu9E801.js +0 -126
- package/dist/server/google-BAK9pnQf.cjs +0 -2
- package/dist/server/google-DficVAsJ.js +0 -146
- package/dist/server/index-BgCeQBuN.cjs +0 -2
- package/dist/server/index-C3PskWTr.js +0 -5353
- package/dist/server/index-C45_meK_.js +0 -719
- package/dist/server/index-ht4NPca9.cjs +0 -23
- package/dist/server/openai-BvA6eLs8.cjs +0 -1
- package/dist/server/openai-mcE24du8.js +0 -131
|
@@ -1,1636 +0,0 @@
|
|
|
1
|
-
import { jsx as X } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as mt, useState as F, useEffect as Y, createElement as B } from "react";
|
|
3
|
-
function St(t, e) {
|
|
4
|
-
const o = t.icons, r = t.aliases || /* @__PURE__ */ Object.create(null), n = /* @__PURE__ */ Object.create(null);
|
|
5
|
-
function i(a) {
|
|
6
|
-
if (o[a]) return n[a] = [];
|
|
7
|
-
if (!(a in n)) {
|
|
8
|
-
n[a] = null;
|
|
9
|
-
const s = r[a] && r[a].parent, c = s && i(s);
|
|
10
|
-
c && (n[a] = [s].concat(c));
|
|
11
|
-
}
|
|
12
|
-
return n[a];
|
|
13
|
-
}
|
|
14
|
-
return Object.keys(o).concat(Object.keys(r)).forEach(i), n;
|
|
15
|
-
}
|
|
16
|
-
const yt = Object.freeze({
|
|
17
|
-
left: 0,
|
|
18
|
-
top: 0,
|
|
19
|
-
width: 16,
|
|
20
|
-
height: 16
|
|
21
|
-
}), P = Object.freeze({
|
|
22
|
-
rotate: 0,
|
|
23
|
-
vFlip: !1,
|
|
24
|
-
hFlip: !1
|
|
25
|
-
}), Q = Object.freeze({
|
|
26
|
-
...yt,
|
|
27
|
-
...P
|
|
28
|
-
}), U = Object.freeze({
|
|
29
|
-
...Q,
|
|
30
|
-
body: "",
|
|
31
|
-
hidden: !1
|
|
32
|
-
});
|
|
33
|
-
function Ht(t, e) {
|
|
34
|
-
const o = {};
|
|
35
|
-
!t.hFlip != !e.hFlip && (o.hFlip = !0), !t.vFlip != !e.vFlip && (o.vFlip = !0);
|
|
36
|
-
const r = ((t.rotate || 0) + (e.rotate || 0)) % 4;
|
|
37
|
-
return r && (o.rotate = r), o;
|
|
38
|
-
}
|
|
39
|
-
function tt(t, e) {
|
|
40
|
-
const o = Ht(t, e);
|
|
41
|
-
for (const r in U) r in P ? r in t && !(r in o) && (o[r] = P[r]) : r in e ? o[r] = e[r] : r in t && (o[r] = t[r]);
|
|
42
|
-
return o;
|
|
43
|
-
}
|
|
44
|
-
function Tt(t, e, o) {
|
|
45
|
-
const r = t.icons, n = t.aliases || /* @__PURE__ */ Object.create(null);
|
|
46
|
-
let i = {};
|
|
47
|
-
function a(s) {
|
|
48
|
-
i = tt(r[s] || n[s], i);
|
|
49
|
-
}
|
|
50
|
-
return a(e), o.forEach(a), tt(t, i);
|
|
51
|
-
}
|
|
52
|
-
function kt(t, e) {
|
|
53
|
-
const o = [];
|
|
54
|
-
if (typeof t != "object" || typeof t.icons != "object") return o;
|
|
55
|
-
t.not_found instanceof Array && t.not_found.forEach((n) => {
|
|
56
|
-
e(n, null), o.push(n);
|
|
57
|
-
});
|
|
58
|
-
const r = St(t);
|
|
59
|
-
for (const n in r) {
|
|
60
|
-
const i = r[n];
|
|
61
|
-
i && (e(n, Tt(t, n, i)), o.push(n));
|
|
62
|
-
}
|
|
63
|
-
return o;
|
|
64
|
-
}
|
|
65
|
-
const Vt = {
|
|
66
|
-
provider: "",
|
|
67
|
-
aliases: {},
|
|
68
|
-
not_found: {},
|
|
69
|
-
...yt
|
|
70
|
-
};
|
|
71
|
-
function N(t, e) {
|
|
72
|
-
for (const o in e) if (o in t && typeof t[o] != typeof e[o]) return !1;
|
|
73
|
-
return !0;
|
|
74
|
-
}
|
|
75
|
-
function wt(t) {
|
|
76
|
-
if (typeof t != "object" || t === null) return null;
|
|
77
|
-
const e = t;
|
|
78
|
-
if (typeof e.prefix != "string" || !t.icons || typeof t.icons != "object" || !N(t, Vt)) return null;
|
|
79
|
-
const o = e.icons;
|
|
80
|
-
for (const n in o) {
|
|
81
|
-
const i = o[n];
|
|
82
|
-
if (!n || typeof i.body != "string" || !N(i, U)) return null;
|
|
83
|
-
}
|
|
84
|
-
const r = e.aliases || /* @__PURE__ */ Object.create(null);
|
|
85
|
-
for (const n in r) {
|
|
86
|
-
const i = r[n], a = i.parent;
|
|
87
|
-
if (!n || typeof a != "string" || !o[a] && !r[a] || !N(i, U)) return null;
|
|
88
|
-
}
|
|
89
|
-
return e;
|
|
90
|
-
}
|
|
91
|
-
const et = /* @__PURE__ */ Object.create(null);
|
|
92
|
-
function Pt(t, e) {
|
|
93
|
-
return {
|
|
94
|
-
provider: t,
|
|
95
|
-
prefix: e,
|
|
96
|
-
icons: /* @__PURE__ */ Object.create(null),
|
|
97
|
-
missing: /* @__PURE__ */ new Set()
|
|
98
|
-
};
|
|
99
|
-
}
|
|
100
|
-
function j(t, e) {
|
|
101
|
-
const o = et[t] || (et[t] = /* @__PURE__ */ Object.create(null));
|
|
102
|
-
return o[e] || (o[e] = Pt(t, e));
|
|
103
|
-
}
|
|
104
|
-
function vt(t, e) {
|
|
105
|
-
return wt(e) ? kt(e, (o, r) => {
|
|
106
|
-
r ? t.icons[o] = r : t.missing.add(o);
|
|
107
|
-
}) : [];
|
|
108
|
-
}
|
|
109
|
-
function Dt(t, e, o) {
|
|
110
|
-
try {
|
|
111
|
-
if (typeof o.body == "string")
|
|
112
|
-
return t.icons[e] = { ...o }, !0;
|
|
113
|
-
} catch {
|
|
114
|
-
}
|
|
115
|
-
return !1;
|
|
116
|
-
}
|
|
117
|
-
const bt = /^[a-z0-9]+(-[a-z0-9]+)*$/, D = (t, e, o, r = "") => {
|
|
118
|
-
const n = t.split(":");
|
|
119
|
-
if (t.slice(0, 1) === "@") {
|
|
120
|
-
if (n.length < 2 || n.length > 3) return null;
|
|
121
|
-
r = n.shift().slice(1);
|
|
122
|
-
}
|
|
123
|
-
if (n.length > 3 || !n.length) return null;
|
|
124
|
-
if (n.length > 1) {
|
|
125
|
-
const s = n.pop(), c = n.pop(), l = {
|
|
126
|
-
provider: n.length > 0 ? n[0] : r,
|
|
127
|
-
prefix: c,
|
|
128
|
-
name: s
|
|
129
|
-
};
|
|
130
|
-
return e && !T(l) ? null : l;
|
|
131
|
-
}
|
|
132
|
-
const i = n[0], a = i.split("-");
|
|
133
|
-
if (a.length > 1) {
|
|
134
|
-
const s = {
|
|
135
|
-
provider: r,
|
|
136
|
-
prefix: a.shift(),
|
|
137
|
-
name: a.join("-")
|
|
138
|
-
};
|
|
139
|
-
return e && !T(s) ? null : s;
|
|
140
|
-
}
|
|
141
|
-
if (o && r === "") {
|
|
142
|
-
const s = {
|
|
143
|
-
provider: r,
|
|
144
|
-
prefix: "",
|
|
145
|
-
name: i
|
|
146
|
-
};
|
|
147
|
-
return e && !T(s, o) ? null : s;
|
|
148
|
-
}
|
|
149
|
-
return null;
|
|
150
|
-
}, T = (t, e) => t ? !!((e && t.prefix === "" || t.prefix) && t.name) : !1;
|
|
151
|
-
let Z = !1;
|
|
152
|
-
function Mt(t) {
|
|
153
|
-
return typeof t == "boolean" && (Z = t), Z;
|
|
154
|
-
}
|
|
155
|
-
function nt(t) {
|
|
156
|
-
const e = typeof t == "string" ? D(t, !0, Z) : t;
|
|
157
|
-
if (e) {
|
|
158
|
-
const o = j(e.provider, e.prefix), r = e.name;
|
|
159
|
-
return o.icons[r] || (o.missing.has(r) ? null : void 0);
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
function Ot(t, e) {
|
|
163
|
-
const o = D(t, !0, Z);
|
|
164
|
-
if (!o) return !1;
|
|
165
|
-
const r = j(o.provider, o.prefix);
|
|
166
|
-
return e ? Dt(r, o.name, e) : (r.missing.add(o.name), !0);
|
|
167
|
-
}
|
|
168
|
-
function Et(t, e) {
|
|
169
|
-
if (typeof t != "object") return !1;
|
|
170
|
-
if (typeof e != "string" && (e = t.provider || ""), Z && !e && !t.prefix) {
|
|
171
|
-
let n = !1;
|
|
172
|
-
return wt(t) && (t.prefix = "", kt(t, (i, a) => {
|
|
173
|
-
Ot(i, a) && (n = !0);
|
|
174
|
-
})), n;
|
|
175
|
-
}
|
|
176
|
-
const o = t.prefix;
|
|
177
|
-
if (!T({
|
|
178
|
-
prefix: o,
|
|
179
|
-
name: "a"
|
|
180
|
-
})) return !1;
|
|
181
|
-
const r = j(e, o);
|
|
182
|
-
return !!vt(r, t);
|
|
183
|
-
}
|
|
184
|
-
const Ct = Object.freeze({
|
|
185
|
-
width: null,
|
|
186
|
-
height: null
|
|
187
|
-
}), xt = Object.freeze({
|
|
188
|
-
...Ct,
|
|
189
|
-
...P
|
|
190
|
-
}), Ft = /(-?[0-9.]*[0-9]+[0-9.]*)/g, Nt = /^-?[0-9.]*[0-9]+[0-9.]*$/g;
|
|
191
|
-
function ot(t, e, o) {
|
|
192
|
-
if (e === 1) return t;
|
|
193
|
-
if (o = o || 100, typeof t == "number") return Math.ceil(t * e * o) / o;
|
|
194
|
-
if (typeof t != "string") return t;
|
|
195
|
-
const r = t.split(Ft);
|
|
196
|
-
if (r === null || !r.length) return t;
|
|
197
|
-
const n = [];
|
|
198
|
-
let i = r.shift(), a = Nt.test(i);
|
|
199
|
-
for (; ; ) {
|
|
200
|
-
if (a) {
|
|
201
|
-
const s = parseFloat(i);
|
|
202
|
-
isNaN(s) ? n.push(i) : n.push(Math.ceil(s * e * o) / o);
|
|
203
|
-
} else n.push(i);
|
|
204
|
-
if (i = r.shift(), i === void 0) return n.join("");
|
|
205
|
-
a = !a;
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
function Rt(t, e = "defs") {
|
|
209
|
-
let o = "";
|
|
210
|
-
const r = t.indexOf("<" + e);
|
|
211
|
-
for (; r >= 0; ) {
|
|
212
|
-
const n = t.indexOf(">", r), i = t.indexOf("</" + e);
|
|
213
|
-
if (n === -1 || i === -1) break;
|
|
214
|
-
const a = t.indexOf(">", i);
|
|
215
|
-
if (a === -1) break;
|
|
216
|
-
o += t.slice(n + 1, i).trim(), t = t.slice(0, r).trim() + t.slice(a + 1);
|
|
217
|
-
}
|
|
218
|
-
return {
|
|
219
|
-
defs: o,
|
|
220
|
-
content: t
|
|
221
|
-
};
|
|
222
|
-
}
|
|
223
|
-
function zt(t, e) {
|
|
224
|
-
return t ? "<defs>" + t + "</defs>" + e : e;
|
|
225
|
-
}
|
|
226
|
-
function Bt(t, e, o) {
|
|
227
|
-
const r = Rt(t);
|
|
228
|
-
return zt(r.defs, e + r.content + o);
|
|
229
|
-
}
|
|
230
|
-
const Ut = (t) => t === "unset" || t === "undefined" || t === "none";
|
|
231
|
-
function _t(t, e) {
|
|
232
|
-
const o = {
|
|
233
|
-
...Q,
|
|
234
|
-
...t
|
|
235
|
-
}, r = {
|
|
236
|
-
...xt,
|
|
237
|
-
...e
|
|
238
|
-
}, n = {
|
|
239
|
-
left: o.left,
|
|
240
|
-
top: o.top,
|
|
241
|
-
width: o.width,
|
|
242
|
-
height: o.height
|
|
243
|
-
};
|
|
244
|
-
let i = o.body;
|
|
245
|
-
[o, r].forEach((k) => {
|
|
246
|
-
const h = [], f = k.hFlip, C = k.vFlip;
|
|
247
|
-
let v = k.rotate;
|
|
248
|
-
f ? C ? v += 2 : (h.push("translate(" + (n.width + n.left).toString() + " " + (0 - n.top).toString() + ")"), h.push("scale(-1 1)"), n.top = n.left = 0) : C && (h.push("translate(" + (0 - n.left).toString() + " " + (n.height + n.top).toString() + ")"), h.push("scale(1 -1)"), n.top = n.left = 0);
|
|
249
|
-
let b;
|
|
250
|
-
switch (v < 0 && (v -= Math.floor(v / 4) * 4), v = v % 4, v) {
|
|
251
|
-
case 1:
|
|
252
|
-
b = n.height / 2 + n.top, h.unshift("rotate(90 " + b.toString() + " " + b.toString() + ")");
|
|
253
|
-
break;
|
|
254
|
-
case 2:
|
|
255
|
-
h.unshift("rotate(180 " + (n.width / 2 + n.left).toString() + " " + (n.height / 2 + n.top).toString() + ")");
|
|
256
|
-
break;
|
|
257
|
-
case 3:
|
|
258
|
-
b = n.width / 2 + n.left, h.unshift("rotate(-90 " + b.toString() + " " + b.toString() + ")");
|
|
259
|
-
break;
|
|
260
|
-
}
|
|
261
|
-
v % 2 === 1 && (n.left !== n.top && (b = n.left, n.left = n.top, n.top = b), n.width !== n.height && (b = n.width, n.width = n.height, n.height = b)), h.length && (i = Bt(i, '<g transform="' + h.join(" ") + '">', "</g>"));
|
|
262
|
-
});
|
|
263
|
-
const a = r.width, s = r.height, c = n.width, l = n.height;
|
|
264
|
-
let d, u;
|
|
265
|
-
a === null ? (u = s === null ? "1em" : s === "auto" ? l : s, d = ot(u, c / l)) : (d = a === "auto" ? c : a, u = s === null ? ot(d, l / c) : s === "auto" ? l : s);
|
|
266
|
-
const p = {}, g = (k, h) => {
|
|
267
|
-
Ut(h) || (p[k] = h.toString());
|
|
268
|
-
};
|
|
269
|
-
g("width", d), g("height", u);
|
|
270
|
-
const y = [
|
|
271
|
-
n.left,
|
|
272
|
-
n.top,
|
|
273
|
-
c,
|
|
274
|
-
l
|
|
275
|
-
];
|
|
276
|
-
return p.viewBox = y.join(" "), {
|
|
277
|
-
attributes: p,
|
|
278
|
-
viewBox: y,
|
|
279
|
-
body: i
|
|
280
|
-
};
|
|
281
|
-
}
|
|
282
|
-
const Gt = /\sid="(\S+)"/g, Kt = "IconifyId" + Date.now().toString(16) + (Math.random() * 16777216 | 0).toString(16);
|
|
283
|
-
let Qt = 0;
|
|
284
|
-
function qt(t, e = Kt) {
|
|
285
|
-
const o = [];
|
|
286
|
-
let r;
|
|
287
|
-
for (; r = Gt.exec(t); ) o.push(r[1]);
|
|
288
|
-
if (!o.length) return t;
|
|
289
|
-
const n = "suffix" + (Math.random() * 16777216 | Date.now()).toString(16);
|
|
290
|
-
return o.forEach((i) => {
|
|
291
|
-
const a = typeof e == "function" ? e(i) : e + (Qt++).toString(), s = i.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
292
|
-
t = t.replace(new RegExp('([#;"])(' + s + ')([")]|\\.[a-z])', "g"), "$1" + a + n + "$3");
|
|
293
|
-
}), t = t.replace(new RegExp(n, "g"), ""), t;
|
|
294
|
-
}
|
|
295
|
-
const _ = /* @__PURE__ */ Object.create(null);
|
|
296
|
-
function Wt(t, e) {
|
|
297
|
-
_[t] = e;
|
|
298
|
-
}
|
|
299
|
-
function G(t) {
|
|
300
|
-
return _[t] || _[""];
|
|
301
|
-
}
|
|
302
|
-
function q(t) {
|
|
303
|
-
let e;
|
|
304
|
-
if (typeof t.resources == "string") e = [t.resources];
|
|
305
|
-
else if (e = t.resources, !(e instanceof Array) || !e.length) return null;
|
|
306
|
-
return {
|
|
307
|
-
resources: e,
|
|
308
|
-
path: t.path || "/",
|
|
309
|
-
maxURL: t.maxURL || 500,
|
|
310
|
-
rotate: t.rotate || 750,
|
|
311
|
-
timeout: t.timeout || 5e3,
|
|
312
|
-
random: t.random === !0,
|
|
313
|
-
index: t.index || 0,
|
|
314
|
-
dataAfterTimeout: t.dataAfterTimeout !== !1
|
|
315
|
-
};
|
|
316
|
-
}
|
|
317
|
-
const W = /* @__PURE__ */ Object.create(null), I = ["https://api.simplesvg.com", "https://api.unisvg.com"], V = [];
|
|
318
|
-
for (; I.length > 0; ) I.length === 1 || Math.random() > 0.5 ? V.push(I.shift()) : V.push(I.pop());
|
|
319
|
-
W[""] = q({ resources: ["https://api.iconify.design"].concat(V) });
|
|
320
|
-
function Jt(t, e) {
|
|
321
|
-
const o = q(e);
|
|
322
|
-
return o === null ? !1 : (W[t] = o, !0);
|
|
323
|
-
}
|
|
324
|
-
function J(t) {
|
|
325
|
-
return W[t];
|
|
326
|
-
}
|
|
327
|
-
const Xt = () => {
|
|
328
|
-
let t;
|
|
329
|
-
try {
|
|
330
|
-
if (t = fetch, typeof t == "function") return t;
|
|
331
|
-
} catch {
|
|
332
|
-
}
|
|
333
|
-
};
|
|
334
|
-
let rt = Xt();
|
|
335
|
-
function Yt(t, e) {
|
|
336
|
-
const o = J(t);
|
|
337
|
-
if (!o) return 0;
|
|
338
|
-
let r;
|
|
339
|
-
if (!o.maxURL) r = 0;
|
|
340
|
-
else {
|
|
341
|
-
let n = 0;
|
|
342
|
-
o.resources.forEach((a) => {
|
|
343
|
-
n = Math.max(n, a.length);
|
|
344
|
-
});
|
|
345
|
-
const i = e + ".json?icons=";
|
|
346
|
-
r = o.maxURL - n - o.path.length - i.length;
|
|
347
|
-
}
|
|
348
|
-
return r;
|
|
349
|
-
}
|
|
350
|
-
function te(t) {
|
|
351
|
-
return t === 404;
|
|
352
|
-
}
|
|
353
|
-
const ee = (t, e, o) => {
|
|
354
|
-
const r = [], n = Yt(t, e), i = "icons";
|
|
355
|
-
let a = {
|
|
356
|
-
type: i,
|
|
357
|
-
provider: t,
|
|
358
|
-
prefix: e,
|
|
359
|
-
icons: []
|
|
360
|
-
}, s = 0;
|
|
361
|
-
return o.forEach((c, l) => {
|
|
362
|
-
s += c.length + 1, s >= n && l > 0 && (r.push(a), a = {
|
|
363
|
-
type: i,
|
|
364
|
-
provider: t,
|
|
365
|
-
prefix: e,
|
|
366
|
-
icons: []
|
|
367
|
-
}, s = c.length), a.icons.push(c);
|
|
368
|
-
}), r.push(a), r;
|
|
369
|
-
};
|
|
370
|
-
function ne(t) {
|
|
371
|
-
if (typeof t == "string") {
|
|
372
|
-
const e = J(t);
|
|
373
|
-
if (e) return e.path;
|
|
374
|
-
}
|
|
375
|
-
return "/";
|
|
376
|
-
}
|
|
377
|
-
const oe = (t, e, o) => {
|
|
378
|
-
if (!rt) {
|
|
379
|
-
o("abort", 424);
|
|
380
|
-
return;
|
|
381
|
-
}
|
|
382
|
-
let r = ne(e.provider);
|
|
383
|
-
switch (e.type) {
|
|
384
|
-
case "icons": {
|
|
385
|
-
const i = e.prefix, s = e.icons.join(","), c = new URLSearchParams({ icons: s });
|
|
386
|
-
r += i + ".json?" + c.toString();
|
|
387
|
-
break;
|
|
388
|
-
}
|
|
389
|
-
case "custom": {
|
|
390
|
-
const i = e.uri;
|
|
391
|
-
r += i.slice(0, 1) === "/" ? i.slice(1) : i;
|
|
392
|
-
break;
|
|
393
|
-
}
|
|
394
|
-
default:
|
|
395
|
-
o("abort", 400);
|
|
396
|
-
return;
|
|
397
|
-
}
|
|
398
|
-
let n = 503;
|
|
399
|
-
rt(t + r).then((i) => {
|
|
400
|
-
const a = i.status;
|
|
401
|
-
if (a !== 200) {
|
|
402
|
-
setTimeout(() => {
|
|
403
|
-
o(te(a) ? "abort" : "next", a);
|
|
404
|
-
});
|
|
405
|
-
return;
|
|
406
|
-
}
|
|
407
|
-
return n = 501, i.json();
|
|
408
|
-
}).then((i) => {
|
|
409
|
-
if (typeof i != "object" || i === null) {
|
|
410
|
-
setTimeout(() => {
|
|
411
|
-
i === 404 ? o("abort", i) : o("next", n);
|
|
412
|
-
});
|
|
413
|
-
return;
|
|
414
|
-
}
|
|
415
|
-
setTimeout(() => {
|
|
416
|
-
o("success", i);
|
|
417
|
-
});
|
|
418
|
-
}).catch(() => {
|
|
419
|
-
o("next", n);
|
|
420
|
-
});
|
|
421
|
-
}, re = {
|
|
422
|
-
prepare: ee,
|
|
423
|
-
send: oe
|
|
424
|
-
};
|
|
425
|
-
function jt(t, e) {
|
|
426
|
-
t.forEach((o) => {
|
|
427
|
-
const r = o.loaderCallbacks;
|
|
428
|
-
r && (o.loaderCallbacks = r.filter((n) => n.id !== e));
|
|
429
|
-
});
|
|
430
|
-
}
|
|
431
|
-
function ie(t) {
|
|
432
|
-
t.pendingCallbacksFlag || (t.pendingCallbacksFlag = !0, setTimeout(() => {
|
|
433
|
-
t.pendingCallbacksFlag = !1;
|
|
434
|
-
const e = t.loaderCallbacks ? t.loaderCallbacks.slice(0) : [];
|
|
435
|
-
if (!e.length) return;
|
|
436
|
-
let o = !1;
|
|
437
|
-
const r = t.provider, n = t.prefix;
|
|
438
|
-
e.forEach((i) => {
|
|
439
|
-
const a = i.icons, s = a.pending.length;
|
|
440
|
-
a.pending = a.pending.filter((c) => {
|
|
441
|
-
if (c.prefix !== n) return !0;
|
|
442
|
-
const l = c.name;
|
|
443
|
-
if (t.icons[l]) a.loaded.push({
|
|
444
|
-
provider: r,
|
|
445
|
-
prefix: n,
|
|
446
|
-
name: l
|
|
447
|
-
});
|
|
448
|
-
else if (t.missing.has(l)) a.missing.push({
|
|
449
|
-
provider: r,
|
|
450
|
-
prefix: n,
|
|
451
|
-
name: l
|
|
452
|
-
});
|
|
453
|
-
else
|
|
454
|
-
return o = !0, !0;
|
|
455
|
-
return !1;
|
|
456
|
-
}), a.pending.length !== s && (o || jt([t], i.id), i.callback(a.loaded.slice(0), a.missing.slice(0), a.pending.slice(0), i.abort));
|
|
457
|
-
});
|
|
458
|
-
}));
|
|
459
|
-
}
|
|
460
|
-
let ae = 0;
|
|
461
|
-
function ce(t, e, o) {
|
|
462
|
-
const r = ae++, n = jt.bind(null, o, r);
|
|
463
|
-
if (!e.pending.length) return n;
|
|
464
|
-
const i = {
|
|
465
|
-
id: r,
|
|
466
|
-
icons: e,
|
|
467
|
-
callback: t,
|
|
468
|
-
abort: n
|
|
469
|
-
};
|
|
470
|
-
return o.forEach((a) => {
|
|
471
|
-
(a.loaderCallbacks || (a.loaderCallbacks = [])).push(i);
|
|
472
|
-
}), n;
|
|
473
|
-
}
|
|
474
|
-
function se(t) {
|
|
475
|
-
const e = {
|
|
476
|
-
loaded: [],
|
|
477
|
-
missing: [],
|
|
478
|
-
pending: []
|
|
479
|
-
}, o = /* @__PURE__ */ Object.create(null);
|
|
480
|
-
t.sort((n, i) => n.provider !== i.provider ? n.provider.localeCompare(i.provider) : n.prefix !== i.prefix ? n.prefix.localeCompare(i.prefix) : n.name.localeCompare(i.name));
|
|
481
|
-
let r = {
|
|
482
|
-
provider: "",
|
|
483
|
-
prefix: "",
|
|
484
|
-
name: ""
|
|
485
|
-
};
|
|
486
|
-
return t.forEach((n) => {
|
|
487
|
-
if (r.name === n.name && r.prefix === n.prefix && r.provider === n.provider) return;
|
|
488
|
-
r = n;
|
|
489
|
-
const i = n.provider, a = n.prefix, s = n.name, c = o[i] || (o[i] = /* @__PURE__ */ Object.create(null)), l = c[a] || (c[a] = j(i, a));
|
|
490
|
-
let d;
|
|
491
|
-
s in l.icons ? d = e.loaded : a === "" || l.missing.has(s) ? d = e.missing : d = e.pending;
|
|
492
|
-
const u = {
|
|
493
|
-
provider: i,
|
|
494
|
-
prefix: a,
|
|
495
|
-
name: s
|
|
496
|
-
};
|
|
497
|
-
d.push(u);
|
|
498
|
-
}), e;
|
|
499
|
-
}
|
|
500
|
-
function le(t, e = !0, o = !1) {
|
|
501
|
-
const r = [];
|
|
502
|
-
return t.forEach((n) => {
|
|
503
|
-
const i = typeof n == "string" ? D(n, e, o) : n;
|
|
504
|
-
i && r.push(i);
|
|
505
|
-
}), r;
|
|
506
|
-
}
|
|
507
|
-
const de = {
|
|
508
|
-
resources: [],
|
|
509
|
-
index: 0,
|
|
510
|
-
timeout: 2e3,
|
|
511
|
-
rotate: 750,
|
|
512
|
-
random: !1,
|
|
513
|
-
dataAfterTimeout: !1
|
|
514
|
-
};
|
|
515
|
-
function he(t, e, o, r) {
|
|
516
|
-
const n = t.resources.length, i = t.random ? Math.floor(Math.random() * n) : t.index;
|
|
517
|
-
let a;
|
|
518
|
-
if (t.random) {
|
|
519
|
-
let m = t.resources.slice(0);
|
|
520
|
-
for (a = []; m.length > 1; ) {
|
|
521
|
-
const M = Math.floor(Math.random() * m.length);
|
|
522
|
-
a.push(m[M]), m = m.slice(0, M).concat(m.slice(M + 1));
|
|
523
|
-
}
|
|
524
|
-
a = a.concat(m);
|
|
525
|
-
} else a = t.resources.slice(i).concat(t.resources.slice(0, i));
|
|
526
|
-
const s = Date.now();
|
|
527
|
-
let c = "pending", l = 0, d, u = null, p = [], g = [];
|
|
528
|
-
typeof r == "function" && g.push(r);
|
|
529
|
-
function y() {
|
|
530
|
-
u && (clearTimeout(u), u = null);
|
|
531
|
-
}
|
|
532
|
-
function k() {
|
|
533
|
-
c === "pending" && (c = "aborted"), y(), p.forEach((m) => {
|
|
534
|
-
m.status === "pending" && (m.status = "aborted");
|
|
535
|
-
}), p = [];
|
|
536
|
-
}
|
|
537
|
-
function h(m, M) {
|
|
538
|
-
M && (g = []), typeof m == "function" && g.push(m);
|
|
539
|
-
}
|
|
540
|
-
function f() {
|
|
541
|
-
return {
|
|
542
|
-
startTime: s,
|
|
543
|
-
payload: e,
|
|
544
|
-
status: c,
|
|
545
|
-
queriesSent: l,
|
|
546
|
-
queriesPending: p.length,
|
|
547
|
-
subscribe: h,
|
|
548
|
-
abort: k
|
|
549
|
-
};
|
|
550
|
-
}
|
|
551
|
-
function C() {
|
|
552
|
-
c = "failed", g.forEach((m) => {
|
|
553
|
-
m(void 0, d);
|
|
554
|
-
});
|
|
555
|
-
}
|
|
556
|
-
function v() {
|
|
557
|
-
p.forEach((m) => {
|
|
558
|
-
m.status === "pending" && (m.status = "aborted");
|
|
559
|
-
}), p = [];
|
|
560
|
-
}
|
|
561
|
-
function b(m, M, A) {
|
|
562
|
-
const H = M !== "success";
|
|
563
|
-
switch (p = p.filter((x) => x !== m), c) {
|
|
564
|
-
case "pending":
|
|
565
|
-
break;
|
|
566
|
-
case "failed":
|
|
567
|
-
if (H || !t.dataAfterTimeout) return;
|
|
568
|
-
break;
|
|
569
|
-
default:
|
|
570
|
-
return;
|
|
571
|
-
}
|
|
572
|
-
if (M === "abort") {
|
|
573
|
-
d = A, C();
|
|
574
|
-
return;
|
|
575
|
-
}
|
|
576
|
-
if (H) {
|
|
577
|
-
d = A, p.length || (a.length ? E() : C());
|
|
578
|
-
return;
|
|
579
|
-
}
|
|
580
|
-
if (y(), v(), !t.random) {
|
|
581
|
-
const x = t.resources.indexOf(m.resource);
|
|
582
|
-
x !== -1 && x !== t.index && (t.index = x);
|
|
583
|
-
}
|
|
584
|
-
c = "completed", g.forEach((x) => {
|
|
585
|
-
x(A);
|
|
586
|
-
});
|
|
587
|
-
}
|
|
588
|
-
function E() {
|
|
589
|
-
if (c !== "pending") return;
|
|
590
|
-
y();
|
|
591
|
-
const m = a.shift();
|
|
592
|
-
if (m === void 0) {
|
|
593
|
-
if (p.length) {
|
|
594
|
-
u = setTimeout(() => {
|
|
595
|
-
y(), c === "pending" && (v(), C());
|
|
596
|
-
}, t.timeout);
|
|
597
|
-
return;
|
|
598
|
-
}
|
|
599
|
-
C();
|
|
600
|
-
return;
|
|
601
|
-
}
|
|
602
|
-
const M = {
|
|
603
|
-
status: "pending",
|
|
604
|
-
resource: m,
|
|
605
|
-
callback: (A, H) => {
|
|
606
|
-
b(M, A, H);
|
|
607
|
-
}
|
|
608
|
-
};
|
|
609
|
-
p.push(M), l++, u = setTimeout(E, t.rotate), o(m, e, M.callback);
|
|
610
|
-
}
|
|
611
|
-
return setTimeout(E), f;
|
|
612
|
-
}
|
|
613
|
-
function At(t) {
|
|
614
|
-
const e = {
|
|
615
|
-
...de,
|
|
616
|
-
...t
|
|
617
|
-
};
|
|
618
|
-
let o = [];
|
|
619
|
-
function r() {
|
|
620
|
-
o = o.filter((s) => s().status === "pending");
|
|
621
|
-
}
|
|
622
|
-
function n(s, c, l) {
|
|
623
|
-
const d = he(e, s, c, (u, p) => {
|
|
624
|
-
r(), l && l(u, p);
|
|
625
|
-
});
|
|
626
|
-
return o.push(d), d;
|
|
627
|
-
}
|
|
628
|
-
function i(s) {
|
|
629
|
-
return o.find((c) => s(c)) || null;
|
|
630
|
-
}
|
|
631
|
-
return {
|
|
632
|
-
query: n,
|
|
633
|
-
find: i,
|
|
634
|
-
setIndex: (s) => {
|
|
635
|
-
e.index = s;
|
|
636
|
-
},
|
|
637
|
-
getIndex: () => e.index,
|
|
638
|
-
cleanup: r
|
|
639
|
-
};
|
|
640
|
-
}
|
|
641
|
-
function it() {
|
|
642
|
-
}
|
|
643
|
-
const R = /* @__PURE__ */ Object.create(null);
|
|
644
|
-
function ue(t) {
|
|
645
|
-
if (!R[t]) {
|
|
646
|
-
const e = J(t);
|
|
647
|
-
if (!e) return;
|
|
648
|
-
const o = At(e), r = {
|
|
649
|
-
config: e,
|
|
650
|
-
redundancy: o
|
|
651
|
-
};
|
|
652
|
-
R[t] = r;
|
|
653
|
-
}
|
|
654
|
-
return R[t];
|
|
655
|
-
}
|
|
656
|
-
function fe(t, e, o) {
|
|
657
|
-
let r, n;
|
|
658
|
-
if (typeof t == "string") {
|
|
659
|
-
const i = G(t);
|
|
660
|
-
if (!i)
|
|
661
|
-
return o(void 0, 424), it;
|
|
662
|
-
n = i.send;
|
|
663
|
-
const a = ue(t);
|
|
664
|
-
a && (r = a.redundancy);
|
|
665
|
-
} else {
|
|
666
|
-
const i = q(t);
|
|
667
|
-
if (i) {
|
|
668
|
-
r = At(i);
|
|
669
|
-
const a = t.resources ? t.resources[0] : "", s = G(a);
|
|
670
|
-
s && (n = s.send);
|
|
671
|
-
}
|
|
672
|
-
}
|
|
673
|
-
return !r || !n ? (o(void 0, 424), it) : r.query(e, n, o)().abort;
|
|
674
|
-
}
|
|
675
|
-
function at() {
|
|
676
|
-
}
|
|
677
|
-
function pe(t) {
|
|
678
|
-
t.iconsLoaderFlag || (t.iconsLoaderFlag = !0, setTimeout(() => {
|
|
679
|
-
t.iconsLoaderFlag = !1, ie(t);
|
|
680
|
-
}));
|
|
681
|
-
}
|
|
682
|
-
function ge(t) {
|
|
683
|
-
const e = [], o = [];
|
|
684
|
-
return t.forEach((r) => {
|
|
685
|
-
(r.match(bt) ? e : o).push(r);
|
|
686
|
-
}), {
|
|
687
|
-
valid: e,
|
|
688
|
-
invalid: o
|
|
689
|
-
};
|
|
690
|
-
}
|
|
691
|
-
function $(t, e, o) {
|
|
692
|
-
function r() {
|
|
693
|
-
const n = t.pendingIcons;
|
|
694
|
-
e.forEach((i) => {
|
|
695
|
-
n && n.delete(i), t.icons[i] || t.missing.add(i);
|
|
696
|
-
});
|
|
697
|
-
}
|
|
698
|
-
if (o && typeof o == "object") try {
|
|
699
|
-
if (!vt(t, o).length) {
|
|
700
|
-
r();
|
|
701
|
-
return;
|
|
702
|
-
}
|
|
703
|
-
} catch (n) {
|
|
704
|
-
console.error(n);
|
|
705
|
-
}
|
|
706
|
-
r(), pe(t);
|
|
707
|
-
}
|
|
708
|
-
function ct(t, e) {
|
|
709
|
-
t instanceof Promise ? t.then((o) => {
|
|
710
|
-
e(o);
|
|
711
|
-
}).catch(() => {
|
|
712
|
-
e(null);
|
|
713
|
-
}) : e(t);
|
|
714
|
-
}
|
|
715
|
-
function me(t, e) {
|
|
716
|
-
t.iconsToLoad ? t.iconsToLoad = t.iconsToLoad.concat(e).sort() : t.iconsToLoad = e, t.iconsQueueFlag || (t.iconsQueueFlag = !0, setTimeout(() => {
|
|
717
|
-
t.iconsQueueFlag = !1;
|
|
718
|
-
const { provider: o, prefix: r } = t, n = t.iconsToLoad;
|
|
719
|
-
if (delete t.iconsToLoad, !n || !n.length) return;
|
|
720
|
-
const i = t.loadIcon;
|
|
721
|
-
if (t.loadIcons && (n.length > 1 || !i)) {
|
|
722
|
-
ct(t.loadIcons(n, r, o), (d) => {
|
|
723
|
-
$(t, n, d);
|
|
724
|
-
});
|
|
725
|
-
return;
|
|
726
|
-
}
|
|
727
|
-
if (i) {
|
|
728
|
-
n.forEach((d) => {
|
|
729
|
-
const u = i(d, r, o);
|
|
730
|
-
ct(u, (p) => {
|
|
731
|
-
const g = p ? {
|
|
732
|
-
prefix: r,
|
|
733
|
-
icons: { [d]: p }
|
|
734
|
-
} : null;
|
|
735
|
-
$(t, [d], g);
|
|
736
|
-
});
|
|
737
|
-
});
|
|
738
|
-
return;
|
|
739
|
-
}
|
|
740
|
-
const { valid: a, invalid: s } = ge(n);
|
|
741
|
-
if (s.length && $(t, s, null), !a.length) return;
|
|
742
|
-
const c = r.match(bt) ? G(o) : null;
|
|
743
|
-
if (!c) {
|
|
744
|
-
$(t, a, null);
|
|
745
|
-
return;
|
|
746
|
-
}
|
|
747
|
-
c.prepare(o, r, a).forEach((d) => {
|
|
748
|
-
fe(o, d, (u) => {
|
|
749
|
-
$(t, d.icons, u);
|
|
750
|
-
});
|
|
751
|
-
});
|
|
752
|
-
}));
|
|
753
|
-
}
|
|
754
|
-
const ye = (t, e) => {
|
|
755
|
-
const o = le(t, !0, Mt()), r = se(o);
|
|
756
|
-
if (!r.pending.length) {
|
|
757
|
-
let c = !0;
|
|
758
|
-
return e && setTimeout(() => {
|
|
759
|
-
c && e(r.loaded, r.missing, r.pending, at);
|
|
760
|
-
}), () => {
|
|
761
|
-
c = !1;
|
|
762
|
-
};
|
|
763
|
-
}
|
|
764
|
-
const n = /* @__PURE__ */ Object.create(null), i = [];
|
|
765
|
-
let a, s;
|
|
766
|
-
return r.pending.forEach((c) => {
|
|
767
|
-
const { provider: l, prefix: d } = c;
|
|
768
|
-
if (d === s && l === a) return;
|
|
769
|
-
a = l, s = d, i.push(j(l, d));
|
|
770
|
-
const u = n[l] || (n[l] = /* @__PURE__ */ Object.create(null));
|
|
771
|
-
u[d] || (u[d] = []);
|
|
772
|
-
}), r.pending.forEach((c) => {
|
|
773
|
-
const { provider: l, prefix: d, name: u } = c, p = j(l, d), g = p.pendingIcons || (p.pendingIcons = /* @__PURE__ */ new Set());
|
|
774
|
-
g.has(u) || (g.add(u), n[l][d].push(u));
|
|
775
|
-
}), i.forEach((c) => {
|
|
776
|
-
const l = n[c.provider][c.prefix];
|
|
777
|
-
l.length && me(c, l);
|
|
778
|
-
}), e ? ce(e, r, i) : at;
|
|
779
|
-
};
|
|
780
|
-
function ke(t, e) {
|
|
781
|
-
const o = { ...t };
|
|
782
|
-
for (const r in e) {
|
|
783
|
-
const n = e[r], i = typeof n;
|
|
784
|
-
r in Ct ? (n === null || n && (i === "string" || i === "number")) && (o[r] = n) : i === typeof o[r] && (o[r] = r === "rotate" ? n % 4 : n);
|
|
785
|
-
}
|
|
786
|
-
return o;
|
|
787
|
-
}
|
|
788
|
-
const we = /[\s,]+/;
|
|
789
|
-
function ve(t, e) {
|
|
790
|
-
e.split(we).forEach((o) => {
|
|
791
|
-
switch (o.trim()) {
|
|
792
|
-
case "horizontal":
|
|
793
|
-
t.hFlip = !0;
|
|
794
|
-
break;
|
|
795
|
-
case "vertical":
|
|
796
|
-
t.vFlip = !0;
|
|
797
|
-
break;
|
|
798
|
-
}
|
|
799
|
-
});
|
|
800
|
-
}
|
|
801
|
-
function be(t, e = 0) {
|
|
802
|
-
const o = t.replace(/^-?[0-9.]*/, "");
|
|
803
|
-
function r(n) {
|
|
804
|
-
for (; n < 0; ) n += 4;
|
|
805
|
-
return n % 4;
|
|
806
|
-
}
|
|
807
|
-
if (o === "") {
|
|
808
|
-
const n = parseInt(t);
|
|
809
|
-
return isNaN(n) ? 0 : r(n);
|
|
810
|
-
} else if (o !== t) {
|
|
811
|
-
let n = 0;
|
|
812
|
-
switch (o) {
|
|
813
|
-
case "%":
|
|
814
|
-
n = 25;
|
|
815
|
-
break;
|
|
816
|
-
case "deg":
|
|
817
|
-
n = 90;
|
|
818
|
-
}
|
|
819
|
-
if (n) {
|
|
820
|
-
let i = parseFloat(t.slice(0, t.length - o.length));
|
|
821
|
-
return isNaN(i) ? 0 : (i = i / n, i % 1 === 0 ? r(i) : 0);
|
|
822
|
-
}
|
|
823
|
-
}
|
|
824
|
-
return e;
|
|
825
|
-
}
|
|
826
|
-
function Me(t, e) {
|
|
827
|
-
let o = t.indexOf("xlink:") === -1 ? "" : ' xmlns:xlink="http://www.w3.org/1999/xlink"';
|
|
828
|
-
for (const r in e) o += " " + r + '="' + e[r] + '"';
|
|
829
|
-
return '<svg xmlns="http://www.w3.org/2000/svg"' + o + ">" + t + "</svg>";
|
|
830
|
-
}
|
|
831
|
-
function Ce(t) {
|
|
832
|
-
return t.replace(/"/g, "'").replace(/%/g, "%25").replace(/#/g, "%23").replace(/</g, "%3C").replace(/>/g, "%3E").replace(/\s+/g, " ");
|
|
833
|
-
}
|
|
834
|
-
function xe(t) {
|
|
835
|
-
return "data:image/svg+xml," + Ce(t);
|
|
836
|
-
}
|
|
837
|
-
function je(t) {
|
|
838
|
-
return 'url("' + xe(t) + '")';
|
|
839
|
-
}
|
|
840
|
-
let L;
|
|
841
|
-
function Ae() {
|
|
842
|
-
try {
|
|
843
|
-
L = window.trustedTypes.createPolicy("iconify", { createHTML: (t) => t });
|
|
844
|
-
} catch {
|
|
845
|
-
L = null;
|
|
846
|
-
}
|
|
847
|
-
}
|
|
848
|
-
function Ie(t) {
|
|
849
|
-
return L === void 0 && Ae(), L ? L.createHTML(t) : t;
|
|
850
|
-
}
|
|
851
|
-
const It = {
|
|
852
|
-
...xt,
|
|
853
|
-
inline: !1
|
|
854
|
-
}, $e = {
|
|
855
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
856
|
-
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
857
|
-
"aria-hidden": !0,
|
|
858
|
-
role: "img"
|
|
859
|
-
}, Le = {
|
|
860
|
-
display: "inline-block"
|
|
861
|
-
}, K = {
|
|
862
|
-
backgroundColor: "currentColor"
|
|
863
|
-
}, $t = {
|
|
864
|
-
backgroundColor: "transparent"
|
|
865
|
-
}, st = {
|
|
866
|
-
Image: "var(--svg)",
|
|
867
|
-
Repeat: "no-repeat",
|
|
868
|
-
Size: "100% 100%"
|
|
869
|
-
}, lt = {
|
|
870
|
-
WebkitMask: K,
|
|
871
|
-
mask: K,
|
|
872
|
-
background: $t
|
|
873
|
-
};
|
|
874
|
-
for (const t in lt) {
|
|
875
|
-
const e = lt[t];
|
|
876
|
-
for (const o in st)
|
|
877
|
-
e[t + o] = st[o];
|
|
878
|
-
}
|
|
879
|
-
const Ze = {
|
|
880
|
-
...It,
|
|
881
|
-
inline: !0
|
|
882
|
-
};
|
|
883
|
-
function dt(t) {
|
|
884
|
-
return t + (t.match(/^[-0-9.]+$/) ? "px" : "");
|
|
885
|
-
}
|
|
886
|
-
const Se = (t, e, o) => {
|
|
887
|
-
const r = e.inline ? Ze : It, n = ke(r, e), i = e.mode || "svg", a = {}, s = e.style || {}, c = {
|
|
888
|
-
...i === "svg" ? $e : {}
|
|
889
|
-
};
|
|
890
|
-
if (o) {
|
|
891
|
-
const h = D(o, !1, !0);
|
|
892
|
-
if (h) {
|
|
893
|
-
const f = ["iconify"], C = [
|
|
894
|
-
"provider",
|
|
895
|
-
"prefix"
|
|
896
|
-
];
|
|
897
|
-
for (const v of C)
|
|
898
|
-
h[v] && f.push("iconify--" + h[v]);
|
|
899
|
-
c.className = f.join(" ");
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
for (let h in e) {
|
|
903
|
-
const f = e[h];
|
|
904
|
-
if (f !== void 0)
|
|
905
|
-
switch (h) {
|
|
906
|
-
// Properties to ignore
|
|
907
|
-
case "icon":
|
|
908
|
-
case "style":
|
|
909
|
-
case "children":
|
|
910
|
-
case "onLoad":
|
|
911
|
-
case "mode":
|
|
912
|
-
case "ssr":
|
|
913
|
-
case "fallback":
|
|
914
|
-
break;
|
|
915
|
-
// Forward ref
|
|
916
|
-
case "_ref":
|
|
917
|
-
c.ref = f;
|
|
918
|
-
break;
|
|
919
|
-
// Merge class names
|
|
920
|
-
case "className":
|
|
921
|
-
c[h] = (c[h] ? c[h] + " " : "") + f;
|
|
922
|
-
break;
|
|
923
|
-
// Boolean attributes
|
|
924
|
-
case "inline":
|
|
925
|
-
case "hFlip":
|
|
926
|
-
case "vFlip":
|
|
927
|
-
n[h] = f === !0 || f === "true" || f === 1;
|
|
928
|
-
break;
|
|
929
|
-
// Flip as string: 'horizontal,vertical'
|
|
930
|
-
case "flip":
|
|
931
|
-
typeof f == "string" && ve(n, f);
|
|
932
|
-
break;
|
|
933
|
-
// Color: copy to style
|
|
934
|
-
case "color":
|
|
935
|
-
a.color = f;
|
|
936
|
-
break;
|
|
937
|
-
// Rotation as string
|
|
938
|
-
case "rotate":
|
|
939
|
-
typeof f == "string" ? n[h] = be(f) : typeof f == "number" && (n[h] = f);
|
|
940
|
-
break;
|
|
941
|
-
// Remove aria-hidden
|
|
942
|
-
case "ariaHidden":
|
|
943
|
-
case "aria-hidden":
|
|
944
|
-
f !== !0 && f !== "true" && delete c["aria-hidden"];
|
|
945
|
-
break;
|
|
946
|
-
// Copy missing property if it does not exist in customisations
|
|
947
|
-
default:
|
|
948
|
-
r[h] === void 0 && (c[h] = f);
|
|
949
|
-
}
|
|
950
|
-
}
|
|
951
|
-
const l = _t(t, n), d = l.attributes;
|
|
952
|
-
if (n.inline && (a.verticalAlign = "-0.125em"), i === "svg") {
|
|
953
|
-
c.style = {
|
|
954
|
-
...a,
|
|
955
|
-
...s
|
|
956
|
-
}, Object.assign(c, d);
|
|
957
|
-
let h = 0, f = e.id;
|
|
958
|
-
return typeof f == "string" && (f = f.replace(/-/g, "_")), c.dangerouslySetInnerHTML = {
|
|
959
|
-
__html: Ie(qt(l.body, f ? () => f + "ID" + h++ : "iconifyReact"))
|
|
960
|
-
}, B("svg", c);
|
|
961
|
-
}
|
|
962
|
-
const { body: u, width: p, height: g } = t, y = i === "mask" || (i === "bg" ? !1 : u.indexOf("currentColor") !== -1), k = Me(u, {
|
|
963
|
-
...d,
|
|
964
|
-
width: p + "",
|
|
965
|
-
height: g + ""
|
|
966
|
-
});
|
|
967
|
-
return c.style = {
|
|
968
|
-
...a,
|
|
969
|
-
"--svg": je(k),
|
|
970
|
-
width: dt(d.width),
|
|
971
|
-
height: dt(d.height),
|
|
972
|
-
...Le,
|
|
973
|
-
...y ? K : $t,
|
|
974
|
-
...s
|
|
975
|
-
}, B("span", c);
|
|
976
|
-
};
|
|
977
|
-
Mt(!0);
|
|
978
|
-
Wt("", re);
|
|
979
|
-
if (typeof document < "u" && typeof window < "u") {
|
|
980
|
-
const t = window;
|
|
981
|
-
if (t.IconifyPreload !== void 0) {
|
|
982
|
-
const e = t.IconifyPreload, o = "Invalid IconifyPreload syntax.";
|
|
983
|
-
typeof e == "object" && e !== null && (e instanceof Array ? e : [e]).forEach((r) => {
|
|
984
|
-
try {
|
|
985
|
-
// Check if item is an object and not null/array
|
|
986
|
-
(typeof r != "object" || r === null || r instanceof Array || // Check for 'icons' and 'prefix'
|
|
987
|
-
typeof r.icons != "object" || typeof r.prefix != "string" || // Add icon set
|
|
988
|
-
!Et(r)) && console.error(o);
|
|
989
|
-
} catch {
|
|
990
|
-
console.error(o);
|
|
991
|
-
}
|
|
992
|
-
});
|
|
993
|
-
}
|
|
994
|
-
if (t.IconifyProviders !== void 0) {
|
|
995
|
-
const e = t.IconifyProviders;
|
|
996
|
-
if (typeof e == "object" && e !== null)
|
|
997
|
-
for (let o in e) {
|
|
998
|
-
const r = "IconifyProviders[" + o + "] is invalid.";
|
|
999
|
-
try {
|
|
1000
|
-
const n = e[o];
|
|
1001
|
-
if (typeof n != "object" || !n || n.resources === void 0)
|
|
1002
|
-
continue;
|
|
1003
|
-
Jt(o, n) || console.error(r);
|
|
1004
|
-
} catch {
|
|
1005
|
-
console.error(r);
|
|
1006
|
-
}
|
|
1007
|
-
}
|
|
1008
|
-
}
|
|
1009
|
-
}
|
|
1010
|
-
function Lt(t) {
|
|
1011
|
-
const [e, o] = F(!!t.ssr), [r, n] = F({});
|
|
1012
|
-
function i(g) {
|
|
1013
|
-
if (g) {
|
|
1014
|
-
const y = t.icon;
|
|
1015
|
-
if (typeof y == "object")
|
|
1016
|
-
return {
|
|
1017
|
-
name: "",
|
|
1018
|
-
data: y
|
|
1019
|
-
};
|
|
1020
|
-
const k = nt(y);
|
|
1021
|
-
if (k)
|
|
1022
|
-
return {
|
|
1023
|
-
name: y,
|
|
1024
|
-
data: k
|
|
1025
|
-
};
|
|
1026
|
-
}
|
|
1027
|
-
return {
|
|
1028
|
-
name: ""
|
|
1029
|
-
};
|
|
1030
|
-
}
|
|
1031
|
-
const [a, s] = F(i(!!t.ssr));
|
|
1032
|
-
function c() {
|
|
1033
|
-
const g = r.callback;
|
|
1034
|
-
g && (g(), n({}));
|
|
1035
|
-
}
|
|
1036
|
-
function l(g) {
|
|
1037
|
-
if (JSON.stringify(a) !== JSON.stringify(g))
|
|
1038
|
-
return c(), s(g), !0;
|
|
1039
|
-
}
|
|
1040
|
-
function d() {
|
|
1041
|
-
var g;
|
|
1042
|
-
const y = t.icon;
|
|
1043
|
-
if (typeof y == "object") {
|
|
1044
|
-
l({
|
|
1045
|
-
name: "",
|
|
1046
|
-
data: y
|
|
1047
|
-
});
|
|
1048
|
-
return;
|
|
1049
|
-
}
|
|
1050
|
-
const k = nt(y);
|
|
1051
|
-
if (l({
|
|
1052
|
-
name: y,
|
|
1053
|
-
data: k
|
|
1054
|
-
}))
|
|
1055
|
-
if (k === void 0) {
|
|
1056
|
-
const h = ye([y], d);
|
|
1057
|
-
n({
|
|
1058
|
-
callback: h
|
|
1059
|
-
});
|
|
1060
|
-
} else k && ((g = t.onLoad) === null || g === void 0 || g.call(t, y));
|
|
1061
|
-
}
|
|
1062
|
-
Y(() => (o(!0), c), []), Y(() => {
|
|
1063
|
-
e && d();
|
|
1064
|
-
}, [t.icon, e]);
|
|
1065
|
-
const { name: u, data: p } = a;
|
|
1066
|
-
return p ? Se({
|
|
1067
|
-
...Q,
|
|
1068
|
-
...p
|
|
1069
|
-
}, t, u) : t.children ? t.children : t.fallback ? t.fallback : B("span", {});
|
|
1070
|
-
}
|
|
1071
|
-
const ht = mt((t, e) => Lt({
|
|
1072
|
-
...t,
|
|
1073
|
-
_ref: e
|
|
1074
|
-
}));
|
|
1075
|
-
mt((t, e) => Lt({
|
|
1076
|
-
inline: !0,
|
|
1077
|
-
...t,
|
|
1078
|
-
_ref: e
|
|
1079
|
-
}));
|
|
1080
|
-
const He = {
|
|
1081
|
-
width: 24,
|
|
1082
|
-
height: 24,
|
|
1083
|
-
hidden: !0,
|
|
1084
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m4.5 19.5l15-15m-15 0l15 15"/>'
|
|
1085
|
-
}, Te = {
|
|
1086
|
-
width: 24,
|
|
1087
|
-
height: 24,
|
|
1088
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 4v16m8-8H4"/>'
|
|
1089
|
-
}, Ve = {
|
|
1090
|
-
width: 24,
|
|
1091
|
-
height: 24,
|
|
1092
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15.232 5.232l3.536 3.536m-2.036-5.036a2.5 2.5 0 1 1 3.536 3.536L6.5 21.036H3v-3.572L16.732 3.732Z"/>'
|
|
1093
|
-
}, Pe = {
|
|
1094
|
-
width: 24,
|
|
1095
|
-
height: 24,
|
|
1096
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m19 7l-.867 12.142A2 2 0 0 1 16.138 21H7.862a2 2 0 0 1-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v3M4 7h16"/>'
|
|
1097
|
-
}, z = {
|
|
1098
|
-
width: 24,
|
|
1099
|
-
height: 24,
|
|
1100
|
-
hidden: !0,
|
|
1101
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.5 12c0-1.232.046-2.453.138-3.662a4.006 4.006 0 0 1 3.7-3.7a48.678 48.678 0 0 1 7.324 0a4.006 4.006 0 0 1 3.7 3.7c.017.22.032.441.046.662M4.5 12l-3-3m3 3l3-3m12 3c0 1.232-.046 2.453-.138 3.662a4.006 4.006 0 0 1-3.7 3.7a48.657 48.657 0 0 1-7.324 0a4.006 4.006 0 0 1-3.7-3.7c-.017-.22-.032-.441-.046-.662M19.5 12l-3 3m3-3l3 3"/>'
|
|
1102
|
-
}, De = {
|
|
1103
|
-
width: 24,
|
|
1104
|
-
height: 24,
|
|
1105
|
-
hidden: !0,
|
|
1106
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.25 7.5V6.108c0-1.135.845-2.098 1.976-2.192c.373-.03.748-.057 1.123-.08M15.75 18H18a2.25 2.25 0 0 0 2.25-2.25V6.108c0-1.135-.845-2.098-1.976-2.192a48.424 48.424 0 0 0-1.123-.08M15.75 18.75v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5A3.375 3.375 0 0 0 6.375 7.5H5.25m11.9-3.664A2.251 2.251 0 0 0 15 2.25h-1.5a2.251 2.251 0 0 0-2.15 1.586m5.8 0c.065.21.1.433.1.664v.75h-6V4.5c0-.231.035-.454.1-.664M6.75 7.5H4.875c-.621 0-1.125.504-1.125 1.125v12c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V16.5a9 9 0 0 0-9-9Z"/>'
|
|
1107
|
-
}, Oe = {
|
|
1108
|
-
width: 24,
|
|
1109
|
-
height: 24,
|
|
1110
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7v8a2 2 0 0 0 2 2h6M8 7V5a2 2 0 0 1 2-2h4.586a1 1 0 0 1 .707.293l4.414 4.414a1 1 0 0 1 .293.707V15a2 2 0 0 1-2 2h-2M8 7H6a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-2"/>'
|
|
1111
|
-
}, Ee = {
|
|
1112
|
-
width: 24,
|
|
1113
|
-
height: 24,
|
|
1114
|
-
body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 0 0 2.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 0 0 1.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 0 0-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 0 0-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 0 0-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 0 0-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 0 0 1.066-2.573c-.94-1.543.826-3.31 2.37-2.37c.996.608 2.296.07 2.572-1.065Z"/><path d="M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/></g>'
|
|
1115
|
-
}, Fe = {
|
|
1116
|
-
width: 24,
|
|
1117
|
-
height: 24,
|
|
1118
|
-
hidden: !0,
|
|
1119
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 3c2.755 0 5.455.232 8.083.678c.533.09.917.556.917 1.096v1.044a2.25 2.25 0 0 1-.659 1.591l-5.432 5.432a2.25 2.25 0 0 0-.659 1.591v2.927a2.25 2.25 0 0 1-1.244 2.013L9.75 21v-6.568a2.25 2.25 0 0 0-.659-1.591L3.659 7.409A2.25 2.25 0 0 1 3 5.818V4.774c0-.54.384-1.006.917-1.096A48.32 48.32 0 0 1 12 3Z"/>'
|
|
1120
|
-
}, Ne = {
|
|
1121
|
-
width: 24,
|
|
1122
|
-
height: 24,
|
|
1123
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.684 13.342C8.886 12.938 9 12.482 9 12c0-.482-.114-.938-.316-1.342m0 2.684a3 3 0 1 1 0-2.684m0 2.684l6.632 3.316m-6.632-6l6.632-3.316m0 0a3 3 0 1 0 5.367-2.684a3 3 0 0 0-5.367 2.684Zm0 9.316a3 3 0 1 0 5.368 2.684a3 3 0 0 0-5.368-2.684Z"/>'
|
|
1124
|
-
}, ut = {
|
|
1125
|
-
width: 24,
|
|
1126
|
-
height: 24,
|
|
1127
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m5 15l7-7l7 7"/>'
|
|
1128
|
-
}, ft = {
|
|
1129
|
-
width: 24,
|
|
1130
|
-
height: 24,
|
|
1131
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m19 9l-7 7l-7-7"/>'
|
|
1132
|
-
}, Re = {
|
|
1133
|
-
width: 24,
|
|
1134
|
-
height: 24,
|
|
1135
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m15 19l-7-7l7-7"/>'
|
|
1136
|
-
}, ze = {
|
|
1137
|
-
width: 24,
|
|
1138
|
-
height: 24,
|
|
1139
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 5l7 7l-7 7"/>'
|
|
1140
|
-
}, Be = {
|
|
1141
|
-
width: 24,
|
|
1142
|
-
height: 24,
|
|
1143
|
-
hidden: !0,
|
|
1144
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m21 21l-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z"/>'
|
|
1145
|
-
}, Ue = {
|
|
1146
|
-
width: 24,
|
|
1147
|
-
height: 24,
|
|
1148
|
-
hidden: !0,
|
|
1149
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"/>'
|
|
1150
|
-
}, _e = {
|
|
1151
|
-
width: 24,
|
|
1152
|
-
height: 24,
|
|
1153
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 12l2 2l4-4m6 2a9 9 0 1 1-18 0a9 9 0 0 1 18 0Z"/>'
|
|
1154
|
-
}, Ge = {
|
|
1155
|
-
width: 24,
|
|
1156
|
-
height: 24,
|
|
1157
|
-
hidden: !0,
|
|
1158
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 10.5v3.75m-9.303 3.376C1.83 19.126 2.914 21 4.645 21h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 4.88c-.866-1.501-3.032-1.501-3.898 0L2.697 17.626ZM12 17.25h.007v.008H12v-.008Z"/>'
|
|
1159
|
-
}, Ke = {
|
|
1160
|
-
width: 24,
|
|
1161
|
-
height: 24,
|
|
1162
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0Z"/>'
|
|
1163
|
-
}, Qe = {
|
|
1164
|
-
width: 24,
|
|
1165
|
-
height: 24,
|
|
1166
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 3v4M3 5h4M6 17v4m-2-2h4m5-16l2.286 6.857L21 12l-5.714 2.143L13 21l-2.286-6.857L5 12l5.714-2.143L13 3Z"/>'
|
|
1167
|
-
}, qe = {
|
|
1168
|
-
width: 24,
|
|
1169
|
-
height: 24,
|
|
1170
|
-
body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/><path d="M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7c-1.274 4.057-5.064 7-9.542 7c-4.477 0-8.268-2.943-9.542-7Z"/></g>'
|
|
1171
|
-
}, We = {
|
|
1172
|
-
width: 24,
|
|
1173
|
-
height: 24,
|
|
1174
|
-
hidden: !0,
|
|
1175
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.98 8.223A10.477 10.477 0 0 0 1.934 12c1.292 4.338 5.31 7.5 10.066 7.5c.993 0 1.953-.138 2.863-.395M6.228 6.228A10.45 10.45 0 0 1 12 4.5c4.756 0 8.773 3.162 10.065 7.498a10.523 10.523 0 0 1-4.293 5.774M6.228 6.228L3 3m3.228 3.228l3.65 3.65m7.894 7.894L21 21m-3.228-3.228l-3.65-3.65m0 0a3 3 0 1 0-4.243-4.243m4.242 4.242L9.88 9.88"/>'
|
|
1176
|
-
}, Je = {
|
|
1177
|
-
width: 24,
|
|
1178
|
-
height: 24,
|
|
1179
|
-
hidden: !0,
|
|
1180
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M10.5 6h9.75M10.5 6a1.5 1.5 0 1 1-3 0m3 0a1.5 1.5 0 1 0-3 0M3.75 6H7.5m3 12h9.75m-9.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-3.75 0H7.5m9-6h3.75m-3.75 0a1.5 1.5 0 0 1-3 0m3 0a1.5 1.5 0 0 0-3 0m-9.75 0h9.75"/>'
|
|
1181
|
-
}, Xe = {
|
|
1182
|
-
width: 24,
|
|
1183
|
-
height: 24,
|
|
1184
|
-
hidden: !0,
|
|
1185
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9 17.25v1.007a3 3 0 0 1-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0 1 15 18.257V17.25m6-12V15a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 15V5.25m18 0A2.25 2.25 0 0 0 18.75 3H5.25A2.25 2.25 0 0 0 3 5.25m18 0V12a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 12V5.25"/>'
|
|
1186
|
-
}, Ye = {
|
|
1187
|
-
width: 24,
|
|
1188
|
-
height: 24,
|
|
1189
|
-
hidden: !0,
|
|
1190
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3.375 19.5h17.25m-17.25 0a1.125 1.125 0 0 1-1.125-1.125M3.375 19.5h7.5c.621 0 1.125-.504 1.125-1.125m-9.75 0V5.625m0 12.75v-1.5c0-.621.504-1.125 1.125-1.125m18.375 2.625V5.625m0 12.75c0 .621-.504 1.125-1.125 1.125m1.125-1.125v-1.5c0-.621-.504-1.125-1.125-1.125m0 3.75h-7.5A1.125 1.125 0 0 1 12 18.375m9.75-12.75c0-.621-.504-1.125-1.125-1.125H3.375c-.621 0-1.125.504-1.125 1.125m19.5 0v1.5c0 .621-.504 1.125-1.125 1.125M2.25 5.625v1.5c0 .621.504 1.125 1.125 1.125m0 0h17.25m-17.25 0h7.5c.621 0 1.125.504 1.125 1.125M3.375 8.25c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125m17.25-3.75h-7.5c-.621 0-1.125.504-1.125 1.125m8.625-1.125c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125v1.5c0 .621.504 1.125 1.125 1.125M12 10.875v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 10.875c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125M13.125 12h7.5m-7.5 0c-.621 0-1.125.504-1.125 1.125M20.625 12c.621 0 1.125.504 1.125 1.125v1.5c0 .621-.504 1.125-1.125 1.125m-17.25 0h7.5M12 14.625v-1.5m0 1.5c0 .621-.504 1.125-1.125 1.125M12 14.625c0 .621.504 1.125 1.125 1.125m-2.25 0c.621 0 1.125.504 1.125 1.125m0 1.5v-1.5m0 0c0-.621.504-1.125 1.125-1.125m0 0h7.5"/>'
|
|
1191
|
-
}, tn = {
|
|
1192
|
-
width: 24,
|
|
1193
|
-
height: 24,
|
|
1194
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13.828 10.172a4 4 0 0 0-5.656 0l-4 4a4 4 0 1 0 5.656 5.656l1.102-1.101m-.758-4.899a4 4 0 0 0 5.656 0l4-4a4 4 0 0 0-5.656-5.656l-1.1 1.1"/>'
|
|
1195
|
-
}, en = {
|
|
1196
|
-
width: 24,
|
|
1197
|
-
height: 24,
|
|
1198
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m14 5l7 7m0 0l-7 7m7-7H3"/>'
|
|
1199
|
-
}, nn = {
|
|
1200
|
-
width: 24,
|
|
1201
|
-
height: 24,
|
|
1202
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 1 1-8 0a4 4 0 0 1 8 0Z"/>'
|
|
1203
|
-
}, on = {
|
|
1204
|
-
width: 24,
|
|
1205
|
-
height: 24,
|
|
1206
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.354 15.354A9 9 0 0 1 8.646 3.646A9.003 9.003 0 0 0 12 21a9.003 9.003 0 0 0 8.354-5.646Z"/>'
|
|
1207
|
-
}, rn = {
|
|
1208
|
-
width: 24,
|
|
1209
|
-
height: 24,
|
|
1210
|
-
hidden: !0,
|
|
1211
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.75 12a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0Zm6 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0Zm6 0a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0Z"/>'
|
|
1212
|
-
}, an = {
|
|
1213
|
-
width: 24,
|
|
1214
|
-
height: 24,
|
|
1215
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5.586a1 1 0 0 1 .707.293l5.414 5.414a1 1 0 0 1 .293.707V19a2 2 0 0 1-2 2Z"/>'
|
|
1216
|
-
}, cn = {
|
|
1217
|
-
width: 24,
|
|
1218
|
-
height: 24,
|
|
1219
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253"/>'
|
|
1220
|
-
}, sn = {
|
|
1221
|
-
width: 24,
|
|
1222
|
-
height: 24,
|
|
1223
|
-
hidden: !0,
|
|
1224
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.25 6.75L22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3l-4.5 16.5"/>'
|
|
1225
|
-
}, ln = {
|
|
1226
|
-
width: 24,
|
|
1227
|
-
height: 24,
|
|
1228
|
-
hidden: !0,
|
|
1229
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.098 19.902a3.75 3.75 0 0 0 5.304 0l6.401-6.402M6.75 21A3.75 3.75 0 0 1 3 17.25V4.125C3 3.504 3.504 3 4.125 3h5.25c.621 0 1.125.504 1.125 1.125v4.072M6.75 21a3.75 3.75 0 0 0 3.75-3.75V8.197M6.75 21h13.125c.621 0 1.125-.504 1.125-1.125v-5.25c0-.621-.504-1.125-1.125-1.125h-4.072M10.5 8.197l2.88-2.88a1.124 1.124 0 0 1 1.59 0l3.712 3.713c.44.44.44 1.152 0 1.59l-2.879 2.88M6.75 17.25h.008v.008H6.75v-.008Z"/>'
|
|
1230
|
-
}, dn = {
|
|
1231
|
-
width: 24,
|
|
1232
|
-
height: 24,
|
|
1233
|
-
body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M3 9a2 2 0 0 1 2-2h.93a2 2 0 0 0 1.664-.89l.812-1.22A2 2 0 0 1 10.07 4h3.86a2 2 0 0 1 1.664.89l.812 1.22A2 2 0 0 0 18.07 7H19a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V9Z"/><path d="M15 13a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/></g>'
|
|
1234
|
-
}, hn = {
|
|
1235
|
-
width: 20,
|
|
1236
|
-
height: 20,
|
|
1237
|
-
hidden: !0,
|
|
1238
|
-
body: '<path fill="currentColor" d="M1 8.25a1.25 1.25 0 1 1 2.5 0v7.5a1.25 1.25 0 1 1-2.5 0v-7.5ZM11 3V1.7c0-.268.14-.526.395-.607A2 2 0 0 1 14 3c0 .995-.182 1.948-.514 2.826c-.204.54.166 1.174.744 1.174h2.52c1.243 0 2.261 1.01 2.146 2.247a23.864 23.864 0 0 1-1.341 5.974C17.153 16.323 16.072 17 14.9 17h-3.192a3 3 0 0 1-1.341-.317l-2.734-1.366A3 3 0 0 0 6.292 15H5V8h.963c.685 0 1.258-.483 1.612-1.068a4.011 4.011 0 0 1 2.166-1.73c.432-.143.853-.386 1.011-.814c.16-.432.248-.9.248-1.388Z"/>'
|
|
1239
|
-
}, un = {
|
|
1240
|
-
width: 20,
|
|
1241
|
-
height: 20,
|
|
1242
|
-
hidden: !0,
|
|
1243
|
-
body: '<path fill="currentColor" d="M18.905 12.75a1.25 1.25 0 0 1-2.5 0v-7.5a1.25 1.25 0 1 1 2.5 0v7.5Zm-10 4.25v1.3c0 .268-.14.526-.395.607A2 2 0 0 1 5.905 17c0-.995.182-1.948.514-2.826c.204-.54-.166-1.174-.744-1.174h-2.52c-1.242 0-2.26-1.01-2.146-2.247c.193-2.08.652-4.082 1.341-5.974C2.752 3.678 3.833 3 5.005 3h3.192a3 3 0 0 1 1.342.317l2.733 1.366A3 3 0 0 0 13.613 5h1.292v7h-.963c-.684 0-1.258.482-1.612 1.068a4.012 4.012 0 0 1-2.165 1.73c-.433.143-.854.386-1.012.814c-.16.432-.248.9-.248 1.388Z"/>'
|
|
1244
|
-
}, fn = {
|
|
1245
|
-
width: 20,
|
|
1246
|
-
height: 20,
|
|
1247
|
-
body: '<path fill="currentColor" d="M2 11a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-5Zm6-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1V7Zm6-3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V4Z"/>'
|
|
1248
|
-
}, pn = {
|
|
1249
|
-
width: 20,
|
|
1250
|
-
height: 20,
|
|
1251
|
-
body: '<path fill="currentColor" fill-rule="evenodd" d="M17.707 9.293a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414 0l-7-7A.997.997 0 0 1 2 10V5a3 3 0 0 1 3-3h5c.256 0 .512.098.707.293l7 7ZM5 6a1 1 0 1 0 0-2a1 1 0 0 0 0 2Z" clip-rule="evenodd"/>'
|
|
1252
|
-
}, gn = {
|
|
1253
|
-
width: 20,
|
|
1254
|
-
height: 20,
|
|
1255
|
-
body: '<path fill="currentColor" fill-rule="evenodd" d="M6 2a1 1 0 0 0-1 1v1H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1V3a1 1 0 1 0-2 0v1H7V3a1 1 0 0 0-1-1Zm0 5a1 1 0 0 0 0 2h8a1 1 0 1 0 0-2H6Z" clip-rule="evenodd"/>'
|
|
1256
|
-
}, mn = {
|
|
1257
|
-
width: 20,
|
|
1258
|
-
height: 20,
|
|
1259
|
-
hidden: !0,
|
|
1260
|
-
body: '<path fill="currentColor" fill-rule="evenodd" d="M2.5 3A1.5 1.5 0 0 0 1 4.5v4A1.5 1.5 0 0 0 2.5 10h6A1.5 1.5 0 0 0 10 8.5v-4A1.5 1.5 0 0 0 8.5 3h-6Zm11 2A1.5 1.5 0 0 0 12 6.5v7a1.5 1.5 0 0 0 1.5 1.5h4a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 17.5 5h-4Zm-10 7A1.5 1.5 0 0 0 2 13.5v2A1.5 1.5 0 0 0 3.5 17h6a1.5 1.5 0 0 0 1.5-1.5v-2A1.5 1.5 0 0 0 9.5 12h-6Z" clip-rule="evenodd"/>'
|
|
1261
|
-
}, yn = {
|
|
1262
|
-
width: 20,
|
|
1263
|
-
height: 20,
|
|
1264
|
-
body: '<path fill="currentColor" fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16ZM9.555 7.168A1 1 0 0 0 8 8v4a1 1 0 0 0 1.555.832l3-2a1 1 0 0 0 0-1.664l-3-2Z" clip-rule="evenodd"/>'
|
|
1265
|
-
}, kn = {
|
|
1266
|
-
width: 20,
|
|
1267
|
-
height: 20,
|
|
1268
|
-
body: '<path fill="currentColor" fill-rule="evenodd" d="M16.707 5.293a1 1 0 0 1 0 1.414l-8 8a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 1.414-1.414L8 12.586l7.293-7.293a1 1 0 0 1 1.414 0Z" clip-rule="evenodd"/>'
|
|
1269
|
-
}, wn = {
|
|
1270
|
-
width: 20,
|
|
1271
|
-
height: 20,
|
|
1272
|
-
body: '<path fill="currentColor" fill-rule="evenodd" d="M10 2a1 1 0 0 1 1 1v1.323l3.954 1.582l1.599-.8a1 1 0 0 1 .894 1.79l-1.233.616l1.738 5.42a1 1 0 0 1-.285 1.05A3.989 3.989 0 0 1 15 15a3.989 3.989 0 0 1-2.667-1.019a1 1 0 0 1-.285-1.05l1.715-5.349L11 6.477V16h2a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2h2V6.477L6.237 7.582l1.715 5.349a1 1 0 0 1-.285 1.05A3.989 3.989 0 0 1 5 15a3.989 3.989 0 0 1-2.667-1.019a1 1 0 0 1-.285-1.05l1.738-5.42l-1.233-.617a1 1 0 0 1 .894-1.788l1.599.799L9 4.323V3a1 1 0 0 1 1-1Zm-5 8.274l-.818 2.552c.25.112.526.174.818.174c.292 0 .569-.062.818-.174L5 10.274Zm10 0l-.818 2.552c.25.112.526.174.818.174c.292 0 .569-.062.818-.174L15 10.274Z" clip-rule="evenodd"/>'
|
|
1273
|
-
}, pt = {
|
|
1274
|
-
width: 20,
|
|
1275
|
-
height: 20,
|
|
1276
|
-
hidden: !0,
|
|
1277
|
-
body: '<path fill="currentColor" fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16Zm.75-11.25a.75.75 0 0 0-1.5 0v4.59L7.3 9.24a.75.75 0 0 0-1.1 1.02l3.25 3.5a.75.75 0 0 0 1.1 0l3.25-3.5a.75.75 0 1 0-1.1-1.02l-1.95 2.1V6.75Z" clip-rule="evenodd"/>'
|
|
1278
|
-
}, gt = {
|
|
1279
|
-
width: 20,
|
|
1280
|
-
height: 20,
|
|
1281
|
-
hidden: !0,
|
|
1282
|
-
body: '<path fill="currentColor" fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16Zm-.75-4.75a.75.75 0 0 0 1.5 0V8.66l1.95 2.1a.75.75 0 1 0 1.1-1.02l-3.25-3.5a.75.75 0 0 0-1.1 0L6.2 9.74a.75.75 0 1 0 1.1 1.02l1.95-2.1v4.59Z" clip-rule="evenodd"/>'
|
|
1283
|
-
}, vn = {
|
|
1284
|
-
width: 20,
|
|
1285
|
-
height: 20,
|
|
1286
|
-
hidden: !0,
|
|
1287
|
-
body: '<path fill="currentColor" fill-rule="evenodd" d="M12.577 4.878a.75.75 0 0 1 .919-.53l4.78 1.281a.75.75 0 0 1 .531.919l-1.281 4.78a.75.75 0 0 1-1.449-.387l.81-3.022a19.407 19.407 0 0 0-5.594 5.203a.75.75 0 0 1-1.139.093L7 10.06l-4.72 4.72a.75.75 0 0 1-1.06-1.061l5.25-5.25a.75.75 0 0 1 1.06 0l3.074 3.073a20.923 20.923 0 0 1 5.545-4.931l-3.042-.815a.75.75 0 0 1-.53-.919Z" clip-rule="evenodd"/>'
|
|
1288
|
-
}, bn = {
|
|
1289
|
-
width: 20,
|
|
1290
|
-
height: 20,
|
|
1291
|
-
body: '<path fill="currentColor" fill-rule="evenodd" d="M7 2a1 1 0 0 0-.707 1.707L7 4.414v3.758a1 1 0 0 1-.293.707l-4 4C.817 14.769 2.156 18 4.828 18h10.343c2.673 0 4.012-3.231 2.122-5.121l-4-4A1 1 0 0 1 13 8.172V4.414l.707-.707A1 1 0 0 0 13 2H7Zm2 6.172V4h2v4.172a3 3 0 0 0 .879 2.12l1.027 1.028a4 4 0 0 0-2.171.102l-.47.156a4 4 0 0 1-2.53 0l-.563-.187a1.993 1.993 0 0 0-.114-.035l1.063-1.063A3 3 0 0 0 9 8.172Z" clip-rule="evenodd"/>'
|
|
1292
|
-
}, Mn = {
|
|
1293
|
-
width: 20,
|
|
1294
|
-
height: 20,
|
|
1295
|
-
hidden: !0,
|
|
1296
|
-
body: '<path fill="currentColor" fill-rule="evenodd" d="M2 4.75A.75.75 0 0 1 2.75 4h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 4.75Zm0 10.5a.75.75 0 0 1 .75-.75h7.5a.75.75 0 0 1 0 1.5h-7.5a.75.75 0 0 1-.75-.75ZM2 10a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75A.75.75 0 0 1 2 10Z" clip-rule="evenodd"/>'
|
|
1297
|
-
}, Cn = {
|
|
1298
|
-
width: 20,
|
|
1299
|
-
height: 20,
|
|
1300
|
-
body: '<g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M6.625 2.655A9 9 0 0 1 19 11a1 1 0 1 1-2 0a7 7 0 0 0-9.625-6.492a1 1 0 1 1-.75-1.853ZM4.662 4.959A1 1 0 0 1 4.75 6.37A6.97 6.97 0 0 0 3 11a1 1 0 1 1-2 0a8.97 8.97 0 0 1 2.25-5.953a1 1 0 0 1 1.412-.088Z"/><path d="M5 11a5 5 0 1 1 10 0a1 1 0 1 1-2 0a3 3 0 1 0-6 0c0 1.677-.345 3.276-.968 4.729a1 1 0 1 1-1.838-.789A9.964 9.964 0 0 0 5 11Zm8.921 2.012a1 1 0 0 1 .831 1.145a19.86 19.86 0 0 1-.545 2.436a1 1 0 1 1-1.92-.558c.207-.713.371-1.445.49-2.192a1 1 0 0 1 1.144-.83Z"/><path d="M10 10a1 1 0 0 1 1 1c0 2.236-.46 4.368-1.29 6.304a1 1 0 0 1-1.838-.789A13.952 13.952 0 0 0 9 11a1 1 0 0 1 1-1Z"/></g>'
|
|
1301
|
-
}, xn = {
|
|
1302
|
-
width: 20,
|
|
1303
|
-
height: 20,
|
|
1304
|
-
hidden: !0,
|
|
1305
|
-
body: '<path fill="currentColor" fill-rule="evenodd" d="M4.25 2A2.25 2.25 0 0 0 2 4.25v11.5A2.25 2.25 0 0 0 4.25 18h11.5A2.25 2.25 0 0 0 18 15.75V4.25A2.25 2.25 0 0 0 15.75 2H4.25ZM15 5.75a.75.75 0 0 0-1.5 0v8.5a.75.75 0 0 0 1.5 0v-8.5Zm-8.5 6a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 0 1.5 0v-2.5ZM8.584 9a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5a.75.75 0 0 1 .75-.75Zm3.58-1.25a.75.75 0 0 0-1.5 0v6.5a.75.75 0 0 0 1.5 0v-6.5Z" clip-rule="evenodd"/>'
|
|
1306
|
-
}, jn = {
|
|
1307
|
-
width: 20,
|
|
1308
|
-
height: 20,
|
|
1309
|
-
body: '<path fill="currentColor" fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16a8 8 0 0 0 0 16Zm1-11a1 1 0 1 0-2 0v2H7a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2V7Z" clip-rule="evenodd"/>'
|
|
1310
|
-
}, An = {
|
|
1311
|
-
width: 20,
|
|
1312
|
-
height: 20,
|
|
1313
|
-
body: '<path fill="currentColor" fill-rule="evenodd" d="M9.243 3.03a1 1 0 0 1 .727 1.213L9.53 6h2.94l.56-2.243a1 1 0 1 1 1.94.486L14.53 6H17a1 1 0 1 1 0 2h-2.97l-1 4H15a1 1 0 1 1 0 2h-2.47l-.56 2.242a1 1 0 1 1-1.94-.485L10.47 14H7.53l-.56 2.242a1 1 0 1 1-1.94-.485L5.47 14H3a1 1 0 1 1 0-2h2.97l1-4H5a1 1 0 1 1 0-2h2.47l.56-2.243a1 1 0 0 1 1.213-.727ZM9.03 8l-1 4h2.938l1-4H9.031Z" clip-rule="evenodd"/>'
|
|
1314
|
-
}, In = {
|
|
1315
|
-
width: 24,
|
|
1316
|
-
height: 24,
|
|
1317
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 13a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm6-4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm6-4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zM4 20h14"/>'
|
|
1318
|
-
}, $n = {
|
|
1319
|
-
width: 24,
|
|
1320
|
-
height: 24,
|
|
1321
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 19h16M4 15l4-6l4 2l4-5l4 4"/>'
|
|
1322
|
-
}, Ln = {
|
|
1323
|
-
width: 24,
|
|
1324
|
-
height: 24,
|
|
1325
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m4 19l4-6l4 2l4-5l4 4v5H4m0-7l3-4l4 2l5-6l4 4"/>'
|
|
1326
|
-
}, Zn = {
|
|
1327
|
-
width: 24,
|
|
1328
|
-
height: 24,
|
|
1329
|
-
body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M10 3.2A9 9 0 1 0 20.8 14a1 1 0 0 0-1-1H13a2 2 0 0 1-2-2V4a.9.9 0 0 0-1-.8"/><path d="M15 3.5A9 9 0 0 1 20.5 9H16a1 1 0 0 1-1-1V3.5"/></g>'
|
|
1330
|
-
}, Sn = {
|
|
1331
|
-
width: 24,
|
|
1332
|
-
height: 24,
|
|
1333
|
-
body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M3 3v18h18"/><path d="M7 15a2 2 0 1 0 4 0a2 2 0 1 0-4 0m4-10a2 2 0 1 0 4 0a2 2 0 1 0-4 0m5 7a2 2 0 1 0 4 0a2 2 0 1 0-4 0m5-9l-6 1.5m-.887 2.15l2.771 3.695M16 12.5l-5 2"/></g>'
|
|
1334
|
-
}, Hn = {
|
|
1335
|
-
width: 24,
|
|
1336
|
-
height: 24,
|
|
1337
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 16a3 3 0 1 0 6 0a3 3 0 1 0-6 0m11 3a2 2 0 1 0 4 0a2 2 0 1 0-4 0M10 7.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 1 0-9 0"/>'
|
|
1338
|
-
}, Tn = {
|
|
1339
|
-
width: 24,
|
|
1340
|
-
height: 24,
|
|
1341
|
-
body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m12 3l9.5 7L18 21H6L2.5 10z"/><path d="m12 7.5l5.5 4L15 17H8.5l-2-5.5z"/><path d="m2.5 10l9.5 3l9.5-3"/><path d="M12 3v10l6 8M6 21l6-8"/></g>'
|
|
1342
|
-
}, Vn = {
|
|
1343
|
-
width: 24,
|
|
1344
|
-
height: 24,
|
|
1345
|
-
body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M11 12a1 1 0 1 0 2 0a1 1 0 1 0-2 0"/><path d="M15.51 15.56A5 5 0 1 0 12 17"/><path d="M18.832 17.86A9 9 0 1 0 12 21m0-9v9"/></g>'
|
|
1346
|
-
}, Pn = {
|
|
1347
|
-
width: 24,
|
|
1348
|
-
height: 24,
|
|
1349
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm8-2v16m-8-5h8m0-3h8m-4 0v8m0-4h4"/>'
|
|
1350
|
-
}, Dn = {
|
|
1351
|
-
body: `<g fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
1352
|
-
<rect x="3" y="4" width="5" height="3" rx="0.75"/>
|
|
1353
|
-
<rect x="16" y="4" width="5" height="3" rx="0.75"/>
|
|
1354
|
-
<rect x="16" y="10.5" width="5" height="3" rx="0.75"/>
|
|
1355
|
-
<rect x="16" y="17" width="5" height="3" rx="0.75"/>
|
|
1356
|
-
<path d="M8 5.5 C11 5.5, 13 5.5, 16 5.5"/>
|
|
1357
|
-
<path d="M8 5.5 C10 5.5, 11 7, 12 9 C13 11, 14 12, 16 12"/>
|
|
1358
|
-
<path d="M8 5.5 C10 5.5, 11 10, 12 14 C13 17, 14 18.5, 16 18.5"/>
|
|
1359
|
-
</g>`,
|
|
1360
|
-
width: 24,
|
|
1361
|
-
height: 24
|
|
1362
|
-
}, On = {
|
|
1363
|
-
body: `<g fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
1364
|
-
<rect x="2" y="3" width="20" height="4" rx="1"/>
|
|
1365
|
-
<rect x="4" y="10" width="16" height="4" rx="1"/>
|
|
1366
|
-
<rect x="6" y="17" width="12" height="4" rx="1"/>
|
|
1367
|
-
</g>`,
|
|
1368
|
-
width: 24,
|
|
1369
|
-
height: 24
|
|
1370
|
-
}, En = {
|
|
1371
|
-
body: `<g fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
|
|
1372
|
-
<!-- Grid cells representing retention matrix -->
|
|
1373
|
-
<rect x="3" y="3" width="4" height="4" rx="0.5"/>
|
|
1374
|
-
<rect x="10" y="3" width="4" height="4" rx="0.5"/>
|
|
1375
|
-
<rect x="17" y="3" width="4" height="4" rx="0.5"/>
|
|
1376
|
-
<rect x="3" y="10" width="4" height="4" rx="0.5"/>
|
|
1377
|
-
<rect x="10" y="10" width="4" height="4" rx="0.5"/>
|
|
1378
|
-
<rect x="17" y="10" width="4" height="4" rx="0.5"/>
|
|
1379
|
-
<rect x="3" y="17" width="4" height="4" rx="0.5"/>
|
|
1380
|
-
<rect x="10" y="17" width="4" height="4" rx="0.5"/>
|
|
1381
|
-
<rect x="17" y="17" width="4" height="4" rx="0.5"/>
|
|
1382
|
-
</g>`,
|
|
1383
|
-
width: 24,
|
|
1384
|
-
height: 24
|
|
1385
|
-
}, Fn = {
|
|
1386
|
-
width: 24,
|
|
1387
|
-
height: 24,
|
|
1388
|
-
body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M8.848 14.667L5.5 17.5M12 3v5m4 4h5M3 12a9 9 0 1 0 18 0a9 9 0 1 0-18 0m11.219 3.328L17 19.5"/><path d="M8 12a4 4 0 1 0 8 0a4 4 0 1 0-8 0"/></g>'
|
|
1389
|
-
}, Nn = {
|
|
1390
|
-
width: 24,
|
|
1391
|
-
height: 24,
|
|
1392
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5zm0 5h18M10 3v18"/>'
|
|
1393
|
-
}, Rn = {
|
|
1394
|
-
width: 24,
|
|
1395
|
-
height: 24,
|
|
1396
|
-
body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M11.795 21H5a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v4m-1 3v4h4"/><path d="M14 18a4 4 0 1 0 8 0a4 4 0 1 0-8 0m1-15v4M7 3v4m-4 4h16"/></g>'
|
|
1397
|
-
}, zn = {
|
|
1398
|
-
width: 24,
|
|
1399
|
-
height: 24,
|
|
1400
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 17V7l7 10V7m4 10h5m-5-7a2.5 3 0 1 0 5 0a2.5 3 0 1 0-5 0"/>'
|
|
1401
|
-
}, Bn = {
|
|
1402
|
-
width: 24,
|
|
1403
|
-
height: 24,
|
|
1404
|
-
body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m3 17l6-6l4 4l8-8"/><path d="M14 7h7v7"/></g>'
|
|
1405
|
-
}, Un = {
|
|
1406
|
-
width: 24,
|
|
1407
|
-
height: 24,
|
|
1408
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 20h3m7 0h7M6.9 15h6.9m-3.6-8.7L16 20M5 20l6-16h2l7 16"/>'
|
|
1409
|
-
}, _n = {
|
|
1410
|
-
width: 24,
|
|
1411
|
-
height: 24,
|
|
1412
|
-
body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M14 3v4a1 1 0 0 0 1 1h4"/><path d="M17 21H7a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7l5 5v11a2 2 0 0 1-2 2zM9 9h1m-1 4h6m-6 4h6"/></g>'
|
|
1413
|
-
}, Gn = {
|
|
1414
|
-
width: 24,
|
|
1415
|
-
height: 24,
|
|
1416
|
-
body: '<g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M3 12a9 9 0 1 0 18 0a9 9 0 0 0-18 0m9-3h.01"/><path d="M11 12h1v4h1"/></g>'
|
|
1417
|
-
}, Kn = {
|
|
1418
|
-
width: 24,
|
|
1419
|
-
height: 24,
|
|
1420
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m8 9l4-4l4 4m0 6l-4 4l-4-4"/>'
|
|
1421
|
-
}, Qn = {
|
|
1422
|
-
width: 24,
|
|
1423
|
-
height: 24,
|
|
1424
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 6a2 2 0 1 0 4 0a2 2 0 1 0-4 0M4 12a2 2 0 1 0 4 0a2 2 0 1 0-4 0m0 6a2 2 0 1 0 4 0a2 2 0 1 0-4 0m12 0a2 2 0 1 0 4 0a2 2 0 1 0-4 0m-8 0h8m2 2v1m0-18v1M6 20v1m0-11V3m6 0v18m6-13v8M8 12h13m0-6h-1m-4 0H3m0 6h1m16 6h1M3 18h1m2-4v2"/>'
|
|
1425
|
-
}, qn = {
|
|
1426
|
-
width: 24,
|
|
1427
|
-
height: 24,
|
|
1428
|
-
body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 20l-5.447-2.724A1 1 0 0 1 3 16.382V5.618a1 1 0 0 1 1.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0 0 21 18.382V7.618a1 1 0 0 0-.553-.894L15 4m0 13V4m0 0L9 7"/>'
|
|
1429
|
-
}, Zt = {
|
|
1430
|
-
// Action icons
|
|
1431
|
-
close: { icon: He, category: "action" },
|
|
1432
|
-
add: { icon: Te, category: "action" },
|
|
1433
|
-
edit: { icon: Ve, category: "action" },
|
|
1434
|
-
delete: { icon: Pe, category: "action" },
|
|
1435
|
-
refresh: { icon: z, category: "action" },
|
|
1436
|
-
copy: { icon: De, category: "action" },
|
|
1437
|
-
duplicate: { icon: Oe, category: "action" },
|
|
1438
|
-
settings: { icon: Ee, category: "action" },
|
|
1439
|
-
filter: { icon: Fe, category: "action" },
|
|
1440
|
-
share: { icon: Ne, category: "action" },
|
|
1441
|
-
expand: { icon: ft, category: "action" },
|
|
1442
|
-
collapse: { icon: ut, category: "action" },
|
|
1443
|
-
search: { icon: Be, category: "action" },
|
|
1444
|
-
menu: { icon: Ue, category: "action" },
|
|
1445
|
-
run: { icon: yn, category: "action" },
|
|
1446
|
-
check: { icon: kn, category: "action" },
|
|
1447
|
-
link: { icon: tn, category: "action" },
|
|
1448
|
-
eye: { icon: qe, category: "action" },
|
|
1449
|
-
eyeOff: { icon: We, category: "action" },
|
|
1450
|
-
adjustments: { icon: Je, category: "action" },
|
|
1451
|
-
desktop: { icon: Xe, category: "action" },
|
|
1452
|
-
table: { icon: Ye, category: "action" },
|
|
1453
|
-
sun: { icon: nn, category: "action" },
|
|
1454
|
-
moon: { icon: on, category: "action" },
|
|
1455
|
-
ellipsisHorizontal: { icon: rn, category: "action" },
|
|
1456
|
-
documentText: { icon: an, category: "action" },
|
|
1457
|
-
bookOpen: { icon: cn, category: "action" },
|
|
1458
|
-
codeBracket: { icon: sn, category: "action" },
|
|
1459
|
-
swatch: { icon: ln, category: "action" },
|
|
1460
|
-
camera: { icon: dn, category: "action" },
|
|
1461
|
-
thumbUp: { icon: hn, category: "action" },
|
|
1462
|
-
thumbDown: { icon: un, category: "action" },
|
|
1463
|
-
schemaGraph: { icon: qn, category: "action" },
|
|
1464
|
-
// Field type icons (solid for visual distinction)
|
|
1465
|
-
measure: { icon: fn, category: "field" },
|
|
1466
|
-
dimension: { icon: pn, category: "field" },
|
|
1467
|
-
timeDimension: { icon: gn, category: "field" },
|
|
1468
|
-
segment: { icon: mn, category: "field" },
|
|
1469
|
-
// Chart type icons (Tabler - keeping existing visuals)
|
|
1470
|
-
chartBar: { icon: In, category: "chart" },
|
|
1471
|
-
chartLine: { icon: $n, category: "chart" },
|
|
1472
|
-
chartArea: { icon: Ln, category: "chart" },
|
|
1473
|
-
chartPie: { icon: Zn, category: "chart" },
|
|
1474
|
-
chartScatter: { icon: Sn, category: "chart" },
|
|
1475
|
-
chartBubble: { icon: Hn, category: "chart" },
|
|
1476
|
-
chartRadar: { icon: Tn, category: "chart" },
|
|
1477
|
-
chartRadialBar: { icon: Vn, category: "chart" },
|
|
1478
|
-
chartTreemap: { icon: Pn, category: "chart" },
|
|
1479
|
-
chartTable: { icon: Nn, category: "chart" },
|
|
1480
|
-
chartActivityGrid: { icon: Rn, category: "chart" },
|
|
1481
|
-
chartKpiNumber: { icon: zn, category: "chart" },
|
|
1482
|
-
chartKpiDelta: { icon: Bn, category: "chart" },
|
|
1483
|
-
chartKpiText: { icon: Un, category: "chart" },
|
|
1484
|
-
chartMarkdown: { icon: _n, category: "chart" },
|
|
1485
|
-
chartFunnel: { icon: On, category: "chart" },
|
|
1486
|
-
chartSankey: { icon: Dn, category: "chart" },
|
|
1487
|
-
chartSunburst: { icon: Fn, category: "chart" },
|
|
1488
|
-
chartHeatmap: { icon: Qn, category: "chart" },
|
|
1489
|
-
chartRetention: { icon: En, category: "chart" },
|
|
1490
|
-
// Measure type icons (solid)
|
|
1491
|
-
measureCount: { icon: Mn, category: "measure" },
|
|
1492
|
-
measureCountDistinct: { icon: Cn, category: "measure" },
|
|
1493
|
-
measureCountDistinctApprox: { icon: xn, category: "measure" },
|
|
1494
|
-
measureSum: { icon: jn, category: "measure" },
|
|
1495
|
-
measureAvg: { icon: wn, category: "measure" },
|
|
1496
|
-
measureMin: { icon: pt, category: "measure" },
|
|
1497
|
-
measureMax: { icon: gt, category: "measure" },
|
|
1498
|
-
measureRunningTotal: { icon: vn, category: "measure" },
|
|
1499
|
-
measureCalculated: { icon: bn, category: "measure" },
|
|
1500
|
-
measureNumber: { icon: An, category: "measure" },
|
|
1501
|
-
// State icons
|
|
1502
|
-
success: { icon: _e, category: "state" },
|
|
1503
|
-
warning: { icon: Ge, category: "state" },
|
|
1504
|
-
error: { icon: Ke, category: "state" },
|
|
1505
|
-
info: { icon: Gn, category: "state" },
|
|
1506
|
-
loading: { icon: z, category: "state" },
|
|
1507
|
-
sparkles: { icon: Qe, category: "state" },
|
|
1508
|
-
// Navigation icons
|
|
1509
|
-
chevronUp: { icon: ut, category: "navigation" },
|
|
1510
|
-
chevronDown: { icon: ft, category: "navigation" },
|
|
1511
|
-
chevronLeft: { icon: Re, category: "navigation" },
|
|
1512
|
-
chevronRight: { icon: ze, category: "navigation" },
|
|
1513
|
-
chevronUpDown: { icon: Kn, category: "navigation" },
|
|
1514
|
-
arrowUp: { icon: gt, category: "navigation" },
|
|
1515
|
-
arrowDown: { icon: pt, category: "navigation" },
|
|
1516
|
-
arrowRight: { icon: en, category: "navigation" },
|
|
1517
|
-
arrowPath: { icon: z, category: "navigation" }
|
|
1518
|
-
};
|
|
1519
|
-
let w = { ...Zt };
|
|
1520
|
-
const S = /* @__PURE__ */ new Map();
|
|
1521
|
-
function Xn() {
|
|
1522
|
-
return w;
|
|
1523
|
-
}
|
|
1524
|
-
function O(t) {
|
|
1525
|
-
const e = S.get(t);
|
|
1526
|
-
if (e)
|
|
1527
|
-
return e;
|
|
1528
|
-
const o = w[t];
|
|
1529
|
-
if (!o)
|
|
1530
|
-
return console.warn(`Icon "${t}" not found in registry, using fallback`), ({ className: i, ...a }) => /* @__PURE__ */ X(ht, { icon: w.info.icon, className: i, ...a });
|
|
1531
|
-
const r = ({ className: n, ...i }) => /* @__PURE__ */ X(ht, { icon: o.icon, className: n, ...i });
|
|
1532
|
-
return S.set(t, r), r;
|
|
1533
|
-
}
|
|
1534
|
-
function Yn(t) {
|
|
1535
|
-
return w[t]?.icon ?? w.info.icon;
|
|
1536
|
-
}
|
|
1537
|
-
function to(t, e) {
|
|
1538
|
-
w[t] && (w[t] = {
|
|
1539
|
-
...w[t],
|
|
1540
|
-
icon: e
|
|
1541
|
-
}, S.delete(t));
|
|
1542
|
-
}
|
|
1543
|
-
function eo(t) {
|
|
1544
|
-
for (const [e, o] of Object.entries(t))
|
|
1545
|
-
if (o && e in w) {
|
|
1546
|
-
const r = e;
|
|
1547
|
-
if ("body" in o)
|
|
1548
|
-
w[r] = {
|
|
1549
|
-
...w[r],
|
|
1550
|
-
icon: o
|
|
1551
|
-
};
|
|
1552
|
-
else {
|
|
1553
|
-
const n = o;
|
|
1554
|
-
w[r] = {
|
|
1555
|
-
...w[r],
|
|
1556
|
-
...n,
|
|
1557
|
-
icon: n.icon ?? w[r].icon
|
|
1558
|
-
};
|
|
1559
|
-
}
|
|
1560
|
-
S.delete(r);
|
|
1561
|
-
}
|
|
1562
|
-
}
|
|
1563
|
-
function no() {
|
|
1564
|
-
w = { ...Zt }, S.clear();
|
|
1565
|
-
}
|
|
1566
|
-
function oo(t) {
|
|
1567
|
-
const e = {};
|
|
1568
|
-
for (const [o, r] of Object.entries(w))
|
|
1569
|
-
r.category === t && (e[o] = O(o));
|
|
1570
|
-
return e;
|
|
1571
|
-
}
|
|
1572
|
-
function ro(t) {
|
|
1573
|
-
const o = {
|
|
1574
|
-
count: "measureCount",
|
|
1575
|
-
countDistinct: "measureCountDistinct",
|
|
1576
|
-
countDistinctApprox: "measureCountDistinctApprox",
|
|
1577
|
-
sum: "measureSum",
|
|
1578
|
-
avg: "measureAvg",
|
|
1579
|
-
min: "measureMin",
|
|
1580
|
-
max: "measureMax",
|
|
1581
|
-
runningTotal: "measureRunningTotal",
|
|
1582
|
-
calculated: "measureCalculated",
|
|
1583
|
-
number: "measureNumber"
|
|
1584
|
-
}[t || ""] || "measureCount";
|
|
1585
|
-
return O(o);
|
|
1586
|
-
}
|
|
1587
|
-
function io(t) {
|
|
1588
|
-
const o = {
|
|
1589
|
-
bar: "chartBar",
|
|
1590
|
-
line: "chartLine",
|
|
1591
|
-
area: "chartArea",
|
|
1592
|
-
pie: "chartPie",
|
|
1593
|
-
scatter: "chartScatter",
|
|
1594
|
-
bubble: "chartBubble",
|
|
1595
|
-
radar: "chartRadar",
|
|
1596
|
-
radialBar: "chartRadialBar",
|
|
1597
|
-
treemap: "chartTreemap",
|
|
1598
|
-
table: "chartTable",
|
|
1599
|
-
activityGrid: "chartActivityGrid",
|
|
1600
|
-
kpiNumber: "chartKpiNumber",
|
|
1601
|
-
kpiDelta: "chartKpiDelta",
|
|
1602
|
-
kpiText: "chartKpiText",
|
|
1603
|
-
markdown: "chartMarkdown",
|
|
1604
|
-
funnel: "chartFunnel",
|
|
1605
|
-
sankey: "chartSankey",
|
|
1606
|
-
sunburst: "chartSunburst",
|
|
1607
|
-
heatmap: "chartHeatmap"
|
|
1608
|
-
}[t] || "chartBar";
|
|
1609
|
-
return O(o);
|
|
1610
|
-
}
|
|
1611
|
-
function ao(t) {
|
|
1612
|
-
const o = {
|
|
1613
|
-
measure: "measure",
|
|
1614
|
-
dimension: "dimension",
|
|
1615
|
-
timeDimension: "timeDimension",
|
|
1616
|
-
time: "timeDimension",
|
|
1617
|
-
segment: "segment"
|
|
1618
|
-
}[t] || "dimension";
|
|
1619
|
-
return O(o);
|
|
1620
|
-
}
|
|
1621
|
-
export {
|
|
1622
|
-
Zt as D,
|
|
1623
|
-
ht as I,
|
|
1624
|
-
ro as a,
|
|
1625
|
-
io as b,
|
|
1626
|
-
Yn as c,
|
|
1627
|
-
Gn as d,
|
|
1628
|
-
no as e,
|
|
1629
|
-
Xn as f,
|
|
1630
|
-
O as g,
|
|
1631
|
-
oo as h,
|
|
1632
|
-
ao as i,
|
|
1633
|
-
eo as r,
|
|
1634
|
-
to as s
|
|
1635
|
-
};
|
|
1636
|
-
//# sourceMappingURL=icons-CwvgmdIP.js.map
|