@esri/solutions-components 0.7.12-alpha → 0.7.12-alpha2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -1
- package/package.json +2 -1
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/accordion/accordion.css +77 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/accordion-item/accordion-item.css +263 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/action/action.css +338 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-bar/action-bar.css +105 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-group/action-group.css +113 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-menu/action-menu.css +73 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/action-pad/action-pad.css +113 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/alert/alert.css +421 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/avatar/avatar.css +81 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/block/block.css +298 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/block-section/block-section.css +145 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/button/button.css +802 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/card/card.css +183 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/checkbox/checkbox.css +167 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/chip/chip.css +385 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/chip-group/chip-group.css +74 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker/color-picker.css +244 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker-hex-input/color-picker-hex-input.css +66 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/color-picker-swatch/color-picker-swatch.css +74 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox/combobox.css +425 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox-item/combobox-item.css +209 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/combobox-item-group/combobox-item-group.css +101 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker/date-picker.css +72 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-day/date-picker-day.css +290 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-month/date-picker-month.css +95 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/date-picker-month-header/date-picker-month-header.css +189 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown/dropdown.css +136 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown-group/dropdown-group.css +84 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/dropdown-item/dropdown-item.css +278 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/fab/fab.css +72 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/filter/filter.css +136 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/flow/flow.css +98 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/flow-item/flow-item.css +89 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/graph/graph.css +51 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/handle/handle.css +99 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/icon/icon.css +73 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/inline-editable/inline-editable.css +89 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input/input.css +630 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-date-picker/input-date-picker.css +267 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-message/input-message.css +109 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-number/input-number.css +484 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-text/input-text.css +397 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-time-picker/input-time-picker.css +99 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/input-time-zone/input-time-zone.css +67 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/label/label.css +134 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/link/link.css +148 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/list/list.css +122 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/list-item/list-item.css +244 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/list-item-group/list-item-group.css +88 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/loader/loader.css +298 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/menu/menu.css +50 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/menu-item/menu-item.css +281 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/meter/meter.css +183 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/modal/modal.css +529 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation/navigation.css +142 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation-logo/navigation-logo.css +136 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/navigation-user/navigation-user.css +112 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/notice/notice.css +289 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/option/option.css +36 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/option-group/option-group.css +36 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/pagination/pagination.css +138 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/panel/panel.css +227 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list/pick-list.css +92 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list-group/pick-list-group.css +83 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/pick-list-item/pick-list-item.css +179 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/popover/popover.css +194 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/progress/progress.css +110 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/radio-button/radio-button.css +164 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/radio-button-group/radio-button-group.css +58 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/rating/rating.css +178 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/scrim/scrim.css +76 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/segmented-control/segmented-control.css +95 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/segmented-control-item/segmented-control-item.css +172 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/select/select.css +218 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/sheet/sheet.css +267 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell/shell.css +184 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell-center-row/shell-center-row.css +124 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/shell-panel/shell-panel.css +360 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/slider/slider.css +388 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/sortable-list/sortable-list.css +68 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/split-button/split-button.css +184 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/stack/stack.css +118 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/stepper/stepper.css +147 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/stepper-item/stepper-item.css +457 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/switch/switch.css +189 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab/tab.css +75 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab-nav/tab-nav.css +122 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tab-title/tab-title.css +348 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/table/table.css +143 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-cell/table-cell.css +133 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-header/table-header.css +130 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/table-row/table-row.css +74 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tabs/tabs.css +102 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/text-area/text-area.css +288 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile/tile.css +170 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile-select/tile-select.css +156 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tile-select-group/tile-select-group.css +64 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/time-picker/time-picker.css +144 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip/tip.css +151 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip-group/tip-group.css +47 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tip-manager/tip-manager.css +194 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tooltip/tooltip.css +120 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tree/tree.css +41 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/tree-item/tree-item.css +315 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/value-list/value-list.css +105 -0
- package/packages/node_modules/@esri/calcite-components/dist/collection/components/value-list-item/value-list-item.css +121 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-control-panel/instant-apps-control-panel.css +3 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-export/instant-apps-export.css +81 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-filter-list/instant-apps-filter-list.css +104 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-header/instant-apps-header.css +165 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-classic/instant-apps-interactive-legend-classic.css +124 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-count/instant-apps-interactive-legend-count.css +18 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-group-legend-element/instant-apps-interactive-legend-group-legend-element.css +10 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-group-legend-element-caption/instant-apps-interactive-legend-group-legend-element-caption.css +65 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-layer-element/instant-apps-interactive-legend-layer-element.css +17 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-layer-element-caption/instant-apps-interactive-legend-layer-element-caption.css +66 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-legend-element/instant-apps-interactive-legend-legend-element.css +10 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-legend-element-caption/instant-apps-interactive-legend-legend-element-caption.css +51 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend-relationship/instant-apps-interactive-legend-relationship.css +15 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-interactive-legend/instant-apps-interactive-legend.css +12 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-keyboard-shortcuts/instant-apps-keyboard-shortcuts.css +33 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-landing-page/instant-apps-landing-page.css +222 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-switcher/instant-apps-language-switcher.css +13 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-ckeditor-wrapper/instant-apps-ckeditor-wrapper.css +3 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator-item/instant-apps-language-translator-item.css +83 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator-search/instant-apps-language-translator-search.css +34 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-language-translator/instant-apps-language-translator.css +86 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-measurement/instant-apps-measurement-tool/instant-apps-measurement-tool.css +6 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-measurement/instant-apps-measurement.css +6 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popover/instant-apps-popover.css +58 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-popovers/instant-apps-popovers.css +3 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-scoreboard/instant-apps-scoreboard.css +200 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-social-share/instant-apps-social-share.css +273 -0
- package/packages/node_modules/@esri/instant-apps-components/dist/collection/components/instant-apps-splash/instant-apps-splash.css +10 -0
- package/packages/solutions-components/dist/solutions-components_commit.txt +4 -4
- package/t9nmanifest.txt +6 -6
@@ -0,0 +1,200 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) 2023 Esri
|
3
|
+
* All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
|
4
|
+
* This material is licensed for use under the Esri Master License Agreement (MLA), and is bound by the terms of that agreement.
|
5
|
+
* You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
|
6
|
+
* See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
|
7
|
+
*/
|
8
|
+
:host {
|
9
|
+
display: block;
|
10
|
+
/**
|
11
|
+
* @prop --instant-apps-scoreboard-background-color: Background color of scoreboard.
|
12
|
+
* @prop --instant-apps-scoreboard-text-color: Text color of scoreboard.
|
13
|
+
* @prop --instant-apps-scoreboard-mobile-position-bottom: Scoreboard's bottom position (px) of absolutely positioned element on mobile.
|
14
|
+
*/
|
15
|
+
--instant-apps-scoreboard-background-color: var(--calcite-color-foreground-1);
|
16
|
+
--instant-apps-scoreboard-text-color: var(--calcite-color-text-1);
|
17
|
+
--instant-apps-scoreboard-mobile-position-bottom: 0;
|
18
|
+
background-color: var(--instant-apps-scoreboard-background-color);
|
19
|
+
color: var(--instant-apps-scoreboard-text-color);
|
20
|
+
}
|
21
|
+
:host .instant-apps-scoreboard {
|
22
|
+
box-sizing: border-box;
|
23
|
+
border: 1px solid var(--calcite-color-border-1);
|
24
|
+
box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
|
25
|
+
border-radius: 3px;
|
26
|
+
}
|
27
|
+
:host .instant-apps-scoreboard calcite-loader {
|
28
|
+
--calcite-loader-padding: 1rem;
|
29
|
+
}
|
30
|
+
:host .instant-apps-scoreboard__items-container {
|
31
|
+
display: flex;
|
32
|
+
}
|
33
|
+
:host .instant-apps-scoreboard__items-container calcite-action {
|
34
|
+
height: 100%;
|
35
|
+
}
|
36
|
+
:host .instant-apps-scoreboard__items, :host .instant-apps-scoreboard__item {
|
37
|
+
box-sizing: border-box;
|
38
|
+
display: flex;
|
39
|
+
}
|
40
|
+
:host .instant-apps-scoreboard__items {
|
41
|
+
list-style-type: none;
|
42
|
+
padding-left: 0;
|
43
|
+
margin: 0;
|
44
|
+
padding-top: 1.75%;
|
45
|
+
padding-bottom: 1.75%;
|
46
|
+
width: 100%;
|
47
|
+
}
|
48
|
+
:host .instant-apps-scoreboard__item {
|
49
|
+
flex-direction: column;
|
50
|
+
justify-content: flex-end;
|
51
|
+
align-items: center;
|
52
|
+
padding: 1%;
|
53
|
+
}
|
54
|
+
:host .instant-apps-scoreboard__item-label {
|
55
|
+
box-sizing: border-box;
|
56
|
+
line-height: 24px;
|
57
|
+
-webkit-box-orient: vertical;
|
58
|
+
overflow: hidden;
|
59
|
+
text-overflow: ellipsis;
|
60
|
+
display: -webkit-box;
|
61
|
+
-webkit-line-clamp: 2;
|
62
|
+
line-clamp: 2;
|
63
|
+
word-break: break-word;
|
64
|
+
font-size: 1rem;
|
65
|
+
font-weight: 400;
|
66
|
+
text-align: center;
|
67
|
+
}
|
68
|
+
:host .instant-apps-scoreboard__item-value {
|
69
|
+
display: flex;
|
70
|
+
justify-content: center;
|
71
|
+
align-items: center;
|
72
|
+
min-width: 32px;
|
73
|
+
min-height: 32px;
|
74
|
+
margin-top: 5px;
|
75
|
+
font-size: 1.5rem;
|
76
|
+
font-weight: 900;
|
77
|
+
}
|
78
|
+
:host .instant-apps-scoreboard__item-value-placeholder {
|
79
|
+
display: inline-block;
|
80
|
+
width: 32px;
|
81
|
+
height: 32px;
|
82
|
+
background-color: var(--calcite-color-foreground-3);
|
83
|
+
border-radius: 4px;
|
84
|
+
}
|
85
|
+
|
86
|
+
:host(.instant-apps-scoreboard__position--bottom) {
|
87
|
+
bottom: 0;
|
88
|
+
}
|
89
|
+
:host(.instant-apps-scoreboard__position--bottom) .instant-apps-scoreboard {
|
90
|
+
display: flex;
|
91
|
+
justify-content: center;
|
92
|
+
}
|
93
|
+
:host(.instant-apps-scoreboard__position--bottom) .instant-apps-scoreboard__items {
|
94
|
+
display: flex;
|
95
|
+
justify-content: center;
|
96
|
+
}
|
97
|
+
:host(.instant-apps-scoreboard__position--bottom) .instant-apps-scoreboard__item {
|
98
|
+
min-width: 10vw;
|
99
|
+
vertical-align: top;
|
100
|
+
}
|
101
|
+
|
102
|
+
:host(.instant-apps-scoreboard__position--bottom.instant-apps-scoreboard__mode--floating) {
|
103
|
+
left: 50%;
|
104
|
+
max-width: calc(100% - 30px);
|
105
|
+
transform: translate(-50%, -15px);
|
106
|
+
}
|
107
|
+
:host(.instant-apps-scoreboard__position--bottom.instant-apps-scoreboard__mode--floating) .instant-apps-scoreboard {
|
108
|
+
min-width: 25vw;
|
109
|
+
}
|
110
|
+
|
111
|
+
:host(.instant-apps-scoreboard__position--bottom.instant-apps-scoreboard__mode--pinned) {
|
112
|
+
left: unset;
|
113
|
+
bottom: 0;
|
114
|
+
transform: unset;
|
115
|
+
width: 100%;
|
116
|
+
}
|
117
|
+
:host(.instant-apps-scoreboard__position--bottom.instant-apps-scoreboard__mode--pinned) .instant-apps-scoreboard {
|
118
|
+
min-width: unset;
|
119
|
+
}
|
120
|
+
:host(.instant-apps-scoreboard__position--bottom.instant-apps-scoreboard__mode--pinned) .instant-apps-scoreboard__items-container {
|
121
|
+
width: 100%;
|
122
|
+
justify-content: space-between;
|
123
|
+
}
|
124
|
+
|
125
|
+
:host(.instant-apps-scoreboard__position--side) .instant-apps-scoreboard {
|
126
|
+
display: flex;
|
127
|
+
justify-content: center;
|
128
|
+
align-items: center;
|
129
|
+
width: 10vw;
|
130
|
+
overflow-y: auto;
|
131
|
+
}
|
132
|
+
:host(.instant-apps-scoreboard__position--side) .instant-apps-scoreboard__items-container {
|
133
|
+
flex-direction: column;
|
134
|
+
height: 100%;
|
135
|
+
box-sizing: border-box;
|
136
|
+
}
|
137
|
+
:host(.instant-apps-scoreboard__position--side) .instant-apps-scoreboard__items-container calcite-action {
|
138
|
+
height: unset;
|
139
|
+
width: 100%;
|
140
|
+
}
|
141
|
+
:host(.instant-apps-scoreboard__position--side) .instant-apps-scoreboard__items {
|
142
|
+
flex-direction: column;
|
143
|
+
padding: 10px;
|
144
|
+
}
|
145
|
+
:host(.instant-apps-scoreboard__position--side) .instant-apps-scoreboard__item {
|
146
|
+
padding-top: 0.5vh;
|
147
|
+
padding-bottom: 0.5vh;
|
148
|
+
}
|
149
|
+
|
150
|
+
:host(.instant-apps-scoreboard__position--side.instant-apps-scoreboard__mode--floating) {
|
151
|
+
top: 15px;
|
152
|
+
left: 15px;
|
153
|
+
max-height: calc(100% - 30px);
|
154
|
+
}
|
155
|
+
:host(.instant-apps-scoreboard__position--side.instant-apps-scoreboard__mode--floating) .instant-apps-scoreboard {
|
156
|
+
min-width: 10vw;
|
157
|
+
min-height: 35vh;
|
158
|
+
}
|
159
|
+
|
160
|
+
:host(.instant-apps-scoreboard__position--side.instant-apps-scoreboard__mode--pinned) {
|
161
|
+
top: unset;
|
162
|
+
left: unset;
|
163
|
+
transform: unset;
|
164
|
+
height: 100%;
|
165
|
+
}
|
166
|
+
:host(.instant-apps-scoreboard__position--side.instant-apps-scoreboard__mode--pinned) .instant-apps-scoreboard {
|
167
|
+
height: 100%;
|
168
|
+
}
|
169
|
+
:host(.instant-apps-scoreboard__position--side.instant-apps-scoreboard__mode--pinned) .instant-apps-scoreboard__items-container {
|
170
|
+
justify-content: space-between;
|
171
|
+
}
|
172
|
+
|
173
|
+
:host(.instant-apps-scoreboard__position--left.instant-apps-scoreboard__mode--floating) {
|
174
|
+
left: 15px;
|
175
|
+
}
|
176
|
+
|
177
|
+
:host(.instant-apps-scoreboard__position--right.instant-apps-scoreboard__mode--floating) {
|
178
|
+
left: unset;
|
179
|
+
right: 15px;
|
180
|
+
}
|
181
|
+
|
182
|
+
:host(.instant-apps-scoreboard__position--left.instant-apps-scoreboard__mode--pinned) {
|
183
|
+
left: 0;
|
184
|
+
}
|
185
|
+
|
186
|
+
:host(.instant-apps-scoreboard__position--right.instant-apps-scoreboard__mode--pinned) {
|
187
|
+
left: unset;
|
188
|
+
right: 0;
|
189
|
+
}
|
190
|
+
|
191
|
+
@media only screen and (min-width: 992px) {
|
192
|
+
:host(.instant-apps-scoreboard__position--bottom.instant-apps-scoreboard__mode--pinned) {
|
193
|
+
bottom: var(--instant-apps-scoreboard-mobile-position-bottom);
|
194
|
+
}
|
195
|
+
:host(.instant-apps-scoreboard__position--bottom.instant-apps-scoreboard__mode--pinned) .instant-apps-scoreboard__item {
|
196
|
+
justify-content: center;
|
197
|
+
min-width: unset;
|
198
|
+
flex-grow: 1;
|
199
|
+
}
|
200
|
+
}
|
@@ -0,0 +1,273 @@
|
|
1
|
+
/*
|
2
|
+
* Copyright (c) 2023 Esri
|
3
|
+
* All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
|
4
|
+
* This material is licensed for use under the Esri Master License Agreement (MLA), and is bound by the terms of that agreement.
|
5
|
+
* You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
|
6
|
+
* See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
|
7
|
+
*/
|
8
|
+
:host {
|
9
|
+
display: block;
|
10
|
+
/**
|
11
|
+
* @prop --instant-apps-social-share-width--s: Width of component when scale is set to `s`
|
12
|
+
* @prop --instant-apps-social-share-width--m: Width of component when scale is set to `m`
|
13
|
+
* @prop --instant-apps-social-share-width--l: Width of component when scale is set to `l`
|
14
|
+
* @prop --instant-apps-social-share-width-horizontal--s: Width of component when `share-icons-layout` is set to `horizontal` and scale is set to 's'
|
15
|
+
* @prop --instant-apps-social-share-width-horizontal--m: Width of component when `share-icons-layout` is set to `horizontal` and scale is set to 'm'
|
16
|
+
* @prop --instant-apps-social-share-width-horizontal--l: Width of component when `share-icons-layout` is set to `horizontal` and scale is set to 'l'
|
17
|
+
*/
|
18
|
+
--instant-apps-social-share-width--s: 200px;
|
19
|
+
--instant-apps-social-share-width--m: 280px;
|
20
|
+
--instant-apps-social-share-width--l: 320px;
|
21
|
+
--instant-apps-social-share-width-horizontal--s: 300px;
|
22
|
+
--instant-apps-social-share-width-horizontal--m: 380px;
|
23
|
+
--instant-apps-social-share-width-horizontal--l: 420px;
|
24
|
+
--instant-apps-social-share-background-color: var(--calcite-color-foreground-1);
|
25
|
+
--instant-apps-social-share-popover-button-background-color: transparent;
|
26
|
+
--instant-apps-social-share-popover-button-icon-color: var(--calcite-ui-icon-color);
|
27
|
+
--instant-apps-social-share-embed-border: 1px solid $border;
|
28
|
+
--instant-apps-social-share-embed-text-area-text: #468540;
|
29
|
+
}
|
30
|
+
:host .instant-apps-social-share__popover-button {
|
31
|
+
background-color: var(--instant-apps-social-share-popover-button-background-color);
|
32
|
+
}
|
33
|
+
:host .instant-apps-social-share__popover-button calcite-icon {
|
34
|
+
color: var(--instant-apps-social-share-popover-button-icon-color);
|
35
|
+
}
|
36
|
+
:host .instant-apps-social-share__dialog, :host .instant-apps-social-share__dialog-embed {
|
37
|
+
background-color: var(--instant-apps-social-share-background-color);
|
38
|
+
border: var(--instant-apps-social-share-embed-border);
|
39
|
+
}
|
40
|
+
:host .instant-apps-social-share__dialog {
|
41
|
+
box-sizing: border-box;
|
42
|
+
height: auto;
|
43
|
+
padding: 10px 0;
|
44
|
+
border-radius: 5px;
|
45
|
+
}
|
46
|
+
:host .instant-apps-social-share__options {
|
47
|
+
margin: 0;
|
48
|
+
padding: 1% 0 0 0;
|
49
|
+
list-style-type: none;
|
50
|
+
}
|
51
|
+
:host .instant-apps-social-share__options li {
|
52
|
+
box-sizing: border-box;
|
53
|
+
display: flex;
|
54
|
+
align-items: center;
|
55
|
+
width: 100%;
|
56
|
+
padding: 5%;
|
57
|
+
transition: background-color 0.15s ease-out 0s;
|
58
|
+
}
|
59
|
+
:host .instant-apps-social-share__options li .instant-apps-social-share__icon,
|
60
|
+
:host .instant-apps-social-share__options li .instant-apps-social-share__option-text {
|
61
|
+
display: inline-block;
|
62
|
+
}
|
63
|
+
:host .instant-apps-social-share__options li .instant-apps-social-share__icon {
|
64
|
+
display: flex;
|
65
|
+
align-items: center;
|
66
|
+
}
|
67
|
+
:host .instant-apps-social-share__options li .instant-apps-social-share__option-text {
|
68
|
+
width: 85%;
|
69
|
+
margin-left: 10px;
|
70
|
+
word-break: break-word;
|
71
|
+
}
|
72
|
+
:host .instant-apps-social-share__options li .instant-apps-social-share__option-text--rtl {
|
73
|
+
margin-left: 0;
|
74
|
+
margin-right: 10px;
|
75
|
+
}
|
76
|
+
:host .instant-apps-social-share__options li:hover {
|
77
|
+
cursor: pointer;
|
78
|
+
background-color: var(--calcite-color-foreground-2);
|
79
|
+
}
|
80
|
+
:host .instant-apps-social-share__tip {
|
81
|
+
box-sizing: border-box;
|
82
|
+
padding: 0 5% 1% 5%;
|
83
|
+
}
|
84
|
+
:host .instant-apps-social-share__tip-header {
|
85
|
+
display: flex;
|
86
|
+
align-items: center;
|
87
|
+
color: #007ac2;
|
88
|
+
margin: 8px 0 5px 0;
|
89
|
+
}
|
90
|
+
:host .instant-apps-social-share__tip-header calcite-icon {
|
91
|
+
margin-right: 5px;
|
92
|
+
}
|
93
|
+
:host .instant-apps-social-share__tip-content {
|
94
|
+
line-height: 17px;
|
95
|
+
margin: 0;
|
96
|
+
padding-top: 2%;
|
97
|
+
}
|
98
|
+
:host .instant-apps-social-share__success {
|
99
|
+
display: flex;
|
100
|
+
flex-direction: column;
|
101
|
+
padding: 15px;
|
102
|
+
}
|
103
|
+
:host .instant-apps-social-share__success-header {
|
104
|
+
display: flex;
|
105
|
+
align-items: center;
|
106
|
+
font-weight: bold;
|
107
|
+
margin-bottom: 10px;
|
108
|
+
}
|
109
|
+
:host .instant-apps-social-share__success-icon {
|
110
|
+
display: flex;
|
111
|
+
align-items: center;
|
112
|
+
margin-right: 5px;
|
113
|
+
}
|
114
|
+
:host .instant-apps-social-share__success-icon calcite-icon {
|
115
|
+
color: var(--calcite-color-status-success);
|
116
|
+
}
|
117
|
+
:host .instant-apps-social-share__success-message {
|
118
|
+
line-height: 16px;
|
119
|
+
}
|
120
|
+
:host .instant-apps-social-share__embed {
|
121
|
+
box-sizing: border-box;
|
122
|
+
width: 100%;
|
123
|
+
padding: 5%;
|
124
|
+
margin-bottom: 10px;
|
125
|
+
border-top: 1px solid #d3d3d3;
|
126
|
+
}
|
127
|
+
:host .instant-apps-social-share__embed-header {
|
128
|
+
display: flex;
|
129
|
+
align-items: center;
|
130
|
+
margin-bottom: 5px;
|
131
|
+
}
|
132
|
+
:host .instant-apps-social-share__embed-header calcite-icon {
|
133
|
+
margin-right: 5px;
|
134
|
+
}
|
135
|
+
:host .instant-apps-social-share__embed-code-text-area {
|
136
|
+
border: 1px solid #d3d3d3;
|
137
|
+
}
|
138
|
+
:host .instant-apps-social-share__embed-code-text-area textarea {
|
139
|
+
box-sizing: border-box;
|
140
|
+
padding: 4%;
|
141
|
+
border: none;
|
142
|
+
resize: none;
|
143
|
+
background: transparent;
|
144
|
+
width: 100%;
|
145
|
+
font-family: var(--calcite-sans-family);
|
146
|
+
color: var(--calcite-color-text-1);
|
147
|
+
}
|
148
|
+
:host .instant-apps-social-share__embed-code-text-area button {
|
149
|
+
display: flex;
|
150
|
+
align-items: center;
|
151
|
+
text-align: start;
|
152
|
+
width: 100%;
|
153
|
+
border: none;
|
154
|
+
border-top: 1px solid #d3d3d3;
|
155
|
+
background-color: transparent;
|
156
|
+
line-height: 16px;
|
157
|
+
font-weight: 400;
|
158
|
+
padding: 3%;
|
159
|
+
color: var(--calcite-color-text-1);
|
160
|
+
}
|
161
|
+
:host .instant-apps-social-share__embed-code-text-area button calcite-icon {
|
162
|
+
color: #007ac2;
|
163
|
+
margin-right: 3px;
|
164
|
+
}
|
165
|
+
:host .instant-apps-social-share__embed-code-text-area button:hover {
|
166
|
+
cursor: pointer;
|
167
|
+
background-color: var(--calcite-color-foreground-2);
|
168
|
+
transition: background-color 0.15s ease-out 0s;
|
169
|
+
}
|
170
|
+
:host .instant-apps-social-share__embed-text-area-text {
|
171
|
+
font-weight: 600;
|
172
|
+
color: var(--instant-apps-social-share-embed-text-area-text);
|
173
|
+
}
|
174
|
+
:host .instant-apps-social-share__embed .instant-apps-social-share__text-area--rtl {
|
175
|
+
text-align: left;
|
176
|
+
}
|
177
|
+
:host .instant-apps-social-share__embed-dimensions {
|
178
|
+
display: flex;
|
179
|
+
justify-content: space-between;
|
180
|
+
margin-top: 10px;
|
181
|
+
}
|
182
|
+
:host .instant-apps-social-share__embed-dimensions-input {
|
183
|
+
width: 47%;
|
184
|
+
box-sizing: border-box;
|
185
|
+
}
|
186
|
+
:host .instant-apps-social-share__embed-dimensions-input input {
|
187
|
+
border: 1px solid #d3d3d3;
|
188
|
+
width: 100%;
|
189
|
+
height: 25px;
|
190
|
+
font-family: var(--calcite-sans-family);
|
191
|
+
}
|
192
|
+
:host .instant-apps-social-share__layout--horizontal .instant-apps-social-share__options {
|
193
|
+
display: flex;
|
194
|
+
justify-content: space-around;
|
195
|
+
margin-bottom: 8%;
|
196
|
+
}
|
197
|
+
:host .instant-apps-social-share__layout--horizontal .instant-apps-social-share__options li {
|
198
|
+
flex-direction: column;
|
199
|
+
padding: 0;
|
200
|
+
}
|
201
|
+
:host .instant-apps-social-share__layout--horizontal .instant-apps-social-share__options li .instant-apps-social-share__option-text {
|
202
|
+
word-break: break-word;
|
203
|
+
margin-left: 0;
|
204
|
+
margin-top: 10px;
|
205
|
+
text-align: center;
|
206
|
+
}
|
207
|
+
:host .instant-apps-social-share__layout--horizontal .instant-apps-social-share__options li:hover {
|
208
|
+
background-color: unset;
|
209
|
+
}
|
210
|
+
:host .instant-apps-social-share__icon-container {
|
211
|
+
display: flex;
|
212
|
+
align-items: center;
|
213
|
+
}
|
214
|
+
|
215
|
+
:host([scale=s]) .instant-apps-social-share__dialog {
|
216
|
+
width: var(--instant-apps-social-share-width--s);
|
217
|
+
}
|
218
|
+
:host([scale=s]) .instant-apps-social-share__icon {
|
219
|
+
width: 16px;
|
220
|
+
height: 16px;
|
221
|
+
}
|
222
|
+
:host([scale=s]) .instant-apps-social-share__option-text {
|
223
|
+
font-size: var(--calcite-font-size--1);
|
224
|
+
}
|
225
|
+
:host([scale=s]) .instant-apps-social-share__dialog.instant-apps-social-share__layout--horizontal {
|
226
|
+
width: var(--instant-apps-social-share-width-horizontal--s);
|
227
|
+
}
|
228
|
+
:host([scale=s]) .instant-apps-social-share__tip-header,
|
229
|
+
:host([scale=s]) .instant-apps-social-share__tip-content,
|
230
|
+
:host([scale=s]) .instant-apps-social-share__embed-header,
|
231
|
+
:host([scale=s]) .instant-apps-social-share__embed-dimensions-input {
|
232
|
+
font-size: var(--calcite-font-size--2);
|
233
|
+
}
|
234
|
+
|
235
|
+
:host([scale=m]) .instant-apps-social-share__dialog {
|
236
|
+
width: var(--instant-apps-social-share-width--m);
|
237
|
+
}
|
238
|
+
:host([scale=m]) .instant-apps-social-share__icon {
|
239
|
+
width: 24px;
|
240
|
+
height: 24px;
|
241
|
+
}
|
242
|
+
:host([scale=m]) .instant-apps-social-share__option-text {
|
243
|
+
font-size: var(--calcite-font-size-0);
|
244
|
+
}
|
245
|
+
:host([scale=m]) .instant-apps-social-share__dialog.instant-apps-social-share__layout--horizontal {
|
246
|
+
width: var(--instant-apps-social-share-width-horizontal--m);
|
247
|
+
}
|
248
|
+
:host([scale=m]) .instant-apps-social-share__tip-header,
|
249
|
+
:host([scale=m]) .instant-apps-social-share__tip-content,
|
250
|
+
:host([scale=m]) .instant-apps-social-share__embed-header,
|
251
|
+
:host([scale=m]) .instant-apps-social-share__embed-dimensions-input {
|
252
|
+
font-size: var(--calcite-font-size--1);
|
253
|
+
}
|
254
|
+
|
255
|
+
:host([scale=l]) .instant-apps-social-share__dialog {
|
256
|
+
width: var(--instant-apps-social-share-width--l);
|
257
|
+
}
|
258
|
+
:host([scale=l]) .instant-apps-social-share__icon {
|
259
|
+
width: 32px;
|
260
|
+
height: 32px;
|
261
|
+
}
|
262
|
+
:host([scale=l]) .instant-apps-social-share__option-text {
|
263
|
+
font-size: var(--calcite-font-size-1);
|
264
|
+
}
|
265
|
+
:host([scale=l]) .instant-apps-social-share__dialog.instant-apps-social-share__layout--horizontal {
|
266
|
+
width: var(--instant-apps-social-share-width-horizontal--l);
|
267
|
+
}
|
268
|
+
:host([scale=l]) .instant-apps-social-share__tip-header,
|
269
|
+
:host([scale=l]) .instant-apps-social-share__tip-content,
|
270
|
+
:host([scale=l]) .instant-apps-social-share__embed-header,
|
271
|
+
:host([scale=l]) .instant-apps-social-share__embed-dimensions-input {
|
272
|
+
font-size: var(--calcite-font-size-0);
|
273
|
+
}
|
@@ -1,8 +1,8 @@
|
|
1
1
|
Repository solutions-components, package solutions-components
|
2
|
-
Built 12/18/2023
|
2
|
+
Built 12/18/2023 10:07:50.43
|
3
3
|
change-build-tools
|
4
|
-
commit
|
4
|
+
commit 4884efb6516b5f663428dd8b5981e9c69327585e
|
5
5
|
Author: Mike Tschudi <mtschudi@esri.com>
|
6
|
-
Date: Mon Dec 18
|
6
|
+
Date: Mon Dec 18 10:05:48 2023 -0800
|
7
7
|
|
8
|
-
|
8
|
+
Added ts--node package
|
package/t9nmanifest.txt
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
packages\solutions-components\src\assets\t9n\add-record-modal
|
2
2
|
packages\solutions-components\src\assets\t9n\arcgis-login
|
3
|
-
packages\solutions-components\src\assets\t9n\comment-card
|
4
3
|
packages\solutions-components\src\assets\t9n\card-manager
|
5
4
|
packages\solutions-components\src\assets\t9n\buffer-tools
|
6
|
-
packages\solutions-components\src\assets\t9n\
|
5
|
+
packages\solutions-components\src\assets\t9n\comment-card
|
7
6
|
packages\solutions-components\src\assets\t9n\crowdsource-reporter
|
7
|
+
packages\solutions-components\src\assets\t9n\crowdsource-manager
|
8
8
|
packages\solutions-components\src\assets\t9n\edit-card
|
9
9
|
packages\solutions-components\src\assets\t9n\feature-comments
|
10
10
|
packages\solutions-components\src\assets\t9n\feature-form-flow-item
|
11
11
|
packages\solutions-components\src\assets\t9n\info-card
|
12
|
-
packages\solutions-components\src\assets\t9n\instant-apps-filter-list
|
13
12
|
packages\solutions-components\src\assets\t9n\instant-apps-export
|
13
|
+
packages\solutions-components\src\assets\t9n\instant-apps-filter-list
|
14
14
|
packages\solutions-components\src\assets\t9n\instant-apps-interactive-legend
|
15
15
|
packages\solutions-components\src\assets\t9n\instant-apps-keyboard-shortcuts
|
16
16
|
packages\solutions-components\src\assets\t9n\instant-apps-language-translator
|
@@ -20,18 +20,18 @@ packages\solutions-components\src\assets\t9n\instant-apps-scoreboard
|
|
20
20
|
packages\solutions-components\src\assets\t9n\instant-apps-social-share
|
21
21
|
packages\solutions-components\src\assets\t9n\instant-apps-splash
|
22
22
|
packages\solutions-components\src\assets\t9n\json-editor
|
23
|
-
packages\solutions-components\src\assets\t9n\layout-manager
|
24
23
|
packages\solutions-components\src\assets\t9n\layer-table
|
24
|
+
packages\solutions-components\src\assets\t9n\layout-manager
|
25
25
|
packages\solutions-components\src\assets\t9n\list-flow-item
|
26
26
|
packages\solutions-components\src\assets\t9n\location-flow-item
|
27
27
|
packages\solutions-components\src\assets\t9n\map-card
|
28
28
|
packages\solutions-components\src\assets\t9n\map-draw-tools
|
29
|
-
packages\solutions-components\src\assets\t9n\map-picker
|
30
29
|
packages\solutions-components\src\assets\t9n\map-layer-picker
|
30
|
+
packages\solutions-components\src\assets\t9n\map-picker
|
31
31
|
packages\solutions-components\src\assets\t9n\map-search
|
32
32
|
packages\solutions-components\src\assets\t9n\map-select-tools
|
33
|
-
packages\solutions-components\src\assets\t9n\media-card
|
34
33
|
packages\solutions-components\src\assets\t9n\map-tools
|
34
|
+
packages\solutions-components\src\assets\t9n\media-card
|
35
35
|
packages\solutions-components\src\assets\t9n\pdf-download
|
36
36
|
packages\solutions-components\src\assets\t9n\public-notification
|
37
37
|
packages\solutions-components\src\assets\t9n\refine-selection
|