@hero-design/rn 7.8.0 → 7.10.1
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/.turbo/turbo-build.log +8 -8
- package/assets/fonts/hero-icons.ttf +0 -0
- package/es/index.js +741 -258
- package/lib/assets/fonts/hero-icons.ttf +0 -0
- package/lib/index.js +740 -257
- package/package.json +2 -2
- package/src/components/Button/Button.tsx +10 -2
- package/src/components/Button/LoadingIndicator/StyledLoadingIndicator.tsx +7 -1
- package/src/components/Button/LoadingIndicator/__tests__/StyledLoadingIndicator.spec.tsx +3 -0
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +60 -0
- package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +363 -0
- package/src/components/Button/LoadingIndicator/__tests__/index.spec.tsx +3 -0
- package/src/components/Button/LoadingIndicator/index.tsx +4 -1
- package/src/components/Button/StyledButton.tsx +57 -1
- package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +167 -0
- package/src/components/Button/UtilityButton/__tests__/index.spec.tsx +55 -0
- package/src/components/Button/UtilityButton/index.tsx +53 -0
- package/src/components/Button/UtilityButton/styled.tsx +25 -0
- package/src/components/Button/__tests__/Button.spec.tsx +3 -0
- package/src/components/Button/__tests__/StyledButton.spec.tsx +18 -0
- package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +468 -0
- package/src/components/Button/index.tsx +3 -0
- package/src/components/Card/DataCard/StyledDataCard.tsx +1 -3
- package/src/components/Card/DataCard/__tests__/__snapshots__/StyledDataCard.spec.tsx.snap +0 -1
- package/src/components/Card/DataCard/__tests__/__snapshots__/index.spec.tsx.snap +0 -5
- package/src/components/Card/StyledCard.tsx +1 -3
- package/src/components/Card/__tests__/__snapshots__/StyledCard.spec.tsx.snap +0 -1
- package/src/components/Icon/HeroIcon/index.tsx +3 -1
- package/src/components/Icon/HeroIcon/selection.json +1 -1
- package/src/components/Icon/IconList.ts +2 -0
- package/src/components/Icon/index.tsx +2 -1
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +248 -94
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +248 -94
- package/src/components/TextInput/StyledTextInput.tsx +133 -11
- package/src/components/TextInput/__tests__/StyledTextInput.spec.tsx +143 -7
- package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +922 -15
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +2078 -0
- package/src/components/TextInput/__tests__/index.spec.tsx +302 -11
- package/src/components/TextInput/index.tsx +232 -28
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +73 -3
- package/src/theme/components/button.ts +6 -0
- package/src/theme/components/card.ts +5 -1
- package/src/theme/components/icon.ts +1 -0
- package/src/theme/components/textInput.ts +62 -3
- package/src/theme/global/colors.ts +1 -0
- package/src/types.ts +8 -1
- package/types/components/Button/Button.d.ts +2 -2
- package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +1 -1
- package/types/components/Button/LoadingIndicator/index.d.ts +1 -1
- package/types/components/Button/StyledButton.d.ts +1 -1
- package/types/components/{Select/MultiSelect/__tests__/StyledMultiSelect.spec.d.ts → Button/UtilityButton/__tests__/index.spec.d.ts} +0 -0
- package/types/components/Button/UtilityButton/index.d.ts +23 -0
- package/types/components/Button/UtilityButton/styled.d.ts +17 -0
- package/types/components/Button/index.d.ts +2 -0
- package/types/components/Icon/HeroIcon/index.d.ts +1 -1
- package/types/components/Icon/IconList.d.ts +1 -1
- package/types/components/Icon/index.d.ts +1 -1
- package/types/components/Icon/utils.d.ts +1 -1
- package/types/components/TextInput/StyledTextInput.d.ts +82 -3
- package/types/components/TextInput/index.d.ts +33 -5
- package/types/theme/components/button.d.ts +6 -0
- package/types/theme/components/card.d.ts +3 -0
- package/types/theme/components/icon.d.ts +1 -0
- package/types/theme/components/textInput.d.ts +61 -2
- package/types/theme/global/colors.d.ts +1 -0
- package/types/theme/global/index.d.ts +1 -0
- package/types/types.d.ts +2 -1
- package/.expo/README.md +0 -15
- package/.expo/packager-info.json +0 -10
- package/.expo/prebuild/cached-packages.json +0 -4
- package/.expo/settings.json +0 -10
- package/.expo/xcodebuild-error.log +0 -2
- package/.expo/xcodebuild.log +0 -11199
- package/types/components/Select/MultiSelect/Footer.d.ts +0 -5
- package/types/components/Select/MultiSelect/StyledMultiSelect.d.ts +0 -26
- package/types/components/Select/MultiSelect/types.d.ts +0 -5
package/lib/index.js
CHANGED
|
@@ -2648,6 +2648,7 @@ var systemPalette = {
|
|
|
2648
2648
|
backgroundLight: palette$6.greyLight95,
|
|
2649
2649
|
backgroundDark: palette$6.greyDark75,
|
|
2650
2650
|
text: palette$6.greyDark75,
|
|
2651
|
+
subduedText: palette$6.greyDark30,
|
|
2651
2652
|
disabledText: palette$6.greyDark15,
|
|
2652
2653
|
disabledLightText: palette$6.greyLight45,
|
|
2653
2654
|
invertedText: palette$6.white,
|
|
@@ -2948,7 +2949,9 @@ var getButtonTheme = function getButtonTheme(theme) {
|
|
|
2948
2949
|
"default": theme.fonts.semiBold
|
|
2949
2950
|
};
|
|
2950
2951
|
var fontSize = {
|
|
2951
|
-
"default": theme.fontSizes.xlarge
|
|
2952
|
+
"default": theme.fontSizes.xlarge,
|
|
2953
|
+
utility: theme.fontSizes.large,
|
|
2954
|
+
textVariant: theme.fontSizes.large
|
|
2952
2955
|
};
|
|
2953
2956
|
var lineHeight = {
|
|
2954
2957
|
"default": theme.lineHeights.large
|
|
@@ -2958,13 +2961,16 @@ var getButtonTheme = function getButtonTheme(theme) {
|
|
|
2958
2961
|
};
|
|
2959
2962
|
var space = {
|
|
2960
2963
|
buttonPadding: theme.space.medium,
|
|
2961
|
-
iconPadding: theme.space.small
|
|
2964
|
+
iconPadding: theme.space.small,
|
|
2965
|
+
utilityPadding: theme.space.small,
|
|
2966
|
+
utilityIconPadding: theme.space.smallMedium
|
|
2962
2967
|
};
|
|
2963
2968
|
var sizes = {
|
|
2964
2969
|
iconSize: theme.fontSizes.xxlarge
|
|
2965
2970
|
};
|
|
2966
2971
|
var radii = {
|
|
2967
|
-
"default": theme.space.xlarge
|
|
2972
|
+
"default": theme.space.xlarge,
|
|
2973
|
+
utilityRadii: theme.space.small
|
|
2968
2974
|
};
|
|
2969
2975
|
var colors = {
|
|
2970
2976
|
primary: theme.colors.primary,
|
|
@@ -2977,7 +2983,8 @@ var getButtonTheme = function getButtonTheme(theme) {
|
|
|
2977
2983
|
disabledText: theme.colors.disabledLightText,
|
|
2978
2984
|
disabledBorder: theme.colors.disabledLightText,
|
|
2979
2985
|
disabledBackground: theme.colors.disabledLightText,
|
|
2980
|
-
invertedText: theme.colors.invertedText
|
|
2986
|
+
invertedText: theme.colors.invertedText,
|
|
2987
|
+
utilityBackground: theme.colors.backgroundLight
|
|
2981
2988
|
};
|
|
2982
2989
|
return {
|
|
2983
2990
|
borderWidth: borderWidth,
|
|
@@ -3002,11 +3009,15 @@ var getCardTheme = function getCardTheme(theme) {
|
|
|
3002
3009
|
danger: theme.colors.dangerMediumLight
|
|
3003
3010
|
}
|
|
3004
3011
|
};
|
|
3012
|
+
var sizes = {
|
|
3013
|
+
indicatorWidth: theme.space.medium
|
|
3014
|
+
};
|
|
3005
3015
|
var radii = {
|
|
3006
3016
|
"default": theme.radii.large
|
|
3007
3017
|
};
|
|
3008
3018
|
return {
|
|
3009
3019
|
colors: colors,
|
|
3020
|
+
sizes: sizes,
|
|
3010
3021
|
radii: radii
|
|
3011
3022
|
};
|
|
3012
3023
|
};
|
|
@@ -3162,7 +3173,8 @@ var getIconTheme = function getIconTheme(theme) {
|
|
|
3162
3173
|
danger: theme.colors.danger,
|
|
3163
3174
|
success: theme.colors.success,
|
|
3164
3175
|
warning: theme.colors.warning,
|
|
3165
|
-
disabledText: theme.colors.disabledText
|
|
3176
|
+
disabledText: theme.colors.disabledText,
|
|
3177
|
+
invertedText: theme.colors.invertedText
|
|
3166
3178
|
};
|
|
3167
3179
|
var sizes = {
|
|
3168
3180
|
xsmall: theme.fontSizes.large,
|
|
@@ -3402,20 +3414,79 @@ var getTagTheme = function getTagTheme(theme) {
|
|
|
3402
3414
|
var getTextInputTheme = function getTextInputTheme(theme) {
|
|
3403
3415
|
var colors = {
|
|
3404
3416
|
labelBackground: theme.colors.platformBackground,
|
|
3405
|
-
|
|
3417
|
+
asterisks: {
|
|
3418
|
+
"default": theme.colors.danger,
|
|
3419
|
+
error: theme.colors.danger,
|
|
3420
|
+
disabled: theme.colors.disabledLightText,
|
|
3421
|
+
readonly: theme.colors.disabledText,
|
|
3422
|
+
filled: theme.colors.danger,
|
|
3423
|
+
focused: theme.colors.danger
|
|
3424
|
+
},
|
|
3425
|
+
error: theme.colors.danger,
|
|
3426
|
+
placeholderIfNotFocused: theme.colors.text,
|
|
3427
|
+
placeholderIfFocued: theme.colors.disabledText,
|
|
3428
|
+
label: theme.colors.text,
|
|
3429
|
+
readonlyLabel: theme.colors.disabledText,
|
|
3430
|
+
disabledLabel: theme.colors.disabledLightText,
|
|
3431
|
+
text: theme.colors.text,
|
|
3432
|
+
borders: {
|
|
3433
|
+
"default": theme.colors.text,
|
|
3434
|
+
error: theme.colors.danger,
|
|
3435
|
+
disabled: theme.colors.disabledLightText,
|
|
3436
|
+
readonly: theme.colors.disabledText,
|
|
3437
|
+
filled: theme.colors.text,
|
|
3438
|
+
focused: theme.colors.text
|
|
3439
|
+
},
|
|
3440
|
+
labels: {
|
|
3441
|
+
"default": theme.colors.text,
|
|
3442
|
+
error: theme.colors.text,
|
|
3443
|
+
disabled: theme.colors.disabledLightText,
|
|
3444
|
+
readonly: theme.colors.disabledText,
|
|
3445
|
+
filled: theme.colors.text,
|
|
3446
|
+
focused: theme.colors.text
|
|
3447
|
+
},
|
|
3448
|
+
labelsInsideTextInput: {
|
|
3449
|
+
"default": theme.colors.text,
|
|
3450
|
+
error: theme.colors.text,
|
|
3451
|
+
disabled: theme.colors.disabledLightText,
|
|
3452
|
+
readonly: theme.colors.disabledText,
|
|
3453
|
+
filled: theme.colors.text,
|
|
3454
|
+
focused: theme.colors.text
|
|
3455
|
+
},
|
|
3456
|
+
maxLengthLabels: {
|
|
3457
|
+
"default": theme.colors.text,
|
|
3458
|
+
error: theme.colors.danger,
|
|
3459
|
+
disabled: theme.colors.disabledLightText,
|
|
3460
|
+
readonly: theme.colors.disabledText,
|
|
3461
|
+
filled: theme.colors.text,
|
|
3462
|
+
focused: theme.colors.text
|
|
3463
|
+
}
|
|
3406
3464
|
};
|
|
3407
3465
|
var space = {
|
|
3408
3466
|
containerPadding: theme.space.medium,
|
|
3409
3467
|
labelLeft: theme.space.medium,
|
|
3410
3468
|
labelTop: theme.lineHeights.small / -2,
|
|
3469
|
+
labelPaddingBottom: theme.space.small,
|
|
3411
3470
|
labelHorizontalPadding: theme.space.xsmall,
|
|
3412
|
-
inputHorizontalMargin: theme.space.small
|
|
3471
|
+
inputHorizontalMargin: theme.space.small,
|
|
3472
|
+
containerMarginVertical: theme.space.small,
|
|
3473
|
+
errorContainerMarginLeft: theme.space.medium,
|
|
3474
|
+
errorContainerMarginRight: theme.space.xsmall,
|
|
3475
|
+
errorMarginLeft: theme.space.xsmall,
|
|
3476
|
+
maxLengthLabelMarginLeft: theme.space.xsmall
|
|
3413
3477
|
};
|
|
3414
3478
|
var fontSizes = {
|
|
3415
|
-
text: theme.fontSizes.
|
|
3479
|
+
text: theme.fontSizes.medium,
|
|
3480
|
+
labelInsideTextInput: theme.fontSizes.medium,
|
|
3481
|
+
error: theme.fontSizes.small,
|
|
3482
|
+
maxLength: theme.fontSizes.small,
|
|
3483
|
+
asteriskLabel: theme.fontSizes.medium
|
|
3416
3484
|
};
|
|
3417
3485
|
var borderWidths = {
|
|
3418
|
-
container:
|
|
3486
|
+
container: {
|
|
3487
|
+
normal: theme.borderWidths.base,
|
|
3488
|
+
focused: theme.borderWidths.medium
|
|
3489
|
+
}
|
|
3419
3490
|
};
|
|
3420
3491
|
var radii = {
|
|
3421
3492
|
container: theme.radii.medium
|
|
@@ -9960,6 +10031,68 @@ var icons = [
|
|
|
9960
10031
|
setId: 0,
|
|
9961
10032
|
iconIdx: 94
|
|
9962
10033
|
},
|
|
10034
|
+
{
|
|
10035
|
+
icon: {
|
|
10036
|
+
paths: [
|
|
10037
|
+
"M810.667 128h-597.333c-46.933 0-85.333 38.4-85.333 85.333v597.333c0 46.933 38.4 85.333 85.333 85.333h597.333c46.933 0 85.333-38.4 85.333-85.333v-597.333c0-46.933-38.4-85.333-85.333-85.333zM597.333 725.333h-85.333v-341.333h-85.333v-85.333h170.667v426.667z"
|
|
10038
|
+
],
|
|
10039
|
+
attrs: [
|
|
10040
|
+
{
|
|
10041
|
+
}
|
|
10042
|
+
],
|
|
10043
|
+
isMulticolor: false,
|
|
10044
|
+
isMulticolor2: false,
|
|
10045
|
+
grid: 0,
|
|
10046
|
+
tags: [
|
|
10047
|
+
"looks-one"
|
|
10048
|
+
]
|
|
10049
|
+
},
|
|
10050
|
+
attrs: [
|
|
10051
|
+
{
|
|
10052
|
+
}
|
|
10053
|
+
],
|
|
10054
|
+
properties: {
|
|
10055
|
+
order: 2599,
|
|
10056
|
+
id: 306,
|
|
10057
|
+
name: "looks-one",
|
|
10058
|
+
prevSize: 32,
|
|
10059
|
+
code: 59950
|
|
10060
|
+
},
|
|
10061
|
+
setIdx: 0,
|
|
10062
|
+
setId: 0,
|
|
10063
|
+
iconIdx: 95
|
|
10064
|
+
},
|
|
10065
|
+
{
|
|
10066
|
+
icon: {
|
|
10067
|
+
paths: [
|
|
10068
|
+
"M810.667 128h-597.333c-46.933 0-85.333 38.4-85.333 85.333v597.333c0 46.933 38.4 85.333 85.333 85.333h597.333c46.933 0 85.333-38.4 85.333-85.333v-597.333c0-46.933-38.4-85.333-85.333-85.333zM640 469.333c0 47.36-38.4 85.333-85.333 85.333h-85.333v85.333h170.667v85.333h-256v-170.667c0-47.36 38.4-85.333 85.333-85.333h85.333v-85.333h-170.667v-85.333h170.667c46.933 0 85.333 37.973 85.333 85.333v85.333z"
|
|
10069
|
+
],
|
|
10070
|
+
attrs: [
|
|
10071
|
+
{
|
|
10072
|
+
}
|
|
10073
|
+
],
|
|
10074
|
+
isMulticolor: false,
|
|
10075
|
+
isMulticolor2: false,
|
|
10076
|
+
grid: 0,
|
|
10077
|
+
tags: [
|
|
10078
|
+
"looks-two"
|
|
10079
|
+
]
|
|
10080
|
+
},
|
|
10081
|
+
attrs: [
|
|
10082
|
+
{
|
|
10083
|
+
}
|
|
10084
|
+
],
|
|
10085
|
+
properties: {
|
|
10086
|
+
order: 2598,
|
|
10087
|
+
id: 305,
|
|
10088
|
+
name: "looks-two",
|
|
10089
|
+
prevSize: 32,
|
|
10090
|
+
code: 59951
|
|
10091
|
+
},
|
|
10092
|
+
setIdx: 0,
|
|
10093
|
+
setId: 0,
|
|
10094
|
+
iconIdx: 96
|
|
10095
|
+
},
|
|
9963
10096
|
{
|
|
9964
10097
|
icon: {
|
|
9965
10098
|
paths: [
|
|
@@ -9983,7 +10116,7 @@ var icons = [
|
|
|
9983
10116
|
},
|
|
9984
10117
|
setIdx: 0,
|
|
9985
10118
|
setId: 0,
|
|
9986
|
-
iconIdx:
|
|
10119
|
+
iconIdx: 97
|
|
9987
10120
|
},
|
|
9988
10121
|
{
|
|
9989
10122
|
icon: {
|
|
@@ -10010,7 +10143,7 @@ var icons = [
|
|
|
10010
10143
|
},
|
|
10011
10144
|
setIdx: 0,
|
|
10012
10145
|
setId: 0,
|
|
10013
|
-
iconIdx:
|
|
10146
|
+
iconIdx: 98
|
|
10014
10147
|
},
|
|
10015
10148
|
{
|
|
10016
10149
|
icon: {
|
|
@@ -10035,7 +10168,7 @@ var icons = [
|
|
|
10035
10168
|
},
|
|
10036
10169
|
setIdx: 0,
|
|
10037
10170
|
setId: 0,
|
|
10038
|
-
iconIdx:
|
|
10171
|
+
iconIdx: 99
|
|
10039
10172
|
},
|
|
10040
10173
|
{
|
|
10041
10174
|
icon: {
|
|
@@ -10060,7 +10193,7 @@ var icons = [
|
|
|
10060
10193
|
},
|
|
10061
10194
|
setIdx: 0,
|
|
10062
10195
|
setId: 0,
|
|
10063
|
-
iconIdx:
|
|
10196
|
+
iconIdx: 100
|
|
10064
10197
|
},
|
|
10065
10198
|
{
|
|
10066
10199
|
icon: {
|
|
@@ -10087,7 +10220,7 @@ var icons = [
|
|
|
10087
10220
|
},
|
|
10088
10221
|
setIdx: 0,
|
|
10089
10222
|
setId: 0,
|
|
10090
|
-
iconIdx:
|
|
10223
|
+
iconIdx: 101
|
|
10091
10224
|
},
|
|
10092
10225
|
{
|
|
10093
10226
|
icon: {
|
|
@@ -10117,7 +10250,7 @@ var icons = [
|
|
|
10117
10250
|
},
|
|
10118
10251
|
setIdx: 0,
|
|
10119
10252
|
setId: 0,
|
|
10120
|
-
iconIdx:
|
|
10253
|
+
iconIdx: 102
|
|
10121
10254
|
},
|
|
10122
10255
|
{
|
|
10123
10256
|
icon: {
|
|
@@ -10142,7 +10275,7 @@ var icons = [
|
|
|
10142
10275
|
},
|
|
10143
10276
|
setIdx: 0,
|
|
10144
10277
|
setId: 0,
|
|
10145
|
-
iconIdx:
|
|
10278
|
+
iconIdx: 103
|
|
10146
10279
|
},
|
|
10147
10280
|
{
|
|
10148
10281
|
icon: {
|
|
@@ -10167,7 +10300,7 @@ var icons = [
|
|
|
10167
10300
|
},
|
|
10168
10301
|
setIdx: 0,
|
|
10169
10302
|
setId: 0,
|
|
10170
|
-
iconIdx:
|
|
10303
|
+
iconIdx: 104
|
|
10171
10304
|
},
|
|
10172
10305
|
{
|
|
10173
10306
|
icon: {
|
|
@@ -10192,7 +10325,7 @@ var icons = [
|
|
|
10192
10325
|
},
|
|
10193
10326
|
setIdx: 0,
|
|
10194
10327
|
setId: 0,
|
|
10195
|
-
iconIdx:
|
|
10328
|
+
iconIdx: 105
|
|
10196
10329
|
},
|
|
10197
10330
|
{
|
|
10198
10331
|
icon: {
|
|
@@ -10217,7 +10350,7 @@ var icons = [
|
|
|
10217
10350
|
},
|
|
10218
10351
|
setIdx: 0,
|
|
10219
10352
|
setId: 0,
|
|
10220
|
-
iconIdx:
|
|
10353
|
+
iconIdx: 106
|
|
10221
10354
|
},
|
|
10222
10355
|
{
|
|
10223
10356
|
icon: {
|
|
@@ -10243,7 +10376,7 @@ var icons = [
|
|
|
10243
10376
|
},
|
|
10244
10377
|
setIdx: 0,
|
|
10245
10378
|
setId: 0,
|
|
10246
|
-
iconIdx:
|
|
10379
|
+
iconIdx: 107
|
|
10247
10380
|
},
|
|
10248
10381
|
{
|
|
10249
10382
|
icon: {
|
|
@@ -10268,7 +10401,7 @@ var icons = [
|
|
|
10268
10401
|
},
|
|
10269
10402
|
setIdx: 0,
|
|
10270
10403
|
setId: 0,
|
|
10271
|
-
iconIdx:
|
|
10404
|
+
iconIdx: 108
|
|
10272
10405
|
},
|
|
10273
10406
|
{
|
|
10274
10407
|
icon: {
|
|
@@ -10293,7 +10426,7 @@ var icons = [
|
|
|
10293
10426
|
},
|
|
10294
10427
|
setIdx: 0,
|
|
10295
10428
|
setId: 0,
|
|
10296
|
-
iconIdx:
|
|
10429
|
+
iconIdx: 109
|
|
10297
10430
|
},
|
|
10298
10431
|
{
|
|
10299
10432
|
icon: {
|
|
@@ -10318,7 +10451,7 @@ var icons = [
|
|
|
10318
10451
|
},
|
|
10319
10452
|
setIdx: 0,
|
|
10320
10453
|
setId: 0,
|
|
10321
|
-
iconIdx:
|
|
10454
|
+
iconIdx: 110
|
|
10322
10455
|
},
|
|
10323
10456
|
{
|
|
10324
10457
|
icon: {
|
|
@@ -10343,7 +10476,7 @@ var icons = [
|
|
|
10343
10476
|
},
|
|
10344
10477
|
setIdx: 0,
|
|
10345
10478
|
setId: 0,
|
|
10346
|
-
iconIdx:
|
|
10479
|
+
iconIdx: 111
|
|
10347
10480
|
},
|
|
10348
10481
|
{
|
|
10349
10482
|
icon: {
|
|
@@ -10368,7 +10501,7 @@ var icons = [
|
|
|
10368
10501
|
},
|
|
10369
10502
|
setIdx: 0,
|
|
10370
10503
|
setId: 0,
|
|
10371
|
-
iconIdx:
|
|
10504
|
+
iconIdx: 112
|
|
10372
10505
|
},
|
|
10373
10506
|
{
|
|
10374
10507
|
icon: {
|
|
@@ -10397,7 +10530,7 @@ var icons = [
|
|
|
10397
10530
|
},
|
|
10398
10531
|
setIdx: 0,
|
|
10399
10532
|
setId: 0,
|
|
10400
|
-
iconIdx:
|
|
10533
|
+
iconIdx: 113
|
|
10401
10534
|
},
|
|
10402
10535
|
{
|
|
10403
10536
|
icon: {
|
|
@@ -10422,7 +10555,7 @@ var icons = [
|
|
|
10422
10555
|
},
|
|
10423
10556
|
setIdx: 0,
|
|
10424
10557
|
setId: 0,
|
|
10425
|
-
iconIdx:
|
|
10558
|
+
iconIdx: 114
|
|
10426
10559
|
},
|
|
10427
10560
|
{
|
|
10428
10561
|
icon: {
|
|
@@ -10447,7 +10580,7 @@ var icons = [
|
|
|
10447
10580
|
},
|
|
10448
10581
|
setIdx: 0,
|
|
10449
10582
|
setId: 0,
|
|
10450
|
-
iconIdx:
|
|
10583
|
+
iconIdx: 115
|
|
10451
10584
|
},
|
|
10452
10585
|
{
|
|
10453
10586
|
icon: {
|
|
@@ -10472,7 +10605,7 @@ var icons = [
|
|
|
10472
10605
|
},
|
|
10473
10606
|
setIdx: 0,
|
|
10474
10607
|
setId: 0,
|
|
10475
|
-
iconIdx:
|
|
10608
|
+
iconIdx: 116
|
|
10476
10609
|
},
|
|
10477
10610
|
{
|
|
10478
10611
|
icon: {
|
|
@@ -10497,7 +10630,7 @@ var icons = [
|
|
|
10497
10630
|
},
|
|
10498
10631
|
setIdx: 0,
|
|
10499
10632
|
setId: 0,
|
|
10500
|
-
iconIdx:
|
|
10633
|
+
iconIdx: 117
|
|
10501
10634
|
},
|
|
10502
10635
|
{
|
|
10503
10636
|
icon: {
|
|
@@ -10522,7 +10655,7 @@ var icons = [
|
|
|
10522
10655
|
},
|
|
10523
10656
|
setIdx: 0,
|
|
10524
10657
|
setId: 0,
|
|
10525
|
-
iconIdx:
|
|
10658
|
+
iconIdx: 118
|
|
10526
10659
|
},
|
|
10527
10660
|
{
|
|
10528
10661
|
icon: {
|
|
@@ -10553,7 +10686,7 @@ var icons = [
|
|
|
10553
10686
|
},
|
|
10554
10687
|
setIdx: 0,
|
|
10555
10688
|
setId: 0,
|
|
10556
|
-
iconIdx:
|
|
10689
|
+
iconIdx: 119
|
|
10557
10690
|
},
|
|
10558
10691
|
{
|
|
10559
10692
|
icon: {
|
|
@@ -10578,7 +10711,7 @@ var icons = [
|
|
|
10578
10711
|
},
|
|
10579
10712
|
setIdx: 0,
|
|
10580
10713
|
setId: 0,
|
|
10581
|
-
iconIdx:
|
|
10714
|
+
iconIdx: 120
|
|
10582
10715
|
},
|
|
10583
10716
|
{
|
|
10584
10717
|
icon: {
|
|
@@ -10609,7 +10742,7 @@ var icons = [
|
|
|
10609
10742
|
},
|
|
10610
10743
|
setIdx: 0,
|
|
10611
10744
|
setId: 0,
|
|
10612
|
-
iconIdx:
|
|
10745
|
+
iconIdx: 121
|
|
10613
10746
|
},
|
|
10614
10747
|
{
|
|
10615
10748
|
icon: {
|
|
@@ -10634,7 +10767,7 @@ var icons = [
|
|
|
10634
10767
|
},
|
|
10635
10768
|
setIdx: 0,
|
|
10636
10769
|
setId: 0,
|
|
10637
|
-
iconIdx:
|
|
10770
|
+
iconIdx: 122
|
|
10638
10771
|
},
|
|
10639
10772
|
{
|
|
10640
10773
|
icon: {
|
|
@@ -10659,7 +10792,7 @@ var icons = [
|
|
|
10659
10792
|
},
|
|
10660
10793
|
setIdx: 0,
|
|
10661
10794
|
setId: 0,
|
|
10662
|
-
iconIdx:
|
|
10795
|
+
iconIdx: 123
|
|
10663
10796
|
},
|
|
10664
10797
|
{
|
|
10665
10798
|
icon: {
|
|
@@ -10684,7 +10817,7 @@ var icons = [
|
|
|
10684
10817
|
},
|
|
10685
10818
|
setIdx: 0,
|
|
10686
10819
|
setId: 0,
|
|
10687
|
-
iconIdx:
|
|
10820
|
+
iconIdx: 124
|
|
10688
10821
|
},
|
|
10689
10822
|
{
|
|
10690
10823
|
icon: {
|
|
@@ -10709,7 +10842,7 @@ var icons = [
|
|
|
10709
10842
|
},
|
|
10710
10843
|
setIdx: 0,
|
|
10711
10844
|
setId: 0,
|
|
10712
|
-
iconIdx:
|
|
10845
|
+
iconIdx: 125
|
|
10713
10846
|
},
|
|
10714
10847
|
{
|
|
10715
10848
|
icon: {
|
|
@@ -10741,7 +10874,7 @@ var icons = [
|
|
|
10741
10874
|
},
|
|
10742
10875
|
setIdx: 0,
|
|
10743
10876
|
setId: 0,
|
|
10744
|
-
iconIdx:
|
|
10877
|
+
iconIdx: 126
|
|
10745
10878
|
},
|
|
10746
10879
|
{
|
|
10747
10880
|
icon: {
|
|
@@ -10766,7 +10899,7 @@ var icons = [
|
|
|
10766
10899
|
},
|
|
10767
10900
|
setIdx: 0,
|
|
10768
10901
|
setId: 0,
|
|
10769
|
-
iconIdx:
|
|
10902
|
+
iconIdx: 127
|
|
10770
10903
|
},
|
|
10771
10904
|
{
|
|
10772
10905
|
icon: {
|
|
@@ -10800,7 +10933,7 @@ var icons = [
|
|
|
10800
10933
|
},
|
|
10801
10934
|
setIdx: 0,
|
|
10802
10935
|
setId: 0,
|
|
10803
|
-
iconIdx:
|
|
10936
|
+
iconIdx: 128
|
|
10804
10937
|
},
|
|
10805
10938
|
{
|
|
10806
10939
|
icon: {
|
|
@@ -10826,7 +10959,7 @@ var icons = [
|
|
|
10826
10959
|
},
|
|
10827
10960
|
setIdx: 0,
|
|
10828
10961
|
setId: 0,
|
|
10829
|
-
iconIdx:
|
|
10962
|
+
iconIdx: 129
|
|
10830
10963
|
},
|
|
10831
10964
|
{
|
|
10832
10965
|
icon: {
|
|
@@ -10851,7 +10984,7 @@ var icons = [
|
|
|
10851
10984
|
},
|
|
10852
10985
|
setIdx: 0,
|
|
10853
10986
|
setId: 0,
|
|
10854
|
-
iconIdx:
|
|
10987
|
+
iconIdx: 130
|
|
10855
10988
|
},
|
|
10856
10989
|
{
|
|
10857
10990
|
icon: {
|
|
@@ -10878,7 +11011,7 @@ var icons = [
|
|
|
10878
11011
|
},
|
|
10879
11012
|
setIdx: 0,
|
|
10880
11013
|
setId: 0,
|
|
10881
|
-
iconIdx:
|
|
11014
|
+
iconIdx: 131
|
|
10882
11015
|
},
|
|
10883
11016
|
{
|
|
10884
11017
|
icon: {
|
|
@@ -10908,7 +11041,7 @@ var icons = [
|
|
|
10908
11041
|
},
|
|
10909
11042
|
setIdx: 0,
|
|
10910
11043
|
setId: 0,
|
|
10911
|
-
iconIdx:
|
|
11044
|
+
iconIdx: 132
|
|
10912
11045
|
},
|
|
10913
11046
|
{
|
|
10914
11047
|
icon: {
|
|
@@ -10933,7 +11066,7 @@ var icons = [
|
|
|
10933
11066
|
},
|
|
10934
11067
|
setIdx: 0,
|
|
10935
11068
|
setId: 0,
|
|
10936
|
-
iconIdx:
|
|
11069
|
+
iconIdx: 133
|
|
10937
11070
|
},
|
|
10938
11071
|
{
|
|
10939
11072
|
icon: {
|
|
@@ -10958,7 +11091,7 @@ var icons = [
|
|
|
10958
11091
|
},
|
|
10959
11092
|
setIdx: 0,
|
|
10960
11093
|
setId: 0,
|
|
10961
|
-
iconIdx:
|
|
11094
|
+
iconIdx: 134
|
|
10962
11095
|
},
|
|
10963
11096
|
{
|
|
10964
11097
|
icon: {
|
|
@@ -10984,7 +11117,7 @@ var icons = [
|
|
|
10984
11117
|
},
|
|
10985
11118
|
setIdx: 0,
|
|
10986
11119
|
setId: 0,
|
|
10987
|
-
iconIdx:
|
|
11120
|
+
iconIdx: 135
|
|
10988
11121
|
},
|
|
10989
11122
|
{
|
|
10990
11123
|
icon: {
|
|
@@ -11009,7 +11142,7 @@ var icons = [
|
|
|
11009
11142
|
},
|
|
11010
11143
|
setIdx: 0,
|
|
11011
11144
|
setId: 0,
|
|
11012
|
-
iconIdx:
|
|
11145
|
+
iconIdx: 136
|
|
11013
11146
|
},
|
|
11014
11147
|
{
|
|
11015
11148
|
icon: {
|
|
@@ -11035,7 +11168,7 @@ var icons = [
|
|
|
11035
11168
|
},
|
|
11036
11169
|
setIdx: 0,
|
|
11037
11170
|
setId: 0,
|
|
11038
|
-
iconIdx:
|
|
11171
|
+
iconIdx: 137
|
|
11039
11172
|
},
|
|
11040
11173
|
{
|
|
11041
11174
|
icon: {
|
|
@@ -11060,7 +11193,7 @@ var icons = [
|
|
|
11060
11193
|
},
|
|
11061
11194
|
setIdx: 0,
|
|
11062
11195
|
setId: 0,
|
|
11063
|
-
iconIdx:
|
|
11196
|
+
iconIdx: 138
|
|
11064
11197
|
},
|
|
11065
11198
|
{
|
|
11066
11199
|
icon: {
|
|
@@ -11085,7 +11218,7 @@ var icons = [
|
|
|
11085
11218
|
},
|
|
11086
11219
|
setIdx: 0,
|
|
11087
11220
|
setId: 0,
|
|
11088
|
-
iconIdx:
|
|
11221
|
+
iconIdx: 139
|
|
11089
11222
|
},
|
|
11090
11223
|
{
|
|
11091
11224
|
icon: {
|
|
@@ -11116,7 +11249,7 @@ var icons = [
|
|
|
11116
11249
|
},
|
|
11117
11250
|
setIdx: 0,
|
|
11118
11251
|
setId: 0,
|
|
11119
|
-
iconIdx:
|
|
11252
|
+
iconIdx: 140
|
|
11120
11253
|
},
|
|
11121
11254
|
{
|
|
11122
11255
|
icon: {
|
|
@@ -11141,7 +11274,7 @@ var icons = [
|
|
|
11141
11274
|
},
|
|
11142
11275
|
setIdx: 0,
|
|
11143
11276
|
setId: 0,
|
|
11144
|
-
iconIdx:
|
|
11277
|
+
iconIdx: 141
|
|
11145
11278
|
},
|
|
11146
11279
|
{
|
|
11147
11280
|
icon: {
|
|
@@ -11166,7 +11299,7 @@ var icons = [
|
|
|
11166
11299
|
},
|
|
11167
11300
|
setIdx: 0,
|
|
11168
11301
|
setId: 0,
|
|
11169
|
-
iconIdx:
|
|
11302
|
+
iconIdx: 142
|
|
11170
11303
|
},
|
|
11171
11304
|
{
|
|
11172
11305
|
icon: {
|
|
@@ -11191,7 +11324,7 @@ var icons = [
|
|
|
11191
11324
|
},
|
|
11192
11325
|
setIdx: 0,
|
|
11193
11326
|
setId: 0,
|
|
11194
|
-
iconIdx:
|
|
11327
|
+
iconIdx: 143
|
|
11195
11328
|
},
|
|
11196
11329
|
{
|
|
11197
11330
|
icon: {
|
|
@@ -11216,7 +11349,7 @@ var icons = [
|
|
|
11216
11349
|
},
|
|
11217
11350
|
setIdx: 0,
|
|
11218
11351
|
setId: 0,
|
|
11219
|
-
iconIdx:
|
|
11352
|
+
iconIdx: 144
|
|
11220
11353
|
},
|
|
11221
11354
|
{
|
|
11222
11355
|
icon: {
|
|
@@ -11242,7 +11375,7 @@ var icons = [
|
|
|
11242
11375
|
},
|
|
11243
11376
|
setIdx: 0,
|
|
11244
11377
|
setId: 0,
|
|
11245
|
-
iconIdx:
|
|
11378
|
+
iconIdx: 145
|
|
11246
11379
|
},
|
|
11247
11380
|
{
|
|
11248
11381
|
icon: {
|
|
@@ -11267,7 +11400,7 @@ var icons = [
|
|
|
11267
11400
|
},
|
|
11268
11401
|
setIdx: 0,
|
|
11269
11402
|
setId: 0,
|
|
11270
|
-
iconIdx:
|
|
11403
|
+
iconIdx: 146
|
|
11271
11404
|
},
|
|
11272
11405
|
{
|
|
11273
11406
|
icon: {
|
|
@@ -11292,7 +11425,7 @@ var icons = [
|
|
|
11292
11425
|
},
|
|
11293
11426
|
setIdx: 0,
|
|
11294
11427
|
setId: 0,
|
|
11295
|
-
iconIdx:
|
|
11428
|
+
iconIdx: 147
|
|
11296
11429
|
},
|
|
11297
11430
|
{
|
|
11298
11431
|
icon: {
|
|
@@ -11322,7 +11455,7 @@ var icons = [
|
|
|
11322
11455
|
},
|
|
11323
11456
|
setIdx: 0,
|
|
11324
11457
|
setId: 0,
|
|
11325
|
-
iconIdx:
|
|
11458
|
+
iconIdx: 148
|
|
11326
11459
|
},
|
|
11327
11460
|
{
|
|
11328
11461
|
icon: {
|
|
@@ -11347,7 +11480,7 @@ var icons = [
|
|
|
11347
11480
|
},
|
|
11348
11481
|
setIdx: 0,
|
|
11349
11482
|
setId: 0,
|
|
11350
|
-
iconIdx:
|
|
11483
|
+
iconIdx: 149
|
|
11351
11484
|
},
|
|
11352
11485
|
{
|
|
11353
11486
|
icon: {
|
|
@@ -11372,7 +11505,7 @@ var icons = [
|
|
|
11372
11505
|
},
|
|
11373
11506
|
setIdx: 0,
|
|
11374
11507
|
setId: 0,
|
|
11375
|
-
iconIdx:
|
|
11508
|
+
iconIdx: 150
|
|
11376
11509
|
},
|
|
11377
11510
|
{
|
|
11378
11511
|
icon: {
|
|
@@ -11397,7 +11530,7 @@ var icons = [
|
|
|
11397
11530
|
},
|
|
11398
11531
|
setIdx: 0,
|
|
11399
11532
|
setId: 0,
|
|
11400
|
-
iconIdx:
|
|
11533
|
+
iconIdx: 151
|
|
11401
11534
|
},
|
|
11402
11535
|
{
|
|
11403
11536
|
icon: {
|
|
@@ -11422,7 +11555,7 @@ var icons = [
|
|
|
11422
11555
|
},
|
|
11423
11556
|
setIdx: 0,
|
|
11424
11557
|
setId: 0,
|
|
11425
|
-
iconIdx:
|
|
11558
|
+
iconIdx: 152
|
|
11426
11559
|
},
|
|
11427
11560
|
{
|
|
11428
11561
|
icon: {
|
|
@@ -11447,7 +11580,7 @@ var icons = [
|
|
|
11447
11580
|
},
|
|
11448
11581
|
setIdx: 0,
|
|
11449
11582
|
setId: 0,
|
|
11450
|
-
iconIdx:
|
|
11583
|
+
iconIdx: 153
|
|
11451
11584
|
},
|
|
11452
11585
|
{
|
|
11453
11586
|
icon: {
|
|
@@ -11472,7 +11605,7 @@ var icons = [
|
|
|
11472
11605
|
},
|
|
11473
11606
|
setIdx: 0,
|
|
11474
11607
|
setId: 0,
|
|
11475
|
-
iconIdx:
|
|
11608
|
+
iconIdx: 154
|
|
11476
11609
|
},
|
|
11477
11610
|
{
|
|
11478
11611
|
icon: {
|
|
@@ -11497,7 +11630,7 @@ var icons = [
|
|
|
11497
11630
|
},
|
|
11498
11631
|
setIdx: 0,
|
|
11499
11632
|
setId: 0,
|
|
11500
|
-
iconIdx:
|
|
11633
|
+
iconIdx: 155
|
|
11501
11634
|
},
|
|
11502
11635
|
{
|
|
11503
11636
|
icon: {
|
|
@@ -11525,7 +11658,7 @@ var icons = [
|
|
|
11525
11658
|
},
|
|
11526
11659
|
setIdx: 0,
|
|
11527
11660
|
setId: 0,
|
|
11528
|
-
iconIdx:
|
|
11661
|
+
iconIdx: 156
|
|
11529
11662
|
},
|
|
11530
11663
|
{
|
|
11531
11664
|
icon: {
|
|
@@ -11550,7 +11683,7 @@ var icons = [
|
|
|
11550
11683
|
},
|
|
11551
11684
|
setIdx: 0,
|
|
11552
11685
|
setId: 0,
|
|
11553
|
-
iconIdx:
|
|
11686
|
+
iconIdx: 157
|
|
11554
11687
|
},
|
|
11555
11688
|
{
|
|
11556
11689
|
icon: {
|
|
@@ -11575,7 +11708,7 @@ var icons = [
|
|
|
11575
11708
|
},
|
|
11576
11709
|
setIdx: 0,
|
|
11577
11710
|
setId: 0,
|
|
11578
|
-
iconIdx:
|
|
11711
|
+
iconIdx: 158
|
|
11579
11712
|
},
|
|
11580
11713
|
{
|
|
11581
11714
|
icon: {
|
|
@@ -11600,7 +11733,7 @@ var icons = [
|
|
|
11600
11733
|
},
|
|
11601
11734
|
setIdx: 0,
|
|
11602
11735
|
setId: 0,
|
|
11603
|
-
iconIdx:
|
|
11736
|
+
iconIdx: 159
|
|
11604
11737
|
},
|
|
11605
11738
|
{
|
|
11606
11739
|
icon: {
|
|
@@ -11625,7 +11758,7 @@ var icons = [
|
|
|
11625
11758
|
},
|
|
11626
11759
|
setIdx: 0,
|
|
11627
11760
|
setId: 0,
|
|
11628
|
-
iconIdx:
|
|
11761
|
+
iconIdx: 160
|
|
11629
11762
|
},
|
|
11630
11763
|
{
|
|
11631
11764
|
icon: {
|
|
@@ -11652,7 +11785,7 @@ var icons = [
|
|
|
11652
11785
|
},
|
|
11653
11786
|
setIdx: 0,
|
|
11654
11787
|
setId: 0,
|
|
11655
|
-
iconIdx:
|
|
11788
|
+
iconIdx: 161
|
|
11656
11789
|
},
|
|
11657
11790
|
{
|
|
11658
11791
|
icon: {
|
|
@@ -11682,7 +11815,7 @@ var icons = [
|
|
|
11682
11815
|
},
|
|
11683
11816
|
setIdx: 0,
|
|
11684
11817
|
setId: 0,
|
|
11685
|
-
iconIdx:
|
|
11818
|
+
iconIdx: 162
|
|
11686
11819
|
},
|
|
11687
11820
|
{
|
|
11688
11821
|
icon: {
|
|
@@ -11707,7 +11840,7 @@ var icons = [
|
|
|
11707
11840
|
},
|
|
11708
11841
|
setIdx: 0,
|
|
11709
11842
|
setId: 0,
|
|
11710
|
-
iconIdx:
|
|
11843
|
+
iconIdx: 163
|
|
11711
11844
|
},
|
|
11712
11845
|
{
|
|
11713
11846
|
icon: {
|
|
@@ -11732,7 +11865,7 @@ var icons = [
|
|
|
11732
11865
|
},
|
|
11733
11866
|
setIdx: 0,
|
|
11734
11867
|
setId: 0,
|
|
11735
|
-
iconIdx:
|
|
11868
|
+
iconIdx: 164
|
|
11736
11869
|
},
|
|
11737
11870
|
{
|
|
11738
11871
|
icon: {
|
|
@@ -11757,7 +11890,7 @@ var icons = [
|
|
|
11757
11890
|
},
|
|
11758
11891
|
setIdx: 0,
|
|
11759
11892
|
setId: 0,
|
|
11760
|
-
iconIdx:
|
|
11893
|
+
iconIdx: 165
|
|
11761
11894
|
},
|
|
11762
11895
|
{
|
|
11763
11896
|
icon: {
|
|
@@ -11782,7 +11915,7 @@ var icons = [
|
|
|
11782
11915
|
},
|
|
11783
11916
|
setIdx: 0,
|
|
11784
11917
|
setId: 0,
|
|
11785
|
-
iconIdx:
|
|
11918
|
+
iconIdx: 166
|
|
11786
11919
|
},
|
|
11787
11920
|
{
|
|
11788
11921
|
icon: {
|
|
@@ -11808,7 +11941,7 @@ var icons = [
|
|
|
11808
11941
|
},
|
|
11809
11942
|
setIdx: 0,
|
|
11810
11943
|
setId: 0,
|
|
11811
|
-
iconIdx:
|
|
11944
|
+
iconIdx: 167
|
|
11812
11945
|
},
|
|
11813
11946
|
{
|
|
11814
11947
|
icon: {
|
|
@@ -11833,7 +11966,7 @@ var icons = [
|
|
|
11833
11966
|
},
|
|
11834
11967
|
setIdx: 0,
|
|
11835
11968
|
setId: 0,
|
|
11836
|
-
iconIdx:
|
|
11969
|
+
iconIdx: 168
|
|
11837
11970
|
},
|
|
11838
11971
|
{
|
|
11839
11972
|
icon: {
|
|
@@ -11859,7 +11992,7 @@ var icons = [
|
|
|
11859
11992
|
},
|
|
11860
11993
|
setIdx: 0,
|
|
11861
11994
|
setId: 0,
|
|
11862
|
-
iconIdx:
|
|
11995
|
+
iconIdx: 169
|
|
11863
11996
|
},
|
|
11864
11997
|
{
|
|
11865
11998
|
icon: {
|
|
@@ -11885,7 +12018,7 @@ var icons = [
|
|
|
11885
12018
|
},
|
|
11886
12019
|
setIdx: 0,
|
|
11887
12020
|
setId: 0,
|
|
11888
|
-
iconIdx:
|
|
12021
|
+
iconIdx: 170
|
|
11889
12022
|
},
|
|
11890
12023
|
{
|
|
11891
12024
|
icon: {
|
|
@@ -11911,7 +12044,7 @@ var icons = [
|
|
|
11911
12044
|
},
|
|
11912
12045
|
setIdx: 0,
|
|
11913
12046
|
setId: 0,
|
|
11914
|
-
iconIdx:
|
|
12047
|
+
iconIdx: 171
|
|
11915
12048
|
},
|
|
11916
12049
|
{
|
|
11917
12050
|
icon: {
|
|
@@ -11938,7 +12071,7 @@ var icons = [
|
|
|
11938
12071
|
},
|
|
11939
12072
|
setIdx: 0,
|
|
11940
12073
|
setId: 0,
|
|
11941
|
-
iconIdx:
|
|
12074
|
+
iconIdx: 172
|
|
11942
12075
|
},
|
|
11943
12076
|
{
|
|
11944
12077
|
icon: {
|
|
@@ -11964,7 +12097,7 @@ var icons = [
|
|
|
11964
12097
|
},
|
|
11965
12098
|
setIdx: 0,
|
|
11966
12099
|
setId: 0,
|
|
11967
|
-
iconIdx:
|
|
12100
|
+
iconIdx: 173
|
|
11968
12101
|
},
|
|
11969
12102
|
{
|
|
11970
12103
|
icon: {
|
|
@@ -11990,7 +12123,7 @@ var icons = [
|
|
|
11990
12123
|
},
|
|
11991
12124
|
setIdx: 0,
|
|
11992
12125
|
setId: 0,
|
|
11993
|
-
iconIdx:
|
|
12126
|
+
iconIdx: 174
|
|
11994
12127
|
},
|
|
11995
12128
|
{
|
|
11996
12129
|
icon: {
|
|
@@ -12017,7 +12150,7 @@ var icons = [
|
|
|
12017
12150
|
},
|
|
12018
12151
|
setIdx: 0,
|
|
12019
12152
|
setId: 0,
|
|
12020
|
-
iconIdx:
|
|
12153
|
+
iconIdx: 175
|
|
12021
12154
|
},
|
|
12022
12155
|
{
|
|
12023
12156
|
icon: {
|
|
@@ -12042,7 +12175,7 @@ var icons = [
|
|
|
12042
12175
|
},
|
|
12043
12176
|
setIdx: 0,
|
|
12044
12177
|
setId: 0,
|
|
12045
|
-
iconIdx:
|
|
12178
|
+
iconIdx: 176
|
|
12046
12179
|
},
|
|
12047
12180
|
{
|
|
12048
12181
|
icon: {
|
|
@@ -12068,7 +12201,7 @@ var icons = [
|
|
|
12068
12201
|
},
|
|
12069
12202
|
setIdx: 0,
|
|
12070
12203
|
setId: 0,
|
|
12071
|
-
iconIdx:
|
|
12204
|
+
iconIdx: 177
|
|
12072
12205
|
},
|
|
12073
12206
|
{
|
|
12074
12207
|
icon: {
|
|
@@ -12094,7 +12227,7 @@ var icons = [
|
|
|
12094
12227
|
},
|
|
12095
12228
|
setIdx: 0,
|
|
12096
12229
|
setId: 0,
|
|
12097
|
-
iconIdx:
|
|
12230
|
+
iconIdx: 178
|
|
12098
12231
|
},
|
|
12099
12232
|
{
|
|
12100
12233
|
icon: {
|
|
@@ -12121,7 +12254,7 @@ var icons = [
|
|
|
12121
12254
|
},
|
|
12122
12255
|
setIdx: 0,
|
|
12123
12256
|
setId: 0,
|
|
12124
|
-
iconIdx:
|
|
12257
|
+
iconIdx: 179
|
|
12125
12258
|
},
|
|
12126
12259
|
{
|
|
12127
12260
|
icon: {
|
|
@@ -12146,7 +12279,7 @@ var icons = [
|
|
|
12146
12279
|
},
|
|
12147
12280
|
setIdx: 0,
|
|
12148
12281
|
setId: 0,
|
|
12149
|
-
iconIdx:
|
|
12282
|
+
iconIdx: 180
|
|
12150
12283
|
},
|
|
12151
12284
|
{
|
|
12152
12285
|
icon: {
|
|
@@ -12172,7 +12305,7 @@ var icons = [
|
|
|
12172
12305
|
},
|
|
12173
12306
|
setIdx: 0,
|
|
12174
12307
|
setId: 0,
|
|
12175
|
-
iconIdx:
|
|
12308
|
+
iconIdx: 181
|
|
12176
12309
|
},
|
|
12177
12310
|
{
|
|
12178
12311
|
icon: {
|
|
@@ -12197,7 +12330,7 @@ var icons = [
|
|
|
12197
12330
|
},
|
|
12198
12331
|
setIdx: 0,
|
|
12199
12332
|
setId: 0,
|
|
12200
|
-
iconIdx:
|
|
12333
|
+
iconIdx: 182
|
|
12201
12334
|
},
|
|
12202
12335
|
{
|
|
12203
12336
|
icon: {
|
|
@@ -12223,7 +12356,7 @@ var icons = [
|
|
|
12223
12356
|
},
|
|
12224
12357
|
setIdx: 0,
|
|
12225
12358
|
setId: 0,
|
|
12226
|
-
iconIdx:
|
|
12359
|
+
iconIdx: 183
|
|
12227
12360
|
},
|
|
12228
12361
|
{
|
|
12229
12362
|
icon: {
|
|
@@ -12251,7 +12384,7 @@ var icons = [
|
|
|
12251
12384
|
},
|
|
12252
12385
|
setIdx: 0,
|
|
12253
12386
|
setId: 0,
|
|
12254
|
-
iconIdx:
|
|
12387
|
+
iconIdx: 184
|
|
12255
12388
|
},
|
|
12256
12389
|
{
|
|
12257
12390
|
icon: {
|
|
@@ -12281,7 +12414,7 @@ var icons = [
|
|
|
12281
12414
|
},
|
|
12282
12415
|
setIdx: 0,
|
|
12283
12416
|
setId: 0,
|
|
12284
|
-
iconIdx:
|
|
12417
|
+
iconIdx: 185
|
|
12285
12418
|
},
|
|
12286
12419
|
{
|
|
12287
12420
|
icon: {
|
|
@@ -12306,7 +12439,7 @@ var icons = [
|
|
|
12306
12439
|
},
|
|
12307
12440
|
setIdx: 0,
|
|
12308
12441
|
setId: 0,
|
|
12309
|
-
iconIdx:
|
|
12442
|
+
iconIdx: 186
|
|
12310
12443
|
},
|
|
12311
12444
|
{
|
|
12312
12445
|
icon: {
|
|
@@ -12331,7 +12464,7 @@ var icons = [
|
|
|
12331
12464
|
},
|
|
12332
12465
|
setIdx: 0,
|
|
12333
12466
|
setId: 0,
|
|
12334
|
-
iconIdx:
|
|
12467
|
+
iconIdx: 187
|
|
12335
12468
|
},
|
|
12336
12469
|
{
|
|
12337
12470
|
icon: {
|
|
@@ -12356,7 +12489,7 @@ var icons = [
|
|
|
12356
12489
|
},
|
|
12357
12490
|
setIdx: 0,
|
|
12358
12491
|
setId: 0,
|
|
12359
|
-
iconIdx:
|
|
12492
|
+
iconIdx: 188
|
|
12360
12493
|
},
|
|
12361
12494
|
{
|
|
12362
12495
|
icon: {
|
|
@@ -12383,7 +12516,7 @@ var icons = [
|
|
|
12383
12516
|
},
|
|
12384
12517
|
setIdx: 0,
|
|
12385
12518
|
setId: 0,
|
|
12386
|
-
iconIdx:
|
|
12519
|
+
iconIdx: 189
|
|
12387
12520
|
},
|
|
12388
12521
|
{
|
|
12389
12522
|
icon: {
|
|
@@ -12408,7 +12541,7 @@ var icons = [
|
|
|
12408
12541
|
},
|
|
12409
12542
|
setIdx: 0,
|
|
12410
12543
|
setId: 0,
|
|
12411
|
-
iconIdx:
|
|
12544
|
+
iconIdx: 190
|
|
12412
12545
|
},
|
|
12413
12546
|
{
|
|
12414
12547
|
icon: {
|
|
@@ -12433,7 +12566,7 @@ var icons = [
|
|
|
12433
12566
|
},
|
|
12434
12567
|
setIdx: 0,
|
|
12435
12568
|
setId: 0,
|
|
12436
|
-
iconIdx:
|
|
12569
|
+
iconIdx: 191
|
|
12437
12570
|
},
|
|
12438
12571
|
{
|
|
12439
12572
|
icon: {
|
|
@@ -12458,7 +12591,7 @@ var icons = [
|
|
|
12458
12591
|
},
|
|
12459
12592
|
setIdx: 0,
|
|
12460
12593
|
setId: 0,
|
|
12461
|
-
iconIdx:
|
|
12594
|
+
iconIdx: 192
|
|
12462
12595
|
},
|
|
12463
12596
|
{
|
|
12464
12597
|
icon: {
|
|
@@ -12484,7 +12617,7 @@ var icons = [
|
|
|
12484
12617
|
},
|
|
12485
12618
|
setIdx: 0,
|
|
12486
12619
|
setId: 0,
|
|
12487
|
-
iconIdx:
|
|
12620
|
+
iconIdx: 193
|
|
12488
12621
|
},
|
|
12489
12622
|
{
|
|
12490
12623
|
icon: {
|
|
@@ -12510,7 +12643,7 @@ var icons = [
|
|
|
12510
12643
|
},
|
|
12511
12644
|
setIdx: 0,
|
|
12512
12645
|
setId: 0,
|
|
12513
|
-
iconIdx:
|
|
12646
|
+
iconIdx: 194
|
|
12514
12647
|
},
|
|
12515
12648
|
{
|
|
12516
12649
|
icon: {
|
|
@@ -12537,7 +12670,7 @@ var icons = [
|
|
|
12537
12670
|
},
|
|
12538
12671
|
setIdx: 0,
|
|
12539
12672
|
setId: 0,
|
|
12540
|
-
iconIdx:
|
|
12673
|
+
iconIdx: 195
|
|
12541
12674
|
},
|
|
12542
12675
|
{
|
|
12543
12676
|
icon: {
|
|
@@ -12563,7 +12696,7 @@ var icons = [
|
|
|
12563
12696
|
},
|
|
12564
12697
|
setIdx: 0,
|
|
12565
12698
|
setId: 0,
|
|
12566
|
-
iconIdx:
|
|
12699
|
+
iconIdx: 196
|
|
12567
12700
|
},
|
|
12568
12701
|
{
|
|
12569
12702
|
icon: {
|
|
@@ -12588,7 +12721,7 @@ var icons = [
|
|
|
12588
12721
|
},
|
|
12589
12722
|
setIdx: 0,
|
|
12590
12723
|
setId: 0,
|
|
12591
|
-
iconIdx:
|
|
12724
|
+
iconIdx: 197
|
|
12592
12725
|
},
|
|
12593
12726
|
{
|
|
12594
12727
|
icon: {
|
|
@@ -12613,7 +12746,7 @@ var icons = [
|
|
|
12613
12746
|
},
|
|
12614
12747
|
setIdx: 0,
|
|
12615
12748
|
setId: 0,
|
|
12616
|
-
iconIdx:
|
|
12749
|
+
iconIdx: 198
|
|
12617
12750
|
},
|
|
12618
12751
|
{
|
|
12619
12752
|
icon: {
|
|
@@ -12638,7 +12771,7 @@ var icons = [
|
|
|
12638
12771
|
},
|
|
12639
12772
|
setIdx: 0,
|
|
12640
12773
|
setId: 0,
|
|
12641
|
-
iconIdx:
|
|
12774
|
+
iconIdx: 199
|
|
12642
12775
|
},
|
|
12643
12776
|
{
|
|
12644
12777
|
icon: {
|
|
@@ -12664,7 +12797,7 @@ var icons = [
|
|
|
12664
12797
|
},
|
|
12665
12798
|
setIdx: 0,
|
|
12666
12799
|
setId: 0,
|
|
12667
|
-
iconIdx:
|
|
12800
|
+
iconIdx: 200
|
|
12668
12801
|
},
|
|
12669
12802
|
{
|
|
12670
12803
|
icon: {
|
|
@@ -12689,7 +12822,7 @@ var icons = [
|
|
|
12689
12822
|
},
|
|
12690
12823
|
setIdx: 0,
|
|
12691
12824
|
setId: 0,
|
|
12692
|
-
iconIdx:
|
|
12825
|
+
iconIdx: 201
|
|
12693
12826
|
},
|
|
12694
12827
|
{
|
|
12695
12828
|
icon: {
|
|
@@ -12717,7 +12850,7 @@ var icons = [
|
|
|
12717
12850
|
},
|
|
12718
12851
|
setIdx: 0,
|
|
12719
12852
|
setId: 0,
|
|
12720
|
-
iconIdx:
|
|
12853
|
+
iconIdx: 202
|
|
12721
12854
|
},
|
|
12722
12855
|
{
|
|
12723
12856
|
icon: {
|
|
@@ -12743,7 +12876,7 @@ var icons = [
|
|
|
12743
12876
|
},
|
|
12744
12877
|
setIdx: 0,
|
|
12745
12878
|
setId: 0,
|
|
12746
|
-
iconIdx:
|
|
12879
|
+
iconIdx: 203
|
|
12747
12880
|
},
|
|
12748
12881
|
{
|
|
12749
12882
|
icon: {
|
|
@@ -12768,7 +12901,7 @@ var icons = [
|
|
|
12768
12901
|
},
|
|
12769
12902
|
setIdx: 0,
|
|
12770
12903
|
setId: 0,
|
|
12771
|
-
iconIdx:
|
|
12904
|
+
iconIdx: 204
|
|
12772
12905
|
},
|
|
12773
12906
|
{
|
|
12774
12907
|
icon: {
|
|
@@ -12796,7 +12929,7 @@ var icons = [
|
|
|
12796
12929
|
},
|
|
12797
12930
|
setIdx: 0,
|
|
12798
12931
|
setId: 0,
|
|
12799
|
-
iconIdx:
|
|
12932
|
+
iconIdx: 205
|
|
12800
12933
|
},
|
|
12801
12934
|
{
|
|
12802
12935
|
icon: {
|
|
@@ -12824,7 +12957,7 @@ var icons = [
|
|
|
12824
12957
|
},
|
|
12825
12958
|
setIdx: 0,
|
|
12826
12959
|
setId: 0,
|
|
12827
|
-
iconIdx:
|
|
12960
|
+
iconIdx: 206
|
|
12828
12961
|
},
|
|
12829
12962
|
{
|
|
12830
12963
|
icon: {
|
|
@@ -12852,7 +12985,7 @@ var icons = [
|
|
|
12852
12985
|
},
|
|
12853
12986
|
setIdx: 0,
|
|
12854
12987
|
setId: 0,
|
|
12855
|
-
iconIdx:
|
|
12988
|
+
iconIdx: 207
|
|
12856
12989
|
},
|
|
12857
12990
|
{
|
|
12858
12991
|
icon: {
|
|
@@ -12880,7 +13013,7 @@ var icons = [
|
|
|
12880
13013
|
},
|
|
12881
13014
|
setIdx: 0,
|
|
12882
13015
|
setId: 0,
|
|
12883
|
-
iconIdx:
|
|
13016
|
+
iconIdx: 208
|
|
12884
13017
|
},
|
|
12885
13018
|
{
|
|
12886
13019
|
icon: {
|
|
@@ -12905,7 +13038,7 @@ var icons = [
|
|
|
12905
13038
|
},
|
|
12906
13039
|
setIdx: 0,
|
|
12907
13040
|
setId: 0,
|
|
12908
|
-
iconIdx:
|
|
13041
|
+
iconIdx: 209
|
|
12909
13042
|
},
|
|
12910
13043
|
{
|
|
12911
13044
|
icon: {
|
|
@@ -12930,7 +13063,7 @@ var icons = [
|
|
|
12930
13063
|
},
|
|
12931
13064
|
setIdx: 0,
|
|
12932
13065
|
setId: 0,
|
|
12933
|
-
iconIdx:
|
|
13066
|
+
iconIdx: 210
|
|
12934
13067
|
},
|
|
12935
13068
|
{
|
|
12936
13069
|
icon: {
|
|
@@ -12957,7 +13090,7 @@ var icons = [
|
|
|
12957
13090
|
},
|
|
12958
13091
|
setIdx: 0,
|
|
12959
13092
|
setId: 0,
|
|
12960
|
-
iconIdx:
|
|
13093
|
+
iconIdx: 211
|
|
12961
13094
|
},
|
|
12962
13095
|
{
|
|
12963
13096
|
icon: {
|
|
@@ -12983,7 +13116,7 @@ var icons = [
|
|
|
12983
13116
|
},
|
|
12984
13117
|
setIdx: 0,
|
|
12985
13118
|
setId: 0,
|
|
12986
|
-
iconIdx:
|
|
13119
|
+
iconIdx: 212
|
|
12987
13120
|
},
|
|
12988
13121
|
{
|
|
12989
13122
|
icon: {
|
|
@@ -13008,7 +13141,7 @@ var icons = [
|
|
|
13008
13141
|
},
|
|
13009
13142
|
setIdx: 0,
|
|
13010
13143
|
setId: 0,
|
|
13011
|
-
iconIdx:
|
|
13144
|
+
iconIdx: 213
|
|
13012
13145
|
},
|
|
13013
13146
|
{
|
|
13014
13147
|
icon: {
|
|
@@ -13033,7 +13166,7 @@ var icons = [
|
|
|
13033
13166
|
},
|
|
13034
13167
|
setIdx: 0,
|
|
13035
13168
|
setId: 0,
|
|
13036
|
-
iconIdx:
|
|
13169
|
+
iconIdx: 214
|
|
13037
13170
|
},
|
|
13038
13171
|
{
|
|
13039
13172
|
icon: {
|
|
@@ -13058,7 +13191,7 @@ var icons = [
|
|
|
13058
13191
|
},
|
|
13059
13192
|
setIdx: 0,
|
|
13060
13193
|
setId: 0,
|
|
13061
|
-
iconIdx:
|
|
13194
|
+
iconIdx: 215
|
|
13062
13195
|
},
|
|
13063
13196
|
{
|
|
13064
13197
|
icon: {
|
|
@@ -13084,7 +13217,7 @@ var icons = [
|
|
|
13084
13217
|
},
|
|
13085
13218
|
setIdx: 0,
|
|
13086
13219
|
setId: 0,
|
|
13087
|
-
iconIdx:
|
|
13220
|
+
iconIdx: 216
|
|
13088
13221
|
},
|
|
13089
13222
|
{
|
|
13090
13223
|
icon: {
|
|
@@ -13109,7 +13242,7 @@ var icons = [
|
|
|
13109
13242
|
},
|
|
13110
13243
|
setIdx: 0,
|
|
13111
13244
|
setId: 0,
|
|
13112
|
-
iconIdx:
|
|
13245
|
+
iconIdx: 217
|
|
13113
13246
|
},
|
|
13114
13247
|
{
|
|
13115
13248
|
icon: {
|
|
@@ -13134,7 +13267,7 @@ var icons = [
|
|
|
13134
13267
|
},
|
|
13135
13268
|
setIdx: 0,
|
|
13136
13269
|
setId: 0,
|
|
13137
|
-
iconIdx:
|
|
13270
|
+
iconIdx: 218
|
|
13138
13271
|
},
|
|
13139
13272
|
{
|
|
13140
13273
|
icon: {
|
|
@@ -13159,7 +13292,7 @@ var icons = [
|
|
|
13159
13292
|
},
|
|
13160
13293
|
setIdx: 0,
|
|
13161
13294
|
setId: 0,
|
|
13162
|
-
iconIdx:
|
|
13295
|
+
iconIdx: 219
|
|
13163
13296
|
},
|
|
13164
13297
|
{
|
|
13165
13298
|
icon: {
|
|
@@ -13185,7 +13318,7 @@ var icons = [
|
|
|
13185
13318
|
},
|
|
13186
13319
|
setIdx: 0,
|
|
13187
13320
|
setId: 0,
|
|
13188
|
-
iconIdx:
|
|
13321
|
+
iconIdx: 220
|
|
13189
13322
|
},
|
|
13190
13323
|
{
|
|
13191
13324
|
icon: {
|
|
@@ -13210,7 +13343,7 @@ var icons = [
|
|
|
13210
13343
|
},
|
|
13211
13344
|
setIdx: 0,
|
|
13212
13345
|
setId: 0,
|
|
13213
|
-
iconIdx:
|
|
13346
|
+
iconIdx: 221
|
|
13214
13347
|
},
|
|
13215
13348
|
{
|
|
13216
13349
|
icon: {
|
|
@@ -13235,7 +13368,7 @@ var icons = [
|
|
|
13235
13368
|
},
|
|
13236
13369
|
setIdx: 0,
|
|
13237
13370
|
setId: 0,
|
|
13238
|
-
iconIdx:
|
|
13371
|
+
iconIdx: 222
|
|
13239
13372
|
},
|
|
13240
13373
|
{
|
|
13241
13374
|
icon: {
|
|
@@ -13260,7 +13393,7 @@ var icons = [
|
|
|
13260
13393
|
},
|
|
13261
13394
|
setIdx: 0,
|
|
13262
13395
|
setId: 0,
|
|
13263
|
-
iconIdx:
|
|
13396
|
+
iconIdx: 223
|
|
13264
13397
|
},
|
|
13265
13398
|
{
|
|
13266
13399
|
icon: {
|
|
@@ -13288,7 +13421,7 @@ var icons = [
|
|
|
13288
13421
|
},
|
|
13289
13422
|
setIdx: 0,
|
|
13290
13423
|
setId: 0,
|
|
13291
|
-
iconIdx:
|
|
13424
|
+
iconIdx: 224
|
|
13292
13425
|
},
|
|
13293
13426
|
{
|
|
13294
13427
|
icon: {
|
|
@@ -13313,7 +13446,7 @@ var icons = [
|
|
|
13313
13446
|
},
|
|
13314
13447
|
setIdx: 0,
|
|
13315
13448
|
setId: 0,
|
|
13316
|
-
iconIdx:
|
|
13449
|
+
iconIdx: 225
|
|
13317
13450
|
},
|
|
13318
13451
|
{
|
|
13319
13452
|
icon: {
|
|
@@ -13341,7 +13474,7 @@ var icons = [
|
|
|
13341
13474
|
},
|
|
13342
13475
|
setIdx: 0,
|
|
13343
13476
|
setId: 0,
|
|
13344
|
-
iconIdx:
|
|
13477
|
+
iconIdx: 226
|
|
13345
13478
|
},
|
|
13346
13479
|
{
|
|
13347
13480
|
icon: {
|
|
@@ -13366,7 +13499,7 @@ var icons = [
|
|
|
13366
13499
|
},
|
|
13367
13500
|
setIdx: 0,
|
|
13368
13501
|
setId: 0,
|
|
13369
|
-
iconIdx:
|
|
13502
|
+
iconIdx: 227
|
|
13370
13503
|
},
|
|
13371
13504
|
{
|
|
13372
13505
|
icon: {
|
|
@@ -13391,7 +13524,7 @@ var icons = [
|
|
|
13391
13524
|
},
|
|
13392
13525
|
setIdx: 0,
|
|
13393
13526
|
setId: 0,
|
|
13394
|
-
iconIdx:
|
|
13527
|
+
iconIdx: 228
|
|
13395
13528
|
},
|
|
13396
13529
|
{
|
|
13397
13530
|
icon: {
|
|
@@ -13416,7 +13549,7 @@ var icons = [
|
|
|
13416
13549
|
},
|
|
13417
13550
|
setIdx: 0,
|
|
13418
13551
|
setId: 0,
|
|
13419
|
-
iconIdx:
|
|
13552
|
+
iconIdx: 229
|
|
13420
13553
|
},
|
|
13421
13554
|
{
|
|
13422
13555
|
icon: {
|
|
@@ -13441,7 +13574,7 @@ var icons = [
|
|
|
13441
13574
|
},
|
|
13442
13575
|
setIdx: 0,
|
|
13443
13576
|
setId: 0,
|
|
13444
|
-
iconIdx:
|
|
13577
|
+
iconIdx: 230
|
|
13445
13578
|
},
|
|
13446
13579
|
{
|
|
13447
13580
|
icon: {
|
|
@@ -13466,7 +13599,7 @@ var icons = [
|
|
|
13466
13599
|
},
|
|
13467
13600
|
setIdx: 0,
|
|
13468
13601
|
setId: 0,
|
|
13469
|
-
iconIdx:
|
|
13602
|
+
iconIdx: 231
|
|
13470
13603
|
},
|
|
13471
13604
|
{
|
|
13472
13605
|
icon: {
|
|
@@ -13491,7 +13624,7 @@ var icons = [
|
|
|
13491
13624
|
},
|
|
13492
13625
|
setIdx: 0,
|
|
13493
13626
|
setId: 0,
|
|
13494
|
-
iconIdx:
|
|
13627
|
+
iconIdx: 232
|
|
13495
13628
|
},
|
|
13496
13629
|
{
|
|
13497
13630
|
icon: {
|
|
@@ -13516,7 +13649,7 @@ var icons = [
|
|
|
13516
13649
|
},
|
|
13517
13650
|
setIdx: 0,
|
|
13518
13651
|
setId: 0,
|
|
13519
|
-
iconIdx:
|
|
13652
|
+
iconIdx: 233
|
|
13520
13653
|
},
|
|
13521
13654
|
{
|
|
13522
13655
|
icon: {
|
|
@@ -13541,7 +13674,7 @@ var icons = [
|
|
|
13541
13674
|
},
|
|
13542
13675
|
setIdx: 0,
|
|
13543
13676
|
setId: 0,
|
|
13544
|
-
iconIdx:
|
|
13677
|
+
iconIdx: 234
|
|
13545
13678
|
},
|
|
13546
13679
|
{
|
|
13547
13680
|
icon: {
|
|
@@ -13566,7 +13699,7 @@ var icons = [
|
|
|
13566
13699
|
},
|
|
13567
13700
|
setIdx: 0,
|
|
13568
13701
|
setId: 0,
|
|
13569
|
-
iconIdx:
|
|
13702
|
+
iconIdx: 235
|
|
13570
13703
|
},
|
|
13571
13704
|
{
|
|
13572
13705
|
icon: {
|
|
@@ -13591,7 +13724,7 @@ var icons = [
|
|
|
13591
13724
|
},
|
|
13592
13725
|
setIdx: 0,
|
|
13593
13726
|
setId: 0,
|
|
13594
|
-
iconIdx:
|
|
13727
|
+
iconIdx: 236
|
|
13595
13728
|
},
|
|
13596
13729
|
{
|
|
13597
13730
|
icon: {
|
|
@@ -13618,7 +13751,7 @@ var icons = [
|
|
|
13618
13751
|
},
|
|
13619
13752
|
setIdx: 0,
|
|
13620
13753
|
setId: 0,
|
|
13621
|
-
iconIdx:
|
|
13754
|
+
iconIdx: 237
|
|
13622
13755
|
},
|
|
13623
13756
|
{
|
|
13624
13757
|
icon: {
|
|
@@ -13643,7 +13776,7 @@ var icons = [
|
|
|
13643
13776
|
},
|
|
13644
13777
|
setIdx: 0,
|
|
13645
13778
|
setId: 0,
|
|
13646
|
-
iconIdx:
|
|
13779
|
+
iconIdx: 238
|
|
13647
13780
|
},
|
|
13648
13781
|
{
|
|
13649
13782
|
icon: {
|
|
@@ -13668,7 +13801,7 @@ var icons = [
|
|
|
13668
13801
|
},
|
|
13669
13802
|
setIdx: 0,
|
|
13670
13803
|
setId: 0,
|
|
13671
|
-
iconIdx:
|
|
13804
|
+
iconIdx: 239
|
|
13672
13805
|
},
|
|
13673
13806
|
{
|
|
13674
13807
|
icon: {
|
|
@@ -13693,7 +13826,7 @@ var icons = [
|
|
|
13693
13826
|
},
|
|
13694
13827
|
setIdx: 0,
|
|
13695
13828
|
setId: 0,
|
|
13696
|
-
iconIdx:
|
|
13829
|
+
iconIdx: 240
|
|
13697
13830
|
},
|
|
13698
13831
|
{
|
|
13699
13832
|
icon: {
|
|
@@ -13718,7 +13851,7 @@ var icons = [
|
|
|
13718
13851
|
},
|
|
13719
13852
|
setIdx: 0,
|
|
13720
13853
|
setId: 0,
|
|
13721
|
-
iconIdx:
|
|
13854
|
+
iconIdx: 241
|
|
13722
13855
|
},
|
|
13723
13856
|
{
|
|
13724
13857
|
icon: {
|
|
@@ -13743,7 +13876,7 @@ var icons = [
|
|
|
13743
13876
|
},
|
|
13744
13877
|
setIdx: 0,
|
|
13745
13878
|
setId: 0,
|
|
13746
|
-
iconIdx:
|
|
13879
|
+
iconIdx: 242
|
|
13747
13880
|
},
|
|
13748
13881
|
{
|
|
13749
13882
|
icon: {
|
|
@@ -13772,7 +13905,7 @@ var icons = [
|
|
|
13772
13905
|
},
|
|
13773
13906
|
setIdx: 0,
|
|
13774
13907
|
setId: 0,
|
|
13775
|
-
iconIdx:
|
|
13908
|
+
iconIdx: 243
|
|
13776
13909
|
},
|
|
13777
13910
|
{
|
|
13778
13911
|
icon: {
|
|
@@ -13801,7 +13934,7 @@ var icons = [
|
|
|
13801
13934
|
},
|
|
13802
13935
|
setIdx: 0,
|
|
13803
13936
|
setId: 0,
|
|
13804
|
-
iconIdx:
|
|
13937
|
+
iconIdx: 244
|
|
13805
13938
|
},
|
|
13806
13939
|
{
|
|
13807
13940
|
icon: {
|
|
@@ -13826,7 +13959,7 @@ var icons = [
|
|
|
13826
13959
|
},
|
|
13827
13960
|
setIdx: 0,
|
|
13828
13961
|
setId: 0,
|
|
13829
|
-
iconIdx:
|
|
13962
|
+
iconIdx: 245
|
|
13830
13963
|
},
|
|
13831
13964
|
{
|
|
13832
13965
|
icon: {
|
|
@@ -13851,7 +13984,7 @@ var icons = [
|
|
|
13851
13984
|
},
|
|
13852
13985
|
setIdx: 0,
|
|
13853
13986
|
setId: 0,
|
|
13854
|
-
iconIdx:
|
|
13987
|
+
iconIdx: 246
|
|
13855
13988
|
},
|
|
13856
13989
|
{
|
|
13857
13990
|
icon: {
|
|
@@ -13878,7 +14011,7 @@ var icons = [
|
|
|
13878
14011
|
},
|
|
13879
14012
|
setIdx: 0,
|
|
13880
14013
|
setId: 0,
|
|
13881
|
-
iconIdx:
|
|
14014
|
+
iconIdx: 247
|
|
13882
14015
|
},
|
|
13883
14016
|
{
|
|
13884
14017
|
icon: {
|
|
@@ -13905,7 +14038,7 @@ var icons = [
|
|
|
13905
14038
|
},
|
|
13906
14039
|
setIdx: 0,
|
|
13907
14040
|
setId: 0,
|
|
13908
|
-
iconIdx:
|
|
14041
|
+
iconIdx: 248
|
|
13909
14042
|
},
|
|
13910
14043
|
{
|
|
13911
14044
|
icon: {
|
|
@@ -13930,7 +14063,7 @@ var icons = [
|
|
|
13930
14063
|
},
|
|
13931
14064
|
setIdx: 0,
|
|
13932
14065
|
setId: 0,
|
|
13933
|
-
iconIdx:
|
|
14066
|
+
iconIdx: 249
|
|
13934
14067
|
},
|
|
13935
14068
|
{
|
|
13936
14069
|
icon: {
|
|
@@ -13960,7 +14093,7 @@ var icons = [
|
|
|
13960
14093
|
},
|
|
13961
14094
|
setIdx: 0,
|
|
13962
14095
|
setId: 0,
|
|
13963
|
-
iconIdx:
|
|
14096
|
+
iconIdx: 250
|
|
13964
14097
|
},
|
|
13965
14098
|
{
|
|
13966
14099
|
icon: {
|
|
@@ -13985,7 +14118,7 @@ var icons = [
|
|
|
13985
14118
|
},
|
|
13986
14119
|
setIdx: 0,
|
|
13987
14120
|
setId: 0,
|
|
13988
|
-
iconIdx:
|
|
14121
|
+
iconIdx: 251
|
|
13989
14122
|
},
|
|
13990
14123
|
{
|
|
13991
14124
|
icon: {
|
|
@@ -14010,7 +14143,7 @@ var icons = [
|
|
|
14010
14143
|
},
|
|
14011
14144
|
setIdx: 0,
|
|
14012
14145
|
setId: 0,
|
|
14013
|
-
iconIdx:
|
|
14146
|
+
iconIdx: 252
|
|
14014
14147
|
},
|
|
14015
14148
|
{
|
|
14016
14149
|
icon: {
|
|
@@ -14038,7 +14171,7 @@ var icons = [
|
|
|
14038
14171
|
},
|
|
14039
14172
|
setIdx: 0,
|
|
14040
14173
|
setId: 0,
|
|
14041
|
-
iconIdx:
|
|
14174
|
+
iconIdx: 253
|
|
14042
14175
|
},
|
|
14043
14176
|
{
|
|
14044
14177
|
icon: {
|
|
@@ -14063,7 +14196,7 @@ var icons = [
|
|
|
14063
14196
|
},
|
|
14064
14197
|
setIdx: 0,
|
|
14065
14198
|
setId: 0,
|
|
14066
|
-
iconIdx:
|
|
14199
|
+
iconIdx: 254
|
|
14067
14200
|
},
|
|
14068
14201
|
{
|
|
14069
14202
|
icon: {
|
|
@@ -14094,7 +14227,7 @@ var icons = [
|
|
|
14094
14227
|
},
|
|
14095
14228
|
setIdx: 0,
|
|
14096
14229
|
setId: 0,
|
|
14097
|
-
iconIdx:
|
|
14230
|
+
iconIdx: 255
|
|
14098
14231
|
},
|
|
14099
14232
|
{
|
|
14100
14233
|
icon: {
|
|
@@ -14120,7 +14253,7 @@ var icons = [
|
|
|
14120
14253
|
},
|
|
14121
14254
|
setIdx: 0,
|
|
14122
14255
|
setId: 0,
|
|
14123
|
-
iconIdx:
|
|
14256
|
+
iconIdx: 256
|
|
14124
14257
|
},
|
|
14125
14258
|
{
|
|
14126
14259
|
icon: {
|
|
@@ -14145,7 +14278,7 @@ var icons = [
|
|
|
14145
14278
|
},
|
|
14146
14279
|
setIdx: 0,
|
|
14147
14280
|
setId: 0,
|
|
14148
|
-
iconIdx:
|
|
14281
|
+
iconIdx: 257
|
|
14149
14282
|
},
|
|
14150
14283
|
{
|
|
14151
14284
|
icon: {
|
|
@@ -14170,7 +14303,7 @@ var icons = [
|
|
|
14170
14303
|
},
|
|
14171
14304
|
setIdx: 0,
|
|
14172
14305
|
setId: 0,
|
|
14173
|
-
iconIdx:
|
|
14306
|
+
iconIdx: 258
|
|
14174
14307
|
},
|
|
14175
14308
|
{
|
|
14176
14309
|
icon: {
|
|
@@ -14198,7 +14331,7 @@ var icons = [
|
|
|
14198
14331
|
},
|
|
14199
14332
|
setIdx: 0,
|
|
14200
14333
|
setId: 0,
|
|
14201
|
-
iconIdx:
|
|
14334
|
+
iconIdx: 259
|
|
14202
14335
|
},
|
|
14203
14336
|
{
|
|
14204
14337
|
icon: {
|
|
@@ -14223,7 +14356,7 @@ var icons = [
|
|
|
14223
14356
|
},
|
|
14224
14357
|
setIdx: 0,
|
|
14225
14358
|
setId: 0,
|
|
14226
|
-
iconIdx:
|
|
14359
|
+
iconIdx: 260
|
|
14227
14360
|
},
|
|
14228
14361
|
{
|
|
14229
14362
|
icon: {
|
|
@@ -14248,7 +14381,7 @@ var icons = [
|
|
|
14248
14381
|
},
|
|
14249
14382
|
setIdx: 0,
|
|
14250
14383
|
setId: 0,
|
|
14251
|
-
iconIdx:
|
|
14384
|
+
iconIdx: 261
|
|
14252
14385
|
},
|
|
14253
14386
|
{
|
|
14254
14387
|
icon: {
|
|
@@ -14278,7 +14411,7 @@ var icons = [
|
|
|
14278
14411
|
},
|
|
14279
14412
|
setIdx: 0,
|
|
14280
14413
|
setId: 0,
|
|
14281
|
-
iconIdx:
|
|
14414
|
+
iconIdx: 262
|
|
14282
14415
|
},
|
|
14283
14416
|
{
|
|
14284
14417
|
icon: {
|
|
@@ -14311,7 +14444,7 @@ var icons = [
|
|
|
14311
14444
|
},
|
|
14312
14445
|
setIdx: 0,
|
|
14313
14446
|
setId: 0,
|
|
14314
|
-
iconIdx:
|
|
14447
|
+
iconIdx: 263
|
|
14315
14448
|
},
|
|
14316
14449
|
{
|
|
14317
14450
|
icon: {
|
|
@@ -14336,7 +14469,7 @@ var icons = [
|
|
|
14336
14469
|
},
|
|
14337
14470
|
setIdx: 0,
|
|
14338
14471
|
setId: 0,
|
|
14339
|
-
iconIdx:
|
|
14472
|
+
iconIdx: 264
|
|
14340
14473
|
},
|
|
14341
14474
|
{
|
|
14342
14475
|
icon: {
|
|
@@ -14368,7 +14501,7 @@ var icons = [
|
|
|
14368
14501
|
},
|
|
14369
14502
|
setIdx: 0,
|
|
14370
14503
|
setId: 0,
|
|
14371
|
-
iconIdx:
|
|
14504
|
+
iconIdx: 265
|
|
14372
14505
|
},
|
|
14373
14506
|
{
|
|
14374
14507
|
icon: {
|
|
@@ -14393,7 +14526,7 @@ var icons = [
|
|
|
14393
14526
|
},
|
|
14394
14527
|
setIdx: 0,
|
|
14395
14528
|
setId: 0,
|
|
14396
|
-
iconIdx:
|
|
14529
|
+
iconIdx: 266
|
|
14397
14530
|
},
|
|
14398
14531
|
{
|
|
14399
14532
|
icon: {
|
|
@@ -14418,7 +14551,7 @@ var icons = [
|
|
|
14418
14551
|
},
|
|
14419
14552
|
setIdx: 0,
|
|
14420
14553
|
setId: 0,
|
|
14421
|
-
iconIdx:
|
|
14554
|
+
iconIdx: 267
|
|
14422
14555
|
},
|
|
14423
14556
|
{
|
|
14424
14557
|
icon: {
|
|
@@ -14443,7 +14576,7 @@ var icons = [
|
|
|
14443
14576
|
},
|
|
14444
14577
|
setIdx: 0,
|
|
14445
14578
|
setId: 0,
|
|
14446
|
-
iconIdx:
|
|
14579
|
+
iconIdx: 268
|
|
14447
14580
|
},
|
|
14448
14581
|
{
|
|
14449
14582
|
icon: {
|
|
@@ -14468,7 +14601,7 @@ var icons = [
|
|
|
14468
14601
|
},
|
|
14469
14602
|
setIdx: 0,
|
|
14470
14603
|
setId: 0,
|
|
14471
|
-
iconIdx:
|
|
14604
|
+
iconIdx: 269
|
|
14472
14605
|
},
|
|
14473
14606
|
{
|
|
14474
14607
|
icon: {
|
|
@@ -14493,7 +14626,7 @@ var icons = [
|
|
|
14493
14626
|
},
|
|
14494
14627
|
setIdx: 0,
|
|
14495
14628
|
setId: 0,
|
|
14496
|
-
iconIdx:
|
|
14629
|
+
iconIdx: 270
|
|
14497
14630
|
},
|
|
14498
14631
|
{
|
|
14499
14632
|
icon: {
|
|
@@ -14518,7 +14651,7 @@ var icons = [
|
|
|
14518
14651
|
},
|
|
14519
14652
|
setIdx: 0,
|
|
14520
14653
|
setId: 0,
|
|
14521
|
-
iconIdx:
|
|
14654
|
+
iconIdx: 271
|
|
14522
14655
|
},
|
|
14523
14656
|
{
|
|
14524
14657
|
icon: {
|
|
@@ -14543,7 +14676,7 @@ var icons = [
|
|
|
14543
14676
|
},
|
|
14544
14677
|
setIdx: 0,
|
|
14545
14678
|
setId: 0,
|
|
14546
|
-
iconIdx:
|
|
14679
|
+
iconIdx: 272
|
|
14547
14680
|
},
|
|
14548
14681
|
{
|
|
14549
14682
|
icon: {
|
|
@@ -14568,7 +14701,7 @@ var icons = [
|
|
|
14568
14701
|
},
|
|
14569
14702
|
setIdx: 0,
|
|
14570
14703
|
setId: 0,
|
|
14571
|
-
iconIdx:
|
|
14704
|
+
iconIdx: 273
|
|
14572
14705
|
},
|
|
14573
14706
|
{
|
|
14574
14707
|
icon: {
|
|
@@ -14595,7 +14728,7 @@ var icons = [
|
|
|
14595
14728
|
},
|
|
14596
14729
|
setIdx: 0,
|
|
14597
14730
|
setId: 0,
|
|
14598
|
-
iconIdx:
|
|
14731
|
+
iconIdx: 274
|
|
14599
14732
|
},
|
|
14600
14733
|
{
|
|
14601
14734
|
icon: {
|
|
@@ -14620,7 +14753,7 @@ var icons = [
|
|
|
14620
14753
|
},
|
|
14621
14754
|
setIdx: 0,
|
|
14622
14755
|
setId: 0,
|
|
14623
|
-
iconIdx:
|
|
14756
|
+
iconIdx: 275
|
|
14624
14757
|
},
|
|
14625
14758
|
{
|
|
14626
14759
|
icon: {
|
|
@@ -14645,7 +14778,7 @@ var icons = [
|
|
|
14645
14778
|
},
|
|
14646
14779
|
setIdx: 0,
|
|
14647
14780
|
setId: 0,
|
|
14648
|
-
iconIdx:
|
|
14781
|
+
iconIdx: 276
|
|
14649
14782
|
},
|
|
14650
14783
|
{
|
|
14651
14784
|
icon: {
|
|
@@ -14674,7 +14807,7 @@ var icons = [
|
|
|
14674
14807
|
},
|
|
14675
14808
|
setIdx: 0,
|
|
14676
14809
|
setId: 0,
|
|
14677
|
-
iconIdx:
|
|
14810
|
+
iconIdx: 277
|
|
14678
14811
|
},
|
|
14679
14812
|
{
|
|
14680
14813
|
icon: {
|
|
@@ -14699,7 +14832,7 @@ var icons = [
|
|
|
14699
14832
|
},
|
|
14700
14833
|
setIdx: 0,
|
|
14701
14834
|
setId: 0,
|
|
14702
|
-
iconIdx:
|
|
14835
|
+
iconIdx: 278
|
|
14703
14836
|
},
|
|
14704
14837
|
{
|
|
14705
14838
|
icon: {
|
|
@@ -14724,7 +14857,7 @@ var icons = [
|
|
|
14724
14857
|
},
|
|
14725
14858
|
setIdx: 0,
|
|
14726
14859
|
setId: 0,
|
|
14727
|
-
iconIdx:
|
|
14860
|
+
iconIdx: 279
|
|
14728
14861
|
},
|
|
14729
14862
|
{
|
|
14730
14863
|
icon: {
|
|
@@ -14749,7 +14882,7 @@ var icons = [
|
|
|
14749
14882
|
},
|
|
14750
14883
|
setIdx: 0,
|
|
14751
14884
|
setId: 0,
|
|
14752
|
-
iconIdx:
|
|
14885
|
+
iconIdx: 280
|
|
14753
14886
|
},
|
|
14754
14887
|
{
|
|
14755
14888
|
icon: {
|
|
@@ -14774,7 +14907,7 @@ var icons = [
|
|
|
14774
14907
|
},
|
|
14775
14908
|
setIdx: 0,
|
|
14776
14909
|
setId: 0,
|
|
14777
|
-
iconIdx:
|
|
14910
|
+
iconIdx: 281
|
|
14778
14911
|
},
|
|
14779
14912
|
{
|
|
14780
14913
|
icon: {
|
|
@@ -14799,7 +14932,7 @@ var icons = [
|
|
|
14799
14932
|
},
|
|
14800
14933
|
setIdx: 0,
|
|
14801
14934
|
setId: 0,
|
|
14802
|
-
iconIdx:
|
|
14935
|
+
iconIdx: 282
|
|
14803
14936
|
},
|
|
14804
14937
|
{
|
|
14805
14938
|
icon: {
|
|
@@ -14824,7 +14957,7 @@ var icons = [
|
|
|
14824
14957
|
},
|
|
14825
14958
|
setIdx: 0,
|
|
14826
14959
|
setId: 0,
|
|
14827
|
-
iconIdx:
|
|
14960
|
+
iconIdx: 283
|
|
14828
14961
|
},
|
|
14829
14962
|
{
|
|
14830
14963
|
icon: {
|
|
@@ -14852,7 +14985,7 @@ var icons = [
|
|
|
14852
14985
|
},
|
|
14853
14986
|
setIdx: 0,
|
|
14854
14987
|
setId: 0,
|
|
14855
|
-
iconIdx:
|
|
14988
|
+
iconIdx: 284
|
|
14856
14989
|
},
|
|
14857
14990
|
{
|
|
14858
14991
|
icon: {
|
|
@@ -14877,7 +15010,7 @@ var icons = [
|
|
|
14877
15010
|
},
|
|
14878
15011
|
setIdx: 0,
|
|
14879
15012
|
setId: 0,
|
|
14880
|
-
iconIdx:
|
|
15013
|
+
iconIdx: 285
|
|
14881
15014
|
},
|
|
14882
15015
|
{
|
|
14883
15016
|
icon: {
|
|
@@ -14909,7 +15042,7 @@ var icons = [
|
|
|
14909
15042
|
},
|
|
14910
15043
|
setIdx: 0,
|
|
14911
15044
|
setId: 0,
|
|
14912
|
-
iconIdx:
|
|
15045
|
+
iconIdx: 286
|
|
14913
15046
|
},
|
|
14914
15047
|
{
|
|
14915
15048
|
icon: {
|
|
@@ -14934,7 +15067,7 @@ var icons = [
|
|
|
14934
15067
|
},
|
|
14935
15068
|
setIdx: 0,
|
|
14936
15069
|
setId: 0,
|
|
14937
|
-
iconIdx:
|
|
15070
|
+
iconIdx: 287
|
|
14938
15071
|
},
|
|
14939
15072
|
{
|
|
14940
15073
|
icon: {
|
|
@@ -14962,7 +15095,7 @@ var icons = [
|
|
|
14962
15095
|
},
|
|
14963
15096
|
setIdx: 0,
|
|
14964
15097
|
setId: 0,
|
|
14965
|
-
iconIdx:
|
|
15098
|
+
iconIdx: 288
|
|
14966
15099
|
},
|
|
14967
15100
|
{
|
|
14968
15101
|
icon: {
|
|
@@ -14987,7 +15120,7 @@ var icons = [
|
|
|
14987
15120
|
},
|
|
14988
15121
|
setIdx: 0,
|
|
14989
15122
|
setId: 0,
|
|
14990
|
-
iconIdx:
|
|
15123
|
+
iconIdx: 289
|
|
14991
15124
|
},
|
|
14992
15125
|
{
|
|
14993
15126
|
icon: {
|
|
@@ -15015,7 +15148,7 @@ var icons = [
|
|
|
15015
15148
|
},
|
|
15016
15149
|
setIdx: 0,
|
|
15017
15150
|
setId: 0,
|
|
15018
|
-
iconIdx:
|
|
15151
|
+
iconIdx: 290
|
|
15019
15152
|
},
|
|
15020
15153
|
{
|
|
15021
15154
|
icon: {
|
|
@@ -15040,7 +15173,7 @@ var icons = [
|
|
|
15040
15173
|
},
|
|
15041
15174
|
setIdx: 0,
|
|
15042
15175
|
setId: 0,
|
|
15043
|
-
iconIdx:
|
|
15176
|
+
iconIdx: 291
|
|
15044
15177
|
},
|
|
15045
15178
|
{
|
|
15046
15179
|
icon: {
|
|
@@ -15066,7 +15199,7 @@ var icons = [
|
|
|
15066
15199
|
},
|
|
15067
15200
|
setIdx: 0,
|
|
15068
15201
|
setId: 0,
|
|
15069
|
-
iconIdx:
|
|
15202
|
+
iconIdx: 292
|
|
15070
15203
|
},
|
|
15071
15204
|
{
|
|
15072
15205
|
icon: {
|
|
@@ -15094,7 +15227,7 @@ var icons = [
|
|
|
15094
15227
|
},
|
|
15095
15228
|
setIdx: 0,
|
|
15096
15229
|
setId: 0,
|
|
15097
|
-
iconIdx:
|
|
15230
|
+
iconIdx: 293
|
|
15098
15231
|
},
|
|
15099
15232
|
{
|
|
15100
15233
|
icon: {
|
|
@@ -15119,7 +15252,7 @@ var icons = [
|
|
|
15119
15252
|
},
|
|
15120
15253
|
setIdx: 0,
|
|
15121
15254
|
setId: 0,
|
|
15122
|
-
iconIdx:
|
|
15255
|
+
iconIdx: 294
|
|
15123
15256
|
},
|
|
15124
15257
|
{
|
|
15125
15258
|
icon: {
|
|
@@ -15144,7 +15277,7 @@ var icons = [
|
|
|
15144
15277
|
},
|
|
15145
15278
|
setIdx: 0,
|
|
15146
15279
|
setId: 0,
|
|
15147
|
-
iconIdx:
|
|
15280
|
+
iconIdx: 295
|
|
15148
15281
|
},
|
|
15149
15282
|
{
|
|
15150
15283
|
icon: {
|
|
@@ -15171,7 +15304,7 @@ var icons = [
|
|
|
15171
15304
|
},
|
|
15172
15305
|
setIdx: 0,
|
|
15173
15306
|
setId: 0,
|
|
15174
|
-
iconIdx:
|
|
15307
|
+
iconIdx: 296
|
|
15175
15308
|
},
|
|
15176
15309
|
{
|
|
15177
15310
|
icon: {
|
|
@@ -15196,7 +15329,7 @@ var icons = [
|
|
|
15196
15329
|
},
|
|
15197
15330
|
setIdx: 0,
|
|
15198
15331
|
setId: 0,
|
|
15199
|
-
iconIdx:
|
|
15332
|
+
iconIdx: 297
|
|
15200
15333
|
},
|
|
15201
15334
|
{
|
|
15202
15335
|
icon: {
|
|
@@ -15228,7 +15361,7 @@ var icons = [
|
|
|
15228
15361
|
},
|
|
15229
15362
|
setIdx: 0,
|
|
15230
15363
|
setId: 0,
|
|
15231
|
-
iconIdx:
|
|
15364
|
+
iconIdx: 298
|
|
15232
15365
|
},
|
|
15233
15366
|
{
|
|
15234
15367
|
icon: {
|
|
@@ -15254,7 +15387,7 @@ var icons = [
|
|
|
15254
15387
|
},
|
|
15255
15388
|
setIdx: 0,
|
|
15256
15389
|
setId: 0,
|
|
15257
|
-
iconIdx:
|
|
15390
|
+
iconIdx: 299
|
|
15258
15391
|
},
|
|
15259
15392
|
{
|
|
15260
15393
|
icon: {
|
|
@@ -15285,7 +15418,7 @@ var icons = [
|
|
|
15285
15418
|
},
|
|
15286
15419
|
setIdx: 0,
|
|
15287
15420
|
setId: 0,
|
|
15288
|
-
iconIdx:
|
|
15421
|
+
iconIdx: 300
|
|
15289
15422
|
},
|
|
15290
15423
|
{
|
|
15291
15424
|
icon: {
|
|
@@ -15310,7 +15443,7 @@ var icons = [
|
|
|
15310
15443
|
},
|
|
15311
15444
|
setIdx: 0,
|
|
15312
15445
|
setId: 0,
|
|
15313
|
-
iconIdx:
|
|
15446
|
+
iconIdx: 301
|
|
15314
15447
|
},
|
|
15315
15448
|
{
|
|
15316
15449
|
icon: {
|
|
@@ -15335,7 +15468,7 @@ var icons = [
|
|
|
15335
15468
|
},
|
|
15336
15469
|
setIdx: 0,
|
|
15337
15470
|
setId: 0,
|
|
15338
|
-
iconIdx:
|
|
15471
|
+
iconIdx: 302
|
|
15339
15472
|
},
|
|
15340
15473
|
{
|
|
15341
15474
|
icon: {
|
|
@@ -15366,7 +15499,7 @@ var icons = [
|
|
|
15366
15499
|
},
|
|
15367
15500
|
setIdx: 0,
|
|
15368
15501
|
setId: 0,
|
|
15369
|
-
iconIdx:
|
|
15502
|
+
iconIdx: 303
|
|
15370
15503
|
}
|
|
15371
15504
|
];
|
|
15372
15505
|
var height = 1024;
|
|
@@ -15426,7 +15559,8 @@ var COLOR_INTENTS = {
|
|
|
15426
15559
|
danger: 'danger',
|
|
15427
15560
|
success: 'success',
|
|
15428
15561
|
warning: 'warning',
|
|
15429
|
-
'disabled-text': 'disabledText'
|
|
15562
|
+
'disabled-text': 'disabledText',
|
|
15563
|
+
'text-inverted': 'invertedText'
|
|
15430
15564
|
};
|
|
15431
15565
|
var StyledHeroIcon = index$5(HeroIcon)(function (_ref) {
|
|
15432
15566
|
var themeIntent = _ref.themeIntent,
|
|
@@ -15499,7 +15633,7 @@ var Typography = {
|
|
|
15499
15633
|
Text: Text
|
|
15500
15634
|
};
|
|
15501
15635
|
|
|
15502
|
-
var Container$
|
|
15636
|
+
var Container$1 = index$5(ReactNative.View)(function (_ref) {
|
|
15503
15637
|
var theme = _ref.theme,
|
|
15504
15638
|
_ref$themeVariant = _ref.themeVariant,
|
|
15505
15639
|
themeVariant = _ref$themeVariant === void 0 ? 'default' : _ref$themeVariant,
|
|
@@ -15571,7 +15705,7 @@ var Alert = function Alert(_ref) {
|
|
|
15571
15705
|
variant = _ref$variant === void 0 ? 'default' : _ref$variant,
|
|
15572
15706
|
style = _ref.style,
|
|
15573
15707
|
testID = _ref.testID;
|
|
15574
|
-
return /*#__PURE__*/React__default["default"].createElement(Container$
|
|
15708
|
+
return /*#__PURE__*/React__default["default"].createElement(Container$1, {
|
|
15575
15709
|
themeVariant: variant,
|
|
15576
15710
|
themeIntent: intent,
|
|
15577
15711
|
style: style,
|
|
@@ -15817,7 +15951,7 @@ var Badge$1 = Object.assign(Badge, {
|
|
|
15817
15951
|
Status: Status
|
|
15818
15952
|
});
|
|
15819
15953
|
|
|
15820
|
-
var IconList = ['activate', 'add-person', 'adjustment', 'alignment', 'bank', 'bell', 'billing', 'bookmark', 'box-check', 'box', 'buildings', 'cake', 'calendar-clock', 'calendar', 'candy-box-menu', 'carat-down-small', 'carat-down', 'carat-left', 'carat-right', 'carat-up', 'circle-add', 'circle-cancel', 'circle-check', 'circle-down', 'circle-info', 'circle-left', 'circle-ok', 'circle-pencil', 'circle-question', 'circle-remove', 'circle-right', 'circle-up', 'circle-warning', 'clock', 'cloud-download', 'cloud-upload', 'cog', 'coin', 'contacts', 'credit-card', 'diamond', 'direction-arrows', 'directory', 'document', 'dollar-coin-shine', 'double-buildings', 'edit-template', 'envelope', 'expense', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'folder-user', 'folder', 'funnel-filter', 'global-dollar', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'home', 'image', 'import', 'incident-siren', 'instapay', 'list', 'loading', 'loading-2', 'location', 'lock', 'media-content', 'menu', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'node', 'open-folder', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane', 'play-circle', 'print', 'raising-hands', 'reply', 'reschedule', 'rostering', 'save', 'schedule', 'search-person', 'send', 'speaker', 'star-medal', 'star', 'steps-circle', 'stopwatch', 'suitcase', 'survey', 'swag', 'switch', 'tag', 'target', 'teams', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'activate-outlined', 'add-person-outlined', 'add-section-outlined', 'add-time-outlined', 'add', 'adjustment-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'arrow-down', 'arrow-left', 'arrow-right', 'arrow-up', 'at-sign', 'bell-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bookmark-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'camera-outlined', 'cancel', 'checkmark', 'circle-add-outlined', 'circle-cancel-outlined', 'circle-down-outlined', 'circle-info-outlined', 'circle-left-outlined', 'circle-ok-outlined', 'circle-question-outlined', 'circle-remove-outlined', 'circle-right-outlined', 'circle-up-outlined', 'circle-warning-outlined', 'clock-2-outlined', 'clock-outlined', 'cog-outlined', 'coin-outlined', 'comment-outlined', 'contacts-outlined', 'credit-card-outlined', 'direction-arrows-outlined', 'directory-outlined', 'document-outlined', 'dollar-coin-shine-outlined', 'dollar-sign', 'double-buildings-outlined', 'double-left-arrows', 'double-right-arrows', 'download-outlined', 'edit-template-outlined', 'email-outlined', 'enter-arrow', 'envelope-outlined', 'expense-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-outlined', 'feed-outlined', 'file-certified-outlined', 'file-clone-outlined', 'file-copy-outlined', 'file-dispose-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-search-outlined', 'file-secured-outlined', 'file-verified-outlined', 'folder-outlined', 'folder-user-outlined', 'funnel-filter-outline', 'graph-outlined', 'happy-sun-outlined', 'health-bag-outlined', 'heart-outlined', 'home-outlined', 'image-outlined', 'import-outlined', 'instapay-outlined', 'italic', 'link-1', 'link-2', 'list-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', 'multiple-folders-outlined', 'multiple-users-outlined', 'node-outlined', 'number-points', 'number', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'print-outlined', 'qr-code-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', 'return-arrow', 'rostering-outlined', 'save-outlined', 'schedule-outlined', 'search-outlined', 'send-outlined', 'share-1', 'share-2', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'speaker-outlined', 'star-outlined', 'stopwatch-outlined', 'strikethrough', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'target-outlined', 'timesheet-outlined', 'transfer', 'trash-bin-outlined', 'unavailable', 'underline', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'wallet-outlined', 'warning'];
|
|
15954
|
+
var IconList = ['activate', 'add-person', 'adjustment', 'alignment', 'bank', 'bell', 'billing', 'bookmark', 'box-check', 'box', 'buildings', 'cake', 'calendar-clock', 'calendar', 'candy-box-menu', 'carat-down-small', 'carat-down', 'carat-left', 'carat-right', 'carat-up', 'circle-add', 'circle-cancel', 'circle-check', 'circle-down', 'circle-info', 'circle-left', 'circle-ok', 'circle-pencil', 'circle-question', 'circle-remove', 'circle-right', 'circle-up', 'circle-warning', 'clock', 'cloud-download', 'cloud-upload', 'cog', 'coin', 'contacts', 'credit-card', 'diamond', 'direction-arrows', 'directory', 'document', 'dollar-coin-shine', 'double-buildings', 'edit-template', 'envelope', 'expense', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'folder-user', 'folder', 'funnel-filter', 'global-dollar', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'home', 'image', 'import', 'incident-siren', 'instapay', 'list', 'loading', 'loading-2', 'location', 'lock', 'looks-one', 'looks-two', 'media-content', 'menu', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'node', 'open-folder', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane', 'play-circle', 'print', 'raising-hands', 'reply', 'reschedule', 'rostering', 'save', 'schedule', 'search-person', 'send', 'speaker', 'star-medal', 'star', 'steps-circle', 'stopwatch', 'suitcase', 'survey', 'swag', 'switch', 'tag', 'target', 'teams', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'activate-outlined', 'add-person-outlined', 'add-section-outlined', 'add-time-outlined', 'add', 'adjustment-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'arrow-down', 'arrow-left', 'arrow-right', 'arrow-up', 'at-sign', 'bell-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bookmark-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'camera-outlined', 'cancel', 'checkmark', 'circle-add-outlined', 'circle-cancel-outlined', 'circle-down-outlined', 'circle-info-outlined', 'circle-left-outlined', 'circle-ok-outlined', 'circle-question-outlined', 'circle-remove-outlined', 'circle-right-outlined', 'circle-up-outlined', 'circle-warning-outlined', 'clock-2-outlined', 'clock-outlined', 'cog-outlined', 'coin-outlined', 'comment-outlined', 'contacts-outlined', 'credit-card-outlined', 'direction-arrows-outlined', 'directory-outlined', 'document-outlined', 'dollar-coin-shine-outlined', 'dollar-sign', 'double-buildings-outlined', 'double-left-arrows', 'double-right-arrows', 'download-outlined', 'edit-template-outlined', 'email-outlined', 'enter-arrow', 'envelope-outlined', 'expense-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-outlined', 'feed-outlined', 'file-certified-outlined', 'file-clone-outlined', 'file-copy-outlined', 'file-dispose-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-search-outlined', 'file-secured-outlined', 'file-verified-outlined', 'folder-outlined', 'folder-user-outlined', 'funnel-filter-outline', 'graph-outlined', 'happy-sun-outlined', 'health-bag-outlined', 'heart-outlined', 'home-outlined', 'image-outlined', 'import-outlined', 'instapay-outlined', 'italic', 'link-1', 'link-2', 'list-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', 'multiple-folders-outlined', 'multiple-users-outlined', 'node-outlined', 'number-points', 'number', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'print-outlined', 'qr-code-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', 'return-arrow', 'rostering-outlined', 'save-outlined', 'schedule-outlined', 'search-outlined', 'send-outlined', 'share-1', 'share-2', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'speaker-outlined', 'star-outlined', 'stopwatch-outlined', 'strikethrough', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'target-outlined', 'timesheet-outlined', 'transfer', 'trash-bin-outlined', 'unavailable', 'underline', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'wallet-outlined', 'warning'];
|
|
15821
15955
|
|
|
15822
15956
|
var isHeroIcon = function isHeroIcon(x) {
|
|
15823
15957
|
return IconList.includes(x);
|
|
@@ -16096,12 +16230,15 @@ var StyledLoadingDot = index$5(ReactNative.View)(function (_ref2) {
|
|
|
16096
16230
|
};
|
|
16097
16231
|
|
|
16098
16232
|
case 'outlined-primary':
|
|
16233
|
+
case 'text-primary':
|
|
16099
16234
|
return genLoadingIndicatorStyles(theme, 'primary');
|
|
16100
16235
|
|
|
16101
16236
|
case 'outlined-secondary':
|
|
16237
|
+
case 'text-secondary':
|
|
16102
16238
|
return genLoadingIndicatorStyles(theme, 'secondary');
|
|
16103
16239
|
|
|
16104
16240
|
case 'outlined-danger':
|
|
16241
|
+
case 'text-danger':
|
|
16105
16242
|
return genLoadingIndicatorStyles(theme, 'danger');
|
|
16106
16243
|
}
|
|
16107
16244
|
};
|
|
@@ -16302,6 +16439,31 @@ var genOutlineTextStyles = function genOutlineTextStyles(theme, intent, pressed,
|
|
|
16302
16439
|
}, textColorStyling());
|
|
16303
16440
|
};
|
|
16304
16441
|
|
|
16442
|
+
var genTextVariantTextStyles = function genTextVariantTextStyles(theme, intent, pressed, disabled) {
|
|
16443
|
+
var textColorStyling = function textColorStyling() {
|
|
16444
|
+
if (disabled) {
|
|
16445
|
+
return {
|
|
16446
|
+
color: theme.__hd__.button.colors.disabledText
|
|
16447
|
+
};
|
|
16448
|
+
}
|
|
16449
|
+
|
|
16450
|
+
if (pressed) {
|
|
16451
|
+
return {
|
|
16452
|
+
color: theme.__hd__.button.colors[PRESSED_COLORS[intent]]
|
|
16453
|
+
};
|
|
16454
|
+
}
|
|
16455
|
+
|
|
16456
|
+
return {
|
|
16457
|
+
color: theme.__hd__.button.colors[intent]
|
|
16458
|
+
};
|
|
16459
|
+
};
|
|
16460
|
+
|
|
16461
|
+
return _objectSpread2({
|
|
16462
|
+
fontSize: theme.__hd__.button.fontSize.textVariant,
|
|
16463
|
+
lineHeight: theme.__hd__.button.lineHeight["default"]
|
|
16464
|
+
}, textColorStyling());
|
|
16465
|
+
};
|
|
16466
|
+
|
|
16305
16467
|
var StyledButtonContainer = index$5(ReactNative.View)(function (_ref) {
|
|
16306
16468
|
var _ref$disabled = _ref.disabled,
|
|
16307
16469
|
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
@@ -16331,6 +16493,19 @@ var StyledButtonContainer = index$5(ReactNative.View)(function (_ref) {
|
|
|
16331
16493
|
|
|
16332
16494
|
case 'outlined-danger':
|
|
16333
16495
|
return genOutlineContainerStyles(theme, 'danger', pressed, disabled);
|
|
16496
|
+
|
|
16497
|
+
case 'text-primary':
|
|
16498
|
+
case 'text-secondary':
|
|
16499
|
+
case 'text-danger':
|
|
16500
|
+
return {
|
|
16501
|
+
width: '100%',
|
|
16502
|
+
flexDirection: 'row',
|
|
16503
|
+
justifyContent: 'center',
|
|
16504
|
+
alignItems: 'center',
|
|
16505
|
+
padding: theme.__hd__.button.space.buttonPadding,
|
|
16506
|
+
borderWidth: 0,
|
|
16507
|
+
backgroundColor: 'transparent'
|
|
16508
|
+
};
|
|
16334
16509
|
}
|
|
16335
16510
|
});
|
|
16336
16511
|
var StyledButtonText = index$5(Typography.Text)(function (_ref2) {
|
|
@@ -16365,6 +16540,15 @@ var StyledButtonText = index$5(Typography.Text)(function (_ref2) {
|
|
|
16365
16540
|
|
|
16366
16541
|
case 'outlined-danger':
|
|
16367
16542
|
return genOutlineTextStyles(theme, 'danger', pressed, disabled);
|
|
16543
|
+
|
|
16544
|
+
case 'text-primary':
|
|
16545
|
+
return genTextVariantTextStyles(theme, 'primary', pressed, disabled);
|
|
16546
|
+
|
|
16547
|
+
case 'text-secondary':
|
|
16548
|
+
return genTextVariantTextStyles(theme, 'secondary', pressed, disabled);
|
|
16549
|
+
|
|
16550
|
+
case 'text-danger':
|
|
16551
|
+
return genTextVariantTextStyles(theme, 'danger', pressed, disabled);
|
|
16368
16552
|
}
|
|
16369
16553
|
};
|
|
16370
16554
|
|
|
@@ -16418,6 +16602,15 @@ var StyledButtonIcon = index$5(Icon)(function (_ref4) {
|
|
|
16418
16602
|
|
|
16419
16603
|
case 'outlined-danger':
|
|
16420
16604
|
return genOutlineTextStyles(theme, 'danger', pressed, disabled);
|
|
16605
|
+
|
|
16606
|
+
case 'text-primary':
|
|
16607
|
+
return genTextVariantTextStyles(theme, 'primary', pressed, disabled);
|
|
16608
|
+
|
|
16609
|
+
case 'text-secondary':
|
|
16610
|
+
return genTextVariantTextStyles(theme, 'secondary', pressed, disabled);
|
|
16611
|
+
|
|
16612
|
+
case 'text-danger':
|
|
16613
|
+
return genTextVariantTextStyles(theme, 'danger', pressed, disabled);
|
|
16421
16614
|
}
|
|
16422
16615
|
};
|
|
16423
16616
|
|
|
@@ -16436,6 +16629,11 @@ var OUTLINED_VARIANTS = {
|
|
|
16436
16629
|
secondary: 'outlined-secondary',
|
|
16437
16630
|
danger: 'outlined-danger'
|
|
16438
16631
|
};
|
|
16632
|
+
var TEXT_VARIANTS = {
|
|
16633
|
+
primary: 'text-primary',
|
|
16634
|
+
secondary: 'text-secondary',
|
|
16635
|
+
danger: 'text-danger'
|
|
16636
|
+
};
|
|
16439
16637
|
var getThemeVariant = function getThemeVariant(variant, intent) {
|
|
16440
16638
|
switch (variant) {
|
|
16441
16639
|
case 'basic-transparent':
|
|
@@ -16446,6 +16644,9 @@ var getThemeVariant = function getThemeVariant(variant, intent) {
|
|
|
16446
16644
|
|
|
16447
16645
|
case 'outlined':
|
|
16448
16646
|
return OUTLINED_VARIANTS[intent];
|
|
16647
|
+
|
|
16648
|
+
case 'text':
|
|
16649
|
+
return TEXT_VARIANTS[intent];
|
|
16449
16650
|
}
|
|
16450
16651
|
};
|
|
16451
16652
|
|
|
@@ -16530,8 +16731,65 @@ var IconButton = function IconButton(_ref) {
|
|
|
16530
16731
|
}));
|
|
16531
16732
|
};
|
|
16532
16733
|
|
|
16734
|
+
var ButtonContainer = index$5(ReactNative.TouchableOpacity)(function (_ref) {
|
|
16735
|
+
var theme = _ref.theme;
|
|
16736
|
+
return {
|
|
16737
|
+
width: '100%',
|
|
16738
|
+
flexDirection: 'row',
|
|
16739
|
+
justifyContent: 'center',
|
|
16740
|
+
alignItems: 'center',
|
|
16741
|
+
padding: theme.__hd__.button.space.utilityPadding,
|
|
16742
|
+
borderRadius: theme.__hd__.button.radii.utilityRadii,
|
|
16743
|
+
backgroundColor: theme.__hd__.button.colors.utilityBackground
|
|
16744
|
+
};
|
|
16745
|
+
});
|
|
16746
|
+
var IconWrapper = index$5(ReactNative.View)(function (_ref2) {
|
|
16747
|
+
var theme = _ref2.theme;
|
|
16748
|
+
return {
|
|
16749
|
+
paddingRight: theme.__hd__.button.space.utilityIconPadding
|
|
16750
|
+
};
|
|
16751
|
+
});
|
|
16752
|
+
var ButtonText = index$5(Typography.Text)(function (_ref3) {
|
|
16753
|
+
var theme = _ref3.theme;
|
|
16754
|
+
return {
|
|
16755
|
+
flexShrink: 1,
|
|
16756
|
+
textAlign: 'center',
|
|
16757
|
+
fontSize: theme.__hd__.button.fontSize.utility,
|
|
16758
|
+
fontFamily: theme.__hd__.button.fonts["default"]
|
|
16759
|
+
};
|
|
16760
|
+
});
|
|
16761
|
+
|
|
16762
|
+
var TEXT_INTENTS = {
|
|
16763
|
+
primary: 'primary',
|
|
16764
|
+
text: 'body'
|
|
16765
|
+
};
|
|
16766
|
+
|
|
16767
|
+
var UtilityButton = function UtilityButton(_ref) {
|
|
16768
|
+
var icon = _ref.icon,
|
|
16769
|
+
onPress = _ref.onPress,
|
|
16770
|
+
text = _ref.text,
|
|
16771
|
+
testID = _ref.testID,
|
|
16772
|
+
_ref$intent = _ref.intent,
|
|
16773
|
+
intent = _ref$intent === void 0 ? 'text' : _ref$intent,
|
|
16774
|
+
style = _ref.style,
|
|
16775
|
+
hitSlop = _ref.hitSlop;
|
|
16776
|
+
return /*#__PURE__*/React__default["default"].createElement(ButtonContainer, {
|
|
16777
|
+
style: style,
|
|
16778
|
+
onPress: onPress,
|
|
16779
|
+
testID: testID,
|
|
16780
|
+
hitSlop: hitSlop
|
|
16781
|
+
}, /*#__PURE__*/React__default["default"].createElement(IconWrapper, null, /*#__PURE__*/React__default["default"].createElement(Icon, {
|
|
16782
|
+
icon: icon,
|
|
16783
|
+
intent: intent,
|
|
16784
|
+
testID: "".concat(testID, "-icon")
|
|
16785
|
+
})), /*#__PURE__*/React__default["default"].createElement(ButtonText, {
|
|
16786
|
+
intent: TEXT_INTENTS[intent]
|
|
16787
|
+
}, text));
|
|
16788
|
+
};
|
|
16789
|
+
|
|
16533
16790
|
var CompoundButton = Button;
|
|
16534
16791
|
CompoundButton.Icon = IconButton;
|
|
16792
|
+
CompoundButton.Utility = UtilityButton;
|
|
16535
16793
|
|
|
16536
16794
|
var Header = function Header(_ref) {
|
|
16537
16795
|
var content = _ref.content,
|
|
@@ -16667,7 +16925,6 @@ var StyledDataCard = index$5(ReactNative.View)(function (_ref) {
|
|
|
16667
16925
|
return {
|
|
16668
16926
|
borderRadius: theme.__hd__.card.radii["default"],
|
|
16669
16927
|
overflow: 'hidden',
|
|
16670
|
-
flex: 1,
|
|
16671
16928
|
flexDirection: 'row'
|
|
16672
16929
|
};
|
|
16673
16930
|
});
|
|
@@ -16676,7 +16933,7 @@ var Indicator = index$5(ReactNative.View)(function (_ref2) {
|
|
|
16676
16933
|
themeIntent = _ref2.themeIntent;
|
|
16677
16934
|
return {
|
|
16678
16935
|
backgroundColor: theme.__hd__.card.colors.indicator[themeIntent],
|
|
16679
|
-
width:
|
|
16936
|
+
width: theme.__hd__.card.sizes.indicatorWidth,
|
|
16680
16937
|
height: '100%'
|
|
16681
16938
|
};
|
|
16682
16939
|
});
|
|
@@ -16703,7 +16960,6 @@ var StyledCard = index$5(ReactNative.View)(function (_ref) {
|
|
|
16703
16960
|
overflow: 'hidden'
|
|
16704
16961
|
};
|
|
16705
16962
|
var dataStyles = {
|
|
16706
|
-
flex: 1,
|
|
16707
16963
|
flexDirection: 'row'
|
|
16708
16964
|
};
|
|
16709
16965
|
|
|
@@ -16719,7 +16975,7 @@ var LeftDataCard = index$5(ReactNative.View)(function (_ref2) {
|
|
|
16719
16975
|
var theme = _ref2.theme;
|
|
16720
16976
|
return {
|
|
16721
16977
|
backgroundColor: theme.__hd__.card.colors.dataCardIndicator,
|
|
16722
|
-
width:
|
|
16978
|
+
width: theme.__hd__.card.sizes.indicatorWidth,
|
|
16723
16979
|
height: '100%'
|
|
16724
16980
|
};
|
|
16725
16981
|
});
|
|
@@ -16898,7 +17154,7 @@ function ContentNavigator(_ref) {
|
|
|
16898
17154
|
}
|
|
16899
17155
|
|
|
16900
17156
|
var AnimatedPressable = ReactNative.Animated.createAnimatedComponent(ReactNative.Pressable);
|
|
16901
|
-
var StyledContainer$
|
|
17157
|
+
var StyledContainer$2 = index$5(ReactNative.View)(function (_ref) {
|
|
16902
17158
|
var theme = _ref.theme,
|
|
16903
17159
|
enableShadow = _ref.enableShadow;
|
|
16904
17160
|
return _objectSpread2(_objectSpread2({}, ReactNative.StyleSheet.absoluteFillObject), {}, {
|
|
@@ -16963,7 +17219,7 @@ var Drawer = function Drawer(_ref) {
|
|
|
16963
17219
|
return animation.stop();
|
|
16964
17220
|
};
|
|
16965
17221
|
}, [visible]);
|
|
16966
|
-
return /*#__PURE__*/React__default["default"].createElement(StyledContainer$
|
|
17222
|
+
return /*#__PURE__*/React__default["default"].createElement(StyledContainer$2, {
|
|
16967
17223
|
testID: testID,
|
|
16968
17224
|
enableShadow: enableShadow,
|
|
16969
17225
|
pointerEvents: "box-none"
|
|
@@ -17149,7 +17405,7 @@ var ActionItem = function ActionItem(_ref) {
|
|
|
17149
17405
|
}), /*#__PURE__*/React__default["default"].createElement(StyledActionItemText, null, title));
|
|
17150
17406
|
};
|
|
17151
17407
|
|
|
17152
|
-
var StyledContainer = index$5(ReactNative.View)({
|
|
17408
|
+
var StyledContainer$1 = index$5(ReactNative.View)({
|
|
17153
17409
|
position: 'absolute',
|
|
17154
17410
|
left: 0,
|
|
17155
17411
|
right: 0,
|
|
@@ -17230,7 +17486,7 @@ var ActionGroup = function ActionGroup(_ref2) {
|
|
|
17230
17486
|
inputRange: [0, 1],
|
|
17231
17487
|
outputRange: [0, 0.9]
|
|
17232
17488
|
});
|
|
17233
|
-
return /*#__PURE__*/React__default["default"].createElement(StyledContainer, {
|
|
17489
|
+
return /*#__PURE__*/React__default["default"].createElement(StyledContainer$1, {
|
|
17234
17490
|
testID: testID,
|
|
17235
17491
|
pointerEvents: "box-none",
|
|
17236
17492
|
style: style
|
|
@@ -18081,22 +18337,18 @@ var OptionList$1 = function OptionList(_ref) {
|
|
|
18081
18337
|
}));
|
|
18082
18338
|
};
|
|
18083
18339
|
|
|
18084
|
-
var
|
|
18340
|
+
var StyledContainer = index$5(ReactNative.View)(function (_ref) {
|
|
18085
18341
|
var theme = _ref.theme;
|
|
18086
18342
|
return {
|
|
18087
|
-
position: 'relative',
|
|
18088
18343
|
width: '100%',
|
|
18089
|
-
|
|
18090
|
-
borderRadius: theme.__hd__.textInput.radii.container,
|
|
18091
|
-
padding: theme.__hd__.textInput.space.containerPadding,
|
|
18092
|
-
flexDirection: 'row',
|
|
18093
|
-
alignItems: 'center'
|
|
18344
|
+
marginVertical: theme.__hd__.textInput.space.containerMarginVertical
|
|
18094
18345
|
};
|
|
18095
18346
|
});
|
|
18096
|
-
var
|
|
18347
|
+
var StyledLabelContainer = index$5(ReactNative.View)(function (_ref2) {
|
|
18097
18348
|
var theme = _ref2.theme;
|
|
18098
18349
|
return {
|
|
18099
18350
|
position: 'absolute',
|
|
18351
|
+
flexDirection: 'row',
|
|
18100
18352
|
left: theme.__hd__.textInput.space.labelLeft,
|
|
18101
18353
|
top: theme.__hd__.textInput.space.labelTop,
|
|
18102
18354
|
backgroundColor: theme.__hd__.textInput.colors.labelBackground,
|
|
@@ -18104,48 +18356,279 @@ var Label = index$5(Typography.Text)(function (_ref2) {
|
|
|
18104
18356
|
paddingHorizontal: theme.__hd__.textInput.space.labelHorizontalPadding
|
|
18105
18357
|
};
|
|
18106
18358
|
});
|
|
18107
|
-
var
|
|
18108
|
-
var theme = _ref3.theme
|
|
18359
|
+
var StyledLabel = index$5(Typography.Text)(function (_ref3) {
|
|
18360
|
+
var theme = _ref3.theme,
|
|
18361
|
+
themeVariant = _ref3.themeVariant;
|
|
18362
|
+
return {
|
|
18363
|
+
color: theme.__hd__.textInput.colors.labels[themeVariant]
|
|
18364
|
+
};
|
|
18365
|
+
});
|
|
18366
|
+
var StyledAsteriskLabel = index$5(Typography.Text)(function (_ref4) {
|
|
18367
|
+
var theme = _ref4.theme,
|
|
18368
|
+
themeVariant = _ref4.themeVariant;
|
|
18369
|
+
return {
|
|
18370
|
+
color: theme.__hd__.textInput.colors.asterisks[themeVariant]
|
|
18371
|
+
};
|
|
18372
|
+
});
|
|
18373
|
+
var StyledLabelContainerInsideTextInput = index$5(ReactNative.View)(function () {
|
|
18374
|
+
return _objectSpread2({
|
|
18375
|
+
flexDirection: 'row',
|
|
18376
|
+
zIndex: 9999,
|
|
18377
|
+
alignItems: 'center'
|
|
18378
|
+
}, ReactNative.StyleSheet.absoluteFillObject);
|
|
18379
|
+
});
|
|
18380
|
+
var StyledLabelInsideTextInput = index$5(Typography.Text)(function (_ref5) {
|
|
18381
|
+
var theme = _ref5.theme,
|
|
18382
|
+
themeVariant = _ref5.themeVariant;
|
|
18383
|
+
return {
|
|
18384
|
+
textAlignVertical: 'center',
|
|
18385
|
+
alignContent: 'center',
|
|
18386
|
+
fontSize: theme.__hd__.textInput.fontSizes.labelInsideTextInput,
|
|
18387
|
+
alignItems: 'center',
|
|
18388
|
+
color: theme.__hd__.textInput.colors.labelsInsideTextInput[themeVariant]
|
|
18389
|
+
};
|
|
18390
|
+
});
|
|
18391
|
+
var StyledAsteriskLabelInsideTextInput = index$5(Typography.Text)(function (_ref6) {
|
|
18392
|
+
var theme = _ref6.theme,
|
|
18393
|
+
themeVariant = _ref6.themeVariant;
|
|
18394
|
+
return {
|
|
18395
|
+
color: theme.__hd__.textInput.colors.asterisks[themeVariant],
|
|
18396
|
+
fontSize: theme.__hd__.textInput.fontSizes.asteriskLabel
|
|
18397
|
+
};
|
|
18398
|
+
});
|
|
18399
|
+
var StyledErrorContainer = index$5(ReactNative.View)(function (_ref7) {
|
|
18400
|
+
var theme = _ref7.theme;
|
|
18401
|
+
return {
|
|
18402
|
+
marginLeft: theme.__hd__.textInput.space.errorContainerMarginLeft,
|
|
18403
|
+
marginRight: theme.__hd__.textInput.space.errorContainerMarginRight,
|
|
18404
|
+
flexDirection: 'row',
|
|
18405
|
+
alignItems: 'center',
|
|
18406
|
+
flex: 1,
|
|
18407
|
+
flexGrow: 4
|
|
18408
|
+
};
|
|
18409
|
+
});
|
|
18410
|
+
var StyledError = index$5(Typography.Text)(function (_ref8) {
|
|
18411
|
+
var theme = _ref8.theme;
|
|
18412
|
+
return {
|
|
18413
|
+
color: theme.__hd__.textInput.colors.error,
|
|
18414
|
+
fontSize: theme.__hd__.textInput.fontSizes.error,
|
|
18415
|
+
marginLeft: theme.__hd__.textInput.space.errorMarginLeft
|
|
18416
|
+
};
|
|
18417
|
+
});
|
|
18418
|
+
var StyledMaxLengthMessage = index$5(Typography.Text)(function (_ref9) {
|
|
18419
|
+
var theme = _ref9.theme,
|
|
18420
|
+
themeVariant = _ref9.themeVariant;
|
|
18109
18421
|
return {
|
|
18422
|
+
color: theme.__hd__.textInput.colors.maxLengthLabels[themeVariant],
|
|
18423
|
+
fontSize: theme.__hd__.textInput.fontSizes.maxLength,
|
|
18424
|
+
marginRight: theme.__hd__.textInput.space.maxLengthLabelMarginLeft,
|
|
18425
|
+
alignSelf: 'flex-end',
|
|
18110
18426
|
flex: 1,
|
|
18427
|
+
flexGrow: 1,
|
|
18428
|
+
textAlign: 'right'
|
|
18429
|
+
};
|
|
18430
|
+
});
|
|
18431
|
+
var StyledHelperText = index$5(Typography.Text)(function (_ref10) {
|
|
18432
|
+
var theme = _ref10.theme;
|
|
18433
|
+
return {
|
|
18434
|
+
fontSize: theme.__hd__.textInput.fontSizes.error,
|
|
18435
|
+
marginLeft: theme.__hd__.textInput.space.errorMarginLeft
|
|
18436
|
+
};
|
|
18437
|
+
});
|
|
18438
|
+
var StyledTextInput = index$5(ReactNative.TextInput)(function (_ref11) {
|
|
18439
|
+
var theme = _ref11.theme;
|
|
18440
|
+
return {
|
|
18441
|
+
textAlignVertical: 'center',
|
|
18111
18442
|
fontSize: theme.__hd__.textInput.fontSizes.text,
|
|
18443
|
+
alignSelf: 'stretch',
|
|
18444
|
+
flexGrow: 2,
|
|
18112
18445
|
marginHorizontal: theme.__hd__.textInput.space.inputHorizontalMargin
|
|
18113
18446
|
};
|
|
18114
18447
|
});
|
|
18448
|
+
var StyledBorderBackDrop = index$5(ReactNative.View)(function (_ref12) {
|
|
18449
|
+
var _theme$__hd__$textInp;
|
|
18450
|
+
|
|
18451
|
+
var theme = _ref12.theme,
|
|
18452
|
+
themeVariant = _ref12.themeVariant;
|
|
18453
|
+
return _objectSpread2(_objectSpread2({}, ReactNative.StyleSheet.absoluteFillObject), {}, {
|
|
18454
|
+
borderWidth: themeVariant === 'focused' ? theme.__hd__.textInput.borderWidths.container.focused : theme.__hd__.textInput.borderWidths.container.normal,
|
|
18455
|
+
borderRadius: theme.__hd__.textInput.radii.container,
|
|
18456
|
+
borderColor: (_theme$__hd__$textInp = theme.__hd__.textInput.colors.borders[themeVariant]) !== null && _theme$__hd__$textInp !== void 0 ? _theme$__hd__$textInp : theme.__hd__.textInput.colors.borders["default"]
|
|
18457
|
+
});
|
|
18458
|
+
});
|
|
18459
|
+
var StyledTextInputContainer = index$5(ReactNative.View)(function (_ref13) {
|
|
18460
|
+
var theme = _ref13.theme;
|
|
18461
|
+
return {
|
|
18462
|
+
flexDirection: 'row',
|
|
18463
|
+
alignItems: 'center',
|
|
18464
|
+
padding: theme.__hd__.textInput.space.containerPadding
|
|
18465
|
+
};
|
|
18466
|
+
});
|
|
18467
|
+
var StyledTextInputAndLabelContainer = index$5(ReactNative.View)(function () {
|
|
18468
|
+
return {
|
|
18469
|
+
flexDirection: 'row',
|
|
18470
|
+
alignItems: 'center',
|
|
18471
|
+
alignSelf: 'stretch',
|
|
18472
|
+
flexGrow: 2
|
|
18473
|
+
};
|
|
18474
|
+
});
|
|
18475
|
+
var StyledErrorAndHelpTextContainer = index$5(ReactNative.View)(function () {
|
|
18476
|
+
return {
|
|
18477
|
+
flex: 1,
|
|
18478
|
+
flexDirection: 'row',
|
|
18479
|
+
justifyContent: 'space-between'
|
|
18480
|
+
};
|
|
18481
|
+
});
|
|
18115
18482
|
|
|
18116
|
-
var _excluded$1 = ["label", "prefix", "suffix", "style", "textStyle", "testID", "accessibilityLabelledBy"];
|
|
18483
|
+
var _excluded$1 = ["label", "prefix", "suffix", "style", "textStyle", "testID", "accessibilityLabelledBy", "error", "required", "editable", "disabled", "maxLength", "helpText", "value"];
|
|
18484
|
+
var getVariant = function getVariant(_ref) {
|
|
18485
|
+
var disabled = _ref.disabled,
|
|
18486
|
+
error = _ref.error,
|
|
18487
|
+
editable = _ref.editable,
|
|
18488
|
+
isFocused = _ref.isFocused,
|
|
18489
|
+
isEmptyValue = _ref.isEmptyValue;
|
|
18117
18490
|
|
|
18118
|
-
|
|
18119
|
-
|
|
18120
|
-
|
|
18121
|
-
suffix = _ref.suffix,
|
|
18122
|
-
style = _ref.style,
|
|
18123
|
-
textStyle = _ref.textStyle,
|
|
18124
|
-
testID = _ref.testID,
|
|
18125
|
-
accessibilityLabelledBy = _ref.accessibilityLabelledBy,
|
|
18126
|
-
nativeProps = _objectWithoutProperties$1(_ref, _excluded$1);
|
|
18491
|
+
if (disabled) {
|
|
18492
|
+
return 'disabled';
|
|
18493
|
+
}
|
|
18127
18494
|
|
|
18128
|
-
|
|
18495
|
+
if (error) {
|
|
18496
|
+
return 'error';
|
|
18497
|
+
}
|
|
18498
|
+
|
|
18499
|
+
if (!editable) {
|
|
18500
|
+
return 'readonly';
|
|
18501
|
+
}
|
|
18502
|
+
|
|
18503
|
+
if (isFocused) {
|
|
18504
|
+
return 'focused';
|
|
18505
|
+
}
|
|
18506
|
+
|
|
18507
|
+
if (!isEmptyValue) {
|
|
18508
|
+
return 'filled';
|
|
18509
|
+
}
|
|
18510
|
+
|
|
18511
|
+
return 'default';
|
|
18512
|
+
};
|
|
18513
|
+
|
|
18514
|
+
var TextInput = function TextInput(_ref2) {
|
|
18515
|
+
var label = _ref2.label,
|
|
18516
|
+
prefix = _ref2.prefix,
|
|
18517
|
+
suffix = _ref2.suffix,
|
|
18518
|
+
style = _ref2.style,
|
|
18519
|
+
textStyle = _ref2.textStyle,
|
|
18520
|
+
testID = _ref2.testID,
|
|
18521
|
+
accessibilityLabelledBy = _ref2.accessibilityLabelledBy,
|
|
18522
|
+
error = _ref2.error,
|
|
18523
|
+
required = _ref2.required,
|
|
18524
|
+
_ref2$editable = _ref2.editable,
|
|
18525
|
+
editable = _ref2$editable === void 0 ? true : _ref2$editable,
|
|
18526
|
+
_ref2$disabled = _ref2.disabled,
|
|
18527
|
+
disabled = _ref2$disabled === void 0 ? false : _ref2$disabled,
|
|
18528
|
+
maxLength = _ref2.maxLength,
|
|
18529
|
+
helpText = _ref2.helpText,
|
|
18530
|
+
_ref2$value = _ref2.value,
|
|
18531
|
+
value = _ref2$value === void 0 ? '' : _ref2$value,
|
|
18532
|
+
nativeProps = _objectWithoutProperties$1(_ref2, _excluded$1);
|
|
18533
|
+
|
|
18534
|
+
var textInputReference = React.useRef(null);
|
|
18535
|
+
var isEmptyValue = value.length === 0;
|
|
18536
|
+
|
|
18537
|
+
var _React$useState = React__default["default"].useState(false),
|
|
18538
|
+
_React$useState2 = _slicedToArray(_React$useState, 2),
|
|
18539
|
+
isFocused = _React$useState2[0],
|
|
18540
|
+
setIsFocused = _React$useState2[1];
|
|
18541
|
+
|
|
18542
|
+
var variant = getVariant({
|
|
18543
|
+
disabled: disabled,
|
|
18544
|
+
error: error,
|
|
18545
|
+
editable: editable,
|
|
18546
|
+
isFocused: isFocused,
|
|
18547
|
+
isEmptyValue: isEmptyValue
|
|
18548
|
+
});
|
|
18549
|
+
var shouldShowMaxLength = maxLength !== undefined;
|
|
18550
|
+
var theme = useTheme();
|
|
18551
|
+
return /*#__PURE__*/React__default["default"].createElement(StyledContainer, {
|
|
18129
18552
|
style: style,
|
|
18553
|
+
pointerEvents: variant === 'disabled' ? 'none' : 'auto',
|
|
18130
18554
|
testID: testID
|
|
18131
|
-
},
|
|
18555
|
+
}, /*#__PURE__*/React__default["default"].createElement(StyledTextInputContainer, null, /*#__PURE__*/React__default["default"].createElement(StyledBorderBackDrop, {
|
|
18556
|
+
themeVariant: variant
|
|
18557
|
+
}), (isFocused || label && !isEmptyValue) && /*#__PURE__*/React__default["default"].createElement(StyledLabelContainer, {
|
|
18558
|
+
pointerEvents: "none"
|
|
18559
|
+
}, required && /*#__PURE__*/React__default["default"].createElement(StyledAsteriskLabel, {
|
|
18560
|
+
themeVariant: variant,
|
|
18561
|
+
fontSize: "small"
|
|
18562
|
+
}, "*"), /*#__PURE__*/React__default["default"].createElement(StyledLabel, {
|
|
18132
18563
|
nativeID: accessibilityLabelledBy,
|
|
18133
18564
|
testID: "input-label",
|
|
18134
|
-
fontSize: "small"
|
|
18135
|
-
|
|
18565
|
+
fontSize: "small",
|
|
18566
|
+
themeVariant: variant
|
|
18567
|
+
}, label)), typeof prefix === 'string' ? /*#__PURE__*/React__default["default"].createElement(Icon, {
|
|
18568
|
+
intent: disabled ? 'disabled-text' : 'text',
|
|
18136
18569
|
testID: "input-prefix",
|
|
18137
18570
|
icon: prefix,
|
|
18138
18571
|
size: "xsmall"
|
|
18139
|
-
}), /*#__PURE__*/React__default["default"].createElement(
|
|
18140
|
-
|
|
18141
|
-
|
|
18572
|
+
}) : prefix, /*#__PURE__*/React__default["default"].createElement(StyledTextInputAndLabelContainer, null, !isFocused && isEmptyValue && /*#__PURE__*/React__default["default"].createElement(StyledLabelContainerInsideTextInput, {
|
|
18573
|
+
pointerEvents: "none"
|
|
18574
|
+
}, required && /*#__PURE__*/React__default["default"].createElement(StyledAsteriskLabelInsideTextInput, {
|
|
18575
|
+
themeVariant: variant
|
|
18576
|
+
}, "*"), /*#__PURE__*/React__default["default"].createElement(StyledLabelInsideTextInput, {
|
|
18577
|
+
nativeID: accessibilityLabelledBy,
|
|
18578
|
+
testID: "input-label",
|
|
18579
|
+
fontSize: "medium",
|
|
18580
|
+
themeVariant: variant
|
|
18581
|
+
}, label)), /*#__PURE__*/React__default["default"].createElement(StyledTextInput // when input is not editable on Android, the text color is gray
|
|
18582
|
+
// hence, adding this to make the text color the same as iOS
|
|
18583
|
+
, _extends$3({
|
|
18584
|
+
style: ReactNative.StyleSheet.flatten([{
|
|
18585
|
+
color: theme.__hd__.textInput.colors.text
|
|
18586
|
+
}, textStyle]),
|
|
18587
|
+
testID: "text-input",
|
|
18588
|
+
accessibilityState: {
|
|
18589
|
+
disabled: disabled
|
|
18590
|
+
} // @ts-ignore
|
|
18142
18591
|
,
|
|
18143
18592
|
accessibilityLabelledBy: accessibilityLabelledBy
|
|
18144
|
-
}, nativeProps
|
|
18593
|
+
}, nativeProps, {
|
|
18594
|
+
onFocus: function onFocus(event) {
|
|
18595
|
+
var _nativeProps$onFocus;
|
|
18596
|
+
|
|
18597
|
+
setIsFocused(true);
|
|
18598
|
+
(_nativeProps$onFocus = nativeProps.onFocus) === null || _nativeProps$onFocus === void 0 ? void 0 : _nativeProps$onFocus.call(nativeProps, event);
|
|
18599
|
+
},
|
|
18600
|
+
onBlur: function onBlur(event) {
|
|
18601
|
+
var _nativeProps$onBlur;
|
|
18602
|
+
|
|
18603
|
+
setIsFocused(false);
|
|
18604
|
+
(_nativeProps$onBlur = nativeProps.onBlur) === null || _nativeProps$onBlur === void 0 ? void 0 : _nativeProps$onBlur.call(nativeProps, event);
|
|
18605
|
+
},
|
|
18606
|
+
ref: textInputReference,
|
|
18607
|
+
editable: editable,
|
|
18608
|
+
maxLength: maxLength,
|
|
18609
|
+
value: value,
|
|
18610
|
+
onChangeText: function onChangeText(text) {
|
|
18611
|
+
var _nativeProps$onChange;
|
|
18612
|
+
|
|
18613
|
+
(_nativeProps$onChange = nativeProps.onChangeText) === null || _nativeProps$onChange === void 0 ? void 0 : _nativeProps$onChange.call(nativeProps, text);
|
|
18614
|
+
},
|
|
18615
|
+
placeholder: variant === 'focused' ? nativeProps.placeholder : undefined
|
|
18616
|
+
}))), typeof suffix === 'string' ? /*#__PURE__*/React__default["default"].createElement(Icon, {
|
|
18617
|
+
intent: disabled ? 'disabled-text' : 'text',
|
|
18145
18618
|
testID: "input-suffix",
|
|
18146
18619
|
icon: suffix,
|
|
18147
18620
|
size: "xsmall"
|
|
18148
|
-
}))
|
|
18621
|
+
}) : suffix), /*#__PURE__*/React__default["default"].createElement(StyledErrorAndHelpTextContainer, null, error && /*#__PURE__*/React__default["default"].createElement(StyledErrorContainer, null, /*#__PURE__*/React__default["default"].createElement(Icon, {
|
|
18622
|
+
testID: "input-error-icon",
|
|
18623
|
+
icon: "circle-info",
|
|
18624
|
+
size: "xsmall",
|
|
18625
|
+
intent: "danger"
|
|
18626
|
+
}), /*#__PURE__*/React__default["default"].createElement(StyledError, {
|
|
18627
|
+
testID: "input-error-message"
|
|
18628
|
+
}, error)), shouldShowMaxLength && /*#__PURE__*/React__default["default"].createElement(StyledMaxLengthMessage, {
|
|
18629
|
+
themeVariant: variant,
|
|
18630
|
+
fontSize: "small"
|
|
18631
|
+
}, value.length, "/", maxLength), helpText && /*#__PURE__*/React__default["default"].createElement(StyledHelperText, null, helpText)));
|
|
18149
18632
|
};
|
|
18150
18633
|
|
|
18151
18634
|
function MultiSelect(_ref) {
|