Updaated all color values to include Alpha value so pickers offer it as an option to user

This commit is contained in:
2022-03-09 16:19:54 +00:00
parent 8b4762c1a3
commit 9f2a01a31b
28 changed files with 48 additions and 51 deletions

View File

@@ -441,7 +441,7 @@ export default {
phone2: null,
phone3: null,
mapUrlTemplate: null,
uiColor: "#000000",
uiColor: "#000000ff",
languageOverride: null,
timeZoneOverride: null,
currencyName: "USD",

View File

@@ -429,7 +429,7 @@ export default {
phone2: null,
phone3: null,
mapUrlTemplate: null,
//uiColor: "#000000",
//uiColor: "#000000ff",
languageOverride: null,
timeZoneOverride: null,
currencyName: "USD",

View File

@@ -215,7 +215,7 @@ export default {
phone2: null,
phone3: null,
mapUrlTemplate: null,
uiColor: "#000000",
uiColor: "#000000ff",
languageOverride: null,
timeZoneOverride: null,
currencyName: null,

View File

@@ -128,7 +128,7 @@ export default {
name: null,
active: true,
notes: null,
color: "#ffffff", //if no previously set value then control will respond with a big object with all color system values in place, this prevents that
color: "#ffffffff", //if no previously set value then control will respond with a big object with all color system values in place, this prevents that
selectRoles: 1290,
removeRoles: 1290,
completed: false,

View File

@@ -179,7 +179,7 @@ export default {
id: 0,
name: "-",
active: true,
color: "#ffffff", //invisible
color: "#ffffffff", //invisible
completed: false,
locked: false
};

View File

@@ -63,7 +63,7 @@ export default {
name: null,
active: true,
notes: null,
color: "#ffffff", //if no previously set value then control will respond with a big object with all color system values in place, this prevents that
color: "#ffffffff", //if no previously set value then control will respond with a big object with all color system values in place, this prevents that
selectRoles: 1290,
removeRoles: 1290,
completed: false,

View File

@@ -82,7 +82,7 @@ export default {
name: null,
active: true,
notes: null,
color: "#ffffff" //if no previously set value then control will respond with a big object with all color system values in place, this prevents that
color: "#ffffffff" //if no previously set value then control will respond with a big object with all color system values in place, this prevents that
},
formState: {
ready: false,

View File

@@ -128,7 +128,7 @@ export default {
name: null,
active: true,
notes: null,
color: "#ffffff", //if no previously set value then control will respond with a big object with all color system values in place, this prevents that
color: "#ffffffff", //if no previously set value then control will respond with a big object with all color system values in place, this prevents that
selectRoles: 1290,
removeRoles: 1290,
completed: false,

View File

@@ -189,7 +189,7 @@ export default {
id: 0,
name: "-",
active: true,
color: "#ffffff", //invisible
color: "#ffffffff", //invisible
completed: false,
locked: false
};