{"id":36942262,"url":"https://github.com/spwareing/pcf.optionsets","last_synced_at":"2026-01-13T11:00:21.051Z","repository":{"id":326710920,"uuid":"1106556749","full_name":"SPWareing/PCF.OptionSets","owner":"SPWareing","description":"Collection of Optionset field controls for Model Driven Apps","archived":false,"fork":false,"pushed_at":"2025-12-06T21:26:24.000Z","size":1739,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-10T03:11:42.534Z","etag":null,"topics":["pcf","powerplatform","react","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SPWareing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-29T13:44:41.000Z","updated_at":"2025-12-06T16:08:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/SPWareing/PCF.OptionSets","commit_stats":null,"previous_names":["spwareing/pcf.optionsets"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/SPWareing/PCF.OptionSets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SPWareing%2FPCF.OptionSets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SPWareing%2FPCF.OptionSets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SPWareing%2FPCF.OptionSets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SPWareing%2FPCF.OptionSets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SPWareing","download_url":"https://codeload.github.com/SPWareing/PCF.OptionSets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SPWareing%2FPCF.OptionSets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28383955,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T10:34:27.190Z","status":"ssl_error","status_checked_at":"2026-01-13T10:34:26.289Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pcf","powerplatform","react","typescript"],"created_at":"2026-01-13T11:00:19.029Z","updated_at":"2026-01-13T11:00:21.021Z","avatar_url":"https://github.com/SPWareing.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PCF.OptionSets\nCollection of Optionset field controls for Model Driven Apps\n\n## Table of Contents\n- [PCF.OptionSets](#pcfoptionsets)\n  - [Table of Contents](#table-of-contents)\n  - [Checkmark Control](#checkmark-control)\n    - [Icons](#icons)\n  - [Optionset Colour](#optionset-colour)\n    - [Icon Size](#icon-size)\n    - [Icon Type](#icon-type)\n    - [Background Fill](#background-fill)\n\n## Checkmark Control\n\nUpdated version of the [Checkmark Control](https://github.com/BendenBlanken/CheckmarkControl)\n\nThis version is a virtual control built using the FluentUI V9 library\n\nThere is an option icon Size input to set the pixel size; defaults to 50px if blank.\n\n### Icons\n\n\u003cdiv\u003e\n  \u003cimg src=\"./images/checkmark.png\" alt=\"CheckmarkCircleColor\" height=\"150\" width=\"300\" style=\"display:inline-block; margin-right:20px;\" /\u003e\n  \u003cimg src=\"./images/dismiss.png\" alt=\"DismissCircleColor\" height=\"150\" width=\"300\" style=\"display:inline-block;\" /\u003e\n\u003c/div\u003e\n\n**CheckmarkCircleColor** (left) | **DismissCircleColor** (right)\n\n\n---------\n\n## Optionset Colour\n\nModified FluentUI version of the [PCF.ColourfulOptionset](https://github.com/ORBISAG/ORBIS.PCF.ColorfulOptionset)\n\nThis control has additional inputs allowing the configuration of:\n\n1. Icon Size\n2. Icon Type\n3. Background Fill\n\n\n### Icon Size\n\nThree sizes\n1. Small (16)\n2. Medium (20) --Default\n3. Large (24)\n\n### Icon Type\n\nCurrently two\n\n1. CircleFilled\n2. CircleRegular\n\n### Background Fill\n\nBoolean Enum property set to false. On setting true, icons are removed from selection; but not dropdown options, and background is set to the option colour. Text colour is set to neutral, allowing dark colours to be used.\n\n---\n\n![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB) ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n\n[![Build Power Apps Solution](https://github.com/SPWareing/PCF.OptionSets/actions/workflows/build.yml/badge.svg)](https://github.com/SPWareing/PCF.OptionSets/actions/workflows/build.yml)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspwareing%2Fpcf.optionsets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspwareing%2Fpcf.optionsets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspwareing%2Fpcf.optionsets/lists"}