webapp/components/flow-design-system/fds-demo.html [791:807]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
this.readOnly = false;
this.items = [
'stepper',
'expansion-panel',
'markdown',
'highlight',
'loading',
'media',
'chips',
'http',
'json-formatter',
'pipes',
'need more?',
];
this.itemsRequireMatch = this.items.slice(0, 6);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
webapp/components/flow-design-system/fds-demo.js [504:520]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
this.readOnly = false;
this.items = [
'stepper',
'expansion-panel',
'markdown',
'highlight',
'loading',
'media',
'chips',
'http',
'json-formatter',
'pipes',
'need more?',
];
this.itemsRequireMatch = this.items.slice(0, 6);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -