@wavemaker-ai/app-rn-runtime 1.0.0-rc.647469
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/actions/base-action.js +12 -0
- package/actions/base-action.js.map +1 -0
- package/actions/index.js +6 -0
- package/actions/index.js.map +1 -0
- package/actions/login-action.js +32 -0
- package/actions/login-action.js.map +1 -0
- package/actions/logout-action.js +22 -0
- package/actions/logout-action.js.map +1 -0
- package/actions/navigation-action.js +44 -0
- package/actions/navigation-action.js.map +1 -0
- package/actions/notification-action.js +76 -0
- package/actions/notification-action.js.map +1 -0
- package/actions/timer-action.js +57 -0
- package/actions/timer-action.js.map +1 -0
- package/components/advanced/carousel/carousel-content/carousel-content.component.js +17 -0
- package/components/advanced/carousel/carousel-content/carousel-content.component.js.map +1 -0
- package/components/advanced/carousel/carousel-content/carousel-content.props.js +11 -0
- package/components/advanced/carousel/carousel-content/carousel-content.props.js.map +1 -0
- package/components/advanced/carousel/carousel-content/carousel-content.styles.js +17 -0
- package/components/advanced/carousel/carousel-content/carousel-content.styles.js.map +1 -0
- package/components/advanced/carousel/carousel-template/carousel-template.component.js +20 -0
- package/components/advanced/carousel/carousel-template/carousel-template.component.js.map +1 -0
- package/components/advanced/carousel/carousel-template/carousel-template.props.js +11 -0
- package/components/advanced/carousel/carousel-template/carousel-template.props.js.map +1 -0
- package/components/advanced/carousel/carousel-template/carousel-template.styles.js +16 -0
- package/components/advanced/carousel/carousel-template/carousel-template.styles.js.map +1 -0
- package/components/advanced/carousel/carousel.component.js +378 -0
- package/components/advanced/carousel/carousel.component.js.map +1 -0
- package/components/advanced/carousel/carousel.props.js +23 -0
- package/components/advanced/carousel/carousel.props.js.map +1 -0
- package/components/advanced/carousel/carousel.styles.js +179 -0
- package/components/advanced/carousel/carousel.styles.js.map +1 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.js +14 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.component.js.map +1 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.js +11 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.props.js.map +1 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.js +14 -0
- package/components/advanced/customwidgetcontainer/customwidgetcontainer.styles.js.map +1 -0
- package/components/advanced/login/login.component.js +40 -0
- package/components/advanced/login/login.component.js.map +1 -0
- package/components/advanced/login/login.props.js +13 -0
- package/components/advanced/login/login.props.js.map +1 -0
- package/components/advanced/login/login.styles.js +31 -0
- package/components/advanced/login/login.styles.js.map +1 -0
- package/components/advanced/network-info-toaster/network-info-toaster.component.js +118 -0
- package/components/advanced/network-info-toaster/network-info-toaster.component.js.map +1 -0
- package/components/advanced/network-info-toaster/network-info-toaster.props.js +11 -0
- package/components/advanced/network-info-toaster/network-info-toaster.props.js.map +1 -0
- package/components/advanced/network-info-toaster/network-info-toaster.styles.js +33 -0
- package/components/advanced/network-info-toaster/network-info-toaster.styles.js.map +1 -0
- package/components/advanced/webview/webview.component.js +160 -0
- package/components/advanced/webview/webview.component.js.map +1 -0
- package/components/advanced/webview/webview.props.js +16 -0
- package/components/advanced/webview/webview.props.js.map +1 -0
- package/components/advanced/webview/webview.styles.js +18 -0
- package/components/advanced/webview/webview.styles.js.map +1 -0
- package/components/basic/anchor/anchor.component.js +124 -0
- package/components/basic/anchor/anchor.component.js.map +1 -0
- package/components/basic/anchor/anchor.props.js +34 -0
- package/components/basic/anchor/anchor.props.js.map +1 -0
- package/components/basic/anchor/anchor.styles.js +108 -0
- package/components/basic/anchor/anchor.styles.js.map +1 -0
- package/components/basic/animatedview.component.js +226 -0
- package/components/basic/animatedview.component.js.map +1 -0
- package/components/basic/audio/audio.component.js +257 -0
- package/components/basic/audio/audio.component.js.map +1 -0
- package/components/basic/audio/audio.props.js +15 -0
- package/components/basic/audio/audio.props.js.map +1 -0
- package/components/basic/audio/audio.styles.js +68 -0
- package/components/basic/audio/audio.styles.js.map +1 -0
- package/components/basic/bottomsheet/bottomsheet.component.js +772 -0
- package/components/basic/bottomsheet/bottomsheet.component.js.map +1 -0
- package/components/basic/bottomsheet/bottomsheet.props.js +26 -0
- package/components/basic/bottomsheet/bottomsheet.props.js.map +1 -0
- package/components/basic/bottomsheet/bottomsheet.styles.js +88 -0
- package/components/basic/bottomsheet/bottomsheet.styles.js.map +1 -0
- package/components/basic/button/button.component.js +124 -0
- package/components/basic/button/button.component.js.map +1 -0
- package/components/basic/button/button.props.js +28 -0
- package/components/basic/button/button.props.js.map +1 -0
- package/components/basic/button/button.styles.js +132 -0
- package/components/basic/button/button.styles.js.map +1 -0
- package/components/basic/buttongroup/buttongroup.component.js +28 -0
- package/components/basic/buttongroup/buttongroup.component.js.map +1 -0
- package/components/basic/buttongroup/buttongroup.props.js +14 -0
- package/components/basic/buttongroup/buttongroup.props.js.map +1 -0
- package/components/basic/buttongroup/buttongroup.styles.js +59 -0
- package/components/basic/buttongroup/buttongroup.styles.js.map +1 -0
- package/components/basic/custom/custom.component.js +26 -0
- package/components/basic/custom/custom.component.js.map +1 -0
- package/components/basic/custom/custom.props.js +16 -0
- package/components/basic/custom/custom.props.js.map +1 -0
- package/components/basic/custom/custom.styles.js +18 -0
- package/components/basic/custom/custom.styles.js.map +1 -0
- package/components/basic/icon/icon.component.js +270 -0
- package/components/basic/icon/icon.component.js.map +1 -0
- package/components/basic/icon/icon.props.js +28 -0
- package/components/basic/icon/icon.props.js.map +1 -0
- package/components/basic/icon/icon.styles.js +38 -0
- package/components/basic/icon/icon.styles.js.map +1 -0
- package/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js +245 -0
- package/components/basic/icon/streamline-light-icon/streamline-light-icon.component.js.map +1 -0
- package/components/basic/icon/streamline-light-icon/streamline-light-icon.ttf +0 -0
- package/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js +217 -0
- package/components/basic/icon/streamline-regular-icon/streamline-regular-icon.component.js.map +1 -0
- package/components/basic/icon/streamline-regular-icon/streamline-regular-icon.ttf +0 -0
- package/components/basic/icon/wavicon/wavicon.component.js +1161 -0
- package/components/basic/icon/wavicon/wavicon.component.js.map +1 -0
- package/components/basic/icon/wavicon/wavicon.ttf +0 -0
- package/components/basic/label/label.component.js +406 -0
- package/components/basic/label/label.component.js.map +1 -0
- package/components/basic/label/label.props.js +28 -0
- package/components/basic/label/label.props.js.map +1 -0
- package/components/basic/label/label.styles.js +146 -0
- package/components/basic/label/label.styles.js.map +1 -0
- package/components/basic/lottie/lottie.component.js +139 -0
- package/components/basic/lottie/lottie.component.js.map +1 -0
- package/components/basic/lottie/lottie.props.js +14 -0
- package/components/basic/lottie/lottie.props.js.map +1 -0
- package/components/basic/lottie/lottie.styles.js +15 -0
- package/components/basic/lottie/lottie.styles.js.map +1 -0
- package/components/basic/message/message.component.js +87 -0
- package/components/basic/message/message.component.js.map +1 -0
- package/components/basic/message/message.props.js +24 -0
- package/components/basic/message/message.props.js.map +1 -0
- package/components/basic/message/message.styles.js +116 -0
- package/components/basic/message/message.styles.js.map +1 -0
- package/components/basic/modal/modal.component.js +24 -0
- package/components/basic/modal/modal.component.js.map +1 -0
- package/components/basic/modal/modal.props.js +12 -0
- package/components/basic/modal/modal.props.js.map +1 -0
- package/components/basic/modal/modal.styles.js +29 -0
- package/components/basic/modal/modal.styles.js.map +1 -0
- package/components/basic/picture/picture.component.js +321 -0
- package/components/basic/picture/picture.component.js.map +1 -0
- package/components/basic/picture/picture.props.js +25 -0
- package/components/basic/picture/picture.props.js.map +1 -0
- package/components/basic/picture/picture.styles.js +43 -0
- package/components/basic/picture/picture.styles.js.map +1 -0
- package/components/basic/progress-bar/progress-bar.component.js +96 -0
- package/components/basic/progress-bar/progress-bar.component.js.map +1 -0
- package/components/basic/progress-bar/progress-bar.props.js +19 -0
- package/components/basic/progress-bar/progress-bar.props.js.map +1 -0
- package/components/basic/progress-bar/progress-bar.styles.js +45 -0
- package/components/basic/progress-bar/progress-bar.styles.js.map +1 -0
- package/components/basic/progress-circle/progress-circle.component.js +79 -0
- package/components/basic/progress-circle/progress-circle.component.js.map +1 -0
- package/components/basic/progress-circle/progress-circle.props.js +19 -0
- package/components/basic/progress-circle/progress-circle.props.js.map +1 -0
- package/components/basic/progress-circle/progress-circle.styles.js +82 -0
- package/components/basic/progress-circle/progress-circle.styles.js.map +1 -0
- package/components/basic/search/local-data-provider.js +113 -0
- package/components/basic/search/local-data-provider.js.map +1 -0
- package/components/basic/search/search.component.js +456 -0
- package/components/basic/search/search.component.js.map +1 -0
- package/components/basic/search/search.props.js +39 -0
- package/components/basic/search/search.props.js.map +1 -0
- package/components/basic/search/search.styles.js +187 -0
- package/components/basic/search/search.styles.js.map +1 -0
- package/components/basic/skeleton/skeleton.component.js +151 -0
- package/components/basic/skeleton/skeleton.component.js.map +1 -0
- package/components/basic/skeleton/skeleton.props.js +11 -0
- package/components/basic/skeleton/skeleton.props.js.map +1 -0
- package/components/basic/skeleton/skeleton.styles.js +41 -0
- package/components/basic/skeleton/skeleton.styles.js.map +1 -0
- package/components/basic/spinner/spinner.component.js +99 -0
- package/components/basic/spinner/spinner.component.js.map +1 -0
- package/components/basic/spinner/spinner.props.js +17 -0
- package/components/basic/spinner/spinner.props.js.map +1 -0
- package/components/basic/spinner/spinner.styles.js +41 -0
- package/components/basic/spinner/spinner.styles.js.map +1 -0
- package/components/basic/tooltip/tooltip.component.js +80 -0
- package/components/basic/tooltip/tooltip.component.js.map +1 -0
- package/components/basic/tooltip/tooltip.props.js +18 -0
- package/components/basic/tooltip/tooltip.props.js.map +1 -0
- package/components/basic/tooltip/tooltip.styles.js +49 -0
- package/components/basic/tooltip/tooltip.styles.js.map +1 -0
- package/components/basic/video/video.component.js +206 -0
- package/components/basic/video/video.component.js.map +1 -0
- package/components/basic/video/video.props.js +33 -0
- package/components/basic/video/video.props.js.map +1 -0
- package/components/basic/video/video.styles.js +33 -0
- package/components/basic/video/video.styles.js.map +1 -0
- package/components/chart/area-chart/area-chart.component.js +159 -0
- package/components/chart/area-chart/area-chart.component.js.map +1 -0
- package/components/chart/area-chart/area-chart.props.js +12 -0
- package/components/chart/area-chart/area-chart.props.js.map +1 -0
- package/components/chart/area-chart/area-chart.styles.js +13 -0
- package/components/chart/area-chart/area-chart.styles.js.map +1 -0
- package/components/chart/bar-chart/bar-chart.component.js +144 -0
- package/components/chart/bar-chart/bar-chart.component.js.map +1 -0
- package/components/chart/bar-chart/bar-chart.props.js +15 -0
- package/components/chart/bar-chart/bar-chart.props.js.map +1 -0
- package/components/chart/bar-chart/bar-chart.styles.js +13 -0
- package/components/chart/bar-chart/bar-chart.styles.js.map +1 -0
- package/components/chart/basechart.component.js +709 -0
- package/components/chart/basechart.component.js.map +1 -0
- package/components/chart/basechart.props.js +65 -0
- package/components/chart/basechart.props.js.map +1 -0
- package/components/chart/basechart.styles.js +97 -0
- package/components/chart/basechart.styles.js.map +1 -0
- package/components/chart/bubble-chart/bubble-chart.component.js +113 -0
- package/components/chart/bubble-chart/bubble-chart.component.js.map +1 -0
- package/components/chart/bubble-chart/bubble-chart.props.js +11 -0
- package/components/chart/bubble-chart/bubble-chart.props.js.map +1 -0
- package/components/chart/bubble-chart/bubble-chart.styles.js +13 -0
- package/components/chart/bubble-chart/bubble-chart.styles.js.map +1 -0
- package/components/chart/column-chart/column-chart.component.js +8 -0
- package/components/chart/column-chart/column-chart.component.js.map +1 -0
- package/components/chart/column-chart/column-chart.props.js +3 -0
- package/components/chart/column-chart/column-chart.props.js.map +1 -0
- package/components/chart/column-chart/column-chart.styles.js +13 -0
- package/components/chart/column-chart/column-chart.styles.js.map +1 -0
- package/components/chart/donut-chart/donut-chart.component.js +7 -0
- package/components/chart/donut-chart/donut-chart.component.js.map +1 -0
- package/components/chart/donut-chart/donut-chart.props.js +11 -0
- package/components/chart/donut-chart/donut-chart.props.js.map +1 -0
- package/components/chart/donut-chart/donut-chart.styles.js +13 -0
- package/components/chart/donut-chart/donut-chart.styles.js.map +1 -0
- package/components/chart/legend/legend.component.js +36 -0
- package/components/chart/legend/legend.component.js.map +1 -0
- package/components/chart/line-chart/line-chart.component.js +119 -0
- package/components/chart/line-chart/line-chart.component.js.map +1 -0
- package/components/chart/line-chart/line-chart.props.js +14 -0
- package/components/chart/line-chart/line-chart.props.js.map +1 -0
- package/components/chart/line-chart/line-chart.styles.js +13 -0
- package/components/chart/line-chart/line-chart.styles.js.map +1 -0
- package/components/chart/pie-chart/pie-chart.component.js +251 -0
- package/components/chart/pie-chart/pie-chart.component.js.map +1 -0
- package/components/chart/pie-chart/pie-chart.props.js +14 -0
- package/components/chart/pie-chart/pie-chart.props.js.map +1 -0
- package/components/chart/pie-chart/pie-chart.styles.js +13 -0
- package/components/chart/pie-chart/pie-chart.styles.js.map +1 -0
- package/components/chart/stack-chart/stack-chart.component.js +368 -0
- package/components/chart/stack-chart/stack-chart.component.js.map +1 -0
- package/components/chart/stack-chart/stack-chart.props.js +17 -0
- package/components/chart/stack-chart/stack-chart.props.js.map +1 -0
- package/components/chart/stack-chart/stack-chart.styles.js +7 -0
- package/components/chart/stack-chart/stack-chart.styles.js.map +1 -0
- package/components/chart/staticdata.js +215 -0
- package/components/chart/staticdata.js.map +1 -0
- package/components/chart/theme/chart.theme.js +360 -0
- package/components/chart/theme/chart.theme.js.map +1 -0
- package/components/container/accordion/accordion.component.js +202 -0
- package/components/container/accordion/accordion.component.js.map +1 -0
- package/components/container/accordion/accordion.props.js +16 -0
- package/components/container/accordion/accordion.props.js.map +1 -0
- package/components/container/accordion/accordion.styles.js +148 -0
- package/components/container/accordion/accordion.styles.js.map +1 -0
- package/components/container/accordion/accordionpane/accordionpane.component.js +87 -0
- package/components/container/accordion/accordionpane/accordionpane.component.js.map +1 -0
- package/components/container/accordion/accordionpane/accordionpane.props.js +17 -0
- package/components/container/accordion/accordionpane/accordionpane.props.js.map +1 -0
- package/components/container/accordion/accordionpane/accordionpane.styles.js +16 -0
- package/components/container/accordion/accordionpane/accordionpane.styles.js.map +1 -0
- package/components/container/container.component.js +194 -0
- package/components/container/container.component.js.map +1 -0
- package/components/container/container.props.js +18 -0
- package/components/container/container.props.js.map +1 -0
- package/components/container/container.styles.js +48 -0
- package/components/container/container.styles.js.map +1 -0
- package/components/container/layoutgrid/gridcolumn/gridcolumn.component.js +29 -0
- package/components/container/layoutgrid/gridcolumn/gridcolumn.component.js.map +1 -0
- package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js +13 -0
- package/components/container/layoutgrid/gridcolumn/gridcolumn.props.js.map +1 -0
- package/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js +12 -0
- package/components/container/layoutgrid/gridcolumn/gridcolumn.styles.js.map +1 -0
- package/components/container/layoutgrid/gridrow/gridrow.component.js +22 -0
- package/components/container/layoutgrid/gridrow/gridrow.component.js.map +1 -0
- package/components/container/layoutgrid/gridrow/gridrow.props.js +11 -0
- package/components/container/layoutgrid/gridrow/gridrow.props.js.map +1 -0
- package/components/container/layoutgrid/gridrow/gridrow.styles.js +42 -0
- package/components/container/layoutgrid/gridrow/gridrow.styles.js.map +1 -0
- package/components/container/layoutgrid/layoutgrid.component.js +44 -0
- package/components/container/layoutgrid/layoutgrid.component.js.map +1 -0
- package/components/container/layoutgrid/layoutgrid.props.js +11 -0
- package/components/container/layoutgrid/layoutgrid.props.js.map +1 -0
- package/components/container/layoutgrid/layoutgrid.styles.js +34 -0
- package/components/container/layoutgrid/layoutgrid.styles.js.map +1 -0
- package/components/container/linearlayout/linearlayout.component.js +70 -0
- package/components/container/linearlayout/linearlayout.component.js.map +1 -0
- package/components/container/linearlayout/linearlayout.props.js +15 -0
- package/components/container/linearlayout/linearlayout.props.js.map +1 -0
- package/components/container/linearlayout/linearlayout.styles.js +14 -0
- package/components/container/linearlayout/linearlayout.styles.js.map +1 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js +25 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.component.js.map +1 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js +13 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.props.js.map +1 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js +11 -0
- package/components/container/linearlayout/linearlayoutitem/linearlayoutitem.styles.js.map +1 -0
- package/components/container/panel/collapsible-pane.component.js +26 -0
- package/components/container/panel/collapsible-pane.component.js.map +1 -0
- package/components/container/panel/panel-content/panel-content.component.js +17 -0
- package/components/container/panel/panel-content/panel-content.component.js.map +1 -0
- package/components/container/panel/panel-content/panel-content.props.js +11 -0
- package/components/container/panel/panel-content/panel-content.props.js.map +1 -0
- package/components/container/panel/panel-content/panel-content.styles.js +16 -0
- package/components/container/panel/panel-content/panel-content.styles.js.map +1 -0
- package/components/container/panel/panel-footer/panel-footer.component.js +17 -0
- package/components/container/panel/panel-footer/panel-footer.component.js.map +1 -0
- package/components/container/panel/panel-footer/panel-footer.props.js +11 -0
- package/components/container/panel/panel-footer/panel-footer.props.js.map +1 -0
- package/components/container/panel/panel-footer/panel-footer.styles.js +19 -0
- package/components/container/panel/panel-footer/panel-footer.styles.js.map +1 -0
- package/components/container/panel/panel.component.js +163 -0
- package/components/container/panel/panel.component.js.map +1 -0
- package/components/container/panel/panel.props.js +26 -0
- package/components/container/panel/panel.props.js.map +1 -0
- package/components/container/panel/panel.styles.js +108 -0
- package/components/container/panel/panel.styles.js.map +1 -0
- package/components/container/partial-host.component.js +42 -0
- package/components/container/partial-host.component.js.map +1 -0
- package/components/container/tabs/tabheader/tabheader.component.js +240 -0
- package/components/container/tabs/tabheader/tabheader.component.js.map +1 -0
- package/components/container/tabs/tabheader/tabheader.props.js +18 -0
- package/components/container/tabs/tabheader/tabheader.props.js.map +1 -0
- package/components/container/tabs/tabheader/tabheader.styles.js +111 -0
- package/components/container/tabs/tabheader/tabheader.styles.js.map +1 -0
- package/components/container/tabs/tabpane/tabpane.component.js +82 -0
- package/components/container/tabs/tabpane/tabpane.component.js.map +1 -0
- package/components/container/tabs/tabpane/tabpane.props.js +19 -0
- package/components/container/tabs/tabpane/tabpane.props.js.map +1 -0
- package/components/container/tabs/tabpane/tabpane.styles.js +13 -0
- package/components/container/tabs/tabpane/tabpane.styles.js.map +1 -0
- package/components/container/tabs/tabs.component.js +299 -0
- package/components/container/tabs/tabs.component.js.map +1 -0
- package/components/container/tabs/tabs.props.js +16 -0
- package/components/container/tabs/tabs.props.js.map +1 -0
- package/components/container/tabs/tabs.styles.js +65 -0
- package/components/container/tabs/tabs.styles.js.map +1 -0
- package/components/container/tile/tile.component.js +54 -0
- package/components/container/tile/tile.component.js.map +1 -0
- package/components/container/tile/tile.props.js +13 -0
- package/components/container/tile/tile.props.js.map +1 -0
- package/components/container/tile/tile.styles.js +38 -0
- package/components/container/tile/tile.styles.js.map +1 -0
- package/components/container/wizard/wizard.component.js +550 -0
- package/components/container/wizard/wizard.component.js.map +1 -0
- package/components/container/wizard/wizard.props.js +31 -0
- package/components/container/wizard/wizard.props.js.map +1 -0
- package/components/container/wizard/wizard.styles.js +415 -0
- package/components/container/wizard/wizard.styles.js.map +1 -0
- package/components/container/wizard/wizardaction/wizardaction.component.js +17 -0
- package/components/container/wizard/wizardaction/wizardaction.component.js.map +1 -0
- package/components/container/wizard/wizardaction/wizardaction.props.js +11 -0
- package/components/container/wizard/wizardaction/wizardaction.props.js.map +1 -0
- package/components/container/wizard/wizardaction/wizardaction.styles.js +11 -0
- package/components/container/wizard/wizardaction/wizardaction.styles.js.map +1 -0
- package/components/container/wizard/wizardstep/wizardstep.component.js +92 -0
- package/components/container/wizard/wizardstep/wizardstep.component.js.map +1 -0
- package/components/container/wizard/wizardstep/wizardstep.props.js +22 -0
- package/components/container/wizard/wizardstep/wizardstep.props.js.map +1 -0
- package/components/container/wizard/wizardstep/wizardstep.styles.js +13 -0
- package/components/container/wizard/wizardstep/wizardstep.styles.js.map +1 -0
- package/components/data/card/card-content/card-content.component.js +46 -0
- package/components/data/card/card-content/card-content.component.js.map +1 -0
- package/components/data/card/card-content/card-content.props.js +12 -0
- package/components/data/card/card-content/card-content.props.js.map +1 -0
- package/components/data/card/card-content/card-content.styles.js +17 -0
- package/components/data/card/card-content/card-content.styles.js.map +1 -0
- package/components/data/card/card-footer/card-footer.component.js +18 -0
- package/components/data/card/card-footer/card-footer.component.js.map +1 -0
- package/components/data/card/card-footer/card-footer.props.js +11 -0
- package/components/data/card/card-footer/card-footer.props.js.map +1 -0
- package/components/data/card/card-footer/card-footer.styles.js +18 -0
- package/components/data/card/card-footer/card-footer.styles.js.map +1 -0
- package/components/data/card/card.component.js +92 -0
- package/components/data/card/card.component.js.map +1 -0
- package/components/data/card/card.props.js +27 -0
- package/components/data/card/card.props.js.map +1 -0
- package/components/data/card/card.styles.js +51 -0
- package/components/data/card/card.styles.js.map +1 -0
- package/components/data/form/form-action/form-action.component.js +35 -0
- package/components/data/form/form-action/form-action.component.js.map +1 -0
- package/components/data/form/form-action/form-action.props.js +18 -0
- package/components/data/form/form-action/form-action.props.js.map +1 -0
- package/components/data/form/form-action/form-action.styles.js +34 -0
- package/components/data/form/form-action/form-action.styles.js.map +1 -0
- package/components/data/form/form-body/form-body.component.js +20 -0
- package/components/data/form/form-body/form-body.component.js.map +1 -0
- package/components/data/form/form-body/form-body.props.js +11 -0
- package/components/data/form/form-body/form-body.props.js.map +1 -0
- package/components/data/form/form-body/form-body.styles.js +13 -0
- package/components/data/form/form-body/form-body.styles.js.map +1 -0
- package/components/data/form/form-field/form-field.component.js +257 -0
- package/components/data/form/form-field/form-field.component.js.map +1 -0
- package/components/data/form/form-field/form-field.props.js +35 -0
- package/components/data/form/form-field/form-field.props.js.map +1 -0
- package/components/data/form/form-field/form-field.styles.js +40 -0
- package/components/data/form/form-field/form-field.styles.js.map +1 -0
- package/components/data/form/form-footer/form-footer.component.js +20 -0
- package/components/data/form/form-footer/form-footer.component.js.map +1 -0
- package/components/data/form/form-footer/form-footer.props.js +11 -0
- package/components/data/form/form-footer/form-footer.props.js.map +1 -0
- package/components/data/form/form-footer/form-footer.styles.js +18 -0
- package/components/data/form/form-footer/form-footer.styles.js.map +1 -0
- package/components/data/form/form.component.js +465 -0
- package/components/data/form/form.component.js.map +1 -0
- package/components/data/form/form.props.js +38 -0
- package/components/data/form/form.props.js.map +1 -0
- package/components/data/form/form.styles.js +53 -0
- package/components/data/form/form.styles.js.map +1 -0
- package/components/data/list/list-action-template/list-action-template.component.js +28 -0
- package/components/data/list/list-action-template/list-action-template.component.js.map +1 -0
- package/components/data/list/list-action-template/list-action-template.props.js +12 -0
- package/components/data/list/list-action-template/list-action-template.props.js.map +1 -0
- package/components/data/list/list-action-template/list-action-template.styles.js +36 -0
- package/components/data/list/list-action-template/list-action-template.styles.js.map +1 -0
- package/components/data/list/list-template/list-template.component.js +55 -0
- package/components/data/list/list-template/list-template.component.js.map +1 -0
- package/components/data/list/list-template/list-template.props.js +13 -0
- package/components/data/list/list-template/list-template.props.js.map +1 -0
- package/components/data/list/list-template/list-template.styles.js +35 -0
- package/components/data/list/list-template/list-template.styles.js.map +1 -0
- package/components/data/list/list.component.js +690 -0
- package/components/data/list/list.component.js.map +1 -0
- package/components/data/list/list.props.js +53 -0
- package/components/data/list/list.props.js.map +1 -0
- package/components/data/list/list.styles.js +151 -0
- package/components/data/list/list.styles.js.map +1 -0
- package/components/data/liveform/liveform.component.js +98 -0
- package/components/data/liveform/liveform.component.js.map +1 -0
- package/components/device/barcodescanner/barcodescanner.component.js +69 -0
- package/components/device/barcodescanner/barcodescanner.component.js.map +1 -0
- package/components/device/barcodescanner/barcodescanner.props.js +19 -0
- package/components/device/barcodescanner/barcodescanner.props.js.map +1 -0
- package/components/device/barcodescanner/barcodescanner.styles.js +38 -0
- package/components/device/barcodescanner/barcodescanner.styles.js.map +1 -0
- package/components/device/camera/camera.component.js +84 -0
- package/components/device/camera/camera.component.js.map +1 -0
- package/components/device/camera/camera.props.js +25 -0
- package/components/device/camera/camera.props.js.map +1 -0
- package/components/device/camera/camera.styles.js +39 -0
- package/components/device/camera/camera.styles.js.map +1 -0
- package/components/dialogs/alertdialog/alertdialog.component.js +72 -0
- package/components/dialogs/alertdialog/alertdialog.component.js.map +1 -0
- package/components/dialogs/alertdialog/alertdialog.props.js +24 -0
- package/components/dialogs/alertdialog/alertdialog.props.js.map +1 -0
- package/components/dialogs/alertdialog/alertdialog.styles.js +34 -0
- package/components/dialogs/alertdialog/alertdialog.styles.js.map +1 -0
- package/components/dialogs/confirmdialog/confirmdialog.component.js +78 -0
- package/components/dialogs/confirmdialog/confirmdialog.component.js.map +1 -0
- package/components/dialogs/confirmdialog/confirmdialog.props.js +24 -0
- package/components/dialogs/confirmdialog/confirmdialog.props.js.map +1 -0
- package/components/dialogs/confirmdialog/confirmdialog.styles.js +58 -0
- package/components/dialogs/confirmdialog/confirmdialog.styles.js.map +1 -0
- package/components/dialogs/dialog/dialog.component.js +107 -0
- package/components/dialogs/dialog/dialog.component.js.map +1 -0
- package/components/dialogs/dialog/dialog.props.js +25 -0
- package/components/dialogs/dialog/dialog.props.js.map +1 -0
- package/components/dialogs/dialog/dialog.styles.js +78 -0
- package/components/dialogs/dialog/dialog.styles.js.map +1 -0
- package/components/dialogs/dialogactions/dialogactions.component.js +22 -0
- package/components/dialogs/dialogactions/dialogactions.component.js.map +1 -0
- package/components/dialogs/dialogactions/dialogactions.props.js +11 -0
- package/components/dialogs/dialogactions/dialogactions.props.js.map +1 -0
- package/components/dialogs/dialogactions/dialogactions.styles.js +17 -0
- package/components/dialogs/dialogactions/dialogactions.styles.js.map +1 -0
- package/components/dialogs/dialogcontent/dialogcontent.component.js +31 -0
- package/components/dialogs/dialogcontent/dialogcontent.component.js.map +1 -0
- package/components/dialogs/dialogcontent/dialogcontent.props.js +11 -0
- package/components/dialogs/dialogcontent/dialogcontent.props.js.map +1 -0
- package/components/dialogs/dialogcontent/dialogcontent.styles.js +15 -0
- package/components/dialogs/dialogcontent/dialogcontent.styles.js.map +1 -0
- package/components/input/basedataset/basedataset.component.js +232 -0
- package/components/input/basedataset/basedataset.component.js.map +1 -0
- package/components/input/basedataset/basedataset.props.js +33 -0
- package/components/input/basedataset/basedataset.props.js.map +1 -0
- package/components/input/basedataset/basedataset.styles.js +11 -0
- package/components/input/basedataset/basedataset.styles.js.map +1 -0
- package/components/input/baseinput/baseinput.component.js +203 -0
- package/components/input/baseinput/baseinput.component.js.map +1 -0
- package/components/input/baseinput/baseinput.props.js +32 -0
- package/components/input/baseinput/baseinput.props.js.map +1 -0
- package/components/input/baseinput/baseinput.styles.js +11 -0
- package/components/input/baseinput/baseinput.styles.js.map +1 -0
- package/components/input/basenumber/basenumber.component.js +357 -0
- package/components/input/basenumber/basenumber.component.js.map +1 -0
- package/components/input/basenumber/basenumber.props.js +28 -0
- package/components/input/basenumber/basenumber.props.js.map +1 -0
- package/components/input/basenumber/basenumber.styles.js +11 -0
- package/components/input/basenumber/basenumber.styles.js.map +1 -0
- package/components/input/calendar/calendar.component.js +173 -0
- package/components/input/calendar/calendar.component.js.map +1 -0
- package/components/input/calendar/calendar.props.js +14 -0
- package/components/input/calendar/calendar.props.js.map +1 -0
- package/components/input/calendar/calendar.styles.js +162 -0
- package/components/input/calendar/calendar.styles.js.map +1 -0
- package/components/input/calendar/views/month-view.js +211 -0
- package/components/input/calendar/views/month-view.js.map +1 -0
- package/components/input/calendar/views/month-view.styles.js +39 -0
- package/components/input/calendar/views/month-view.styles.js.map +1 -0
- package/components/input/checkbox/checkbox.component.js +124 -0
- package/components/input/checkbox/checkbox.component.js.map +1 -0
- package/components/input/checkbox/checkbox.props.js +18 -0
- package/components/input/checkbox/checkbox.props.js.map +1 -0
- package/components/input/checkbox/checkbox.styles.js +94 -0
- package/components/input/checkbox/checkbox.styles.js.map +1 -0
- package/components/input/checkboxset/checkboxset.component.js +159 -0
- package/components/input/checkboxset/checkboxset.component.js.map +1 -0
- package/components/input/checkboxset/checkboxset.props.js +21 -0
- package/components/input/checkboxset/checkboxset.props.js.map +1 -0
- package/components/input/checkboxset/checkboxset.styles.js +88 -0
- package/components/input/checkboxset/checkboxset.styles.js.map +1 -0
- package/components/input/chips/chips.component.js +410 -0
- package/components/input/chips/chips.component.js.map +1 -0
- package/components/input/chips/chips.props.js +30 -0
- package/components/input/chips/chips.props.js.map +1 -0
- package/components/input/chips/chips.styles.js +221 -0
- package/components/input/chips/chips.styles.js.map +1 -0
- package/components/input/composite/composite.component.js +25 -0
- package/components/input/composite/composite.component.js.map +1 -0
- package/components/input/composite/composite.props.js +12 -0
- package/components/input/composite/composite.props.js.map +1 -0
- package/components/input/composite/composite.styles.js +29 -0
- package/components/input/composite/composite.styles.js.map +1 -0
- package/components/input/currency/currency.component.js +120 -0
- package/components/input/currency/currency.component.js.map +1 -0
- package/components/input/currency/currency.props.js +13 -0
- package/components/input/currency/currency.props.js.map +1 -0
- package/components/input/currency/currency.styles.js +148 -0
- package/components/input/currency/currency.styles.js.map +1 -0
- package/components/input/epoch/base-datetime.component.js +496 -0
- package/components/input/epoch/base-datetime.component.js.map +1 -0
- package/components/input/epoch/date/date.component.js +20 -0
- package/components/input/epoch/date/date.component.js.map +1 -0
- package/components/input/epoch/date/date.props.js +11 -0
- package/components/input/epoch/date/date.props.js.map +1 -0
- package/components/input/epoch/date/date.styles.js +48 -0
- package/components/input/epoch/date/date.styles.js.map +1 -0
- package/components/input/epoch/date-picker.component.js +136 -0
- package/components/input/epoch/date-picker.component.js.map +1 -0
- package/components/input/epoch/datetime/datetime.component.js +20 -0
- package/components/input/epoch/datetime/datetime.component.js.map +1 -0
- package/components/input/epoch/datetime/datetime.props.js +36 -0
- package/components/input/epoch/datetime/datetime.props.js.map +1 -0
- package/components/input/epoch/datetime/datetime.styles.js +163 -0
- package/components/input/epoch/datetime/datetime.styles.js.map +1 -0
- package/components/input/epoch/time/time.component.js +26 -0
- package/components/input/epoch/time/time.component.js.map +1 -0
- package/components/input/epoch/time/time.props.js +15 -0
- package/components/input/epoch/time/time.props.js.map +1 -0
- package/components/input/epoch/time/time.styles.js +48 -0
- package/components/input/epoch/time/time.styles.js.map +1 -0
- package/components/input/epoch/wheel-date-picker.component.js +206 -0
- package/components/input/epoch/wheel-date-picker.component.js.map +1 -0
- package/components/input/epoch/wheel-time-picker.component.js +107 -0
- package/components/input/epoch/wheel-time-picker.component.js.map +1 -0
- package/components/input/epoch/wheelpicker/wheelpicker.component.js +97 -0
- package/components/input/epoch/wheelpicker/wheelpicker.component.js.map +1 -0
- package/components/input/epoch/wheelpicker/wheelpicker.props.js +17 -0
- package/components/input/epoch/wheelpicker/wheelpicker.props.js.map +1 -0
- package/components/input/epoch/wheelpicker/wheelpicker.styles.js +55 -0
- package/components/input/epoch/wheelpicker/wheelpicker.styles.js.map +1 -0
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js +85 -0
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.component.js.map +1 -0
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js +20 -0
- package/components/input/epoch/wheelpickermodal/date/date-picker-modal.props.js.map +1 -0
- package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js +66 -0
- package/components/input/epoch/wheelpickermodal/styles/datetime-picker-modal.styles.js.map +1 -0
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js +83 -0
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.component.js.map +1 -0
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js +19 -0
- package/components/input/epoch/wheelpickermodal/time/time-picker-modal.props.js.map +1 -0
- package/components/input/fileupload/fileupload.component.js +70 -0
- package/components/input/fileupload/fileupload.component.js.map +1 -0
- package/components/input/fileupload/fileupload.props.js +19 -0
- package/components/input/fileupload/fileupload.props.js.map +1 -0
- package/components/input/fileupload/fileupload.styles.js +27 -0
- package/components/input/fileupload/fileupload.styles.js.map +1 -0
- package/components/input/number/number.component.js +86 -0
- package/components/input/number/number.component.js.map +1 -0
- package/components/input/number/number.props.js +13 -0
- package/components/input/number/number.props.js.map +1 -0
- package/components/input/number/number.styles.js +93 -0
- package/components/input/number/number.styles.js.map +1 -0
- package/components/input/radioset/radioset.component.js +147 -0
- package/components/input/radioset/radioset.component.js.map +1 -0
- package/components/input/radioset/radioset.props.js +20 -0
- package/components/input/radioset/radioset.props.js.map +1 -0
- package/components/input/radioset/radioset.styles.js +102 -0
- package/components/input/radioset/radioset.styles.js.map +1 -0
- package/components/input/rating/rating.component.js +155 -0
- package/components/input/rating/rating.component.js.map +1 -0
- package/components/input/rating/rating.props.js +25 -0
- package/components/input/rating/rating.props.js.map +1 -0
- package/components/input/rating/rating.styles.js +48 -0
- package/components/input/rating/rating.styles.js.map +1 -0
- package/components/input/select/select.component.js +303 -0
- package/components/input/select/select.component.js.map +1 -0
- package/components/input/select/select.props.js +12 -0
- package/components/input/select/select.props.js.map +1 -0
- package/components/input/select/select.styles.js +178 -0
- package/components/input/select/select.styles.js.map +1 -0
- package/components/input/slider/slider.component.js +538 -0
- package/components/input/slider/slider.component.js.map +1 -0
- package/components/input/slider/slider.props.js +20 -0
- package/components/input/slider/slider.props.js.map +1 -0
- package/components/input/slider/slider.styles.js +95 -0
- package/components/input/slider/slider.styles.js.map +1 -0
- package/components/input/switch/switch.component.js +99 -0
- package/components/input/switch/switch.component.js.map +1 -0
- package/components/input/switch/switch.props.js +13 -0
- package/components/input/switch/switch.props.js.map +1 -0
- package/components/input/switch/switch.styles.js +192 -0
- package/components/input/switch/switch.styles.js.map +1 -0
- package/components/input/text/text.component.js +132 -0
- package/components/input/text/text.component.js.map +1 -0
- package/components/input/text/text.props.js +21 -0
- package/components/input/text/text.props.js.map +1 -0
- package/components/input/text/text.styles.js +130 -0
- package/components/input/text/text.styles.js.map +1 -0
- package/components/input/textarea/textarea.component.js +88 -0
- package/components/input/textarea/textarea.component.js.map +1 -0
- package/components/input/textarea/textarea.props.js +15 -0
- package/components/input/textarea/textarea.props.js.map +1 -0
- package/components/input/textarea/textarea.styles.js +84 -0
- package/components/input/textarea/textarea.styles.js.map +1 -0
- package/components/input/toggle/toggle.component.js +202 -0
- package/components/input/toggle/toggle.component.js.map +1 -0
- package/components/input/toggle/toggle.props.js +32 -0
- package/components/input/toggle/toggle.props.js.map +1 -0
- package/components/input/toggle/toggle.styles.js +97 -0
- package/components/input/toggle/toggle.styles.js.map +1 -0
- package/components/navigation/appnavbar/appnavbar.component.js +114 -0
- package/components/navigation/appnavbar/appnavbar.component.js.map +1 -0
- package/components/navigation/appnavbar/appnavbar.props.js +22 -0
- package/components/navigation/appnavbar/appnavbar.props.js.map +1 -0
- package/components/navigation/appnavbar/appnavbar.styles.js +169 -0
- package/components/navigation/appnavbar/appnavbar.styles.js.map +1 -0
- package/components/navigation/basenav/basenav.component.js +72 -0
- package/components/navigation/basenav/basenav.component.js.map +1 -0
- package/components/navigation/basenav/basenav.props.js +18 -0
- package/components/navigation/basenav/basenav.props.js.map +1 -0
- package/components/navigation/basenav/basenav.styles.js +11 -0
- package/components/navigation/basenav/basenav.styles.js.map +1 -0
- package/components/navigation/menu/menu.component.js +66 -0
- package/components/navigation/menu/menu.component.js.map +1 -0
- package/components/navigation/menu/menu.props.js +15 -0
- package/components/navigation/menu/menu.props.js.map +1 -0
- package/components/navigation/menu/menu.styles.js +70 -0
- package/components/navigation/menu/menu.styles.js.map +1 -0
- package/components/navigation/navbar/navbar.component.js +78 -0
- package/components/navigation/navbar/navbar.component.js.map +1 -0
- package/components/navigation/navbar/navbar.props.js +16 -0
- package/components/navigation/navbar/navbar.props.js.map +1 -0
- package/components/navigation/navbar/navbar.styles.js +41 -0
- package/components/navigation/navbar/navbar.styles.js.map +1 -0
- package/components/navigation/navitem/navitem.component.js +70 -0
- package/components/navigation/navitem/navitem.component.js.map +1 -0
- package/components/navigation/navitem/navitem.props.js +19 -0
- package/components/navigation/navitem/navitem.props.js.map +1 -0
- package/components/navigation/navitem/navitem.styles.js +80 -0
- package/components/navigation/navitem/navitem.styles.js.map +1 -0
- package/components/navigation/popover/popover.component.js +220 -0
- package/components/navigation/popover/popover.component.js.map +1 -0
- package/components/navigation/popover/popover.props.js +34 -0
- package/components/navigation/popover/popover.props.js.map +1 -0
- package/components/navigation/popover/popover.styles.js +92 -0
- package/components/navigation/popover/popover.styles.js.map +1 -0
- package/components/page/content/content.component.js +16 -0
- package/components/page/content/content.component.js.map +1 -0
- package/components/page/content/content.props.js +2 -0
- package/components/page/content/content.props.js.map +1 -0
- package/components/page/content/content.styles.js +13 -0
- package/components/page/content/content.styles.js.map +1 -0
- package/components/page/left-panel/left-panel.component.js +64 -0
- package/components/page/left-panel/left-panel.component.js.map +1 -0
- package/components/page/left-panel/left-panel.props.js +12 -0
- package/components/page/left-panel/left-panel.props.js.map +1 -0
- package/components/page/left-panel/left-panel.styles.js +18 -0
- package/components/page/left-panel/left-panel.styles.js.map +1 -0
- package/components/page/page-content/page-content.component.js +207 -0
- package/components/page/page-content/page-content.component.js.map +1 -0
- package/components/page/page-content/page-content.props.js +18 -0
- package/components/page/page-content/page-content.props.js.map +1 -0
- package/components/page/page-content/page-content.styles.js +20 -0
- package/components/page/page-content/page-content.styles.js.map +1 -0
- package/components/page/page.component.js +48 -0
- package/components/page/page.component.js.map +1 -0
- package/components/page/page.props.js +15 -0
- package/components/page/page.props.js.map +1 -0
- package/components/page/page.styles.js +24 -0
- package/components/page/page.styles.js.map +1 -0
- package/components/page/partial/partial.component.js +42 -0
- package/components/page/partial/partial.component.js.map +1 -0
- package/components/page/partial/partial.props.js +2 -0
- package/components/page/partial/partial.props.js.map +1 -0
- package/components/page/partial/partial.styles.js +18 -0
- package/components/page/partial/partial.styles.js.map +1 -0
- package/components/page/partial-container/partial-container.component.js +35 -0
- package/components/page/partial-container/partial-container.component.js.map +1 -0
- package/components/page/partial-container/partial-container.props.js +13 -0
- package/components/page/partial-container/partial-container.props.js.map +1 -0
- package/components/page/partial-container/partial-container.styles.js +14 -0
- package/components/page/partial-container/partial-container.styles.js.map +1 -0
- package/components/page/tabbar/curve.js +84 -0
- package/components/page/tabbar/curve.js.map +1 -0
- package/components/page/tabbar/tabbar.component.js +258 -0
- package/components/page/tabbar/tabbar.component.js.map +1 -0
- package/components/page/tabbar/tabbar.props.js +29 -0
- package/components/page/tabbar/tabbar.props.js.map +1 -0
- package/components/page/tabbar/tabbar.styles.js +160 -0
- package/components/page/tabbar/tabbar.styles.js.map +1 -0
- package/components/prefab/prefab-container.component.js +42 -0
- package/components/prefab/prefab-container.component.js.map +1 -0
- package/components/prefab/prefab-container.props.js +2 -0
- package/components/prefab/prefab-container.props.js.map +1 -0
- package/components/prefab/prefab-container.styles.js +16 -0
- package/components/prefab/prefab-container.styles.js.map +1 -0
- package/components-prism/advanced/carousel/carousel.component.js +322 -0
- package/components-prism/advanced/carousel/carousel.component.js.map +1 -0
- package/components-prism/advanced/carousel/carousel.props.js +24 -0
- package/components-prism/advanced/carousel/carousel.props.js.map +1 -0
- package/components-prism/advanced/carousel/carousel.styles.js +179 -0
- package/components-prism/advanced/carousel/carousel.styles.js.map +1 -0
- package/components-prism/basic/progress-bar/progress-bar.component.js +227 -0
- package/components-prism/basic/progress-bar/progress-bar.component.js.map +1 -0
- package/components-prism/basic/progress-bar/progress-bar.props.js +20 -0
- package/components-prism/basic/progress-bar/progress-bar.props.js.map +1 -0
- package/components-prism/basic/progress-bar/progress-bar.styles.js +43 -0
- package/components-prism/basic/progress-bar/progress-bar.styles.js.map +1 -0
- package/components-prism/basic/progress-circle/progress-circle.component.js +80 -0
- package/components-prism/basic/progress-circle/progress-circle.component.js.map +1 -0
- package/components-prism/basic/progress-circle/progress-circle.props.js +19 -0
- package/components-prism/basic/progress-circle/progress-circle.props.js.map +1 -0
- package/components-prism/basic/progress-circle/progress-circle.styles.js +82 -0
- package/components-prism/basic/progress-circle/progress-circle.styles.js.map +1 -0
- package/components-prism/data/list/list-template/list-template.styles.js +27 -0
- package/components-prism/data/list/list-template/list-template.styles.js.map +1 -0
- package/components-prism/input/slider/Thumb.js +35 -0
- package/components-prism/input/slider/Thumb.js.map +1 -0
- package/components-prism/input/slider/slider.component.js +108 -0
- package/components-prism/input/slider/slider.component.js.map +1 -0
- package/components-prism/input/slider/slider.props.js +20 -0
- package/components-prism/input/slider/slider.props.js.map +1 -0
- package/components-prism/input/slider/slider.styles.js +135 -0
- package/components-prism/input/slider/slider.styles.js.map +1 -0
- package/components-prism/input/slider/withSlider.js +339 -0
- package/components-prism/input/slider/withSlider.js.map +1 -0
- package/core/AppConfig.js +2 -0
- package/core/AppConfig.js.map +1 -0
- package/core/accessibility.js +195 -0
- package/core/accessibility.js.map +1 -0
- package/core/advanced-promise-rejection-tracker.js +208 -0
- package/core/advanced-promise-rejection-tracker.js.map +1 -0
- package/core/asset.provider.js +5 -0
- package/core/asset.provider.js.map +1 -0
- package/core/auto-layout-host.component.js +31 -0
- package/core/auto-layout-host.component.js.map +1 -0
- package/core/auto-layout.utils.js +250 -0
- package/core/auto-layout.utils.js.map +1 -0
- package/core/base.component.js +671 -0
- package/core/base.component.js.map +1 -0
- package/core/components/error-fallback/error-fallback.component.js +172 -0
- package/core/components/error-fallback/error-fallback.component.js.map +1 -0
- package/core/components/error-fallback/error-fallback.styles.js +227 -0
- package/core/components/error-fallback/error-fallback.styles.js.map +1 -0
- package/core/components/floatinglabel.component.js +86 -0
- package/core/components/floatinglabel.component.js.map +1 -0
- package/core/components/sticky-base.component.js +54 -0
- package/core/components/sticky-base.component.js.map +1 -0
- package/core/components/sticky-container.component.js +34 -0
- package/core/components/sticky-container.component.js.map +1 -0
- package/core/components/sticky-container.styles.js +98 -0
- package/core/components/sticky-container.styles.js.map +1 -0
- package/core/components/sticky-nav.component.js +28 -0
- package/core/components/sticky-nav.component.js.map +1 -0
- package/core/components/textinput.component.js +226 -0
- package/core/components/textinput.component.js.map +1 -0
- package/core/components-prism/progress-circle.js +217 -0
- package/core/components-prism/progress-circle.js.map +1 -0
- package/core/constant.service.js +22 -0
- package/core/constant.service.js.map +1 -0
- package/core/constants/currency-constants.js +1066 -0
- package/core/constants/currency-constants.js.map +1 -0
- package/core/currency-constants.js +1065 -0
- package/core/currency-constants.js.map +1 -0
- package/core/device/av-service.js +8 -0
- package/core/device/av-service.js.map +1 -0
- package/core/device/calendar-service.js +8 -0
- package/core/device/calendar-service.js.map +1 -0
- package/core/device/camera-service.js +11 -0
- package/core/device/camera-service.js.map +1 -0
- package/core/device/contacts-service.js +8 -0
- package/core/device/contacts-service.js.map +1 -0
- package/core/device/fileupload-service.js +8 -0
- package/core/device/fileupload-service.js.map +1 -0
- package/core/device/location-service.js +8 -0
- package/core/device/location-service.js.map +1 -0
- package/core/device/openfile-service.js +10 -0
- package/core/device/openfile-service.js.map +1 -0
- package/core/device/scan-service.js +11 -0
- package/core/device/scan-service.js.map +1 -0
- package/core/display.manager.js +5 -0
- package/core/display.manager.js.map +1 -0
- package/core/error-boundary.component.js +64 -0
- package/core/error-boundary.component.js.map +1 -0
- package/core/event-notifier.js +69 -0
- package/core/event-notifier.js.map +1 -0
- package/core/file-extension-types.js +70 -0
- package/core/file-extension-types.js.map +1 -0
- package/core/fixed-view.component.js +94 -0
- package/core/fixed-view.component.js.map +1 -0
- package/core/formatters.js +70 -0
- package/core/formatters.js.map +1 -0
- package/core/global-error-handler.service.js +103 -0
- package/core/global-error-handler.service.js.map +1 -0
- package/core/i18n.service.js +2 -0
- package/core/i18n.service.js.map +1 -0
- package/core/if.component.js +35 -0
- package/core/if.component.js.map +1 -0
- package/core/imageSizeEstimator.js +51 -0
- package/core/imageSizeEstimator.js.map +1 -0
- package/core/injector.js +27 -0
- package/core/injector.js.map +1 -0
- package/core/key.extractor.js +21 -0
- package/core/key.extractor.js.map +1 -0
- package/core/logger.js +123 -0
- package/core/logger.js.map +1 -0
- package/core/modal.service.js +5 -0
- package/core/modal.service.js.map +1 -0
- package/core/navigation.service.js +70 -0
- package/core/navigation.service.js.map +1 -0
- package/core/network.service.js +327 -0
- package/core/network.service.js.map +1 -0
- package/core/partial.service.js +5 -0
- package/core/partial.service.js.map +1 -0
- package/core/props.provider.js +88 -0
- package/core/props.provider.js.map +1 -0
- package/core/responsive.utils.js +51 -0
- package/core/responsive.utils.js.map +1 -0
- package/core/screen-capture-protection.service.js +5 -0
- package/core/screen-capture-protection.service.js.map +1 -0
- package/core/scroll-view.component.js +52 -0
- package/core/scroll-view.component.js.map +1 -0
- package/core/secure-storage.service.js +55 -0
- package/core/secure-storage.service.js.map +1 -0
- package/core/security.service.js +5 -0
- package/core/security.service.js.map +1 -0
- package/core/spinner.service.js +5 -0
- package/core/spinner.service.js.map +1 -0
- package/core/sticky-view.component.js +51 -0
- package/core/sticky-view.component.js.map +1 -0
- package/core/sticky-wrapper.js +133 -0
- package/core/sticky-wrapper.js.map +1 -0
- package/core/storage.service.js +38 -0
- package/core/storage.service.js.map +1 -0
- package/core/tappable.component.js +163 -0
- package/core/tappable.component.js.map +1 -0
- package/core/testid.provider.js +5 -0
- package/core/testid.provider.js.map +1 -0
- package/core/toast.service.js +5 -0
- package/core/toast.service.js.map +1 -0
- package/core/ui-preferences.context.js +10 -0
- package/core/ui-preferences.context.js.map +1 -0
- package/core/utils.js +867 -0
- package/core/utils.js.map +1 -0
- package/core/viewport.js +45 -0
- package/core/viewport.js.map +1 -0
- package/core/wm-component-tree.js +58 -0
- package/core/wm-component-tree.js.map +1 -0
- package/gestures/carousel-swipe.animation.js +225 -0
- package/gestures/carousel-swipe.animation.js.map +1 -0
- package/gestures/swipe.animation.js +220 -0
- package/gestures/swipe.animation.js.map +1 -0
- package/gestures-prism/carousel.flatlist.js +349 -0
- package/gestures-prism/carousel.flatlist.js.map +1 -0
- package/index.js +2 -0
- package/index.js.map +1 -0
- package/npm-shrinkwrap.json +26212 -0
- package/package-lock.json +26212 -0
- package/package.json +291 -0
- package/runtime/App.js +763 -0
- package/runtime/App.js.map +1 -0
- package/runtime/App.navigator.js +113 -0
- package/runtime/App.navigator.js.map +1 -0
- package/runtime/base-customwidget.component.js +52 -0
- package/runtime/base-customwidget.component.js.map +1 -0
- package/runtime/base-fragment.component.js +418 -0
- package/runtime/base-fragment.component.js.map +1 -0
- package/runtime/base-page.component.js +233 -0
- package/runtime/base-page.component.js.map +1 -0
- package/runtime/base-partial.component.js +63 -0
- package/runtime/base-partial.component.js.map +1 -0
- package/runtime/base-prefab.component.js +87 -0
- package/runtime/base-prefab.component.js.map +1 -0
- package/runtime/lib-patch.js +25 -0
- package/runtime/lib-patch.js.map +1 -0
- package/runtime/memo.component.js +44 -0
- package/runtime/memo.component.js.map +1 -0
- package/runtime/navigator/drawer.navigator.js +41 -0
- package/runtime/navigator/drawer.navigator.js.map +1 -0
- package/runtime/navigator/stack.navigator.js +78 -0
- package/runtime/navigator/stack.navigator.js.map +1 -0
- package/runtime/platform.api.js +7 -0
- package/runtime/platform.api.js.map +1 -0
- package/runtime/services/app-display-manager.service.js +52 -0
- package/runtime/services/app-display-manager.service.js.map +1 -0
- package/runtime/services/app-i18n.service.js +89 -0
- package/runtime/services/app-i18n.service.js.map +1 -0
- package/runtime/services/app-modal.service.js +73 -0
- package/runtime/services/app-modal.service.js.map +1 -0
- package/runtime/services/app-security.service.js +256 -0
- package/runtime/services/app-security.service.js.map +1 -0
- package/runtime/services/app-spinner.service.js +74 -0
- package/runtime/services/app-spinner.service.js.map +1 -0
- package/runtime/services/app-toast.service.js +60 -0
- package/runtime/services/app-toast.service.js.map +1 -0
- package/runtime/services/device/calendar-service.js +95 -0
- package/runtime/services/device/calendar-service.js.map +1 -0
- package/runtime/services/device/camera-service.js +377 -0
- package/runtime/services/device/camera-service.js.map +1 -0
- package/runtime/services/device/contacts-service.js +34 -0
- package/runtime/services/device/contacts-service.js.map +1 -0
- package/runtime/services/device/location-service.js +16 -0
- package/runtime/services/device/location-service.js.map +1 -0
- package/runtime/services/device/permission-service.js +5 -0
- package/runtime/services/device/permission-service.js.map +1 -0
- package/runtime/services/device/permissions.js +45 -0
- package/runtime/services/device/permissions.js.map +1 -0
- package/runtime/services/device/scan-service.js +163 -0
- package/runtime/services/device/scan-service.js.map +1 -0
- package/runtime/services/partial.service.js +26 -0
- package/runtime/services/partial.service.js.map +1 -0
- package/runtime/services/webprocess.service.js +107 -0
- package/runtime/services/webprocess.service.js.map +1 -0
- package/runtime/watcher.js +147 -0
- package/runtime/watcher.js.map +1 -0
- package/styles/MediaQueryList.js +19 -0
- package/styles/MediaQueryList.js.map +1 -0
- package/styles/background.component.js +317 -0
- package/styles/background.component.js.map +1 -0
- package/styles/calc.js +165 -0
- package/styles/calc.js.map +1 -0
- package/styles/color-mix.js +82 -0
- package/styles/color-mix.js.map +1 -0
- package/styles/style-prop.validator.js +467 -0
- package/styles/style-prop.validator.js.map +1 -0
- package/styles/style-props.js +105 -0
- package/styles/style-props.js.map +1 -0
- package/styles/theme.js +725 -0
- package/styles/theme.js.map +1 -0
- package/styles/theme.variables.js +444 -0
- package/styles/theme.variables.js.map +1 -0
- package/variables/base-variable.js +125 -0
- package/variables/base-variable.js.map +1 -0
- package/variables/device/calendar/create-event.operation.js +53 -0
- package/variables/device/calendar/create-event.operation.js.map +1 -0
- package/variables/device/calendar/delete-event.operation.js +15 -0
- package/variables/device/calendar/delete-event.operation.js.map +1 -0
- package/variables/device/calendar/get-events.operation.js +15 -0
- package/variables/device/calendar/get-events.operation.js.map +1 -0
- package/variables/device/camera/capture-image.operation.js +13 -0
- package/variables/device/camera/capture-image.operation.js.map +1 -0
- package/variables/device/camera/capture-video.operation.js +12 -0
- package/variables/device/camera/capture-video.operation.js.map +1 -0
- package/variables/device/contacts/get-contacts.operation.js +15 -0
- package/variables/device/contacts/get-contacts.operation.js.map +1 -0
- package/variables/device/device/app-info.operation.js +13 -0
- package/variables/device/device/app-info.operation.js.map +1 -0
- package/variables/device/device/current-geo-position.operation.js +15 -0
- package/variables/device/device/current-geo-position.operation.js.map +1 -0
- package/variables/device/device/device-info.operation.js +12 -0
- package/variables/device/device/device-info.operation.js.map +1 -0
- package/variables/device/device/network-info.operation.js +33 -0
- package/variables/device/device/network-info.operation.js.map +1 -0
- package/variables/device/device/vibrate.operation.js +8 -0
- package/variables/device/device/vibrate.operation.js.map +1 -0
- package/variables/device/file/open-file.operation.js +71 -0
- package/variables/device/file/open-file.operation.js.map +1 -0
- package/variables/device/file/upload-file.operation.js +66 -0
- package/variables/device/file/upload-file.operation.js.map +1 -0
- package/variables/device/operation.provider.js +11 -0
- package/variables/device/operation.provider.js.map +1 -0
- package/variables/device/scan/scan.operation.js +15 -0
- package/variables/device/scan/scan.operation.js.map +1 -0
- package/variables/device-variable.js +28 -0
- package/variables/device-variable.js.map +1 -0
- package/variables/http.service.js +84 -0
- package/variables/http.service.js.map +1 -0
- package/variables/live-variable.js +130 -0
- package/variables/live-variable.js.map +1 -0
- package/variables/model-variable.js +47 -0
- package/variables/model-variable.js.map +1 -0
- package/variables/service-variable.js +143 -0
- package/variables/service-variable.js.map +1 -0
- package/variables/utils/dataset-util.js +139 -0
- package/variables/utils/dataset-util.js.map +1 -0
- package/variables/utils/inflight-queue.js +114 -0
- package/variables/utils/inflight-queue.js.map +1 -0
- package/variables/utils/variable.constants.js +22 -0
- package/variables/utils/variable.constants.js.map +1 -0
- package/variables/utils/variable.utils.js +189 -0
- package/variables/utils/variable.utils.js.map +1 -0
- package/wm-namespace.js +15 -0
- package/wm-namespace.js.map +1 -0
|
@@ -0,0 +1,1161 @@
|
|
|
1
|
+
/*******************************************************
|
|
2
|
+
* Don't make any changes.
|
|
3
|
+
* This is a generated file.
|
|
4
|
+
* See wavicon.generator.js
|
|
5
|
+
********************************************************/
|
|
6
|
+
|
|
7
|
+
import font from './wavicon.ttf';
|
|
8
|
+
import createIconSet from '@expo/vector-icons/build/createIconSet';
|
|
9
|
+
export const glyphMap = {
|
|
10
|
+
"3d-rotation": "",
|
|
11
|
+
"ac-unit": "",
|
|
12
|
+
"access-alarm": "",
|
|
13
|
+
"access-alarms": "",
|
|
14
|
+
"access-time": "",
|
|
15
|
+
"accessibility": "",
|
|
16
|
+
"accessible": "",
|
|
17
|
+
"account-balance-wallet": "",
|
|
18
|
+
"account-balance": "",
|
|
19
|
+
"account-box": "",
|
|
20
|
+
"account-circle": "",
|
|
21
|
+
"adb": "",
|
|
22
|
+
"add-a-photo": "",
|
|
23
|
+
"add-alarm": "",
|
|
24
|
+
"add-alert": "",
|
|
25
|
+
"add-box": "",
|
|
26
|
+
"add-circle-outline": "",
|
|
27
|
+
"add-circle": "",
|
|
28
|
+
"add-location": "",
|
|
29
|
+
"add-shopping-cart": "",
|
|
30
|
+
"add-to-photos": "",
|
|
31
|
+
"add-to-queue": "",
|
|
32
|
+
"add": "",
|
|
33
|
+
"adjust": "",
|
|
34
|
+
"airline-seat-flat-angled": "",
|
|
35
|
+
"airline-seat-flat": "",
|
|
36
|
+
"airline-seat-individual-suite": "",
|
|
37
|
+
"airline-seat-legroom-extra": "",
|
|
38
|
+
"airline-seat-legroom-normal": "",
|
|
39
|
+
"airline-seat-legroom-reduced": "",
|
|
40
|
+
"airline-seat-recline-extra": "",
|
|
41
|
+
"airline-seat-recline-normal": "",
|
|
42
|
+
"airplanemode-active": "",
|
|
43
|
+
"airplanemode-inactive": "",
|
|
44
|
+
"airplay": "",
|
|
45
|
+
"airport-shuttle": "",
|
|
46
|
+
"alarm-add": "",
|
|
47
|
+
"alarm-off": "",
|
|
48
|
+
"alarm-on": "",
|
|
49
|
+
"alarm": "",
|
|
50
|
+
"album": "",
|
|
51
|
+
"align-center": "",
|
|
52
|
+
"align-justify": "",
|
|
53
|
+
"align-left": "",
|
|
54
|
+
"align-right": "",
|
|
55
|
+
"all-inclusive": "",
|
|
56
|
+
"all-out": "",
|
|
57
|
+
"analytics-circle": "",
|
|
58
|
+
"analytics": "",
|
|
59
|
+
"android": "",
|
|
60
|
+
"angle-double-down": "",
|
|
61
|
+
"angle-double-left": "",
|
|
62
|
+
"angle-double-right": "",
|
|
63
|
+
"angle-double-up": "",
|
|
64
|
+
"announcement": "",
|
|
65
|
+
"apps": "",
|
|
66
|
+
"archive": "",
|
|
67
|
+
"arrow-back": "",
|
|
68
|
+
"arrow-down-circle": "",
|
|
69
|
+
"arrow-down": "",
|
|
70
|
+
"arrow-downward": "",
|
|
71
|
+
"arrow-drop-down-circle": "",
|
|
72
|
+
"arrow-drop-down": "",
|
|
73
|
+
"arrow-drop-up": "",
|
|
74
|
+
"arrow-forward": "",
|
|
75
|
+
"arrow-left-circle": "",
|
|
76
|
+
"arrow-left": "",
|
|
77
|
+
"arrow-right-circle": "",
|
|
78
|
+
"arrow-right": "",
|
|
79
|
+
"arrow-up-circle": "",
|
|
80
|
+
"arrow-up": "",
|
|
81
|
+
"arrow-upward": "",
|
|
82
|
+
"art-track": "",
|
|
83
|
+
"aspect-ratio": "",
|
|
84
|
+
"assessment": "",
|
|
85
|
+
"assignment-ind": "",
|
|
86
|
+
"assignment-late": "",
|
|
87
|
+
"assignment-return": "",
|
|
88
|
+
"assignment-returned": "",
|
|
89
|
+
"assignment-turned-in": "",
|
|
90
|
+
"assignment": "",
|
|
91
|
+
"assistant-photo": "",
|
|
92
|
+
"assistant": "",
|
|
93
|
+
"at": "",
|
|
94
|
+
"attach-file": "",
|
|
95
|
+
"attach-money": "",
|
|
96
|
+
"attachment": "",
|
|
97
|
+
"audiotrack": "",
|
|
98
|
+
"autorenew": "",
|
|
99
|
+
"av-timer": "",
|
|
100
|
+
"award": "",
|
|
101
|
+
"back": "",
|
|
102
|
+
"backspace": "",
|
|
103
|
+
"backup": "",
|
|
104
|
+
"backward": "",
|
|
105
|
+
"badge": "",
|
|
106
|
+
"bar-chart": "",
|
|
107
|
+
"bar-graph": "",
|
|
108
|
+
"bars": "",
|
|
109
|
+
"battery-20": "",
|
|
110
|
+
"battery-30": "",
|
|
111
|
+
"battery-50": "",
|
|
112
|
+
"battery-60": "",
|
|
113
|
+
"battery-80": "",
|
|
114
|
+
"battery-90": "",
|
|
115
|
+
"battery-alert": "",
|
|
116
|
+
"battery-empty": "",
|
|
117
|
+
"battery-full": "",
|
|
118
|
+
"battery-half": "",
|
|
119
|
+
"battery-std": "",
|
|
120
|
+
"battery-unknown": "",
|
|
121
|
+
"battery": "",
|
|
122
|
+
"beach-access": "",
|
|
123
|
+
"beenhere": "",
|
|
124
|
+
"bell-slash": "",
|
|
125
|
+
"bell": "",
|
|
126
|
+
"block": "",
|
|
127
|
+
"bluetooth-audio": "",
|
|
128
|
+
"bluetooth-connected": "",
|
|
129
|
+
"bluetooth-disabled": "",
|
|
130
|
+
"bluetooth-searching": "",
|
|
131
|
+
"bluetooth": "",
|
|
132
|
+
"blur-circular": "",
|
|
133
|
+
"blur-linear": "",
|
|
134
|
+
"blur-off": "",
|
|
135
|
+
"blur-on": "",
|
|
136
|
+
"bold": "",
|
|
137
|
+
"bolt": "",
|
|
138
|
+
"book-binder": "",
|
|
139
|
+
"book-open": "",
|
|
140
|
+
"book": "",
|
|
141
|
+
"bookmark-border": "",
|
|
142
|
+
"bookmark": "",
|
|
143
|
+
"border-all": "",
|
|
144
|
+
"border-bottom": "",
|
|
145
|
+
"border-clear": "",
|
|
146
|
+
"border-color": "",
|
|
147
|
+
"border-horizontal": "",
|
|
148
|
+
"border-inner": "",
|
|
149
|
+
"border-left": "",
|
|
150
|
+
"border-outer": "",
|
|
151
|
+
"border-right": "",
|
|
152
|
+
"border-style": "",
|
|
153
|
+
"border-top": "",
|
|
154
|
+
"border-vertical": "",
|
|
155
|
+
"branding-watermark": "",
|
|
156
|
+
"briefcase": "",
|
|
157
|
+
"brightness-auto": "",
|
|
158
|
+
"brightness-high": "",
|
|
159
|
+
"brightness-low": "",
|
|
160
|
+
"brightness-medium": "",
|
|
161
|
+
"broken-image": "",
|
|
162
|
+
"brush": "",
|
|
163
|
+
"bubble-chart": "",
|
|
164
|
+
"bug-report": "",
|
|
165
|
+
"build": "",
|
|
166
|
+
"building": "",
|
|
167
|
+
"bullhorn": "",
|
|
168
|
+
"burst-mode": "",
|
|
169
|
+
"business-center": "",
|
|
170
|
+
"business": "",
|
|
171
|
+
"cached": "",
|
|
172
|
+
"cake": "",
|
|
173
|
+
"calculator": "",
|
|
174
|
+
"calendar": "",
|
|
175
|
+
"call-end": "",
|
|
176
|
+
"call-incoming": "",
|
|
177
|
+
"call-made": "",
|
|
178
|
+
"call-merge": "",
|
|
179
|
+
"call-missed-outgoing": "",
|
|
180
|
+
"call-missed": "",
|
|
181
|
+
"call-outgoing": "",
|
|
182
|
+
"call-received": "",
|
|
183
|
+
"call-split": "",
|
|
184
|
+
"call-to-action": "",
|
|
185
|
+
"call": "",
|
|
186
|
+
"camera-alt": "",
|
|
187
|
+
"camera-enhance": "",
|
|
188
|
+
"camera-front": "",
|
|
189
|
+
"camera-rear": "",
|
|
190
|
+
"camera-roll": "",
|
|
191
|
+
"camera": "",
|
|
192
|
+
"cancel": "",
|
|
193
|
+
"card-giftcard": "",
|
|
194
|
+
"card-membership": "",
|
|
195
|
+
"card-travel": "",
|
|
196
|
+
"caret-down": "",
|
|
197
|
+
"caret-left": "",
|
|
198
|
+
"caret-right": "",
|
|
199
|
+
"caret-up": "",
|
|
200
|
+
"cart": "",
|
|
201
|
+
"casino": "",
|
|
202
|
+
"cast-connected": "",
|
|
203
|
+
"cast": "",
|
|
204
|
+
"cc": "",
|
|
205
|
+
"cd": "",
|
|
206
|
+
"center-focus-strong": "",
|
|
207
|
+
"center-focus-weak": "",
|
|
208
|
+
"change-history": "",
|
|
209
|
+
"chat-bubble-outline": "",
|
|
210
|
+
"chat-bubble": "",
|
|
211
|
+
"chat": "",
|
|
212
|
+
"check-box-outline-blank": "",
|
|
213
|
+
"check-box": "",
|
|
214
|
+
"check-circle": "",
|
|
215
|
+
"check-square": "",
|
|
216
|
+
"check": "",
|
|
217
|
+
"chevron-down": "",
|
|
218
|
+
"chevron-left": "",
|
|
219
|
+
"chevron-right": "",
|
|
220
|
+
"chevron-up": "",
|
|
221
|
+
"child-care": "",
|
|
222
|
+
"child-friendly": "",
|
|
223
|
+
"chip": "",
|
|
224
|
+
"chrome-reader-mode": "",
|
|
225
|
+
"circle": "",
|
|
226
|
+
"class": "",
|
|
227
|
+
"clear-all": "",
|
|
228
|
+
"clear-formatting": "",
|
|
229
|
+
"clear": "",
|
|
230
|
+
"clickable": "",
|
|
231
|
+
"clock-circle": "",
|
|
232
|
+
"clock-square": "",
|
|
233
|
+
"clock": "",
|
|
234
|
+
"clone": "",
|
|
235
|
+
"close": "",
|
|
236
|
+
"closed-caption": "",
|
|
237
|
+
"cloud-circle": "",
|
|
238
|
+
"cloud-done": "",
|
|
239
|
+
"cloud-download": "",
|
|
240
|
+
"cloud-off": "",
|
|
241
|
+
"cloud-queue": "",
|
|
242
|
+
"cloud-upload": "",
|
|
243
|
+
"cloud": "",
|
|
244
|
+
"code": "",
|
|
245
|
+
"collections-bookmark": "",
|
|
246
|
+
"collections": "",
|
|
247
|
+
"color-lens": "",
|
|
248
|
+
"colorize": "",
|
|
249
|
+
"comment": "",
|
|
250
|
+
"comments": "",
|
|
251
|
+
"compare-arrows": "",
|
|
252
|
+
"compare": "",
|
|
253
|
+
"compass": "",
|
|
254
|
+
"computer": "",
|
|
255
|
+
"confirmation-number": "",
|
|
256
|
+
"contact-mail": "",
|
|
257
|
+
"contact-phone": "",
|
|
258
|
+
"contacts": "",
|
|
259
|
+
"content-copy": "",
|
|
260
|
+
"content-cut": "",
|
|
261
|
+
"content-paste": "",
|
|
262
|
+
"control-point-duplicate": "",
|
|
263
|
+
"control-point": "",
|
|
264
|
+
"copyright": "",
|
|
265
|
+
"cpu": "",
|
|
266
|
+
"create-new-folder": "",
|
|
267
|
+
"create": "",
|
|
268
|
+
"credit-card": "",
|
|
269
|
+
"crop-din": "",
|
|
270
|
+
"crop-free": "",
|
|
271
|
+
"crop-landscape": "",
|
|
272
|
+
"crop-original": "",
|
|
273
|
+
"crop-portrait": "",
|
|
274
|
+
"crop-rotate": "",
|
|
275
|
+
"crop-square": "",
|
|
276
|
+
"crop": "",
|
|
277
|
+
"crown": "",
|
|
278
|
+
"cut": "",
|
|
279
|
+
"dashboard": "",
|
|
280
|
+
"data-usage": "",
|
|
281
|
+
"database": "",
|
|
282
|
+
"date-range": "",
|
|
283
|
+
"dehaze": "",
|
|
284
|
+
"delete-forever": "",
|
|
285
|
+
"delete-sweep": "",
|
|
286
|
+
"delete": "",
|
|
287
|
+
"description": "",
|
|
288
|
+
"desktop-mac": "",
|
|
289
|
+
"desktop-windows": "",
|
|
290
|
+
"desktop": "",
|
|
291
|
+
"details": "",
|
|
292
|
+
"developer-board": "",
|
|
293
|
+
"developer-mode": "",
|
|
294
|
+
"device-hub": "",
|
|
295
|
+
"devices-other": "",
|
|
296
|
+
"devices": "",
|
|
297
|
+
"dialer-sip": "",
|
|
298
|
+
"dialpad": "",
|
|
299
|
+
"diamond": "",
|
|
300
|
+
"directions-bike": "",
|
|
301
|
+
"directions-boat": "",
|
|
302
|
+
"directions-bus": "",
|
|
303
|
+
"directions-car": "",
|
|
304
|
+
"directions-railway": "",
|
|
305
|
+
"directions-run": "",
|
|
306
|
+
"directions-subway": "",
|
|
307
|
+
"directions-transit": "",
|
|
308
|
+
"directions-walk": "",
|
|
309
|
+
"directions": "",
|
|
310
|
+
"directory": "",
|
|
311
|
+
"disabled": "",
|
|
312
|
+
"disc-full": "",
|
|
313
|
+
"dns": "",
|
|
314
|
+
"do-not-disturb-alt": "",
|
|
315
|
+
"do-not-disturb-off": "",
|
|
316
|
+
"do-not-disturb-on": "",
|
|
317
|
+
"do-not-disturb": "",
|
|
318
|
+
"dock": "",
|
|
319
|
+
"domain": "",
|
|
320
|
+
"done-all": "",
|
|
321
|
+
"done": "",
|
|
322
|
+
"donut-large": "",
|
|
323
|
+
"donut-small": "",
|
|
324
|
+
"dot-circle": "",
|
|
325
|
+
"download": "",
|
|
326
|
+
"drafts": "",
|
|
327
|
+
"drag-handle": "",
|
|
328
|
+
"drive-eta": "",
|
|
329
|
+
"dvr": "",
|
|
330
|
+
"edit-location": "",
|
|
331
|
+
"edit": "",
|
|
332
|
+
"eject": "",
|
|
333
|
+
"ellipsis-h": "",
|
|
334
|
+
"ellipsis-v": "",
|
|
335
|
+
"email": "",
|
|
336
|
+
"enhanced-encryption": "",
|
|
337
|
+
"entertainment": "",
|
|
338
|
+
"envelope": "",
|
|
339
|
+
"equalizer": "",
|
|
340
|
+
"error-outline": "",
|
|
341
|
+
"error-triangle": "",
|
|
342
|
+
"error": "",
|
|
343
|
+
"eur": "",
|
|
344
|
+
"euro-symbol": "",
|
|
345
|
+
"ev-station": "",
|
|
346
|
+
"event-available": "",
|
|
347
|
+
"event-busy": "",
|
|
348
|
+
"event-note": "",
|
|
349
|
+
"event-seat": "",
|
|
350
|
+
"event": "",
|
|
351
|
+
"exclamation-circle": "",
|
|
352
|
+
"exclamation-triangle": "",
|
|
353
|
+
"exit-to-app": "",
|
|
354
|
+
"exit": "",
|
|
355
|
+
"expand-less": "",
|
|
356
|
+
"expand-more": "",
|
|
357
|
+
"explicit": "",
|
|
358
|
+
"explore": "",
|
|
359
|
+
"exposure-neg": "",
|
|
360
|
+
"exposure-plus": "",
|
|
361
|
+
"exposure-zero": "",
|
|
362
|
+
"exposure": "",
|
|
363
|
+
"extension": "",
|
|
364
|
+
"external-link": "",
|
|
365
|
+
"eye": "",
|
|
366
|
+
"face": "",
|
|
367
|
+
"fast-backward": "",
|
|
368
|
+
"fast-forward": "",
|
|
369
|
+
"fast-play-forward": "",
|
|
370
|
+
"fast-play-rewind": "",
|
|
371
|
+
"favorite-border": "",
|
|
372
|
+
"favorite": "",
|
|
373
|
+
"featured-play-list": "",
|
|
374
|
+
"featured-video": "",
|
|
375
|
+
"feedback": "",
|
|
376
|
+
"female": "",
|
|
377
|
+
"fiber-dvr": "",
|
|
378
|
+
"fiber-manual-record": "",
|
|
379
|
+
"fiber-new": "",
|
|
380
|
+
"fiber-pin": "",
|
|
381
|
+
"fiber-smart-record": "",
|
|
382
|
+
"file-download": "",
|
|
383
|
+
"file-text": "",
|
|
384
|
+
"file-upload": "",
|
|
385
|
+
"file": "",
|
|
386
|
+
"film": "",
|
|
387
|
+
"filter-b-and-w": "",
|
|
388
|
+
"filter-center-focus": "",
|
|
389
|
+
"filter-drama": "",
|
|
390
|
+
"filter-frames": "",
|
|
391
|
+
"filter-hdr": "",
|
|
392
|
+
"filter-list": "",
|
|
393
|
+
"filter-none": "",
|
|
394
|
+
"filter-tilt-shift": "",
|
|
395
|
+
"filter-vintage": "",
|
|
396
|
+
"filter": "",
|
|
397
|
+
"find-in-page": "",
|
|
398
|
+
"find-replace": "",
|
|
399
|
+
"fingerprint": "",
|
|
400
|
+
"fire": "",
|
|
401
|
+
"first-page": "",
|
|
402
|
+
"fitness-center": "",
|
|
403
|
+
"flag": "",
|
|
404
|
+
"flare": "",
|
|
405
|
+
"flash-auto": "",
|
|
406
|
+
"flash-off": "",
|
|
407
|
+
"flash-on": "",
|
|
408
|
+
"flask": "",
|
|
409
|
+
"flight-land": "",
|
|
410
|
+
"flight-takeoff": "",
|
|
411
|
+
"flight": "",
|
|
412
|
+
"flip-to-back": "",
|
|
413
|
+
"flip-to-front": "",
|
|
414
|
+
"flip": "",
|
|
415
|
+
"folder-open": "",
|
|
416
|
+
"folder-shared": "",
|
|
417
|
+
"folder-special": "",
|
|
418
|
+
"folder": "",
|
|
419
|
+
"font-download": "",
|
|
420
|
+
"font-size": "",
|
|
421
|
+
"font-underline": "",
|
|
422
|
+
"format-align-center": "",
|
|
423
|
+
"format-align-justify": "",
|
|
424
|
+
"format-align-left": "",
|
|
425
|
+
"format-align-right": "",
|
|
426
|
+
"format-bold": "",
|
|
427
|
+
"format-clear": "",
|
|
428
|
+
"format-color-fill": "",
|
|
429
|
+
"format-color-reset": "",
|
|
430
|
+
"format-color-text": "",
|
|
431
|
+
"format-indent-decrease": "",
|
|
432
|
+
"format-indent-increase": "",
|
|
433
|
+
"format-italic": "",
|
|
434
|
+
"format-line-spacing": "",
|
|
435
|
+
"format-list-bulleted": "",
|
|
436
|
+
"format-list-numbered": "",
|
|
437
|
+
"format-paint": "",
|
|
438
|
+
"format-quote": "",
|
|
439
|
+
"format-shapes": "",
|
|
440
|
+
"format-size": "",
|
|
441
|
+
"format-strikethrough": "",
|
|
442
|
+
"format-textdirection-l-to-r": "",
|
|
443
|
+
"format-textdirection-r-to-l": "",
|
|
444
|
+
"format-underlined": "",
|
|
445
|
+
"forum": "",
|
|
446
|
+
"forward-10": "",
|
|
447
|
+
"forward-30": "",
|
|
448
|
+
"forward-5": "",
|
|
449
|
+
"forward": "",
|
|
450
|
+
"free-breakfast": "",
|
|
451
|
+
"full-screen": "",
|
|
452
|
+
"fullscreen-exit": "",
|
|
453
|
+
"fullscreen": "",
|
|
454
|
+
"functions": "",
|
|
455
|
+
"g-translate": "",
|
|
456
|
+
"gamepad": "",
|
|
457
|
+
"games": "",
|
|
458
|
+
"gavel": "",
|
|
459
|
+
"gear": "",
|
|
460
|
+
"gesture": "",
|
|
461
|
+
"get-app": "",
|
|
462
|
+
"gif": "",
|
|
463
|
+
"gift": "",
|
|
464
|
+
"glass": "",
|
|
465
|
+
"globe": "",
|
|
466
|
+
"golf-course": "",
|
|
467
|
+
"gps-fixed": "",
|
|
468
|
+
"gps-not-fixed": "",
|
|
469
|
+
"gps-off": "",
|
|
470
|
+
"grade": "",
|
|
471
|
+
"gradient": "",
|
|
472
|
+
"graduation-cap": "",
|
|
473
|
+
"grain": "",
|
|
474
|
+
"graphic-eq": "",
|
|
475
|
+
"grid-off": "",
|
|
476
|
+
"grid-on": "",
|
|
477
|
+
"group-add": "",
|
|
478
|
+
"group-work": "",
|
|
479
|
+
"group": "",
|
|
480
|
+
"hammer": "",
|
|
481
|
+
"hand-pointer": "",
|
|
482
|
+
"hard-drive": "",
|
|
483
|
+
"hd": "",
|
|
484
|
+
"hdd": "",
|
|
485
|
+
"hdr-off": "",
|
|
486
|
+
"hdr-on": "",
|
|
487
|
+
"hdr-strong": "",
|
|
488
|
+
"hdr-weak": "",
|
|
489
|
+
"headphones": "",
|
|
490
|
+
"headset-mic": "",
|
|
491
|
+
"headset": "",
|
|
492
|
+
"healing": "",
|
|
493
|
+
"hearing": "",
|
|
494
|
+
"heart": "",
|
|
495
|
+
"help-outline": "",
|
|
496
|
+
"help": "",
|
|
497
|
+
"hexagon": "",
|
|
498
|
+
"high-quality": "",
|
|
499
|
+
"highlight-off": "",
|
|
500
|
+
"highlight": "",
|
|
501
|
+
"history": "",
|
|
502
|
+
"home-tall": "",
|
|
503
|
+
"home": "",
|
|
504
|
+
"hot-tub": "",
|
|
505
|
+
"hotel": "",
|
|
506
|
+
"hourglass-empty": "",
|
|
507
|
+
"hourglass-full": "",
|
|
508
|
+
"http": "",
|
|
509
|
+
"https": "",
|
|
510
|
+
"image-aspect-ratio": "",
|
|
511
|
+
"image": "",
|
|
512
|
+
"import-contacts": "",
|
|
513
|
+
"import-export": "",
|
|
514
|
+
"important-devices": "",
|
|
515
|
+
"inbox": "",
|
|
516
|
+
"indent": "",
|
|
517
|
+
"indeterminate-check-box": "",
|
|
518
|
+
"industry": "",
|
|
519
|
+
"info-outline": "",
|
|
520
|
+
"info": "",
|
|
521
|
+
"input": "",
|
|
522
|
+
"insert-chart": "",
|
|
523
|
+
"insert-comment": "",
|
|
524
|
+
"insert-drive-file": "",
|
|
525
|
+
"insert-emoticon": "",
|
|
526
|
+
"insert-invitation": "",
|
|
527
|
+
"insert-link": "",
|
|
528
|
+
"insert-photo": "",
|
|
529
|
+
"internet": "",
|
|
530
|
+
"invert-colors-off": "",
|
|
531
|
+
"invert-colors": "",
|
|
532
|
+
"iso": "",
|
|
533
|
+
"italic": "",
|
|
534
|
+
"key": "",
|
|
535
|
+
"keyboard-arrow-down": "",
|
|
536
|
+
"keyboard-arrow-left": "",
|
|
537
|
+
"keyboard-arrow-right": "",
|
|
538
|
+
"keyboard-arrow-up": "",
|
|
539
|
+
"keyboard-backspace": "",
|
|
540
|
+
"keyboard-capslock": "",
|
|
541
|
+
"keyboard-hide": "",
|
|
542
|
+
"keyboard-return": "",
|
|
543
|
+
"keyboard-tab": "",
|
|
544
|
+
"keyboard-voice": "",
|
|
545
|
+
"keyboard": "",
|
|
546
|
+
"kitchen": "",
|
|
547
|
+
"label-outline": "",
|
|
548
|
+
"label": "",
|
|
549
|
+
"landscape": "",
|
|
550
|
+
"language": "",
|
|
551
|
+
"laptop-chromebook": "",
|
|
552
|
+
"laptop-mac": "",
|
|
553
|
+
"laptop-windows": "",
|
|
554
|
+
"laptop": "",
|
|
555
|
+
"last-page": "",
|
|
556
|
+
"last": "",
|
|
557
|
+
"launch": "",
|
|
558
|
+
"layers-clear": "",
|
|
559
|
+
"layers": "",
|
|
560
|
+
"layout": "",
|
|
561
|
+
"leak-add": "",
|
|
562
|
+
"leak-remove": "",
|
|
563
|
+
"lens": "",
|
|
564
|
+
"library-add": "",
|
|
565
|
+
"library-books": "",
|
|
566
|
+
"library-music": "",
|
|
567
|
+
"life-ring": "",
|
|
568
|
+
"lightbulb-outline": "",
|
|
569
|
+
"lightbulb": "",
|
|
570
|
+
"line-chart": "",
|
|
571
|
+
"line-style": "",
|
|
572
|
+
"line-weight": "",
|
|
573
|
+
"linear-scale": "",
|
|
574
|
+
"link": "",
|
|
575
|
+
"linked-camera": "",
|
|
576
|
+
"list-ol": "",
|
|
577
|
+
"list": "",
|
|
578
|
+
"live-help": "",
|
|
579
|
+
"live-tv": "",
|
|
580
|
+
"local-activity": "",
|
|
581
|
+
"local-airport": "",
|
|
582
|
+
"local-atm": "",
|
|
583
|
+
"local-bar": "",
|
|
584
|
+
"local-cafe": "",
|
|
585
|
+
"local-car-wash": "",
|
|
586
|
+
"local-convenience-store": "",
|
|
587
|
+
"local-dining": "",
|
|
588
|
+
"local-drink": "",
|
|
589
|
+
"local-florist": "",
|
|
590
|
+
"local-gas-station": "",
|
|
591
|
+
"local-grocery-store": "",
|
|
592
|
+
"local-hospital": "",
|
|
593
|
+
"local-hotel": "",
|
|
594
|
+
"local-laundry-service": "",
|
|
595
|
+
"local-library": "",
|
|
596
|
+
"local-mall": "",
|
|
597
|
+
"local-movies": "",
|
|
598
|
+
"local-offer": "",
|
|
599
|
+
"local-parking": "",
|
|
600
|
+
"local-pharmacy": "",
|
|
601
|
+
"local-phone": "",
|
|
602
|
+
"local-pizza": "",
|
|
603
|
+
"local-play": "",
|
|
604
|
+
"local-post-office": "",
|
|
605
|
+
"local-printshop": "",
|
|
606
|
+
"local-see": "",
|
|
607
|
+
"local-shipping": "",
|
|
608
|
+
"local-taxi": "",
|
|
609
|
+
"location-arrow": "",
|
|
610
|
+
"location-city": "",
|
|
611
|
+
"location-disabled": "",
|
|
612
|
+
"location-off": "",
|
|
613
|
+
"location-on": "",
|
|
614
|
+
"location-pin": "",
|
|
615
|
+
"location-searching": "",
|
|
616
|
+
"lock-open": "",
|
|
617
|
+
"lock-outline": "",
|
|
618
|
+
"lock": "",
|
|
619
|
+
"long-arrow-down": "",
|
|
620
|
+
"long-arrow-left": "",
|
|
621
|
+
"long-arrow-right": "",
|
|
622
|
+
"long-arrow-up": "",
|
|
623
|
+
"looks-one": "",
|
|
624
|
+
"looks-two": "",
|
|
625
|
+
"looks": "",
|
|
626
|
+
"loop": "",
|
|
627
|
+
"loupe": "",
|
|
628
|
+
"low-priority": "",
|
|
629
|
+
"loyalty": "",
|
|
630
|
+
"magic": "",
|
|
631
|
+
"magnet": "",
|
|
632
|
+
"mail-outline": "",
|
|
633
|
+
"mail": "",
|
|
634
|
+
"map-marker": "",
|
|
635
|
+
"map-pin": "",
|
|
636
|
+
"map": "",
|
|
637
|
+
"markunread-mailbox": "",
|
|
638
|
+
"markunread": "",
|
|
639
|
+
"memory": "",
|
|
640
|
+
"menu": "",
|
|
641
|
+
"merge-type": "",
|
|
642
|
+
"merge": "",
|
|
643
|
+
"message": "",
|
|
644
|
+
"mic-none": "",
|
|
645
|
+
"mic-off": "",
|
|
646
|
+
"mic": "",
|
|
647
|
+
"microphone": "",
|
|
648
|
+
"minimise": "",
|
|
649
|
+
"minus-circle": "",
|
|
650
|
+
"minus-square": "",
|
|
651
|
+
"minus": "",
|
|
652
|
+
"mms": "",
|
|
653
|
+
"mode-comment": "",
|
|
654
|
+
"mode-edit": "",
|
|
655
|
+
"monetization-on": "",
|
|
656
|
+
"money-off": "",
|
|
657
|
+
"monochrome-photos": "",
|
|
658
|
+
"mood-bad": "",
|
|
659
|
+
"mood": "",
|
|
660
|
+
"more-horiz": "",
|
|
661
|
+
"more-vert": "",
|
|
662
|
+
"more": "",
|
|
663
|
+
"motorcycle": "",
|
|
664
|
+
"mouse": "",
|
|
665
|
+
"move-to-inbox": "",
|
|
666
|
+
"movie-creation": "",
|
|
667
|
+
"movie-filter": "",
|
|
668
|
+
"movie": "",
|
|
669
|
+
"mug": "",
|
|
670
|
+
"multiline-chart": "",
|
|
671
|
+
"music-note": "",
|
|
672
|
+
"music-video": "",
|
|
673
|
+
"music": "",
|
|
674
|
+
"my-location": "",
|
|
675
|
+
"nature-people": "",
|
|
676
|
+
"nature": "",
|
|
677
|
+
"navigate-before": "",
|
|
678
|
+
"navigate-next": "",
|
|
679
|
+
"navigation": "",
|
|
680
|
+
"near-me": "",
|
|
681
|
+
"network-cell": "",
|
|
682
|
+
"network-check": "",
|
|
683
|
+
"network-locked": "",
|
|
684
|
+
"network-wifi": "",
|
|
685
|
+
"new-releases": "",
|
|
686
|
+
"next-week": "",
|
|
687
|
+
"nfc": "",
|
|
688
|
+
"no-encryption": "",
|
|
689
|
+
"no-sim": "",
|
|
690
|
+
"not-interested": "",
|
|
691
|
+
"note-add": "",
|
|
692
|
+
"note": "",
|
|
693
|
+
"notepad": "",
|
|
694
|
+
"notifications-active": "",
|
|
695
|
+
"notifications-none": "",
|
|
696
|
+
"notifications-off": "",
|
|
697
|
+
"notifications-paused": "",
|
|
698
|
+
"notifications": "",
|
|
699
|
+
"octagon": "",
|
|
700
|
+
"offline-pin": "",
|
|
701
|
+
"ondemand-video": "",
|
|
702
|
+
"opacity": "",
|
|
703
|
+
"open-envelope": "",
|
|
704
|
+
"open-in-browser": "",
|
|
705
|
+
"open-in-new": "",
|
|
706
|
+
"open-with": "",
|
|
707
|
+
"outdent": "",
|
|
708
|
+
"pages": "",
|
|
709
|
+
"pageview": "",
|
|
710
|
+
"palette": "",
|
|
711
|
+
"pan-tool": "",
|
|
712
|
+
"panorama-fish-eye": "",
|
|
713
|
+
"panorama-horizontal": "",
|
|
714
|
+
"panorama-vertical": "",
|
|
715
|
+
"panorama-wide-angle": "",
|
|
716
|
+
"panorama": "",
|
|
717
|
+
"paper-plane": "",
|
|
718
|
+
"paperclip": "",
|
|
719
|
+
"party-mode": "",
|
|
720
|
+
"paste": "",
|
|
721
|
+
"pause-circle-filled": "",
|
|
722
|
+
"pause-circle-outline": "",
|
|
723
|
+
"pause": "",
|
|
724
|
+
"payment": "",
|
|
725
|
+
"pen": "",
|
|
726
|
+
"pencil-up": "",
|
|
727
|
+
"pencil": "",
|
|
728
|
+
"people-outline": "",
|
|
729
|
+
"people": "",
|
|
730
|
+
"perm-camera-mic": "",
|
|
731
|
+
"perm-contact-calendar": "",
|
|
732
|
+
"perm-data-setting": "",
|
|
733
|
+
"perm-device-information": "",
|
|
734
|
+
"perm-identity": "",
|
|
735
|
+
"perm-media": "",
|
|
736
|
+
"perm-phone-msg": "",
|
|
737
|
+
"perm-scan-wifi": "",
|
|
738
|
+
"person-add": "",
|
|
739
|
+
"person-outline": "",
|
|
740
|
+
"person-pin-circle": "",
|
|
741
|
+
"person-pin": "",
|
|
742
|
+
"person": "",
|
|
743
|
+
"personal-video": "",
|
|
744
|
+
"pets": "",
|
|
745
|
+
"phone-android": "",
|
|
746
|
+
"phone-bluetooth-speaker": "",
|
|
747
|
+
"phone-book": "",
|
|
748
|
+
"phone-forwarded": "",
|
|
749
|
+
"phone-in-talk": "",
|
|
750
|
+
"phone-iphone": "",
|
|
751
|
+
"phone-locked": "",
|
|
752
|
+
"phone-missed": "",
|
|
753
|
+
"phone-paused": "",
|
|
754
|
+
"phone": "",
|
|
755
|
+
"phonelink-erase": "",
|
|
756
|
+
"phonelink-lock": "",
|
|
757
|
+
"phonelink-off": "",
|
|
758
|
+
"phonelink-ring": "",
|
|
759
|
+
"phonelink-setup": "",
|
|
760
|
+
"phonelink": "",
|
|
761
|
+
"photo-album": "",
|
|
762
|
+
"photo-camera": "",
|
|
763
|
+
"photo-filter": "",
|
|
764
|
+
"photo-library": "",
|
|
765
|
+
"photo-size-select-actual": "",
|
|
766
|
+
"photo-size-select-large": "",
|
|
767
|
+
"photo-size-select-small": "",
|
|
768
|
+
"photo": "",
|
|
769
|
+
"picture-as-pdf": "",
|
|
770
|
+
"picture-in-picture-alt": "",
|
|
771
|
+
"picture-in-picture": "",
|
|
772
|
+
"picture": "",
|
|
773
|
+
"pie-chart-outlined": "",
|
|
774
|
+
"pie-chart": "",
|
|
775
|
+
"pin-drop": "",
|
|
776
|
+
"place": "",
|
|
777
|
+
"play-arrow": "",
|
|
778
|
+
"play-circle-filled": "",
|
|
779
|
+
"play-circle-outline": "",
|
|
780
|
+
"play-circle": "",
|
|
781
|
+
"play-for-work": "",
|
|
782
|
+
"play": "",
|
|
783
|
+
"playlist-add-check": "",
|
|
784
|
+
"playlist-add": "",
|
|
785
|
+
"playlist-play": "",
|
|
786
|
+
"plus-circle": "",
|
|
787
|
+
"plus-one": "",
|
|
788
|
+
"plus-square": "",
|
|
789
|
+
"plus": "",
|
|
790
|
+
"poll": "",
|
|
791
|
+
"polymer": "",
|
|
792
|
+
"pool": "",
|
|
793
|
+
"portable-wifi-off": "",
|
|
794
|
+
"portrait": "",
|
|
795
|
+
"power-input": "",
|
|
796
|
+
"power-off": "",
|
|
797
|
+
"power-settings-new": "",
|
|
798
|
+
"power": "",
|
|
799
|
+
"pregnant-woman": "",
|
|
800
|
+
"present-to-all": "",
|
|
801
|
+
"print-output": "",
|
|
802
|
+
"print": "",
|
|
803
|
+
"printer": "",
|
|
804
|
+
"priority-high-12px": "",
|
|
805
|
+
"priority-high": "",
|
|
806
|
+
"public": "",
|
|
807
|
+
"publish": "",
|
|
808
|
+
"query-builder": "",
|
|
809
|
+
"question-answer": "",
|
|
810
|
+
"question": "",
|
|
811
|
+
"queue-music": "",
|
|
812
|
+
"queue-play-next": "",
|
|
813
|
+
"queue": "",
|
|
814
|
+
"quote-left": "",
|
|
815
|
+
"quote-right": "",
|
|
816
|
+
"radio-button-checked": "",
|
|
817
|
+
"radio-button-unchecked": "",
|
|
818
|
+
"radio": "",
|
|
819
|
+
"random": "",
|
|
820
|
+
"rate-review": "",
|
|
821
|
+
"receipt": "",
|
|
822
|
+
"recent-actors": "",
|
|
823
|
+
"record-voice-over": "",
|
|
824
|
+
"record": "",
|
|
825
|
+
"redeem": "",
|
|
826
|
+
"redo": "",
|
|
827
|
+
"refresh": "",
|
|
828
|
+
"remove-circle-outline": "",
|
|
829
|
+
"remove-circle": "",
|
|
830
|
+
"remove-from-queue": "",
|
|
831
|
+
"remove-red-eye": "",
|
|
832
|
+
"remove-shopping-cart": "",
|
|
833
|
+
"remove": "",
|
|
834
|
+
"reorder": "",
|
|
835
|
+
"repeat-one": "",
|
|
836
|
+
"repeat": "",
|
|
837
|
+
"replay-10": "",
|
|
838
|
+
"replay-30": "",
|
|
839
|
+
"replay-5": "",
|
|
840
|
+
"replay": "",
|
|
841
|
+
"reply-all": "",
|
|
842
|
+
"reply": "",
|
|
843
|
+
"report-problem": "",
|
|
844
|
+
"report": "",
|
|
845
|
+
"restaurant-menu": "",
|
|
846
|
+
"restaurant": "",
|
|
847
|
+
"restore-page": "",
|
|
848
|
+
"restore": "",
|
|
849
|
+
"revert": "",
|
|
850
|
+
"rewind": "",
|
|
851
|
+
"ring-volume": "",
|
|
852
|
+
"rocket": "",
|
|
853
|
+
"room-service": "",
|
|
854
|
+
"room": "",
|
|
855
|
+
"rotate-90-degrees-ccw": "",
|
|
856
|
+
"rotate-left": "",
|
|
857
|
+
"rotate-right": "",
|
|
858
|
+
"rounded-corner": "",
|
|
859
|
+
"router": "",
|
|
860
|
+
"rowing": "",
|
|
861
|
+
"rss-feed": "",
|
|
862
|
+
"rule": "",
|
|
863
|
+
"rv-hookup": "",
|
|
864
|
+
"satellite": "",
|
|
865
|
+
"save": "",
|
|
866
|
+
"scale": "",
|
|
867
|
+
"scanner": "",
|
|
868
|
+
"schedule": "",
|
|
869
|
+
"school": "",
|
|
870
|
+
"scissors": "",
|
|
871
|
+
"screen-lock-landscape": "",
|
|
872
|
+
"screen-lock-portrait": "",
|
|
873
|
+
"screen-lock-rotation": "",
|
|
874
|
+
"screen-rotation": "",
|
|
875
|
+
"screen-share": "",
|
|
876
|
+
"sd-card": "",
|
|
877
|
+
"sd-storage": "",
|
|
878
|
+
"search-minus": "",
|
|
879
|
+
"search-plus": "",
|
|
880
|
+
"search": "",
|
|
881
|
+
"security": "",
|
|
882
|
+
"select-all": "",
|
|
883
|
+
"selector": "",
|
|
884
|
+
"send": "",
|
|
885
|
+
"sentiment-dissatisfied": "",
|
|
886
|
+
"sentiment-neutral": "",
|
|
887
|
+
"sentiment-satisfied": "",
|
|
888
|
+
"sentiment-very-dissatisfied": "",
|
|
889
|
+
"sentiment-very-satisfied": "",
|
|
890
|
+
"settings-applications": "",
|
|
891
|
+
"settings-backup-restore": "",
|
|
892
|
+
"settings-bluetooth": "",
|
|
893
|
+
"settings-brightness": "",
|
|
894
|
+
"settings-cell": "",
|
|
895
|
+
"settings-ethernet": "",
|
|
896
|
+
"settings-input-antenna": "",
|
|
897
|
+
"settings-input-component": "",
|
|
898
|
+
"settings-input-composite": "",
|
|
899
|
+
"settings-input-hdmi": "",
|
|
900
|
+
"settings-input-svideo": "",
|
|
901
|
+
"settings-overscan": "",
|
|
902
|
+
"settings-phone": "",
|
|
903
|
+
"settings-power": "",
|
|
904
|
+
"settings-remote": "",
|
|
905
|
+
"settings-system-daydream": "",
|
|
906
|
+
"settings-voice": "",
|
|
907
|
+
"settings": "",
|
|
908
|
+
"share-alt": "",
|
|
909
|
+
"share": "",
|
|
910
|
+
"shield": "",
|
|
911
|
+
"shop-two": "",
|
|
912
|
+
"shop": "",
|
|
913
|
+
"shopping-basket": "",
|
|
914
|
+
"shopping-cart": "",
|
|
915
|
+
"short-text": "",
|
|
916
|
+
"show-chart": "",
|
|
917
|
+
"shuffle": "",
|
|
918
|
+
"sign-in": "",
|
|
919
|
+
"sign-out": "",
|
|
920
|
+
"signal-cellular-0-bar": "",
|
|
921
|
+
"signal-cellular-1-bar": "",
|
|
922
|
+
"signal-cellular-2-bar": "",
|
|
923
|
+
"signal-cellular-3-bar": "",
|
|
924
|
+
"signal-cellular-4-bar": "",
|
|
925
|
+
"signal-cellular-no-sim": "",
|
|
926
|
+
"signal-cellular-null": "",
|
|
927
|
+
"signal-cellular-off": "",
|
|
928
|
+
"signal-wifi-0-bar": "",
|
|
929
|
+
"signal-wifi-1-bar-lock": "",
|
|
930
|
+
"signal-wifi-1-bar": "",
|
|
931
|
+
"signal-wifi-2-bar-lock": "",
|
|
932
|
+
"signal-wifi-2-bar": "",
|
|
933
|
+
"signal-wifi-3-bar-lock": "",
|
|
934
|
+
"signal-wifi-3-bar": "",
|
|
935
|
+
"signal-wifi-4-bar-lock": "",
|
|
936
|
+
"signal-wifi-4-bar": "",
|
|
937
|
+
"signal-wifi-off": "",
|
|
938
|
+
"signal": "",
|
|
939
|
+
"sim-card-alert": "",
|
|
940
|
+
"sim-card": "",
|
|
941
|
+
"sitemap": "",
|
|
942
|
+
"skip-next": "",
|
|
943
|
+
"skip-previous": "",
|
|
944
|
+
"slideshow": "",
|
|
945
|
+
"slow-motion-video": "",
|
|
946
|
+
"smartphone": "",
|
|
947
|
+
"smiley-happy": "",
|
|
948
|
+
"smiley-sad": "",
|
|
949
|
+
"smiley": "",
|
|
950
|
+
"smoke-free": "",
|
|
951
|
+
"smoking-rooms": "",
|
|
952
|
+
"sms-failed": "",
|
|
953
|
+
"sms": "",
|
|
954
|
+
"snooze": "",
|
|
955
|
+
"snowflake": "",
|
|
956
|
+
"sort-by-alpha": "",
|
|
957
|
+
"sort": "",
|
|
958
|
+
"spa": "",
|
|
959
|
+
"space-bar": "",
|
|
960
|
+
"spanner": "",
|
|
961
|
+
"speaker-group": "",
|
|
962
|
+
"speaker-notes-off": "",
|
|
963
|
+
"speaker-notes": "",
|
|
964
|
+
"speaker-phone": "",
|
|
965
|
+
"speaker": "",
|
|
966
|
+
"spellcheck": "",
|
|
967
|
+
"spinner": "",
|
|
968
|
+
"split": "",
|
|
969
|
+
"square": "",
|
|
970
|
+
"star-border": "",
|
|
971
|
+
"star-half": "",
|
|
972
|
+
"star": "",
|
|
973
|
+
"stars": "",
|
|
974
|
+
"stay-current-landscape": "",
|
|
975
|
+
"stay-current-portrait": "",
|
|
976
|
+
"stay-primary-landscape": "",
|
|
977
|
+
"stay-primary-portrait": "",
|
|
978
|
+
"steering-wheel": "",
|
|
979
|
+
"step-backward": "",
|
|
980
|
+
"step-forward": "",
|
|
981
|
+
"stop-screen-share": "",
|
|
982
|
+
"stop": "",
|
|
983
|
+
"storage": "",
|
|
984
|
+
"store-mall-directory": "",
|
|
985
|
+
"store": "",
|
|
986
|
+
"straighten": "",
|
|
987
|
+
"streetview": "",
|
|
988
|
+
"strikethrough-s": "",
|
|
989
|
+
"style": "",
|
|
990
|
+
"subdirectory-arrow-left": "",
|
|
991
|
+
"subdirectory-arrow-right": "",
|
|
992
|
+
"subject": "",
|
|
993
|
+
"subscript": "",
|
|
994
|
+
"subscriptions": "",
|
|
995
|
+
"subtitles": "",
|
|
996
|
+
"subway": "",
|
|
997
|
+
"suitcase": "",
|
|
998
|
+
"sun-o": "",
|
|
999
|
+
"sun": "",
|
|
1000
|
+
"superscript": "",
|
|
1001
|
+
"supervisor-account": "",
|
|
1002
|
+
"surround-sound": "",
|
|
1003
|
+
"swap-calls": "",
|
|
1004
|
+
"swap-horiz": "",
|
|
1005
|
+
"swap-vert": "",
|
|
1006
|
+
"swap-vertical-circle": "",
|
|
1007
|
+
"switch-camera": "",
|
|
1008
|
+
"switch-video": "",
|
|
1009
|
+
"sync-disabled": "",
|
|
1010
|
+
"sync-problem": "",
|
|
1011
|
+
"sync": "",
|
|
1012
|
+
"system-update-alt": "",
|
|
1013
|
+
"system-update": "",
|
|
1014
|
+
"tab-unselected": "",
|
|
1015
|
+
"tab": "",
|
|
1016
|
+
"tablet-android": "",
|
|
1017
|
+
"tablet-mac": "",
|
|
1018
|
+
"tablet": "",
|
|
1019
|
+
"tachometer": "",
|
|
1020
|
+
"tag-faces": "",
|
|
1021
|
+
"tag": "",
|
|
1022
|
+
"tap-and-play": "",
|
|
1023
|
+
"tap": "",
|
|
1024
|
+
"telephone": "",
|
|
1025
|
+
"television": "",
|
|
1026
|
+
"terrain": "",
|
|
1027
|
+
"text-fields": "",
|
|
1028
|
+
"text-format": "",
|
|
1029
|
+
"text-transform": "",
|
|
1030
|
+
"textsms": "",
|
|
1031
|
+
"texture": "",
|
|
1032
|
+
"th-large": "",
|
|
1033
|
+
"th": "",
|
|
1034
|
+
"theaters": "",
|
|
1035
|
+
"thumb-down": "",
|
|
1036
|
+
"thumb-tack": "",
|
|
1037
|
+
"thumb-up": "",
|
|
1038
|
+
"thumbs-down": "",
|
|
1039
|
+
"thumbs-up-down": "",
|
|
1040
|
+
"thumbs-up": "",
|
|
1041
|
+
"time-to-leave": "",
|
|
1042
|
+
"timelapse": "",
|
|
1043
|
+
"timeline": "",
|
|
1044
|
+
"timer-10": "",
|
|
1045
|
+
"timer-3": "",
|
|
1046
|
+
"timer-off": "",
|
|
1047
|
+
"timer": "",
|
|
1048
|
+
"tint": "",
|
|
1049
|
+
"title": "",
|
|
1050
|
+
"toc": "",
|
|
1051
|
+
"today": "",
|
|
1052
|
+
"toll": "",
|
|
1053
|
+
"tonality": "",
|
|
1054
|
+
"touch-app": "",
|
|
1055
|
+
"touch-id": "",
|
|
1056
|
+
"toys": "",
|
|
1057
|
+
"track-changes": "",
|
|
1058
|
+
"traffic": "",
|
|
1059
|
+
"train": "",
|
|
1060
|
+
"tram": "",
|
|
1061
|
+
"transfer-within-a-station": "",
|
|
1062
|
+
"transfer": "",
|
|
1063
|
+
"transform": "",
|
|
1064
|
+
"translate": "",
|
|
1065
|
+
"trash-covered": "",
|
|
1066
|
+
"trash": "",
|
|
1067
|
+
"trending-down": "",
|
|
1068
|
+
"trending-flat": "",
|
|
1069
|
+
"trending-up": "",
|
|
1070
|
+
"tune": "",
|
|
1071
|
+
"turned-in-not": "",
|
|
1072
|
+
"turned-in": "",
|
|
1073
|
+
"tv": "",
|
|
1074
|
+
"twitch": "",
|
|
1075
|
+
"umbrella": "",
|
|
1076
|
+
"unarchive": "",
|
|
1077
|
+
"underline": "",
|
|
1078
|
+
"undo": "",
|
|
1079
|
+
"unfold-less": "",
|
|
1080
|
+
"unfold-more": "",
|
|
1081
|
+
"unlock": "",
|
|
1082
|
+
"unread-message": "",
|
|
1083
|
+
"update": "",
|
|
1084
|
+
"upload": "",
|
|
1085
|
+
"usb": "",
|
|
1086
|
+
"usd": "",
|
|
1087
|
+
"user": "",
|
|
1088
|
+
"verified-user": "",
|
|
1089
|
+
"vertical-align-bottom": "",
|
|
1090
|
+
"vertical-align-center": "",
|
|
1091
|
+
"vertical-align-top": "",
|
|
1092
|
+
"vibration": "",
|
|
1093
|
+
"video-call": "",
|
|
1094
|
+
"video-camera": "",
|
|
1095
|
+
"video-label": "",
|
|
1096
|
+
"video-library": "",
|
|
1097
|
+
"video": "",
|
|
1098
|
+
"videocam-off": "",
|
|
1099
|
+
"videocam": "",
|
|
1100
|
+
"videogame-asset": "",
|
|
1101
|
+
"view-agenda": "",
|
|
1102
|
+
"view-array": "",
|
|
1103
|
+
"view-carousel": "",
|
|
1104
|
+
"view-column": "",
|
|
1105
|
+
"view-comfy": "",
|
|
1106
|
+
"view-compact": "",
|
|
1107
|
+
"view-day": "",
|
|
1108
|
+
"view-headline": "",
|
|
1109
|
+
"view-list": "",
|
|
1110
|
+
"view-module": "",
|
|
1111
|
+
"view-quilt": "",
|
|
1112
|
+
"view-stream": "",
|
|
1113
|
+
"view-week": "",
|
|
1114
|
+
"vignette": "",
|
|
1115
|
+
"visibility-off": "",
|
|
1116
|
+
"visibility": "",
|
|
1117
|
+
"voice-chat": "",
|
|
1118
|
+
"voicemail": "",
|
|
1119
|
+
"volume-down": "",
|
|
1120
|
+
"volume-mute": "",
|
|
1121
|
+
"volume-off": "",
|
|
1122
|
+
"volume-up": "",
|
|
1123
|
+
"volume-zero": "",
|
|
1124
|
+
"vpn-key": "",
|
|
1125
|
+
"vpn-lock": "",
|
|
1126
|
+
"wallet": "",
|
|
1127
|
+
"wallpaper": "",
|
|
1128
|
+
"wand": "",
|
|
1129
|
+
"warning": "",
|
|
1130
|
+
"watch-later": "",
|
|
1131
|
+
"watch": "",
|
|
1132
|
+
"wb-auto": "",
|
|
1133
|
+
"wb-cloudy": "",
|
|
1134
|
+
"wb-incandescent": "",
|
|
1135
|
+
"wb-iridescent": "",
|
|
1136
|
+
"wb-sunny": "",
|
|
1137
|
+
"wc": "",
|
|
1138
|
+
"weather-rain": "",
|
|
1139
|
+
"weather-snowfall": "",
|
|
1140
|
+
"weather-sun": "",
|
|
1141
|
+
"weather-thunder": "",
|
|
1142
|
+
"web-asset": "",
|
|
1143
|
+
"web": "",
|
|
1144
|
+
"weekend": "",
|
|
1145
|
+
"whatshot": "",
|
|
1146
|
+
"widgets": "",
|
|
1147
|
+
"wifi-lock": "",
|
|
1148
|
+
"wifi-tethering": "",
|
|
1149
|
+
"wifi": "",
|
|
1150
|
+
"window": "",
|
|
1151
|
+
"windows": "",
|
|
1152
|
+
"work": "",
|
|
1153
|
+
"wrap-text": "",
|
|
1154
|
+
"wrench": "",
|
|
1155
|
+
"youtube-searched-for": "",
|
|
1156
|
+
"zoom-in": "",
|
|
1157
|
+
"zoom-out-map": "",
|
|
1158
|
+
"zoom-out": ""
|
|
1159
|
+
};
|
|
1160
|
+
export default createIconSet(glyphMap, 'wavicon', font);
|
|
1161
|
+
//# sourceMappingURL=wavicon.component.js.map
|